/[pkg-shadow]/debian/trunk/debian/changelog
ViewVC logotype

Contents of /debian/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 620 - (show annotations) (download)
Thu Oct 27 04:49:29 2005 UTC (7 years, 7 months ago) by bubulle
Original Path: trunk/debian/changelog
File size: 88729 byte(s)
Should make our license nitpicker happy
1 shadow (1:4.0.13-2) UNRELEASED; urgency=low
2
3 * The "Pouligny St-Pierre" release
4 * Debian packaging fixes:
5 - debian/control:
6 - manpages-ja: versioned Replaces as the man pages have now been
7 removed
8 - manpages-ko: versioned Replaces as the man pages have now been
9 removed
10 - debian/login.defs:
11 - fix a typo.
12 - early release of a (currently not used) udeb to allow user creation
13 and password setting to be done in D-I first stage
14 Patch taken from Ubuntu. Thanks to Colin Watson for providing it.
15 - debian/copyright:
16 - for RMS clones sake, stop breaking Thy Holy GNU Copyright
17 Closes: #334870
18 * Patches to upstream man pages, not yet applied upstream:
19 - debian/patches/457_document_useradd_groupadd_nis:
20 Document that low level utilities will certainly never
21 implement strange behaviour such as adding local users or groups with
22 logins existing in external databases
23 Closes: #282184
24 - debian/patches/458_manpages_typos
25 Fix some typos in faillog.5, chage.1, chpasswd.8
26 Thanks to A Costa <agcosta@gis.net>
27 Closes: #333995, #333994, #333993
28 - debian/patches/459_better_document_useradd_-d
29 Better document, in useradd.8, that the home_dir specified
30 with -d is not created if it does not exist
31 Closes: #154996
32 * Debconf translation updates:
33 - Norwegian Bokmal updated. Closes: #316732
34 - Russian updated. Closes: #334250
35 - Tagalog updated. Closes: #335158
36 - Swedish updated. Closes: #335319
37
38 -- Christian Perrier <bubulle@debian.org> Thu, 13 Oct 2005 20:21:36 +0200
39
40 shadow (1:4.0.13-1) unstable; urgency=low
41
42 * The "Maroilles" release
43 * New upstream version:
44 Debian bugs fixed by the new upstream version:
45 - faillog: Do not oversimplify the date of the last unsuccessful login
46 Closes: #89902
47 - login.1: also mention securetty(5). Closes: #325773
48 - chfn.1, chsh.1, groupadd.8, newusers.8, pwconv.8
49 useradd.8, userdel.8, usermod.8:
50 Improved crossreferences with other manpages
51 Closes: #300892
52 - newgrp.1:
53 Improved documentation of how group passwords work
54 Closes: #325558
55 - passwd.c:
56 The usage line is no more too terse
57 Closes: #146779
58 * Patches to upstream man pages, not yet applied upstream:
59 - debian/patches/452_doc_password_check_order:
60 Document the order for checking the password strength
61 Closes: #115380
62 * Debian packaging fixes:
63 - debian/login.su.pam:
64 - pam_wheel example moved after pam_rootok in config.
65 Also documents that with 'pam_wheel.so group=foo', root may need to
66 be in the foo group. Closes: #330630, #330855
67 - pam_env turned to be used as a session module which it is designed
68 to be. Thanks to Steinar H. Gunderson who pointed this out and
69 Steve Langasek and Andrew Suffield who suggested the right solution.
70 - debian/control:
71 - manpages-es-extra: versioned Replaces as the man pages have now been
72 removed
73 - manpages-de: versioned Replaces as the man pages have now been
74 removed
75 - manpages-hu: versioned Replaces as the man pages have now been
76 removed
77 - debian/rules:
78 - pack upstream's NEWS file into login and passwd. Closes: #331487
79 - pack login.defs and its manpages into "passwd" instead of "login"
80 package for the Hurd platform. Closes: #249372
81 - copy upstream's changelog. Closes: #331487
82 - debian/passwd.config, debian/passwd.templates:
83 - allow preseeding the root (and user) password with a MD5 hash
84 Closes: #275343, #304352
85 Thanks to Colin Watson for the Ubuntu patch
86 - the above also allows preseeding a disabled password for root
87 Closes: #304343
88 - add passwd/user-uid template, which can be preseeded to force the
89 initial user to have a certain uid.
90 Thanks to Colin Watson for the Ubuntu patch
91 - allow hyphens in username
92 Thanks to Colin Watson for the Ubuntu patch (Ubuntu #15721)
93 - debian/login.defs:
94 - document the obsoleted by PAM ENV_HZ variable. Closes: #265613
95 - better document the real use of USERGROUPS_ENAB. Closes: #282822
96 - debian/add-shell, debian/remove-shell, debian/add-shell.8,
97 debian/remove-shell.8:
98 - utilities moved to debianutils. Add a versioned "Depends" line on
99 debianutils so that passwd cannot be upgraded when the new
100 debianutils version including these utilities isn't available
101 Closes: #208514, #268656, #269573, #293171
102 * Debconf translation updates:
103 - Swedish updated. Closes: #332711
104
105 -- Christian Perrier <bubulle@debian.org> Mon, 10 Oct 2005 23:15:47 +0200
106
107 shadow (1:4.0.12-6) unstable; urgency=low
108
109 * The "Reblochon" release
110 * Debian packaging fixes:
111 - debian/control:
112 More accurate Replaces lines for manpages-* packages which have
113 been fixed:
114 - manpages-ru
115 - manpages-fr
116 - manpages-fi (removed because distributes translations we don't have)
117 - manpages-pt (removed because distributes translations we don't have)
118 - manpages-tr (removed because distributes translations we don't have)
119 - manpages-zh for login
120 (removed because distributes translations we don't have)
121 - debian/login.pam, debian/login.su.pam:
122 - use "readenv=1" with pam_env so that /etc/environment settings are
123 used. Thanks to Konrad Jelen for pointing it
124 - use "pam_mail" for login and su to display the user's new mail status
125 (for login only) and set the MAIL environment variable
126 Add a comment about the need to *also* define MAIL_DIR and possibly
127 MAIL_FILE in /etc/login.defs so that userdel behaves properly
128 Closes: #330420
129 - Really add /etc/pam.d/passwd. Closes: #330870
130 - Enable pam_group by default in login. Closes: #124293
131 - debian/login.defs:
132 Better document the real and future use of MAIL_DIR and MAIL_FILE
133 * Upstream bugs not already fixed in upstream releases or CVS:
134 - 451_login_PATH: set PATH according to ENV_SUPATH and ENV_PATH for login
135 Closes: #330803
136
137 -- Christian Perrier <bubulle@debian.org> Wed, 28 Sep 2005 19:59:31 +0200
138
139 shadow (1:4.0.12-5) unstable; urgency=low
140
141 * Really add /etc/pam.d/su. Closes: #330291
142
143 -- Christian Perrier <bubulle@debian.org> Wed, 28 Sep 2005 19:59:31 +0200
144
145 shadow (1:4.0.12-4) unstable; urgency=low
146
147 * The "Epoisses" release
148 * Debian packaging fixes:
149 - debian/control:
150 Add a few more Replaces for broken manpages-xx packages
151 which provide random man pages for software they don't
152 provide. Closes: #330526, #330338
153 * Use dh_installpam correctly so that /etc/pam.d/su really exists
154 Closes: #330291
155 * Change section to admin because of the restructuration of the "base"
156 section by the ftpmasters
157
158 -- Christian Perrier <bubulle@debian.org> Tue, 27 Sep 2005 07:20:44 +0200
159
160 shadow (1:4.0.12-3) unstable; urgency=low
161
162 * The "Langres" release
163 * Debian packaging fixes:
164 - debian/control:
165 login now replaces manpages-de because of conflicting login.1
166 manpage. Closes: #330247
167
168 -- Christian Perrier <bubulle@debian.org> Tue, 27 Sep 2005 07:20:44 +0200
169
170 shadow (1:4.0.12-2) unstable; urgency=low
171
172 * The "Boulette d'Avesnes" release
173 * Debian packaging fixes:
174 - debian/useradd.default:
175 File added and installed as /etc/default/useradd to provide
176 "safe" defaults to useradd and, for instance, have it create users
177 with a shell. Closes: #293492
178
179 -- Christian Perrier <bubulle@debian.org> Thu, 22 Sep 2005 07:34:29 +0200
180
181 shadow (1:4.0.12-1) experimental; urgency=low
182
183 * The "Munster" release
184 * New upstream release
185 * Bugs fixed by the move to upstream release:
186 - Portuguese translation update. Closes: #323069
187 * Debian packaging fixes:
188 - Fix a bug number in the previous changelog entry (s/155297/155279/).
189 - Patches for man pages reduced to only patch XML files:
190 441, 440, 333, 421, 424, 442, 444
191 - Reduce 005 patch to only patch useradd.8.xml (other changes
192 have been fixed upstream and we assume that the man pages are
193 generated from the XML files).
194 Move the patch for the su man page (wich explain the 437_* patches)
195 to 437_su_add_GNU_options_7
196 - Disable patches now applied upstream:
197 002, 336, 363, 443_man_it_Makefile.am, 364
198 - login.defs:
199 Entries moved to obsolete sections:
200 CLOSE_SESSIONS, LOGIN_STRING, NO_PASSWORD_CONSOLE, QMAIL_DIR
201 ULIMIT
202 - NEWS.Debian: added
203 - Ship a (currently useless) PAM configuration file for chage, useradd,
204 usermod, userdel, groupadd, groupmod, groupdel, including
205 pam_rootok.so alone
206 - use dh_installpam to install PAM configuration files
207 - start the cleanup of the unused patches list
208 - debian/passwd.config:
209 No more endless loops when the user passwords mismatch
210 Closes: #325910
211 * Upstream bugs not already fixed in upstream releases or CVS:
212 - 443_chage_exit_values: now exit with errorlevel=15 when no
213 shadow password exists (was previously 3 but upstream now uses it)
214 - 447_missing_login.defs_variables: verify the list of login.defs
215 variables used and update the getdef.c and login.def files accordingly.
216 * Debconf translation updates:
217 - German updated. Closes: #321761
218 - Romanian updated. Closes: #323575
219 - Dutch updated. Closes: #323756
220 * Upstream bugs already fixed in upstream releases or CVS:
221 - 448_enable_man: man pages are generated from the XML files.
222
223 -- Christian Perrier <bubulle@debian.org> Thu, 25 Aug 2005 08:38:53 +0200
224
225 shadow (1:4.0.11.1-1) experimental; urgency=low
226
227 * New upstream release.
228 * Bugs fixed by the move to upstream release:
229 - Stop documenting about passing env variables at login prompt
230 Closes: #95213
231 - Correct reference to vi(1) man page in vipw(1)
232 Closes: #260636
233 * Debian packaging fixes:
234 - Enable the use of pam_env for su. Needed a fix which appeared
235 in upstream 4.0.6
236 Closes: #155279, #202840, #287108
237 * Debconf translation updates:
238 - Macedonian updated. Closes: #320229
239
240 -- Christian Perrier <bubulle@debian.org> Tue, 26 Jul 2005 09:17:40 +0200
241
242 shadow (1:4.0.3-39) unstable; urgency=low
243
244 * Debian packaging fixes:
245 - moved `shadowconfig on` from .preinst to .postinst
246 Closes: #319138
247 - debian/passwd.linda-overrides, debian/login.linda-overrides, debian/rules:
248 Add file permissions overrides for linda similar to those we have for lintian
249 - debian/login.lintian-overrides:
250 No more file permission overrides for login
251 - debian/passwd.config:
252 let error messages from shadowconfig (and therefore underlying
253 pwck/grpck tools which use stdout for this purpose) to reach stdout
254 instead of getting into /dev/null. This helps error diagnostics and
255 supposedly Closes: #319136
256 * Programs translation updates:
257 - French completed.
258 * Man pages translation updates:
259 - 207_id-manpages: correct Indonesian manpages so that they do not
260 fail lexgrog tests by linda
261 - 206_ko-manpages: correct Korean manpages so that they do not
262 fail lexgrog tests by linda
263 * Debconf translation updates:
264 - Arabic updated from Arabeyes repository
265
266 -- Christian Perrier <bubulle@debian.org> Fri, 22 Jul 2005 18:42:24 +0200
267
268 shadow (1:4.0.3-38) unstable; urgency=low
269
270 * The "La Marseillaise" release
271 * Debian packaging fixes:
272 - changed debian/rules to generate non-versioned "Depends: login"
273 entry for hurd's "passwd" package. This allows to use native
274 Hurd's login/su, because "hurd" package seems to provide "login".
275 See: #249372 (I don't claim the bug to be dealt with though --
276 it's still not clear whether the newly built "login" package for
277 Hurd is functional).
278 - Enable shadow by default on firsttime installation even when the package
279 is not reconfigured (ie also when not called from base-config).
280 Thanks to Bastian Blank for the patch and comments
281 Closes: #316219
282 - Build shadow with debugging. Closes: #204644
283 * Programs translation updates:
284 - Hebrew translation disabled. Closes: #317805
285 - Portuguese updated. Closes: #318190
286 - Vietnamese updated. Closes: #318257
287 * Debconf translation updates:
288 - Estonian updated. Closes: #317719
289 - Hebrew updated
290 * Upstream bugs already fixed in upstream releases or CVS:
291 - Modified 356_su-stop_cont-proxy to block TSTP, TTIN, TTOU, QUIT
292 and HUP -- to do the same as in newgrp.c
293 Closes: #317747
294
295 -- Christian Perrier <bubulle@debian.org> Thu, 14 Jul 2005 10:14:23 +0200
296
297 shadow (1:4.0.3-37) unstable; urgency=low
298
299 * The "Camembert" release
300 * Upstream bugs not fixed in upstream releases or CVS:
301 - 442_useradd.8-O
302 Document useradd's "-O" option
303 Closes: #304934
304 * Debconf translation updates:
305 - Indonesian updated (sent by translator to Christian Perrier)
306 - Bulgarian updated. Closes: #317327
307 - Vietnamese added (sent by translator to Christian Perrier)
308 - Wolof added (sent by translator to Christian Perrier)
309 Closes: #317532
310 * Man pages translation updates:
311 - Really remove the too outdated Korean translation of newgrp.1
312 which doesn't even mention sg
313 * Programs translation updates:
314 - debian/patches/117_id:
315 - Indonesian translation update (sent by translator to Christian Perrier)
316 * Debian packaging fixes:
317 - login.defs
318 Fix a typo (s/dmesg/mesg/), thanks to Maximilian Attens
319 Closes: #317236
320 - Fix FTBFS for GNU/Hurd and GNU/kFreeBSD
321 - securetty.kfreebsd-gnu renamed to securetty.kfreebsd
322 - securetty.netbsd-gnu renamed to securetty.netbsd
323 - securetty.gnu renamed to securetty.hurd
324 Closes: #317304
325 * Upstream bugs not fixed in upstream releases or CVS:
326 - 443_chage_exit_values
327 chage: change the exit value to 3 when chage fails because the system is
328 not shadow enabled.
329 Closes: #317012
330 - 426_grpck_group-gshadow_members_consistency
331 grpck/pwck: fix segmentation faults
332 Closes: #317366
333 - 423_su_arguments_are_concatenated, 423_su_pass_args_without_concatenation
334 revert the patch done for #276419, because it breaks pbuilder and other
335 packages. Also document the Debian su behavior.
336 su behave differently from FreeBSD or SUN; this issue will have to be
337 handled latter (re-open #276419).
338 Closes: #317264
339
340 -- Christian Perrier <bubulle@debian.org> Wed, 6 Jul 2005 03:13:37 +0300
341
342 shadow (1:4.0.3-36) unstable; urgency=low
343
344 * Debian specific programs fixes:
345 - Re-enable logging and displaying failures on login when login is
346 compiled with PAM and when FAILLOG_ENAB is set to yes. And create the
347 faillog file if it does not exist on postinst (as on Woody).
348 Closes: #192849
349 - do not localize login's syslog messages.
350 * Debian packaging fixes:
351 - Fix FTBFS with new dpkg 1.13 and use a correct dpkg-architecture
352 invocation. Closes: #314407
353 - Add a comment about potential sensitive information exposure
354 when LOG_UNKFAIL_ENAB is set in login.defs
355 Closes: #298773
356 - Remove limits.5 and limits.conf.5 man pages which do not
357 reflect the way we deal with limits in Debian
358 Closes: #288106, #244754
359 - debian/login.defs:
360 - Make SU_PATH and PATH consistent with the values used in /etc/profile
361 Closes: #286616
362 - Comment the UMASK setting which is more confusing than useful
363 as it only affects console logins. Better use pam_umask instead
364 Closes: #314539, #248150
365 - Add a comment about "appropriate" values for umask
366 Closes: #269583
367 - Correct the assertion about the variable defined by QMAIL_DIR
368 which is MAILDIR, not MAIL
369 Closes: #109279
370 - Move the PASS_MAX_LEN variable at the end of login.defs as this
371 is obsoleted when using PAM
372 Closes: #87301
373 - debian/passwd.config:
374 - Re-enable the password confirmation question at critical priority
375 Closes: #304350
376 - Do no prompt again for the login name when the two passwords don't
377 match while creating a new user
378 Closes: #245332
379 - debian/add-shell.sh, debian/remove-shell.sh, debian/shadowconfig.sh,
380 debian/passwd.config, debian/passwd.postinst:
381 - checked for bashisms, replaced "#!/bin/bash" with "#!/bin/sh",
382 Closes: #315767
383 - replaced "test XXX -a YYY" XSI:isms with "test XXX && test YYY",
384 for rationale see:
385 http://www.opengroup.org/onlinepubs/009695399/utilities/test.html
386 - replaced all unneeded "egrep"s with basic "grep"s
387 Closes: #256732
388 - debian/rules:
389 Remove the setuid bit on login
390 Closes: #298060
391 - debian/passwd.templates:
392 Templates rewrite to shorten them down a little and make them DTSG
393 compliant. Give more details about what the user's full name is used
394 for.
395 Closes: #287410
396 - Updated to Standards: 3.6.2 (checked)
397 * Debconf translation updates:
398 - Estonian added. Closes: #312471
399 - Basque updated. Closes: #314303
400 - Malagasy updated. Closes: #290842
401 - Punjabi updated. Closes: #315372
402 - Danish updated. Closes: #315378
403 - Polish updated. Closes: #315391
404 - Japanese updated. Closes: #315407
405 - Brazilian Portuguese updated. Closes: #315426
406 - Czech updated. Closes: #315429
407 - Spanish updated. Closes: #315434
408 - Lithuanian updated. Closes: #315483
409 - Galician updated. Closes: #315362
410 - Portuguese updated. Closes: #315375
411 - Simplified Chinese updated. Closes: #315567
412 - French updated
413 - Ukrainian updated. Closes: #315727
414 - Welsh updated. Closes: #315809
415 - Slovak updated. Closes: #315812
416 - Romanian updated. Closes: #315783
417 - Finnish updated. Closes: #315972
418 - Catalan updated. Closes: #316026
419 * Man pages translation updates:
420 - Remove the too outdated Korean translation of newgrp.1
421 which doesn't even mention sg
422 Closes: #261490
423 * Man pages correction for Debian specific issues:
424 - 402_usermod.8-system-users-range-286258:
425 Document the system user range from 0 to 999 in Debian
426 Closes: #286258
427 * Upstream bugs not fixed in upstream releases or CVS:
428 - 423_su_pass_args_without_concatenation
429 Thanks to Helmut Waitzmann.
430 Closes: #276419
431 * pass the argument to the shell or command without concatenation
432 before the call to exec.
433 * If no command is provided, the arguments after the username are for
434 the shell, no -c has to be appended.
435 - 008_su_ignore_SIGINT
436 * Also ignore SIGQUIT in su to avoid defeating the delay.
437 The gain in security is very minor.
438 Closes: #288827
439 - 424_pwck.8_quiet_option
440 pwck(8): document the -q option. Closes: #309408
441 - 425_lastlog_8_sparse
442 lastlog(8): Document that lastlog is a sparse file, and don't need to be
443 rotated. Closes: #219321
444 - 426_grpck_group-gshadow_members_consistency
445 * (grpck) warn for inconsistencies between members in /etc/group and gshadow
446 Closes: #75181
447 * (pwck and grpck) warn and propose a fix for entries present in the
448 regular /etc/group or /etc/passwd files and not in shadow/gshadow.
449 - 427_chage_expiry_0
450 Fix chage display in the case of null expiry fields (do not display
451 Never, but 01 Jan 1970)
452 Closes: #78961
453 * Upstream bugs already fixed in upstream releases or CVS:
454 - Corrected typos in chfn.1. Closes: #312428
455 - Corrected typos in gshadow.5. Closes: #312429
456 - Corrected typos in shadow.5. Closes: #312430
457 - Corrected typos in grpck.8. Closes: #312431
458 - Added patch (356th) for su to propagate SIGSTOP up and SIGCONT down.
459 Added similar patch (357th) for newgrp. Both changes only affect
460 operation with CLOSE_SESSION set to yes (in /etc/login.defs).
461 Closes: #314727
462 * Translation updates:
463 - debian/patches/010_more-i18ned-messages
464 - More messages are translatable. We will deal with the translation
465 updates after syncing with upstream.
466 Closes: #266281
467 - debian/patches/114_eu:
468 - Basque translation update. Closes: #314423
469 - debian/patches/132_vi.dpatch:
470 - Vietnamese translation update. Closes: #315840
471
472 -- Christian Perrier <bubulle@debian.org> Mon, 20 Jun 2005 23:37:56 +0300
473
474 shadow (1:4.0.3-35) unstable; urgency=low
475
476 * Re-apply the debian/patches/036_CAN-2004-1001_passwd_check patch
477 which fixed the "Adjusted password check to fix authentication bypass"
478 security issue (CAN-2004-1001)
479 * Debian packaging fixes:
480 - Add --host to config_options on cross build. Patch from NIIBE Yutaka.
481 Closes: #283729
482 - Enable login for GNU/Hurd in rules. First patch from Robert Millan.
483 Closes: #249372
484 - Cleanup passwd debconf stuff as md5 passwords are assumed since
485 1:4.0.3-19 and the resolution of #223664.
486 - Document the TTYPERM variable set to 0600 in the default login.defs file
487 Closes: #59439
488 - Make login and su use limits.so PAM module by default
489 (change made in sarge branch also)
490 Closes: #300720
491 - debian/rules: Add removal of config.log in the clean target
492 - debian/control:
493 - Add Martin to Uploaders
494 - Remove Sam Hartman from Uploaders. The team is now setup and this
495 does not really have a real meaning now. You're still welcome for
496 NMU's, Sam, and thanks for the good work.
497 - Switching from dpatch to quilt.
498 * Debconf translation updates:
499 - Portuguese spellchecked by Miguel Figueiredo
500 - Punjabi (Gumurkhi) added, by Amanpreet Singh Alam. Closes: #309800
501 * Man pages translation updates:
502 - German completed by reference to original man page
503 Closes: #311554
504 * Debian specific programs fixes:
505 - NONE
506 * Upstream bugs not fixed in upstream releases or CVS:
507 - 421_login.1_pishing:
508 Document how to initiate a trusted path under Linux
509 Closes: #305600
510 - set CLOSE_SESSIONS to yes in login.defs, and document why.
511 Closes: #163635
512 * Upstream bugs already fixed in upstream releases or CVS:
513 - 324_configure.in-no-debian-dir:
514 Separated from 004_configure.in : this change will not be needed when
515 syncing with upstream
516 - 325_gshadow_5_manpage:
517 Add a gshadow.5 man page, and clarifications in the newgrp and gpasswd
518 man pages.
519 Closes: #113191, #166173, #169046, #251926
520 - 326_su.1_pwconv.8-typos:
521 Correct typos in su.1 and pwconv.8 man pages.
522 Closes: #309666
523 * Translation updates:
524 - 004_configure.in, 100_LINGUAS
525 Add Vietnamese to LINGUAS. Patch for LINGUAS in configure.in moved
526 from 004_configure.in to the new 100_LINGUAS patch
527 - 101_cs: Czech updated by Miroslav Kure
528 Closes: #308658
529 - 102_de: German updated by Dennis Stampfer
530 - 104_fr: French updated by Jean-Luc Coulon
531 Closes: #308909
532 - 111_ca: Catalan completed by Guillem Jover
533 Closes: #309212
534 - 108_sv: Swedish completed with the help of Magnus Holmgren
535 Encoding issues fixed
536 Closes: #309380
537 - 109_uk: Ukrainian completed by Eugeniy Meshcheryakov
538 Closes: #308647
539 - 120_nl: Dutch updated by Bart Cornelis
540 Closes: #308662
541 - 124_ru: Russian updated by Yuri Kozlov
542 Closes: #308839
543 - 129_ru: Romanian updated by Sorin Bataruc
544 Closes: #308921
545 - 130_zh_TW: Tradition Chinese updated by Tetralet
546 Closes: #311588
547 - 131_tl: Tagalog updated by Eric Pareja
548 Closes: #310386
549 - 132_vi: Correct file used for Vietnamese tanslation
550 Closes: #306614, #307251, #307262, #308479
551
552 -- Christian Perrier <bubulle@debian.org> Fri, 3 Jun 2005 07:32:07 +0200
553
554 shadow (1:4.0.3-34) unstable; urgency=low
555
556 * Debian packaging fixes:
557 - NONE
558 * Debian specific programs fixes:
559 - NONE
560 * Upstream bugs not fixed in upstream releases or CVS:
561 - 406_good_name:
562 - relaxed user/group names checking is now fixed and accepts
563 _only_ names matching '^[^-:\n][^:\n]*$'
564 Closes: #264879, #308478
565 * Upstream bugs already fixed in upstream releases or CVS:
566 - 311_high-uids.dpatch:
567 - Add large file support to lastlog and faillog. Closes: #280212
568 * Translation updates:
569 - 132_vi:
570 Vietnamese programs translation added (from upstream CVS)
571 Closes: #308479
572 - 118_it:
573 Italian programs translation updated
574 Closes: #308327
575
576 -- Christian Perrier <bubulle@debian.org> Tue, 10 May 2005 18:24:12 +0200
577
578 shadow (1:4.0.3-33) unstable; urgency=low
579
580 * The "Don't believe lintian blindly" release
581 * Urgency left to low because RC bug fixed but we leave priority
582 to sarge-targeted work
583 * Debian packaging fixes:
584 - Remove CVS id tag from the supplied login.defs file
585 Closes: #308019
586 - revert dependency on debconf which would make it required
587 Closes: #308145
588 - Add the missing add-shell, remove-shell, cppw and cpgr
589 (Debian specific) man pages
590 Closes: #162241
591 - make lintian ignore warnings about missing debconf dependency
592 in passwd.lintian-overrides
593 * Debian specific programs fixes:
594 - NONE
595 * Upstream bugs not already fixed in upstream releases or CVS:
596 - NONE
597 * Upstream bugs already fixed in upstream releases or CVS:
598 - 313_pam_access_with_preauth:
599 - allow PAM account authorization when preauthenticated
600 Closes: #193869
601 - 314_passwd.1_formatting:
602 - minor formatting fixes of passwd(1) man page
603 Closes: #304447
604 - 315_chage.1_document_expiration_removal:
605 - document expiration removal in chage(1)
606 Closes: #304542
607 - 316_vipw-race-242407:
608 - make vipw to remove /etc/{passwd|shadow|group|gshadow}.edit
609 and only then unlock
610 Closes: #242407
611 - 317_lastlog_usage_249611:
612 - Fix the lastlog usage and all the translations accordingly
613 (--user instead of --login).
614 Closes: #249611
615 - 323_passwd.1-typo:
616 - correct a typo in passwd(1) man page. Closes: #302740
617
618 -- Christian Perrier <bubulle@debian.org> Sun, 8 May 2005 14:32:20 +0200
619
620 shadow (1:4.0.3-32) unstable; urgency=low
621
622 * Switch to dpatch for upstream patches
623 This should bring more clarity to modifications
624 we make to upstream sources and help integrating
625 new upstream releases
626 Old patches have been moved quite roughly to
627 debian/patches
628 * Modified debian/rules for "Calling GNU configure properly", see
629 /usr/share/doc/autotools-dev/README.Debian.gz
630 * Debian packaging fixes:
631 - Lintian fixes:
632 - Description synopsis initial capital letters removed
633 - passwd now depends on debconf (>=0.5.00) as it uses the seen flag
634 - add login.lintian-overrides and passwd.lintian-overrides
635 files to mention setuid and setgid files and avoid lintian warning
636 about them
637 - debian/pam.d/login:
638 - Remove the confusing comment about "nullok". Closes: #207816
639 - debian/rules:
640 - Add call for dh_installdirs
641 - debian/passwd.dirs:
642 - Added
643 - debian/login.dirs:
644 - Added
645 * Debian specific programs fixes:
646 - fixed /usr/sbin/remove-shell bug with handling of non-existing/empty
647 /etc/shells file. Closes: #271565
648 * GNU config automated update: config.sub (20010907 to 20050422),
649 config.guess (20010904 to 20050422)
650
651 -- Christian Perrier <bubulle@debian.org> Tue, 3 May 2005 11:53:12 +0200
652
653 shadow (1:4.0.3-31sarge3) unstable; urgency=low
654
655 * The "please buy me a brain" release
656 * *Really* shorten down the Dutch debconf translation for the root password
657 input so that it fits in one screen. Closes: #277750
658 * man/usermod.8: *Really* document -o option in usermod
659 Closes: #302388
660 * man/fr/po4a/fr: Removed. This directory only clutters up the diff
661 and is not used during the build process
662 * man/de/passwd.1: Updated. Closes: #304757
663 * man/de/chsh.1: Updated.
664 * man/it/*: All files updated. Closes: #305095
665 * Translation updates:
666 - Portuguese (from the translation file sent for 4.0.8 upstream)
667 Closes: #305257
668
669 -- Christian Perrier <bubulle@debian.org> Tue, 19 Apr 2005 19:31:43 +0200
670
671 shadow (1:4.0.3-31sarge2) unstable; urgency=low
672
673 * Shorten down the Dutch debconf translation for the root password
674 input so that it fits in one screen. Closes: #277750
675 * man/usermod.8: Document -o option in usermod
676 Closes: #302388
677
678 -- Christian Perrier <bubulle@debian.org> Mon, 4 Apr 2005 20:28:47 +0200
679
680 shadow (1:4.0.3-31sarge1) unstable; urgency=high
681
682 * Urgency set to high because of RC bug fixed. Reuploaded
683 because I messed up with the changelog first. Use this occasion
684 to start a sarge series just in case. Changes below were made
685 in the former version already.
686 * Avoid package file conflicts for woody->sarge upgrade:
687 - Add manpages-it and manpages-ko to Replaces: for login
688 - Remove manpages-de from Replaces: for login (useless)
689 - Improve readability of the Replaces line for passwd
690 Closes: #299549
691
692 -- Christian Perrier <bubulle@debian.org> Tue, 15 Mar 2005 13:55:34 +0100
693
694 shadow (1:4.0.3-31) unstable; urgency=low
695
696 * New maintainer
697
698 -- Christian Perrier <bubulle@debian.org> Fri, 11 Mar 2005 19:28:38 +0100
699
700 shadow (1:4.0.3-30.10) unstable; urgency=low
701
702 * Non-maintainer upload targeted at sarge.
703 * Programs translations:
704 - Greek updated. Closes: #293911
705 - French updated. Closes: #294330
706 * Debconf translations:
707 - Galician updated. Closes: #295543
708
709 -- Christian Perrier <bubulle@debian.org> Mon, 7 Feb 2005 08:18:56 +0100
710
711 shadow (1:4.0.3-30.9) unstable; urgency=low
712
713 * Non-maintainer upload targeted at sarge.
714 * Programs translations:
715 - German updated. Closes: #291703
716 - Tagalog added. Closes: #292353
717 - Korean updated.
718
719 -- Christian Perrier <bubulle@debian.org> Sun, 23 Jan 2005 09:30:49 +0100
720
721 shadow (1:4.0.3-30.8) unstable; urgency=low
722
723 * Non-maintainer upload targeted at sarge.
724 * Debconf translations:
725 - Tagalog added. Closes: #289837
726 * Programs translations:
727 - Traditional Chinese added. Closes: #288879
728
729 -- Christian Perrier <bubulle@debian.org> Tue, 11 Jan 2005 11:39:18 +0100
730
731 shadow (1:4.0.3-30.7) unstable; urgency=low
732
733 * Non-maintainer upload targeted at sarge.
734 * Resolv conflict with manpage-spl in login
735 as well as passwd. Thanks to Robert Luberda for
736 the notice
737
738 -- Christian Perrier <bubulle@debian.org> Thu, 23 Dec 2004 22:23:11 +0100
739
740 shadow (1:4.0.3-30.6) unstable; urgency=low
741
742 * Revert back to Ian Gulliver genuine patch
743 to chpasswd. Update man page accordingly.
744 Closes: #283961
745 (again)
746 * Programs translations
747 - German updated. Closes: #286522
748 * Debconf translations
749 - German updated. Closes: #286522
750
751 -- Christian Perrier <bubulle@debian.org> Mon, 20 Dec 2004 23:51:39 +0100
752
753 shadow (1:4.0.3-30.5) unstable; urgency=high
754
755 * Non-maintainer upload targeted at sarge.
756 Fix release critical bug
757 * Resolve conflict with woody's manpages-pl package
758 which prevent woody->sarge upgrade if
759 manpages-pl was installed
760 Closes: #284239
761 * Programs translations
762 - Romanian added. Closes: #284338
763 * Add MD5 support to chpasswd
764 Thanks to Ian Gulliver for the patch
765 Closes: #283961
766 * Correct typos in man pages
767 Thanks to Nicolas François for the patch
768 Closes: #141322
769 * Replace "C/" with "../../" in man/fr/shadow.conf
770 for best integration in the package build process
771
772 -- Christian Perrier <bubulle@debian.org> Thu, 16 Dec 2004 21:48:56 +0100
773
774 shadow (1:4.0.3-30.4) unstable; urgency=low
775
776 * Non-maintainer upload targeted at sarge.
777 Localisation and d-i related updates only
778 * Programs translations
779 - Albanian (very partial) added.
780 * Debconf translations
781 - Hindi added. Closes: #282443
782 - Malagasy added. Closes: #282580
783 - Albanian added. Closes: #282160
784
785 -- Christian Perrier <bubulle@debian.org> Thu, 25 Nov 2004 07:21:53 +0100
786
787 shadow (1:4.0.3-30.3) unstable; urgency=high
788
789 * Non-maintainer upload: security fix using the woody patch
790 by the Security Team
791 * Adjusted password check to fix authentication bypass
792 [debian/patches/036_CAN-2004-1001_passwd_check]
793 * Debconf translations
794 - Brazilian Portuguese updated. Closes: #278051
795 - Norwegian Bokmal fixed. Closes: #277563
796 * Programs translations
797 - Indonesian updated. Closes: #277751, #277741
798
799 -- Christian Perrier <bubulle@debian.org> Tue, 2 Nov 2004 22:28:26 +0100
800
801 shadow (1:4.0.3-30.2) unstable; urgency=low
802
803 * Non-maintainer upload targeted at sarge.
804 Localisation and d-i related updates only
805 * Debconf translations
806 - Macedonian added. Closes: #275781
807 - Slovakian updated. Closes: #273585
808 - Slovenian added.
809 * Man pages translations
810 - German for vipw.8/vigr.8. Closes: #260645
811 * Fix preseeding for d-i : do not mark debconf templates as seen
812 Also remove the hack for Joey Hess login name..:)
813 Closes: #271407
814 * Ask for the user full name at critical priority so that
815 it is never empty. Closes: #257700
816
817 -- Christian Perrier <bubulle@debian.org> Sun, 10 Oct 2004 19:02:50 +0200
818
819 shadow (1:4.0.3-30.1) unstable; urgency=low
820
821 * Non-maintainer upload targeted at sarge. Localisation updates only
822 * Debconf translations
823 - Arabic added. Closes: #261022
824 - Swedish updated. Closes: #261553
825 - Bulgarian added. Closes: #262928
826 - Brazilian Portuguese updated. Closes: #263957
827 - Simplified Chinese updated. Closes: #268646
828 - Traditional Chinese updated. Closes: #268151
829 - German updated. Closes: #268051
830 - Basque synced with templates.pot
831 * Programs translations
832 - Swedish updated. Closes: #261553
833 - Russian updated. Closes: #268412
834 - Norwegian Bokmal updated. Closes: #269907
835 - Norwegian Nynorsk updated. Closes: #269907
836 - Hebrew updated. Closes: #269967
837 - Danish updated. Closes: #270083
838 - Catalan updated. Closes: #254956
839 * Man pages translations
840 - French translation completely rewritten and reviewed
841 Closes: #270168
842 - Add expiry.1 and limits.conf.5 to the list of installed man
843 pages (add two lines to passwd.files and one to rules)
844 From #270168 also.
845
846 -- Christian Perrier <bubulle@debian.org> Tue, 7 Sep 2004 20:20:21 +0200
847
848 shadow (1:4.0.3-30) unstable; urgency=high
849 * Attempt to fix FTBFS and dependency problems on hurd. Closes: #235641
850 * don't run dh_undocumented anymore as it has become angstful.
851
852 * Thanks to Christian Perrier:
853 * Debconf translations
854 - Brazilian updated. Closes: #261387
855 - Croatian added. Closes: #261418
856 - Minor corrections fo ja.po and pl.po headers
857 * Programs translations
858 - Dutch updated. Closes: #260361
859 - Hebrew added. Closes: #260722
860 * Urgency set to high because of RC bug fixed:
861 * Correct check for root password being already set in passwd.config
862 Closes: #260799
863
864 * Acknowledge 29.1 NMU:
865 Closes: #256664, #257949, #258241, #258563, #258566, #258957,
866 #190567, #259389, #260223, #257949, #259663, #259827
867
868 -- Karl Ramm <kcr@debian.org> Tue, 27 Jul 2004 09:38:32 -0400
869
870 shadow (1:4.0.3-29.1) unstable; urgency=low
871
872 * NMU with maintainer consent
873 * Programs translations
874 - Greek updated. Closes: #256664
875 - Finnish updated. Closes: #257949
876 - Spanish updated. Closes: #258241
877 - Polish updated. Closes: #258563
878 - Indonesian added (configure.in changed accordingly). Closes: #258566
879 - French updated. Closes: #258957, #190567
880 - Slovak updated. Closes: #259389
881 - Portuguese updated. Closes: #260223
882 * Debconf translations
883 - Finnish updated. Closes: #257949
884 * Typo correction in su.1 man page. Closes: #259663
885 * Removed malloc definition in libmisc/xmalloc.c
886 Closes: #259827
887 * Lintian-driven corrections
888 - Corrected section number in several man pages:
889 - grpck.8
890 - pwck.8
891 - ja/grpck.8
892 - pl/grpck.8
893 - pl/pwck.8
894 - Replace the full GPL text in copyright by a pointer
895 - Bumped Standards to 3.6.1.1 (changes checked)
896
897 -- Christian Perrier <bubulle@debian.org> Mon, 19 Jul 2004 17:52:24 +0200
898
899 shadow (1:4.0.3-29) unstable; urgency=low
900 * Be up front on the origin of our su. Closes: #244297
901 * The following thanks to Christian Perrier:
902 * Debconf translations
903 - Hungarian added. Closes: #256493
904 - Greek updated. Closes: #251990
905 - Brazilian portuguese updated. Closes: #256771
906 * po/POTFILES.in
907 - corrected file. No more mentions unexisting files
908 Closes: #253792
909 this change was already in 28.5 but was forgotten in the
910 changelog
911 * Acknowledge NMUs:
912 closes: #244604, #244734, #246302, #246376, #246848, #246859,
913 #247084, #247698, #247770, #248386, #248391, #248392,
914 #248392, #248516, #248516, #248648, #248938, #248957,
915 #249141, #249257, #249682, #250169, #250339, #250496,
916 #251140, #251141, #251317, #251495, #251716, #251990,
917 #252087, #252499, #253165, #253186, #253570, #254503,
918 #254760
919
920 -- Karl Ramm <kcr@debian.org> Sat, 3 Jul 2004 00:24:55 -0400
921
922 shadow (1:4.0.3-28.5) unstable; urgency=low
923
924 * debian/*.files
925 - care about adding ALL existing translations. Removed hard-coded
926 file names. Closes: #248516
927 Thanks to Ruben Porras for noticing
928 This involves changes to debian/*.files with the use of
929 regexp in these files
930 * libmisc/failure.c
931 - Make use of plural forms. Closes: #251317
932 * Programs translations
933 - Norwegian Bokmal and Norwegian Nynorsk translations. Closes: #252499
934 - Dutch updated. Closes: #253165
935 - Brazilian Portuguese updated
936 - Turkish updated
937 - Korean updated
938 - Czech updated
939 - Japanese updated
940 - German updated
941 - Catalan added. Closes: #254760
942 - Italian updated
943 * Debconf translations
944 - Finnish added. Closes: #253570
945 - Danish updated
946 - Hebrew added. Closes: #253186
947 - Traditional Chinese added. Closes: #254503
948 - French updated for clarification and shorten the root password screen
949
950 -- Christian Perrier <bubulle@debian.org> Tue, 22 Jun 2004 09:44:45 +0200
951
952 shadow (1:4.0.3-28.4) unstable; urgency=low
953
954 * NMU for l10n stuff again
955 * Programs translations
956 - All languages "activated" in configure.in. Closes: #248516
957 - Russian. Closes: #250496
958 - Bosnian added. Closes: #251141
959 - Finnish update. Closes: #251495
960 - Italian update. Closes: #252087
961 * Debconf translations
962 - Norwegian Bokmal update. Closes: #250339
963 - Bosnian added. Closes: #251140
964 - Catalan updated. Closes: #251716
965 - Greek update. Closes: #251990
966 - Welsh added (directly sent by Dafydd Harries
967 * Christian Perrier
968 - debian/passwd.config : a few rewards to a few people. Just check
969 the code
970
971 -- Christian Perrier <bubulle@debian.org> Tue, 1 Jun 2004 09:11:01 -0300
972
973 shadow (1:4.0.3-28.3) unstable; urgency=high
974
975 * NMU for correcting my mistake
976 * Remove an extra "fi" in passwd.config. Closes: #250169
977 * Debconf translation updates:
978 - Norwegian Nynorsk. Closes: #249682
979
980 -- Christian Perrier <bubulle@debian.org> Fri, 21 May 2004 06:50:13 +0200
981
982 shadow (1:4.0.3-28.2) unstable; urgency=high
983
984 * NMU for Debian Installer rc1 release schedule
985 * Removed duplicate sentence in templates. Closes: #244734, #244604
986 * Move the "root password empty" check before the root password
987 confirmation. Closes: #247770
988 * Debconf translation updates:
989 - Danish. Closes: #246859
990 - Spanish. Closes: #246302
991 - Russian. Closes: #248392
992 - Simplified Chinese. Closes: #248938
993 - Lithuanian. Closes: #249141
994 - Italian. Closes: #249257
995 - Dutch sent directly by Bart Cornelis
996 - Korean sent directly by Changwoo Ryu
997 - Galician sent directly by Héctor Fernández
998 - Romanian sent directly by Eddy Petrisor
999 * Programs translation updates:
1000 - Korean. Closes: #242055
1001 - Japanese. Closes: #242586
1002 - Polish. Closes: #246376
1003 - Slovak. Closes: #247084
1004 - Basque. Closes: #248386
1005 - German. Closes: #248391
1006 - Russian. Closes: #248392
1007 - Spanish. Closes: #248516
1008 - Czech. Closes: #248648
1009 - Simplified Chinese. Closes: #248957
1010 - Indonesian. Closes: #242813
1011 - Italian sent directly by Giuseppe Sacco
1012 * Translated man pages
1013 - Typo correction in Brazilian Portuguese for gpasswd. Closes: #247698
1014
1015 -- Christian Perrier <bubulle@debian.org> Tue, 18 May 2004 12:09:34 +0200
1016
1017 shadow (1:4.0.3-28.1) unstable; urgency=high
1018
1019 * NMU for special purposes below
1020 * Urgency set to high for helping out Brazilian DD's building CD's
1021 for FISL conference
1022 * Translation updates:
1023 - Debconf:
1024 - Brazilian Portuguese. Closes: #246848
1025 - Spanish. Was unfortunately based on older templates hence
1026 this does not close 246302
1027 - Basque: Closes: #243545
1028 - German: Closes: #242116
1029
1030 -- Christian Perrier <bubulle@debian.org> Mon, 10 May 2004 23:23:25 +0200
1031
1032 shadow (1:4.0.3-28) unstable; urgency=low
1033
1034 * Fix login and passwd in preinst to avoid promts on woody upgrade,
1035 Closes: #243099
1036 * Fix login and passwd configuration file to support common-passwd
1037 * Apply NMU patch from Christian Perrier, Closes: #241438
1038
1039 -- Sam Hartman <hartmans@debian.org> Thu, 29 Apr 2004 16:31:25 -0400
1040
1041 shadow (1:4.0.3-27) unstable; urgency=low
1042
1043 * update "da" debconf translation, closes: #241262
1044 * new "pt_BR" program translation, closes: #241366
1045
1046 -- Karl Ramm <kcr@debian.org> Thu, 1 Apr 2004 00:19:44 -0500
1047
1048 shadow (1:4.0.3-26.1) unstable; urgency=low
1049
1050 * NMU for Debian Installe rneeds
1051 * Translation updates:
1052 - Debconf:
1053 - French. Closes: #241438
1054 - Ukrainian. Closes: #241514
1055 - Swedish: #241558
1056 - Japanese. Closes: #241802
1057 - Danish. Closes: #241262
1058 - Portuguese. Closes: #241675
1059 - Polish. Closes: #243185, #242996
1060 - Czech. Closes: #241877
1061 - Korean. Closes: #241928
1062 - Greek. Closes: #242396
1063 - Turkish. Closes: #243103
1064 - Slovak. Closes: #245671
1065
1066 -- Christian Perrier <bubulle@debian.org> Wed, 28 Apr 2004 11:47:34 +0200
1067
1068 shadow (1:4.0.3-26) unstable; urgency=low
1069
1070 * Have passwd.config fall back gracefully to useradd if adduser is
1071 unavailable. closes: #240894
1072
1073 -- Karl Ramm <kcr@debian.org> Wed, 31 Mar 2004 00:26:17 -0500
1074
1075 shadow (1:4.0.3-25) unstable; urgency=low
1076
1077 * Update "da" program translation, thanks to Claus Hindsgaul.
1078 * Update "sv" translation, closes: #239198
1079 * lower debconf priority of shadow password question to 'low'
1080
1081 -- Karl Ramm <kcr@debian.org> Tue, 30 Mar 2004 19:39:59 -0500
1082
1083 shadow (1:4.0.3-24) unstable; urgency=low
1084
1085 * add new program translations to the file manifest. *sigh*
1086 closes: #241016
1087 * add "tr" debconf translation. closes: #239148
1088 * Rearrange username creation dialog text to make sense in
1089 new order. closes: #240607
1090 * Edit the debconf templates for content.
1091 * Remove the program .gmo files in the clean step. closes: #200054
1092
1093 -- Karl Ramm <kcr@debian.org> Tue, 30 Mar 2004 11:37:22 -0500
1094
1095 shadow (1:4.0.3-23) unstable; urgency=low
1096
1097 * increase maximum group name size to 32 for no particularly good reason
1098 closes: #240456
1099 * fix su man page to reflect code. closes: #239805
1100 * fix username defaulting in passwd.config. closes: #238781
1101 * update "it" debconf translation. closes: #237504
1102 * update "ru" debconf translation. closes: #238211
1103 * update "de" debconf translation. closes: #238779
1104 * update "el" debconf translation. closes: #240473
1105 * add "nn" debconf translation. closes: #238590
1106 * add "da" program translation. closes: #238005
1107 * add "nl" program translation. closes: #238488
1108 * add "pt" program translation. closes: #238796
1109 * add "pt" debconf translation. closes: #239641
1110 * remove spurious const, closes: #240677
1111
1112 -- Karl Ramm <kcr@debian.org> Sun, 28 Mar 2004 19:46:34 -0500
1113
1114 shadow (1:4.0.3-22) unstable; urgency=low
1115
1116 * Don't assume that lastlog.ll_time or utmp.ut_time or utmpx.ut_tv are made
1117 up of time_ts and timevals, because they aren't on x86-64. Dismaying
1118 but true.
1119
1120 -- Karl Ramm <kcr@debian.org> Sun, 14 Mar 2004 16:53:21 -0500
1121
1122 shadow (1:4.0.3-21) unstable; urgency=low
1123
1124 * Try and get the right French translation update in the right place,
1125 Karl, you can do it even if you do only speak English. Closes: #236993
1126
1127 -- Karl Ramm <kcr@debian.org> Wed, 10 Mar 2004 15:31:35 -0500
1128
1129 shadow (1:4.0.3-20) unstable; urgency=low
1130
1131 * Added Norwegian Bokmal debconf translation, closes: #206349
1132 * tell shadow build system about new message translations
1133
1134 -- Karl Ramm <kcr@debian.org> Thu, 4 Mar 2004 11:04:44 -0500
1135
1136 shadow (1:4.0.3-19) unstable; urgency=low
1137
1138 * When creating a user account in psaswd.config, ask for full name
1139 first, and make up a default username. Closes: #235386
1140 * "No really, assume md5 passwords". Closes: #223664
1141
1142 -- Karl Ramm <kcr@debian.org> Thu, 4 Mar 2004 00:42:08 -0500
1143
1144 shadow (1:4.0.3-18) unstable; urgency=low
1145
1146 * Removed po/cs.po and added new debian/po/cs.po
1147 Updated Czech translation, closes: #229125
1148 * Updated Japanese debconf translation, closes: #227237
1149 * Updated Danish debconf translation, closes: #227619
1150 * Updated Dutch debconf translation, closes: #227883
1151 * Updated Brazilian Portuguese debconf translation, closes: #228080
1152 * Added Simplified Chinese debconf translation
1153 Added Simplified Chinese programs translation
1154 Closes: #229334
1155 * Added Greek debconf translation
1156 Added Greek programs translation
1157 Closes: #229504, #229528
1158 * Added Finnish programs translation, closes: #230369
1159 charset changed from UTF-8 to ISO-8859-1 as the bug patch was wrong
1160 * Updated German debconf translation, closes: #232710
1161 * Updated Russian debconf translation, closes: #235541
1162 * Added Ukrainian debconf translation, closes: #233560
1163 * Added Lithuanian debconf translation, closes: #235698
1164 * thanks to Christian Perrier <bubulle@debian.org>
1165
1166 -- Karl Ramm <kcr@debian.org> Wed, 3 Mar 2004 22:56:31 -0500
1167
1168 shadow (1:4.0.3-17) unstable; urgency=low
1169
1170 * Fix braino in version number of example dependency in README.shells.
1171 Apologies to anyone foolhardy enough to believe my documentation.
1172 * Add Swedish debconf translation, closes: #225059
1173 * New French debconf translation, closes: #225914
1174 * Add Catalan debconf translation, closes: #227029
1175 * add securetty files for the hurd, freebsd, and netbsd, closes: #200739
1176
1177 -- Karl Ramm <kcr@debian.org> Sun, 11 Jan 2004 17:37:54 -0500
1178
1179 shadow (1:4.0.3-16) unstable; urgency=low
1180
1181 * run dh_installdeb *after* dh_installdebconf,
1182 remove . from short description of passwd,
1183 add versioned conflict with debconf older than 0.5
1184 closes: #224133
1185 * replace manpages-it due to man page conflict
1186 closes: #224474
1187 * fix the *other* su syslogs.
1188 closes: #224508
1189 * fix filename in control file, closes: #224579
1190 * fix permissions on chage and expiry, closes: #224717
1191 * run debconf-updatepo
1192 * remove debian/compat as redundant
1193
1194 -- Karl Ramm <kcr@debian.org> Mon, 22 Dec 2003 19:53:30 -0500
1195
1196 shadow (1:4.0.3-15) unstable; urgency=low
1197
1198 * remove bogus dependency on base-config 2.00,
1199 closes: #222772, #223726
1200 * New Czech translation thanks to Miroslav Kure.
1201
1202 -- Karl Ramm <kcr@debian.org> Fri, 12 Dec 2003 18:40:25 -0500
1203
1204 shadow (1:4.0.3-14) unstable; urgency=low
1205
1206 * exit 30 when backing all the way out in passwd.conf, and
1207 depend on base-config 2.00, closes: #222772
1208 * adjust debconf templates for debian-installer work,
1209 closes: #222832
1210
1211 -- Karl Ramm <kcr@debian.org> Thu, 11 Dec 2003 01:53:37 -0500
1212
1213 shadow (1:4.0.3-13) unstable; urgency=low
1214
1215 * Fix typo passwd.config. Closes: #223079, #222714
1216 * Let's try out this oldfangled anonymous ftp upload queue.
1217
1218 -- Karl Ramm <kcr@debian.org> Mon, 8 Dec 2003 17:59:31 -0500
1219
1220 shadow (1:4.0.3-12) unstable; urgency=low
1221
1222 * Explicitly use automake-1.7 and aclocal-1.7. closes: #216594
1223 * Update Danish debconf translation. closes: #216542
1224 * Update French debconf translation. closes: #206352
1225 * Update Dutch debconf translation. closes: #212995
1226 * Remove redundant dependency on grep. closes: #216535
1227 * Fix chfn documentation bug. closes: #213931
1228 * Fix su syslogs to be less ambiguous. (old:new instead of old-new
1229 because '-' can appear in usernames.) Not clearer, mind you, but less
1230 ambiguous. closes: #213592
1231 * Rename limits(5) to limits.conf(5) and edit to reflect reality.
1232 closes: #212935
1233 * Move the change_uid call in login back to where it was before -11, and
1234 relocate the fork for pam_close_session above it. closes: #211884
1235
1236 -- Karl Ramm <kcr@debian.org> Sat, 25 Oct 2003 15:26:20 -0400
1237
1238 shadow (1:4.0.3-11) unstable; urgency=low
1239
1240 * update Japanese debconf translation. closes: #210382
1241 * update Brazilian Portugese debconf translation. closes: #208122
1242 * run pam cleanup code as root. closes: #195048
1243
1244 -- Karl Ramm <kcr@debian.org> Sat, 13 Sep 2003 17:49:29 -0400
1245
1246 shadow (1:4.0.3-10) unstable; urgency=low
1247
1248 * postinst sources confmodule. closes: #88843
1249 * Implement the pam configuration New World Order. Wow, that was quick. :-)
1250 * Implement a scheme for allowing other packages to modify /etc/shells.
1251
1252 -- Karl Ramm <kcr@debian.org> Fri, 22 Aug 2003 20:58:42 -0400
1253
1254 shadow (1:4.0.3-9) unstable; urgency=low
1255
1256 * fix mysterious creeping bug in po/Makefile.in.in, closes: #200052
1257 * dutch debconf translation, closes: #204578
1258 * switch to po-debconf, closes: #183998, #200130
1259 * use automake1.7, closes: #205991
1260 * update german debconf translation, closes: #94138
1261 * I can't come up with a good justification as to why characters other
1262 than ':'s and '\0's should be disallowed in group and usernames (other
1263 than '-' as the leading character). Thus, the maintenance tools don't
1264 anymore. closes: #79682, #166798, #171179
1265 * Fix typo in /etc/pam.d/su. closes: #196804
1266 * danish debconf translation, closes: #118245
1267 * russian debconf translation, closes: #198729
1268 * And last, but not least, what's undoubtedly going to be the most
1269 popular change: md5 passwords are turned on by default, and there is
1270 no prompt to change them. Yes, this is reduced functionality. No, it
1271 can't go back in the way it was; the old code not only modified
1272 conffiles, it modified *other*packages* conffiles and was a massive
1273 policy violation. I expect this change will motivate the people who
1274 have said that they will come up with a proper solution to do so.
1275 closes: #186016, #110228, #171808
1276
1277 -- Karl Ramm <kcr@debian.org> Wed, 20 Aug 2003 02:06:50 -0400
1278
1279 shadow (1:4.0.3-8) unstable; urgency=low
1280
1281 * Fix missing ':' in getopt call. closes: #184301
1282 * Don't install mkpasswd, we don't use it. closes: #185919, #187906
1283 * replaces: manpages-ko. closes: #184810
1284 * Fix the message in #190567 (not closing until it's been accepted upstream)
1285 * Fix brainos in login.1. closes: #184731
1286 * Fixup permissions for chage. closes: #184138
1287 * Force the umask to 022 in passwd.config. closes: #182506
1288 * Add Sam Hartman <hartmans@debian.org> as an uploader.
1289 * Update standards-version.
1290 * Add versioned build-depend on debhelper.
1291
1292 -- Karl Ramm <kcr@debian.org> Sat, 26 Apr 2003 15:34:16 -0400
1293
1294 shadow (1:4.0.3-7) unstable; urgency=low
1295
1296 * When relocating a user's home directory, don't fail and remove the new
1297 home directory if we can't remove the old home directory for some
1298 reason; the results can be spectularly poort if, for instance, only
1299 the rmdir() fails. closes: #166369
1300 * run dh_installdebconf so base-config will work. *sigh*. closes: #166788
1301
1302 -- Karl Ramm <kcr@debian.org> Sun, 24 Nov 2002 21:40:30 -0500
1303
1304 shadow (1:4.0.3-6) unstable; urgency=low
1305
1306 * remove automake dependency and leave only automake1.5, since it seems
1307 to confuse the alpha and mipsel autobuilders for some reason.
1308
1309 -- Karl Ramm <kcr@debian.org> Sun, 13 Oct 2002 21:45:15 -0400
1310
1311 shadow (1:4.0.3-5) unstable; urgency=low
1312
1313 * build-depend on libtool and automake. oops. closes: #164545
1314
1315 -- Karl Ramm <kcr@debian.org> Sun, 13 Oct 2002 01:44:47 -0400
1316
1317 shadow (1:4.0.3-4) unstable; urgency=low
1318
1319 * I am unable to begin to express the bitterness that I'm now experiencing.
1320 * replaces manpages-de <= 0.4-4, closes: #162097, #162173
1321 * replaces manpages-fr, closes: #162150
1322 * replaces manpages-hu, closes: #162126
1323 * replaces manpages-ja, closes: #163511, #162095
1324 * fix sg symlink, closes: #162339, #163652
1325 * newgrp should be aware that getlogin() and ttyname() are not
1326 guaranteed to return anything and NOT blindly assume that they
1327 successfully returned a pointer to a string. I mean, really, people,
1328 that sort of thing hasn't been reliable since 4.2BSD on a VAX. I'll
1329 bet most of the working on the upstream weren't even born yet when
1330 this sort of thing was commonplace (it was NEVER acceptable).
1331 closes: #162303
1332 * pull the manpage for the spiffy su forward. closes: #162275
1333 * depend on automake1.5, and rerun the autogrunge. This should
1334 *hopefully* make it build more consistently.
1335 * this concludes the biweekly treading of water.
1336
1337 -- Karl Ramm <kcr@debian.org> Sat, 12 Oct 2002 14:56:16 -0400
1338
1339 shadow (1:4.0.3-3) unstable; urgency=low
1340
1341 * the "fix the brain damage" release
1342 * fix pam brain-damage in ch{age,passwd}, {group,user}{add,del,mod}, newusers
1343 closes: #162181, #162199, #162228
1344 * fix vipw symlink brain-damage: closes: #162218
1345 * fix package description brain damage, closes: #139563
1346 * install cp{pw,gr} brain damge
1347
1348 -- Karl Ramm <kcr@debian.org> Wed, 25 Sep 2002 01:21:35 -0400
1349
1350 shadow (1:4.0.3-2) unstable; urgency=low
1351
1352 * fix "su -". closes: #162089
1353 * document exit codes of groupdel and userdel (again, for userdel)
1354 closes: #161861
1355 * clean up logoutd cleanup
1356
1357 -- Karl Ramm <kcr@debian.org> Mon, 23 Sep 2002 19:44:40 -0400
1358
1359 shadow (1:4.0.3-1) unstable; urgency=low
1360
1361 * new upstream version! closes: #149444, #150237, #145415
1362 * completely new packaging!
1363 * all new bugs!
1364 * old bugs as well!
1365 * remove /etc/init.d/logoutd, like the old postrm should've, closes: #160682
1366 * fix passwd manpage, closes: #160477, #122797
1367 * fix lastlog manpage, closes: #159886
1368 * add as many virtual console devices as I seem to have to securetty,
1369 closes: #156472
1370 * add ttyS0 and tts/0 to securetty. closes: #130138
1371 * su should not segfault if nobody has uid 0. closes: #139967
1372 * install and use translations. closes: #118238
1373 * upstream uses new automake. closes: #114935
1374 * add russian template file for password. closes: #130358
1375 * handle template installation correctly. closes: #156674
1376 * don't place a maximum restriction on the length of passwords.
1377 closes: #159487
1378 * fix description. closes: #145459
1379 * update config.{guess,sub}
1380
1381 -- Karl Ramm <kcr@debian.org> Wed, 18 Sep 2002 10:14:08 -0400
1382
1383 shadow (20000902-12) unstable; urgency=high
1384
1385 * "oops"
1386 * /etc/login.defs: /var/spool/mail -> /var/mail, closes: #125311
1387
1388 -- Karl Ramm <kcr@debian.org> Sun, 7 Apr 2002 11:54:48 -0400
1389
1390 shadow (20000902-11) unstable; urgency=low
1391
1392 * Fix some nits:
1393 * remove changelog~ file. oops. closes: #139711
1394 * fix typo in control. closes: #139564
1395 * Hmmm. People open more bugs when I upload new versions of things.
1396 Maybe they just notice them more then, or maybe it's just Murphy.
1397
1398 -- K. Ramm <kcr@debian.org> Tue, 26 Mar 2002 12:14:33 -0500
1399
1400 shadow (20000902-10) unstable; urgency=low
1401
1402 * We hates the automake. We hates it forever. closes: #139293
1403 * stupid ommision: logoutd still in postinst. closes: #139422
1404 * make login.defs a bit clearer. closes: #138809
1405
1406 -- Karl Ramm <kcr@debian.org> Fri, 22 Mar 2002 12:09:07 -0500
1407
1408 shadow (20000902-9) unstable; urgency=medium
1409
1410 * Get rid of logoutd, it doesn't work, didn't work in potato, and now
1411 it's causing people to open RC bugs. closes: #138259, #66153, #121940
1412 I'm told the timeoutd package does a better job anyway.
1413 * add /bin/tcsh to /etc/shells, closes: #118103, #122112
1414 * add /bin/ksh to /etc/shells, closes: #123556
1415 * remove text about password aging from passwd(5), closes: #137493
1416 * spanish debconf template for passwd, closes: #136463
1417 * document the fact that you can not have a valid password in
1418 /etc/shadow. closes: #131690
1419 * /etc/login.defs: /var/spool/mail -> /var/mail, closes: #125311
1420 * fix locations of utmp and wtmp in login(1), closes: #119656
1421 * The package description for passwd refers to README.Debian.gz
1422 but only README.debian.gz actually exists. Most packages use
1423 README.Debian.gz, but the control file is the only place that gets it
1424 wrong for this package. When in doubt, fix the documentation. :-)
1425 closes: #116955
1426
1427 -- Karl Ramm <kcr@debian.org> Thu, 14 Mar 2002 17:05:56 -0500
1428
1429 shadow (20000902-8) unstable; urgency=low
1430
1431 * check in passwd.expire.cron for already-expired passwords; closes: #102319
1432 * note in chage.1 and shadowconfig.8 that password aging information
1433 only works when shadow passwords are enabled. closes: #103702
1434 * enable changing the name in chfn by default. closes: #107819
1435 * fail to mangle files in lib/commonio.c, thanks to matt@linuxbox.nu
1436 * add /dev/console to the secure ttys list. because. closes: #113949
1437 * find the FHS mail spool first in configure. closes: #114951
1438 (thanks to mjb@debian.org)
1439 * above sadly causes automake to go bonkers, and I don't want to
1440 reassemble the build system before woody is released. Keep automake
1441 from going off on its own.
1442 * terminate argument validation in login when it hits a '--'.
1443 closes: #66368
1444
1445 -- Karl Ramm <kcr@debian.org> Mon, 22 Oct 2001 11:17:35 -0400
1446
1447 shadow (20000902-7) unstable; urgency=low
1448
1449 * the "I'm sorry, I should've done this earlier" release
1450 * Cancel login timeout after authentication so that patient people
1451 timing out on network directory services can log in with local
1452 accounts. Closes: #107148
1453 * Add Brazillian Portugese debconf template translation for passwd.
1454 Closes: #105292, #93223
1455 * Pull /usr/share/doc/$package/README.shadow-paper.gz. Closes: #98058
1456 * Use getent instead of group to verify existence of shadow group
1457 [works better for distributed group files]. Closes: #99902
1458 [Note that this sort of problem is rampant in these postinst and
1459 config scripts, but that's not getting fixed in woody.]
1460 * Amend reference to /usr/doc in shadowconfig.8. Closes: #102804
1461 * su should set $USER. Closes: #102995
1462 * userdel now deletes user groups from /etc/gshdow as well as
1463 /etc/group. Closes: #99442
1464 * grpck now has an (otherwise undocumented) -p option, so that
1465 shadowconfig can clean up the results of the above, so the config
1466 script will fail randomly less often. Closes: #103385
1467
1468 -- Karl Ramm <kcr@debian.org> Wed, 22 Aug 2001 12:09:27 -0400
1469
1470 shadow (20000902-6.1) unstable; urgency=low
1471
1472 * Non-maintainer upload.
1473 * Upgrade to latest config.sub and config.guess. Closes: #88547
1474
1475 -- Gerhard Tonn <gt@debian.org> Fri, 1 Jun 2001 20:38:43 +0200
1476
1477 shadow (20000902-6) unstable; urgency=medium
1478
1479 * actually set root's password when appropriate
1480 patch thanks to joeyh, closes #98402
1481 * fix error in expiry man page. Such damage. closes: #99291
1482 * fix group of setgid program chage and expiry, closes: #98122
1483
1484 -- Karl Ramm <kcr@debian.org> Thu, 31 May 2001 07:38:59 -0400
1485
1486 shadow (20000902-5) unstable; urgency=low
1487
1488 * add build dependency on file, to keep libtool happy. closes: #97498
1489
1490 -- Karl Ramm <kcr@debian.org> Wed, 16 May 2001 06:57:23 -0400
1491
1492 shadow (20000902-4) unstable; urgency=low
1493
1494 * Change maintainers, closes: #92355
1495
1496 -- Karl Ramm <kcr@debian.org> Sun, 13 May 2001 03:28:07 -0400
1497
1498 shadow (20000902-3.1) unstable; urgency=low
1499
1500 * Non-maintainer upload
1501 * Recompile to fix ARM lossage
1502
1503 -- Philip Blundell <philb@armlinux.org> Sun, 11 Mar 2001 07:47:27 -0500
1504
1505 shadow (20000902-3) unstable; urgency=low
1506
1507 * Update config.sub and config.guess so ia64 compiled, closes: #81897
1508 * libmisc/sub.c: skip '*' in shell name when doing subsystem, closes:
1509 #82893
1510 * src/su.c: don't assume uid 0 == "root", use getpwuid to fetch it,
1511 closes: #81924
1512 * This was fixed in a previous version, closes: #77057
1513 * Update passwd long desc, closes: #88299
1514 * Conflict with suidmanager << 0.5, and remove suid{,un}register calls,
1515 closes: #87157
1516 * Update policy to 3.5.0.0
1517 * Added debconf support for passwd from base-config
1518
1519 -- Ben Collins <bcollins@debian.org> Sat, 3 Mar 2001 07:26:57 -0500
1520
1521 shadow (20000902-2) unstable frozen; urgency=low
1522
1523 * control.hurd->control.gnu: closes: #77940
1524 * Cannot reproduce, closes: #79447
1525 * User never sent a patch, plus I think removing the passwd/account when
1526 doing passwd -l is a bad idea. Makes it so you cannot unlock the
1527 account. closes: #77824
1528 * Don't allow shadowconfig to change perms of other binaries, close: #77057
1529 * IMO, this is not a bug. It's part of a feature, and can be disabled by
1530 turning off USER_GROUPS. closes: #76806
1531 * /bin/login is suid root for several good reasons. For one, it allows
1532 daemons that use it to run as non-root. This is a good thing since it
1533 means only one program is running as root, and not several. closes: #17911
1534 * sulog is fairly easy to grep or parse so I don't see how the
1535 similarity of the log entries for failed and successful is a problem.
1536 '-' for failed, '+' for success. closes: #63801
1537 * logoutd.8: s,/etc/utmp,/var/run/utmp, closes: #80494
1538 * Fix case where pam_auth returns a NULL username, closes: #76817, #75510
1539 * Hmm, Linux is a sysv derivative, so the comment is perfectly
1540 legitimate, closes: #76898
1541 * MAX_PASSWORD is used by useradd, and CHFN_AUTH is actually used by
1542 * chfn to decide if the current user needs to auth in order to change
1543 their info, closes: #71114
1544 * login.1: Fix \' closes: #75435
1545 * login -f works for me assuming you call it as root. I tested this with
1546 plain pam_unix.so, and also with pam_unix.so stacked with pam_ldap.so.
1547 So if it doesn't work with telnet-heimdal, then that program is not
1548 doing something right. closes: #78186
1549 * login.pam.d: made pam_nologin.so requisite. closes: #80111
1550 * su to root seems pretty quick to me, closes: #64756
1551 * xmalloc.c: remove decleration of malloc, which was causing system
1552 * header conflicts. closes: #80398
1553
1554 -- Ben Collins <bcollins@debian.org> Sun, 31 Dec 2000 14:33:47 -0500
1555
1556 shadow (20000902-1) unstable frozen; urgency=low
1557
1558 * New upstream release, lots of Debian patches merged, closes: #72735
1559 * man/passwd.1: removed reference to passwd(3), closes: #72704
1560 * man/chsh.1,man/chfn.1: document login.defs affects on these programs,
1561 closes: #68029
1562 * not a bug, expected behavior, closes: #74137
1563 * IMO, this is a bug in the user's setup, closes: #65600
1564 * securetty: add devfs console devices, closes: #71946
1565 * libmisc/sulog.c: removed arbitrary limit on number of chars printed of
1566 the tty name (truncated to 6 chars, which is silly), closes: #65404
1567 * tested this, and it works fine for me so long as pam_unix.so is called
1568 with the nullok option (which it isn't by default because of security
1569 concerns), closes: #75063
1570 * appears to be fixed by PAM, closes: #70627
1571 * src/useradd.c: user mkstemp instead of mktemp, per libc6 linktime
1572 warning
1573 * src/su.c: fixup arg handling passed to shell, closes: #75326
1574
1575 -- Ben Collins <bcollins@debian.org> Mon, 23 Oct 2000 13:22:29 -0400
1576
1577 shadow (19990827-21) unstable frozen; urgency=low
1578
1579 * Added build deps
1580 * Use pre-generated files for hurd/linux control file. The old method of
1581 using cpp would have broken with the new gcc.
1582
1583 -- Ben Collins <bcollins@debian.org> Wed, 26 Jul 2000 21:04:03 -0400
1584
1585 shadow (19990827-20) unstable frozen; urgency=low
1586
1587 * Release Manager
1588 None of these are marked as RC in the BTS, however, they do make the
1589 package unsuitable for release. Since this is an essential package (IOW,
1590 installed on every Debian system), I hope you can see how important it
1591 is to make sure this package is perfect. None of the changes are
1592 functional (except the fix in logoutd's init script, which was a 20 char
1593 change), so please consider this for the next test cycle.
1594 * Fix logoutd init script from spurious output when /etc/porttime is not
1595 there, closes: #63962, #64067
1596 * su: Fix typo in usage output, closes: #60226
1597 * passwd: Fixed typo and missing newline in output for successful password
1598 change, closes: #64106, #63703
1599 * passwd.1: Add documentation on the -f, -e, -s and -d command line
1600 options, closes: #64339, #64410
1601 * login: Verified that utmp/wtmp works when called by telnet with -h
1602 option, closes: #56854
1603
1604 -- Ben Collins <bcollins@debian.org> Tue, 23 May 2000 14:40:01 -0400
1605
1606 shadow (19990827-19) unstable frozen; urgency=low
1607
1608 * debian/local/shells: added esh, closes: #59934
1609 * logoutd: modify to work with pam_time.so's time.conf file, modify
1610 manpage to reflect this, closes: #61300
1611 * userdel.8: added note about group removal, closes: #56723
1612 * base-config handles md5 setup, closes: #60125
1613 * cppw: make sure it gets installed, closes: #62960
1614 * passwd: correct error message for "not you", closes: #61313
1615 * sulog.c: fixed extern for char (char foo[] -> char *foo), closes: #61643
1616 * userdel.8: documented userdel's exit values, closes: #54775
1617 * passwd: error messages are two fold, the second is actually from
1618 pam_strerror(), closes: #61937
1619 * passwd: print "success" on successful password change, closes: #58676
1620
1621 -- Ben Collins <bcollins@debian.org> Sat, 29 Apr 2000 10:26:56 -0400
1622
1623 shadow (19990827-18) unstable frozen; urgency=low
1624
1625 * Crap, all the bug fixes from -17 need to go to frozen too
1626
1627 -- Ben Collins <bcollins@debian.org> Tue, 29 Feb 2000 14:57:14 -0500
1628
1629 shadow (19990827-17) unstable; urgency=low
1630
1631 * Fixed typo in login.defs, closes: #54877
1632 * logoutd.init.d: Check for /etc/security/time.conf, closes: #54900
1633 * login.defs: Added note about the MAIL env option, closes: #54768
1634 * login.pam.d,passwd.pam.d: Use new options in pam_unix.so to enable
1635 obsure password checks. This mimics the old behavior in pre-PAM
1636 shadow, closes: #58203
1637 * Use patch from Topi Miettinen <tom@pluto.nic.fi> to add pam session
1638 ability to su, closes: #57526, #55873, #57532
1639 * Made login's -f option also able to use the username after -- if none
1640 was passed as it's optarg, closes: #53702
1641
1642 -- Ben Collins <bcollins@debian.org> Mon, 28 Feb 2000 12:37:22 -0500
1643
1644 shadow (19990827-16) unstable; urgency=low
1645
1646 * got rid of g+s directories in the source tarball, closes: #54585
1647 * make su mode 4755 in the package. This way there is no chance of a
1648 failed dpkg install causing it to be left without suid root perms
1649 before suidmanager or chmod is called in the postinst.
1650 * src/login.c: added faillog support to the pam_authenticate loop. This
1651 loop is now completely rewritten, and should produce better results on
1652 failures, closes: #53164
1653
1654 -- Ben Collins <bcollins@debian.org> Sun, 9 Jan 2000 23:35:08 -0500
1655
1656 shadow (19990827-15) unstable; urgency=low
1657
1658 * src/su.c: moved signal() call to re-establish SIGINT to right place,
1659 closes: #54496
1660 * src/login.c: if hostname is blank (not a remote login via rlogin or
1661 telnet), then use the tty to log failures in syslog, closes: #53966
1662 * passwd: Locking a password by appending '!' appears to be pretty
1663 standard, so ssh needs to check for it.
1664 * passwd and login come with a README.pam that discusses the differences
1665 between the PAM and old non-PAM versions. It also talks about where to
1666 look for details. Also now that I have added the extra examples to the
1667 pam.d files, I hope this satisfies...closes: #52917
1668 * A new package, base-config, which will be used by boot floppies is
1669 going to have an option to configure MD5 usage for passwords. Since
1670 this is the best place for it, and I don't really have any control
1671 over it, I am .... closes: #47620
1672 * libmisc/chowntty.c: applied patch for read-only root, closes: #52069
1673
1674 -- Ben Collins <bcollins@debian.org> Sat, 8 Jan 2000 22:11:29 -0500
1675
1676 shadow (19990827-14) unstable; urgency=low
1677
1678 * debian/local/shells: added /bin/zsh, closes: #53883
1679
1680 -- Ben Collins <bcollins@debian.org> Sun, 2 Jan 2000 13:51:42 -0500
1681
1682 shadow (19990827-13) unstable; urgency=low
1683
1684 * su.c: ignore SIGINT while authenticating, closes: #52372
1685 * su.pam.d: added 2 new examples of how to allow su for wheel users
1686 without prompting for a password, and also how to deny users of a
1687 specific group.
1688
1689 -- Ben Collins <bcollins@debian.org> Sat, 1 Jan 2000 22:29:46 -0500
1690
1691 shadow (19990827-12) unstable; urgency=low
1692
1693 * Recompiled against latest libpam and up'd the module deps,
1694 closes: #52171
1695 * login.pam.d: added "noenv" option so we don't clobber login's setting,
1696 closes: #51441
1697
1698 -- Ben Collins <bcollins@debian.org> Tue, 14 Dec 1999 22:41:40 -0500
1699
1700 shadow (19990827-11) unstable; urgency=low
1701
1702 * debian/passwd.in: add a preinst (matches login's) to fix the latest
1703 build change (only affected hurd since it doesn't use login).
1704 * debian/scripts/passwd.mk: use passwd.preinst instead of login.preinst
1705 to complete the fix above.
1706
1707 -- Ben Collins <bcollins@debian.org> Mon, 6 Dec 1999 18:25:07 -0500
1708
1709 shadow (19990827-10) unstable; urgency=low
1710
1711 * src/login.c: only set pam_fail_delay if > 0. Also make the default 0
1712 so not defining it has the same affect as disabling it, closes: #51178
1713 * src/userdel.c: make sure we remove the shadow group entries when
1714 removing the users own group, closes: #50005, #50138
1715
1716 -- Ben Collins <bcollins@debian.org> Fri, 26 Nov 1999 22:37:44 -0500
1717
1718 shadow (19990827-9) unstable; urgency=low
1719
1720 * src/su.c: Fixed getopt parsing, and added a usage output
1721 * man/su.1: minor typos
1722
1723 -- Ben Collins <bcollins@debian.org> Mon, 8 Nov 1999 22:13:05 -0500
1724
1725 shadow (19990827-8) unstable; urgency=low
1726
1727 * src/login.c: fixed loggin of username on succesful login (was using
1728 the normal username, when it should have used pam_user),
1729 closes: #47819
1730 * src/login.c: check for hushed login and pass PAM_SILENT if true,
1731 closes: #48002
1732 * src/useradd.c: set def_shell to /bin/bash, closes: #48304
1733 * doc/README.debian: add note about how to avoid issues with nscd's
1734 lag in aging the cache, closes: #48629
1735 * src/cppw.c: new program to assist copying a passwd/group file without
1736 corruption, closes: #42141
1737
1738 -- Ben Collins <bcollins@debian.org> Tue, 2 Nov 1999 21:46:28 -0500
1739
1740 shadow (19990827-7) unstable; urgency=low
1741
1742 * {passwd,login}.pam.d: added blurb about how to use the pam_cracklib
1743 module, and also changed it to use pam_unix and not pam_pwdb (gah!
1744 how did that happen?), closes: #46983
1745 * README.debian: changes to reflect new PAM usage aswell as removing
1746 references to obsolete config files, closes: #46595
1747 * passwd.expire.cron: example script that informs users by email when
1748 their accounts are about to expire, closes: #41393
1749 * lastlogin.c: added -h option and usage aswell as long option support,
1750 closes: #45804
1751 * shadow now only has 3 wishlist bugs and nothing else
1752
1753 -- Ben Collins <bcollins@debian.org> Sat, 9 Oct 1999 11:54:16 -0400
1754
1755 shadow (19990827-6) unstable; urgency=low
1756
1757 * debian/shells: new file, needed to include /bin/sash, closes: #45826
1758 * useradd.8,groupadd.8: added note about the prefered use of adduser
1759 and addgroup when conforming to Debian policy (taken from notes in
1760 adduser's man pages), closes: #22821
1761 * dialups.5: new man page that documents /etc/{dialups,d_passwd},
1762 closes: #42212
1763 * src/su.c: added -m, -p and -s command line options to match GNU options,
1764 also documented in su(1), closes: #45394, #46424
1765 * login.defs.5: clarified usage of TTYTYPE_FILE, closes: #23194
1766 * login.pam.d: added pam_issue.so which replaces the old ISSUE_FILE from
1767 login.defs, this also allows it to grok escapes in the issue file,
1768 also increases the MODDEPS to (>= 0.69-10). By default this module is
1769 not enabled, closes: #21044
1770 * login.defs.pam.linux: added ISSUE_FILE to list of deprecated options
1771
1772 -- Ben Collins <bcollins@debian.org> Mon, 4 Oct 1999 19:56:22 -0400
1773
1774 shadow (19990827-5) unstable; urgency=low
1775
1776 * {login,su}.1: added description of a subsystem login, closes: #31987
1777 * src/chowndir.c: fixed recursive chown's on usermod, also changed it
1778 to use lchown and lstat since we actually want that, closes: #46405
1779 * su.1: removed reference to suauth aswell as added "-c" to the SYNOPSIS,
1780 closes: #45685
1781 * login.1: added options to the SYNOPSIS and documented OPTIONS,
1782 closes: #28763
1783 * login.defs.5: documented the ENVIRON_FILE options (even though it's
1784 not really used in the PAM version), close: #28786
1785 * 010_src_gpasswd.c: new patch, fixes changing group passwords when not
1786 using shadow groups, closes: #25919
1787 * {chfn,chsh,login}.pam.d: added nullok to pam_unix.so auth line to
1788 allow for passwordless accounts, closes: #46510
1789 * login.pam.d: add "standard" to the pam_mail option so we get old
1790 style "You have..." login messages.
1791
1792 -- Ben Collins <bcollins@debian.org> Sun, 3 Oct 1999 13:41:53 -0400
1793
1794 shadow (19990827-4) unstable; urgency=low
1795
1796 * Alright, we are really getting some usage from this now, and seeing
1797 some odd ball setups, so it means more work for me, but more stable
1798 and feature filled software for you :)
1799 * debian/{login,su}.pam.d: Fixed spelling errors, closes: #45234, #45235
1800 * debian/login.pam.d: Added commented pam_access.so reference and
1801 description, closes: #45241
1802 * src/login.c: moved usage of setup_uid_gid() when PAM is enabled or
1803 pam_groups.so's groups get clobbered
1804 * src/newgrp.c: don't call sanitize_env() and also make sure we don't
1805 check passwords when the user is trying to get back to their default
1806 group, closes: #22244
1807 * Closed some other bugs that were either not really bugs, or they weren't
1808 reproducable.
1809 * debian/login.pam.d: moved around the pam_motd and pam_mail modules to
1810 order them the same as old login would have done
1811
1812 -- Ben Collins <bcollins@debian.org> Sun, 19 Sep 1999 19:42:13 -0400
1813
1814 shadow (19990827-3) unstable; urgency=low
1815
1816 * This is a "Sit down and really fix some bugs" update. I'm going through
1817 the ones that really need some work.
1818 * src/vipw.c: use the system() call to invoke the editor so that it accepts
1819 command line args in the EDITOR and VISUAL environment vars, closes: #31029
1820 * src/userdel.c: added code to remove user groups (of the same name) if there
1821 were no members left and USERGROUPS_ENAB is set to yes, closes: #35046
1822 * login.defs: documented above change
1823 * {login,passwd}.postinst: fixed some bashisms, closes: #45159
1824 * login.defs.pam.linux: documented the FAKE_SHELL option, closes: 31987
1825 * su.1,login.1: documented the subsystem root ability in login and su, closes:
1826 * doc directory for both packages now includes the README.shadow-paper file
1827 closes: #15391
1828
1829 -- Ben Collins <bcollins@debian.org> Sun, 19 Sep 1999 15:49:11 -0400
1830
1831 shadow (19990827-2) unstable; urgency=low
1832
1833 * debian/rules: use "$(CC) -E" instead of "cpp" to make it easier to
1834 cross compile for Hurd (requested by Marcus Brinkman).
1835 * debian/login.pam.d: forgot to remove that comment about login not
1836 being PAMified, it is and works fine.
1837 * src/login.c: Added login.defs option to turn on and off the persistent
1838 login, also give note on when it isn't and is needed in login.defs.
1839 * lib/getdef.c: Added CLOSE_SESSIONS for above code.
1840 * man/login.defs.5: document the new CLOSE_SESSION option for login
1841 * logoutd: disabled until I can fix it to grok /etc/security/time.conf
1842
1843 -- Ben Collins <bcollins@debian.org> Mon, 13 Sep 1999 18:57:47 -0400
1844
1845 shadow (19990827-1) unstable; urgency=low
1846
1847 * New Maintainer, with Guy's consent.
1848 closes: #22296, #22331 (closed some NMU bug reports)
1849 * New upstream release, closes: #15879, #24712, #25739, #28785, #32991
1850 closes: #38672, #39933, #41060, #42480, #22534, #12690, #36150, #26412
1851 closes: #40398, #43750
1852 * Ok, now for some dusting and house cleaning (aka The Bug Killfile
1853 Begins Here):
1854 %%- login package
1855 - Not a bug in login anymore, closes: #28098
1856 - No longer pertinent, and is not controlled by the login program,
1857 closes: #23155
1858 - This does not appear to be a bug anymore, closes: #32424
1859 - This is not a login problem. Xterm itself prints the LOGIN message
1860 and it does _not_ read login.access, closes: #16958
1861 - Seems to be fixed, closes: #28098
1862 - Huge list of "Fixed" bugs, that I want to close. I really need to
1863 start with a clean slate in order to get some of this cleaned up,
1864 closes: #3439, #11443, #13485, #13815, #15176, #15998, #16187, #17529
1865 closes: #17532, #17532, #18133, #18225, #20052, #20876, #21280, #21357
1866 closes: #21687, #21695, #21746, #21767, #22716, #24710
1867 - lastlog(8): Clarified differences in the usage of "login-name" and
1868 UID, closes: #26727
1869 %%- passwd package
1870 - newuser: appears to be working correctly and placing x, not !,
1871 closes: #19620
1872 - userdel(8): added note about user's mail spool also being deleted,
1873 closes: #20790
1874 - Can't reproduce this one, closes: #21639
1875 - -e expire_date
1876 The date on which the user account will be dis-
1877 abled. The date is specified in the format
1878 MM/DD/YY.
1879 Bug filer was trying to use an integer instead of the documented
1880 format, closes: #22533
1881 - chfn's command line options seem to work for root and non-root,
1882 closes: #25396
1883 - seems to have been fixed by the latest upstream, #25670
1884 - Removed references to shadow(3), closes: #32859
1885 - passwd only saves first 8 chars...duh :) closes: #33368
1886 - userdel can only do so much, the admin should know to check some
1887 things on their own, closes: #35418
1888 - Lot's of Y2K issues fixed in this release, closes: #37232
1889 - useradd requires the -m option to make it create a home directory
1890 if one does not exist, closes: #39581
1891 - useradd's -p option requires the password to already be encrypted
1892 as documented in useradd(8), closes: #39870, #39874
1893 - More "Fixed" bugs in passwd, closes: #13753, #16893, #17894, #18132
1894 closes: #18628, #12691
1895 %%- su (no longer a package, but has bugs just the same, will be
1896 forwarded to the login package soon)
1897 - Sorry, but su (all su's) invoke the shell with -c "cmd". This is
1898 documented, not a bug, it's a standard interface that su expects,
1899 go fix sash's bug for not supporting it, closes: #14551
1900 - Acknoledged NMU: closes: #20058
1901 - More "Fixed" bugs getting closed...CLOSED AT LAST, closes: #17593
1902 closes: #20057, #12689
1903 * Switched to a new build setup (dbs)
1904 * Split makes into seperate files to make it a little cleaner
1905 * FHS compliance changes (usr/{doc,man} to usr/share/{doc,man})
1906 * debian/tar.c: removed
1907 * su: su is now going to be provided by shadow's login package and
1908 removed from shellutils (the shellutils maintainer agreed to this)
1909 in preperation for future PAM support. Added conflicts with older
1910 version of shellutils that does provide the su binary.
1911 * debian/control.in: removed the secure-su package since login now
1912 contains su and all of it's components
1913 * debian/control.in: modified the package descriptions to be a little
1914 more explicative of what they do.
1915 * Upgraded standards version to 3.0.1.1
1916 * Setup suidmanager support for all +s apps, closes: #15705, #15704, #15699
1917 * Enabled PAM. Support now for su, passwd, chfn, chsh. I am working on the
1918 support in login.
1919 * expiry: Changed to be installed as sgid shadow instead of suid root
1920 since it doesn't need root priviledges. Also added man page expiry(1) based
1921 on the comments found in expiry.c.
1922 * Removed bashism's in control scripts. Now lintian clean (smells fresh too)
1923 * chage.c: Keep chage from locking when not running as root, since it just
1924 needs to read the shadow and password files. This let's it run sgid shadow
1925 instead of suid root. When run as root, it can lock files for editing.
1926 * login.c: Pam support Works For Me(tm)!
1927 * login.c: Fixed PAM's auth when PAM_USER was not set from the command line,
1928 also call pam_fail_delay() with FAIL_DELAY as the arg before authentication.
1929 * etc/login.defs.pam.linux: new file, reflects options that PAM takesover
1930 * etc/login.defs.pam.hurd: new file, same for Hurd
1931 * debian/passwd.mk: make sure that login.defs.5 get's installed for Hurd
1932 * pam.d/: Modified defaults for each service to reflect the old style and also
1933 added commented options on how to enable obsoleted options from login.defs
1934 in the PAM Way(tm).
1935 * debian/rules: removed --disable-desrpc from configure options since it was
1936 supposedly just a workaround for glibc 2.0
1937 * src/login.c: reset pam_fail_delay after every failure
1938 * debian/rules: remove debian/files on clean target
1939 * src/login.c: removed setup_limits() and check_nologin() usage when PAM is
1940 enabled
1941 * debian/login.pam.d,debian/login.defs.pam.linux: made notes about the pam_limits.so
1942 module, as well as pam_nologin.so
1943 * debian/su.pam.d: made notes about pam_limits.so module
1944 * debian/control.in: removed depends on libpam-motd since it is now in libpam-modules,
1945 also make login conflict with secure-su
1946 * debian/*: setup so that Hurd does not get PAM, since they don't have it ported
1947 completely yet.
1948 * debian/*: Final approach to a final upload, modified login.postinst to check old
1949 obsolete conffiles to see if the user needs a notice that they are no longer used.
1950
1951 -- Ben Collins <bcollins@debian.org> Sat, 11 Sep 1999 19:58:14 -0400
1952
1953 shadow (980403-0.3.3) unstable; urgency=low
1954
1955 * Non maintainer upload.
1956 * Add dpkg-architecture and cross compilation support to the package.
1957 * Changes for the Hurd:
1958 + Only build passwd, add etc/login.defs.hurd to this package.
1959 + libmisc/rlogin.c: Conditionalize CBAUD, which is not portable.
1960
1961 -- Marcus Brinkmann <brinkmd@debian.org> Thu, 5 Aug 1999 00:28:12 +0200
1962
1963 shadow (980403-0.3.2) unstable; urgency=low
1964
1965 * configure.in patched for utmpx.h (for arm)
1966
1967 -- Jim Pick <jim@jimpick.com> Sun, 4 Oct 1998 19:06:15 -0700
1968
1969 shadow (980403-0.3.1) frozen unstable; urgency=low
1970
1971 * Non maintainer upload.
1972 changes.{guess,sub} changed to recognize a Arm architecture.
1973
1974 -- Turbo Fredriksson <turbo@debian.org> Fri, 14 Aug 1998 22:37:58 -0400
1975
1976 shadow (980403-0.3) frozen unstable; urgency=high
1977
1978 * Non maintainer upload.
1979 * src/login.c: Applied patch from <marekm@i17linuxb.ists.pwr.wroc.pl> to
1980 fix security hole of login not checking the return code from setgid(),
1981 initgroups() or setuid(). [#24710]
1982
1983 -- James Troup <james@nocrew.org> Fri, 17 Jul 1998 18:56:31 +0100
1984
1985 shadow (980403-0.2) frozen unstable; urgency=low
1986
1987 * (login.defs): fixed UMASK
1988 (thanks to James Troup for noticing my screwup :)
1989 * Pruned non-Debian changelog entries.
1990
1991 -- Joel Klecker <jk@espy.org> Mon, 11 May 1998 11:25:22 -0700
1992
1993 shadow (980403-0.1) frozen unstable; urgency=low
1994
1995 * Non-maintainer release.
1996 * New upstream release (18225).
1997 * (debian/login.postinst)
1998 * Use 'touch' instead of 'cat >' when creating /var/log/faillog
1999 (15998,16187,21687).
2000 * No longer fails if no previous configured version exists (11433).
2001 * (gpasswd): now checks which user invoked it before calling setuid() (18132).
2002 * (debian/passwd.postinst): removed bashism (13753).
2003 * (groupmod): NULL dereference fixed upstream, as a result, it no longer
2004 dumps core when changing group name (16893,17894).
2005 * (useradd): no longer segfaults if /etc/default/useradd is missing (18628).
2006 * (login.defs.1): now documents more options (13485).
2007 * (source): includes 'missing' (13815,18133,21280).
2008 * (login.1):
2009 * Removed mention of "d_passwd(5)", which doesn't exist,
2010 and login.defs.5 now documents /etc/dialups (15176).
2011 * Added /etc/nologin to FILES section and reference nologin(5) (21695).
2012 * The URL mentioned in Bug#15391 is no longer valid.
2013 * (login.defs): no longer sets ULIMIT (17529).
2014 * (login):
2015 * No longer uses static buffers for group lines (17532).
2016 * Doesn't seem to make assumptions about gid_t any longer (21767).
2017 * (faillog.8): s-/usr/adm-/var/log-g (19974).
2018 * (lastlog.8): notes that "some systems" use /var/log instead of
2019 /usr/adm (21746).
2020 * Install upstream changelog as 'changelog.gz' as per policy (20052).
2021 * (secure-su): Changed /etc/suauth to reference the group 'root'
2022 instead of 'wheel' (17593).
2023
2024 -- Joel Klecker <jk@espy.org> Thu, 30 Apr 1998 18:32:12 -0700
2025
2026 shadow (970616-1) unstable; urgency=low
2027
2028 * Upstream upgrade.
2029 * chage works (10561).
2030 * Fix NIS behavior (5634,8734,10032,10545,10984,11160,12064).
2031 * Wrote pwconv,pwunconv,grpconv,grpunconv manpage (10940).
2032 * vipw fixes (10521,10696,11618,11924,12184,13001)
2033 * Fixes for new automake.
2034 * Compile with glibc2. (8627,8777,9824,11713,11719,12082,12108,11442).
2035 * debian/rules fixes (8876,12468).
2036 * /etc/login.defs: UMASK=002 (9102).
2037 * chown /dev/vcs* on login (9421,13255).
2038 * Added tty9-tty12 to /etc/securetty (11644).
2039 * Provide template and manpage for /etc/limits (12289).
2040 * Fix security hole in postinst (11769).
2041 * login fills out ut_addr field in utmp (10701).
2042 * shadowconfig.sh fixes (9189,9328,9386,10968,12452,12469).
2043 * Overcome postinst bug in old shadow-passwd package (9939,12120).
2044 * useradd default GROUP=100 (9244).
2045 * Allow 8 bit chars in chfn (12367).
2046 * secure-su - set HOME, use SHELL if set (11003,11189).
2047
2048 -- Guy Maor <maor@ece.utexas.edu> Fri, 26 Sep 1997 19:23:42 -0500
2049
2050 shadow (970616) unstable; urgency=low
2051
2052 * vipw preserves permissions on edited files (10521).
2053 * various other bug fixes.
2054
2055 -- Marek Michalkiewicz <marekm@piast.t19.ds.pwr.wroc.pl> Mon, 16 Jun 1997 02:02:00 +0200
2056
2057 shadow (970601) unstable; urgency=low
2058
2059 * Fix typo in libmisc/mail.c causing login to segfault.
2060
2061 -- Marek Michalkiewicz <marekm@piast.t19.ds.pwr.wroc.pl> Mon, 2 Jun 1997 07:33:00 +0200
2062
2063 shadow (970502-2) unstable; urgency=low
2064
2065 * Fixes to shadow group support (grpconv didn't work).
2066
2067 -- Marek Michalkiewicz <marekm@piast.t19.ds.pwr.wroc.pl> Fri, 2 May 1997 15:48:00 +0200
2068
2069 shadow (970502-1) unstable; urgency=low
2070
2071 * Upstream upgrade.
2072
2073 -- Marek Michalkiewicz <marekm@piast.t19.ds.pwr.wroc.pl> Fri, 2 May 1997 03:18:00 +0200
2074
2075 shadow (961025-2) frozen unstable; urgency=medium
2076
2077 * Fix useradd -D segfault (8098, 8152, 8733).
2078 * Fix shadowconfig - permfix only on xlock; /etc/init.d/xdm rewrite, chmod
2079 (8102, 8320, 8333, 8708).
2080 * Remove HOWTO from usr/doc/passwd as it's in linux-doc (8150).
2081 * Fixes to su.1 (8153).
2082 * login, passwd, su each conflict and replace with the old shadow-*
2083 version. (8269, 8290, 8393, 8394).
2084 * Put /etc/shells back in passwd (8328).
2085 * Fixed login.postinst for upgrade from shadow-login (8392).
2086 * Added -e to pwck for use in shadowconfig: reports only errors, no
2087 warnings (8542).
2088 * Wrote shadowconfig.8 (8588).
2089
2090 -- Guy Maor <maor@ece.utexas.edu> Sat, 19 Apr 1997 02:34:59 -0500
2091
2092 shadow (961025-1) unstable; urgency=low
2093
2094 * Upstream upgrade, new source format.
2095
2096 -- Guy Maor <maor@ece.utexas.edu> Mon, 10 Feb 1997 02:56:56 -0600
2097
2098 shadow (960530-1) experimental; urgency=LOW
2099
2100 * Added grpunconv script
2101 * Changed prerm/postinst scripts to remove/create shadowed group
2102 file
2103 * Added vipw/vigr binaries
2104 * Renamed package to shadow-passwd
2105 * Added packages shadow-su and shadow-login
2106 * Added 'Essential: yes' to be able to replace passwd and login
2107 * Section now base for shadow-passwd and shadow-login
2108 * Added /etc/shell conffile
2109 * Added /etc/securetty conffile
2110 * Added new conffile /etc/suauth. Set it up so only users in group 0
2111 can su to root.
2112
2113 -- Unknown <unknown@debian.org> Mon, 01 Jul 1996 00:00:00 +0000
2114
2115 shadow (960810-1) base; urgency=LOW
2116
2117 * Added useradd default file so that default group is no longer 1
2118 * Also corrected the useradd manpage
2119 * Replaced grpunconv script by real binary which does correct
2120 locking.
2121 * Added 'source' field control file to control files
2122 * Changed version naming in debian.rules
2123 * New upstream version
2124
2125 -- Unknown <unknown@debian.org> Mon, 01 Jan 1996 00:00:00 +0000
2126

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5