1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304
|
pwgen (2.08-2) unstable; urgency=medium
* Convert debian/rules file to use dh
* Update the debhelper compatibility level to 12
* Update Debian policy compliance to 4.0.0
* fix unreliable support of --capitalize when --ambiguous
is requested
-- Theodore Y. Ts'o <tytso@mit.edu> Sat, 03 Aug 2019 11:26:29 -0400
pwgen (2.08-1) unstable; urgency=medium
* New upstream version
* Suppress trailing space after the last password (Closes: #794635)
* Make pwgen -s more "secure" for 1 and 2 character passwords
(Closes: #666725)
* Fix option parsing of "pwgen --no-capitalize --no-vowels" (Closes: #791908)
* Add new option --remove-chars which removes chars from the set of
characters used to generate passwords (Closes: #836334)
* Add cross-compilation to debian/rules (Closes: #695148)
* Update control and copyright files to point at pwgen at github for
the home directory and primary git repository
(Closes: #454500, #855495, #846517)
* Update Debian policy compliance to 4.0.0
-- Theodore Y. Ts'o <tytso@mit.edu> Mon, 07 Aug 2017 00:51:45 -0400
pwgen (2.07-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Add multiarch metadata (Closes: #693964)
* Fix manpage typo (Closes: #579178)
* Stop -s from overwriting other flags (Closes: #436912)
-- Wookey <wookey@debian.org> Thu, 22 Oct 2015 22:14:04 +0100
pwgen (2.07-1) unstable; urgency=high
* New upstream version
* Remove backwards compatibility for no-tty mode. Addresses
CVE-2013-4440 (Closes: #725507)
* Fail hard if /dev/urandom and /dev/random are not available.
Addresses CVE-2013-4442 and Launchpad #1183213 (Closes: #767008)
* Fix pwgen -B so that it doesn't accidentally generate passwords with
ambiguous characters after changing the case of some letters.
Addresses Launchpad Bugs #638418 and #1349863
* Fix potential portability bug on architectures where unsgined ints
are not 4 bytes long
* Update Debian policy compliance to 3.9.6.0
* Build with Debian hardening using dpkg-buildflags
-- Theodore Y. Ts'o <tytso@mit.edu> Mon, 27 Oct 2014 23:30:52 -0400
pwgen (2.06-1) unstable; urgency=low
* New upstream version
* Fix pwgen -Bs so that this option combination works correctly
(Closes: #368010)
* Fix the pwgen -Bc option combination (Closes: #355153)
* Fix typo in pwgen man page (Closes: #376147)
* Make the -s option imply the -nc options (Closes: #427969)
* Add -v option to generate passwords without vowels (Closes: #387461)
-- Theodore Y. Ts'o <tytso@mit.edu> Wed, 4 Jul 2007 19:19:26 -0400
pwgen (2.05-1) unstable; urgency=low
* Add a udeb for debian-installer. Thanks to Martin Michlmayr for the
patch. (Closes: #271115)
* Fix bug which would cause pwgen to loop forever if the password length
is 1.
* Fix spelling errors in the man page. (Closes: #323538)
-- Theodore Y. Ts'o <tytso@mit.edu> Sun, 15 Jan 2006 23:16:59 -0500
pwgen (2.04-1) unstable; urgency=low
* New upstream version.
* Adopt maintainership of pwgen. (Closes: #282076)
* Fix minor bug in man page. (Closes: #311461)
* Convert from debmake to debhelper
* Add the --sha1 option so that pwgen uses the SHA1 hash to generate
(not so) random passwords.
* Add --symbols option which adds special symbols to the password.
(Closes: #154561)
* Add short options for --no-capitalize and --no-numerals and make those
options work when --secure is specified.
* Add --ambiguous option which avoids characters that can be confused by
the user. (Closes: #51307)
* Fix bug where --no-capitalized and --no-numerals were ignored for short
passwords. (Closes: #276307)
* In the pwgen man page, explain that human-memorable passwords are
subject to off-line brute force attacks. (Closes: #276976)
* Allow one or more capital letters and digits in human-friendly
passwords (Closes: #182595)
-- Theodore Y. Ts'o <tytso@mit.edu> Wed, 15 Jun 2005 00:39:10 -0400
pwgen (2.03-1) unstable; urgency=high
* New upstream release (Thanks Ted for the quick release! :-)
(Closes: #170312, #176688).
* Bugs fixed in previous release
(Closes: #166959, #167485)
-- Vincent Renardias <vincent@debian.org> Thu, 16 Jan 2003 11:07:14 +0100
pwgen (2.02-2) unstable; urgency=low
* Apply small fix from Matthew J Backes (Closes: #176082).
-- Vincent Renardias <vincent@debian.org> Mon, 13 Jan 2003 16:09:17 +0100
pwgen (2.02-1) unstable; urgency=low
* new upstream release; fixes the following bugs (Thanks Ted!):
- If the number of characters is less than 5, force the use
of the fully random generator, since the quality of phonetic
generator is really bad if the lengths are small --- and if
the length is less than or equal to 2, pwgen will loop
forever (Closes: #117137).
- Fix e-mail address in man page (Closes: #150579).
- #include the appropriate header files to avoid -Wall warnings
(Closes: #126774).
- Fix floating point exception errors if the password is longer
than terminal width (Closes: #113571).
- Return an exit value of 0 when pwgen on success
(Closes: #118181, #102063).
-- Vincent Renardias <vincent@debian.org> Tue, 16 Jul 2002 11:32:40 +0200
pwgen (2.01-3) unstable; urgency=low
* Package is not native anymore (Closes: #44169).
* pwgen now accept to generate passwords longer than 16 chars
(Closes: #54957).
* pwgen now really honors the password length (Closes: #70580).
* The /usr/doc symlink is created (Closes: #102452).
-- Vincent Renardias <vincent@debian.org> Thu, 6 Dec 2001 17:38:58 +0100
pwgen (2.01-2) unstable; urgency=low
* Fix copyright file (Closes: #104207).
The very purpose of having the /usr/share/licences directory is
precisely to avoid to duplicate the GPL text in every package.
This is explicitely allowed by the Debian policy unless it changed recently.
-- Vincent Renardias <vincent@debian.org> Tue, 10 Jul 2001 20:46:25 +0200
pwgen (2.01-1) unstable; urgency=low
* Now using new GPL'd code from Ted T'so.
-- Vincent Renardias <vincent@debian.org> Thu, 21 Jun 2001 11:57:22 +0200
pwgen (1-17) unstable; urgency=low
* Brandon has put is code under the BSD licence.
Closes: #39130.
* Remove extra junk files in source archive (yo, *~).
* Ack NMU fixed bugs (Closes: 80763, #89985).
* Really add /usr/doc/pwgen (NOT sntop!) link (Closes: #90335).
-- Vincent Renardias <vincent@debian.org> Wed, 13 Jun 2001 11:34:10 +0200
pwgen (1-16) unstable; urgency=low
* Fixed debian/rules
manpages moved from /usr/man to /usr/share/man closes: #80763
docs in /usr/doc moved to /usr/share/doc closes: #89985
* lintian clean
-- Fredrik Steen <stone@debian.org> Sat, 17 Mar 2001 13:23:11 +0100
pwgen (1-15) unstable; urgency=low
* Fix debian/rules;
closes: #54001: can not build from source.
-- Vincent Renardias <vincent@debian.org> Tue, 4 Jan 2000 14:53:58 +0100
pwgen (1-14) unstable; urgency=low
* Fix bug #38630.
-- Vincent Renardias <vincent@waw.com> Wed, 2 Jun 1999 14:55:04 +0200
pwgen (1-13) unstable; urgency=low
* install pwgen in mode 755, not 555.
-- Vincent Renardias <vincent@waw.com> Mon, 25 Jan 1999 05:51:20 +0100
pwgen (1-12) unstable; urgency=low
* Plenty of good stuff contributed by Jim Lynch <jim@laney.edu>:
* added -h and --help to the list of supported options.
== pwgen (1-11.4) unstable; urgency=low
* Cleaned up options parser. Now:
- all options exclude repetition of themselves
- -acn excludes -s
- -s excludes -acn
- -h in a future release.
Note: this finshes fixes of Bug#25525.
== pwgen (1-11.3) unstable; urgency=low
* Made the function header for pwgen() be ANSI-compatible
* Note: I just discovered that 1-11.1 fixes Bug#25525, and
the parser will be fixed in .4, when I tighten up the parser.
== pwgen (1-11.2) unstable; urgency=low
* Modified manpage to combine the descriptions for short options with
their equivalent long options.
== pwgen (1-11.1) unstable; urgency=low
* Added command-line arg handling (-a, -c, -n, -s) which implement
the old preprocessor definitions ALTPHON, CAPITALIZE, NUMERALS and
an unhooked secure password generator, respectively. Define ALLBYOPTS
in the preprocessor to activate. When defined, ALTPHON, CAPITALIZE and
NUMERALS have no effect. When not defined, is practically identical to
version 1-11. The default for 1-11.1 will have ALLBYOPTS defined. Now,
one copy of the pwgen binary will suffice when 16 would have been needed
before to provide the same functionality. Also, the long options
--alt-phonics, --capitalize, --numerals and --secure are identical
aliases to -a, -c, -n and -s, respectively.
* updated man page pwgen.1 to reflect all new functionality.
* updated Makefile so it defines ALLBYOPTS and no longer defines ALTPHON,
CAPITALIZE and NUMERALS when compiling pwgen (and spwgen; this
has no effect, the secure option in pwgen is identical to the
implementation in spwgen. So, I have arranged for the Makefile to
not build or install spwgen.)
-- Vincent Renardias <vincent@waw.com> Fri, 24 Apr 1998 19:37:50 +0200
pwgen (1-11) unstable; urgency=low
* Corrected usage string (Bug #21612).
-- Vincent Renardias <vincent@waw.com> Fri, 24 Apr 1998 19:37:50 +0200
pwgen (1-10) unstable; urgency=low
* Corrected typo. in manpage (Bug #15027).
-- Vincent Renardias <vincent@waw.com> Thu, 18 Dec 1997 05:08:06 +0100
pwgen (1-9) unstable; urgency=low
* Added a 'spwgen' command to get more 'secure' passwords.
Fixes bug #13162.
-- Vincent Renardias <vincent@waw.com> Mon, 10 Nov 1997 06:14:12 +0100
pwgen (1-8) unstable; urgency=low
* Documented bug #10192 so that it becomes a feature. _(;
-- Vincent Renardias <vincent@waw.com> Wed, 28 May 1997 21:06:38 +0200
pwgen (1-7) unstable; urgency=low
* Rebuilt with libc6.
-- Vincent Renardias <vincent@waw.com> Thu, 1 May 1997 21:45:05 +0200
pwgen (1-6) unstable; urgency=low
* Changed architecture from control file (i386 => any).
-- Vincent Renardias <vincent@waw.com> Sat, 19 Apr 1997 10:42:34 +0200
pwgen (1-5) unstable; urgency=low
* Modified usage info (Fixes bug #8227).
-- Vincent Renardias <vincent@waw.com> Mon, 24 Mar 1997 23:33:11 +0100
pwgen (1-4) unstable; urgency=low
* Modified RNG initialisation (Fixes Bug #6508).
-- Vincent Renardias <vincent@waw.com> Sat, 11 Jan 1997 22:58:24 +0100
pwgen (1-3) unstable; urgency=low
* Maintainer changed
* Tuned Makefile
-- Vincent Renardias <vincent@waw.com> Sat, 19 Oct 1996 04:32:26 +0200
pwgen (1-2) unstable; urgency=low
* Binary not stripped
* More documentation regarding the origin of the package
-- Christoph Lameter <clameter@debian.org> Thu, 26 Sep 1996 14:51:46 +0800
pwgen (1-1) unstable; urgency=low
* Initial Release
-- Christoph Lameter <clameter@debian.org> Fri, 20 Sep 1996 14:51:46 +0800
Local variables:
mode: debian-changelog
End:
|