debian: NMU 2.07-1.1 acknowledgement
debian: update policy conformance to 4.0.0 and use dh compat level 10
Fix --no-vowels and --no-secure to not disable --no-capitalize
Stop -s flag overwriting others
debian: set the upstream homepage and git repository to github
debian: Add multiarch metadata
Make pwgen -s more "secure" for very short passwords
debian: add cross-compilation support to debian/rules
Fix resource leak when using the pwgen -H option
Update debian changelog, Makefile, and man page for the 2.08 release
Teach pwgen the --remove-chars option
Fix incomplete sentence in pwgen man page
Add the build and autom4te.cache directories to .gitignore
Fix up "make depend" so it works correctly
Fix uninitialized variable warning in randnum.c
Don't print a trailing space after the last password
Rename configure.in to configure.ac
pw_rand.c (pw_rand): Use a list of acceptable c...
Add support for building the source tarball aut...
pwgen.1: Fix e-mail address in man page. (Addr...
Makefile.in (WALL_OPTS): Add gcc options to do ...
Makefile.in (install): Create the directory usi...
Add -H, --sha1 option, to allow computing repro...
Added manual page.
Release of pwgen 2.1
Initial commit of password generator.
randnum.c: Fix #ifdef to use HAVE_DRAND48 inste...
pw_phonemes.c (pw_phonemes): Fix bug in how we ...
* randnum.c (get_random_fd): Use random() inst...
pwgen.c (usage): Add help/usage message
Add command-line switches using getopt_long.
If a PW_ONE_CASE or PW_ONE_NUMBER is requested ...
Release of pwgen 2.03
Add configure script, and Makefile infrastructu...
Add Debian files in preparation for taking over...
Add some extra files which should be ignored.
Add Debian files in preparation for taking over...
Added .cvsignore file.
Let's make that version 2.01 instead....
Release of pwgen 2.02
pwgen.c (main): Fix floating point exception er...
pwgen.c (main): If the number of characters is ...
pw_phonemes.c: Add missing #include of string.h
Fix obvious spelling typo in pwgen.1. (Address...
Fix spelling mistake in changelog.
Add a pwgen udeb. (Closes Debian bug #271115)
Change the Makefile to compile the files -pedan...
Fix the pwgen -Bc option combination
Convert to use autoconf 2.50+
Add .gitignore file
Fix debian lintian warning: debian-rules-ignore...
Fix pwgen -B so it use capital Os when generati...
pwgen.c, pwgen.h, pw_rand.c, pwgen.1: Make -A a...
Fix typo in pwgen man page.
Fix pwgen -Bs so that this option combination w...
Update to debhelper 8 and use dpkg-buildflags t...
Fix spelling mistakes in the pwgen man page (Ad...
pw_phonemes.c (pw_phonemes): Allow one or more ...
Release of pwgen 2.05
Fix debian rules file so that it actually works...
Add debian build-arch and build-indep targets
Note that debian bug #276307 has been fixed.
Update for 2.04 release.
Make the -s option imply the -nc options
Add -v option to generate passwords without vowels
Update Debian Standards-Version to policy versi...
Update Debian copyright file to use machine rea...
Update Debian changelog for 2.06 release
Remove backwards compatibility for no-tty mode
Switch to using the debian 3.0 (quilt) source f...
Explain in the pwgen man page that human-memora...
Fail hard if /dev/urandom and /dev/random is no...
Add --ambiguous option which avoids characters ...
Fix bug which would cause pwgen to loop forever...
Fix portability problem if unsigned ints are no...
Update changelog for pwgen 2.07 relase
Remove old .cvsignore file
Add Makefile to the .cvsignore file.