Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202277 - app-admin/pwgen-2.06 doesn't always create passwords with special characters when -y is given
Summary: app-admin/pwgen-2.06 doesn't always create passwords with special characters ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2007-12-14 17:50 UTC by Heiko Baums
Modified: 2010-02-01 23:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Baums 2007-12-14 17:50:36 UTC
If the parameter -y is given at the command line app-admin/pwgen-2.06 should create passwords with special characters. But it doesn't always create passwords with special characters depending on the order of the given parameters.

With this command line it doesn't include special characters in the passwords:
pwgen -c -n -y -s 10 14

With this command line it includes special characters as usual:
pwgen -c -n -s -y 10 14