]> granicus.if.org Git - shadow/blob - ChangeLog
Do not rewrite the group and gshadow file in case of error.
[shadow] / ChangeLog
1 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
2
3         * NEWS, src/groupdel.c: Do not rewrite the group and gshadow file
4         in case of error.
5
6 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
7
8         * src/groupdel.c: Do not log that the group was deleted if an
9         error occurred.
10
11 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
12
13         * NEWS, src/groupdel.c: Do not raise an error if the group does
14         not exist in the gshadow file.
15
16 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
17
18         * etc/login.defs: Document MAX_MEMBERS_PER_GROUP.
19
20 2008-03-07  Nicolas François  <nicolas.francois@centraliens.net>
21
22         * src/newgrp.c: Add missing end of line in message.
23         * src/newgrp.c: Add audit events for the authentication
24         (AUDIT_GRP_AUTH). Thansk to Peter Vrabec.
25
26 2008-03-05  Nicolas François  <nicolas.francois@centraliens.net>
27
28         * NEWS, src/faillog.c: Only reset the entries of existing users
29         with faillog -r (not all numeric IDs starting from 0). Thanks to
30         Peter Vrabec.
31
32 2008-03-05  Nicolas François  <nicolas.francois@centraliens.net>
33
34         * src/pwunconv.c: Fix typo. One "can't open" message is a "can't
35         lock".
36
37 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
38
39         * src/gpasswd.c: When a password is moved to the gshadow file, use
40         "x" instead of "x" to indicate that the password is shadowed
41         (consistency with grpconv).
42
43 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
44
45         * NEWS: Fix failures when the gshadow file is not present. Thanks
46         to Christian Henz (http://bugs.debian.org/467488)
47         * src/gpasswd.c (get_group): Do not fail if gshadow is not present. Just use
48         the group file and set the grent structure
49         * src/gpasswd.c (check_perms): The permissions should be checked
50         using both the gshadow and group file. Add a <struct group *>
51         parameter, and check if the gshadow file exists (is_shadowgrp).
52         * src/gpasswd.c (main): Do not use sgent.sg_mem or sgent.sg_adm if
53         the gshadow file is not present (sgent is not initialized in that
54         case). The fields of sgent can be set, but not used.
55
56 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
57
58         * src/gpasswd.c: Fix typo in comment.
59         * src/gpasswd.c: Move comment regarding FIRST_MEMBER_IS_ADMIN to
60         where it belongs.
61         * src/gpasswd.c: Indicate the end of the #ifdef FIRST_MEMBER_IS_ADMIN
62         section.
63
64 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
65
66         * man/po/Makefile.in.in: Use --previous when merging PO files of
67         the manpages.
68
69 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
70
71         * man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
72         Document new variables.
73         * man/newusers.8.xml, man/login.defs.5.xml,
74         man/login.defs.d/GID_MAX.xml, man/login.defs.d/UID_MAX.xml:
75         newusers uses now the GID_MAX, GID_MIN, UID_MAX, UID_MIN,
76         SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
77         * man/groupadd.8.xml, man/login.defs.5.xml: groupadd uses now the
78         SYS_GID_MAX, and SYS_GID_MIN variables.
79         * man/login.defs.5.xml: useradd uses now the SYS_GID_MAX,
80         SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
81         * man/Makefile.am: Add the new XML documentation files to EXTRA_DIST.
82
83 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
84
85         * lib/getdef.c: Added missing SYS_GID_MAX, SYS_GID_MIN,
86         SYS_UID_MAX, and SYS_UID_MIN.
87
88 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
89
90         * NEWS, src/useradd.c, man/useradd.8.xml: Added options
91         --user-group (-U, Uflg) and --no-user-group (-N, Nflg) to replace
92         nflg.
93         * man/login.defs.d/USERGROUPS_ENAB.xml: useradd now also uses
94         USERGROUPS_ENAB.
95
96 2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
97
98         * src/groupmod.c: Add missing 'p' to the getopt_long's optstring.
99
100 2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
101
102         * src/groupadd.c: Add missing 'p' to the getopt_long's optstring.
103         * src/groupadd.c: Fix --non-unique's has_arg field to no_argument
104         instead of required_argument.
105         * src/groupadd.c: Add missing -p, --password description to the
106         Usage message.
107
108 2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
109
110         * NEWS, etc/login.defs: Set GID_MIN to the same value as UID_MIN
111         by default (1000).
112         * NEWS, etc/login.defs: Added variables SYS_UID_MIN (100),
113         SYS_UID_MAX (999), SYS_GID_MIN (100), SYS_GID_MAX (999) for system
114         accounts.
115         * libmisc/find_new_ids.c: Added support for system accounts in
116         find_new_uid() and find_new_gid().
117         * NEWS, src/newusers.c, src/useradd.c, src/groupadd.c: Added new
118         option -r, --system for system accounts in useradd, groupadd, and
119         newusers.
120
121 2008-02-18  Nicolas François  <nicolas.francois@centraliens.net>
122
123         * NEWS, src/groupmems.c: Fix buffer overflow when adding an user
124         to a group. Thanks to Peter Vrabec.
125
126 2008-02-14  Nicolas François  <nicolas.francois@centraliens.net>
127
128         * NEWS, etc/useradd: Change the default HOME directory in
129         /etc/default/useradd according FHS (/home instead of /home/users).
130         This fixes Alioth's bug #310559. Thanks to Dale E. Edmons.
131
132 2008-02-14  Nicolas François  <nicolas.francois@centraliens.net>
133
134         * NEWS, src/newgrp.c: Use the correct AUDIT_CHGRP_ID event instead of
135         AUDIT_USER_START, when changing the user space group ID with
136         newgrp or sg. Thanks to sgrubb@redhat.com for the patch.
137
138 2008-02-10  Nicolas François  <nicolas.francois@centraliens.net>
139
140         * src/usermod.c: Reset oflg with uflg if the new UID is equal to
141         the old one.
142         * src/usermod.c: Reset mflg with dflg if the new home directory is
143         the same as the old one.
144
145 2008-02-10  Nicolas François  <nicolas.francois@centraliens.net>
146
147         * NEWS, src/usermod.c: Fix the handling of -a when a user is being
148         renamed (with -l). The new name of the user was used for the new
149         supplementary groups, but not in the existing ones.
150
151 2008-02-10  Nicolas François  <nicolas.francois@centraliens.net>
152
153         * src/newusers.c: Set the shadow's password instead of the
154         passwd's password. Fix wrong cut&paste.
155
156 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
157
158         * src/usermod.c: Use a function to convert the dates from
159         /etc/shadow to human readable dates.
160         * src/usermod.c: Really log the expiration date change as human
161         readable strings instead of integers.
162         * src/usermod.c: No need to check audit_fd, audit_logger() will
163         take care of this.
164
165 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
166
167         * src/login.c: Do not translate the fromhost variable. It is
168         always used for syslog messages.
169
170 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
171
172         * NEWS, lib/defines.h: Switch to the C locale before sending
173         messages to syslog. The messages sent by shadow were not
174         translated, but error messages from PAM returned by pam_strerror()
175         were translated in the users's locale.
176
177 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
178
179         * NEWS: newusers will behave more like useradd.
180         * src/newusers.c: The user's ID must be found before the group ID
181         to mimic useradd's behavior choices of UID and GID.
182         * src/newusers.c: Reuse the generic find_new_uid() and
183         find_new_gid() functions. This permits to respect the
184         UID_MIN/UID_MAX and GID_MIN/GID_MAX variables, should 
185         * src/newusers.c: Check if the user or group exist using the
186         external databases (with the libc getpwnam/getgrnam functions).
187         Refuse to update an user which exist in an external database but
188         does not exist in the local database.
189         * src/newusers.c: Check the usernames and groupnames with
190         check_user_name() and check_group_name()
191         * src/newusers.c: Use isdigit() for readability.
192         * src/newusers.c: Check if numerical IDs are valid (no remaining
193         chars).
194
195 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
196
197         * NEWS, src/newusers.c: Fix the support for the NONE crypt method.
198
199 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
200
201         * src/newusers.c: Fix shadow group support (the list of admins was
202         not defined; it is now set to an empty list).
203
204 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
205
206         * NEWS, libmisc/salt.c: Do not seed the random number generator
207         each time, and use the time in microseconds to avoid having the
208         same salt for different passwords generated in the same second.
209         This permits to avoid using the same salt for different passwords
210         in newusers.
211
212 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
213
214         * lib/pwio.c, lib/pwio.h: New function to find an user by
215         its UID on the local database.
216         * lib/groupio.c, lib/groupio.h: New function to find a group by
217         its GID on the local database.
218         * libmisc/find_new_ids.c, lib/prototypes.h: Add new generic
219         functions to find the next user or group ID available:
220         find_new_uid() and find_new_gid(). They work the same way as the
221         functions with the same name of useradd or groupadd, except that
222         they check in the local database to make sure an ID was not
223         reserved in an uncommitted change (this is needed to be used in
224         newusers), they report a status instead of calling exit(), and
225         they can receive a preferred ID. They should later support system
226         IDs. This should be a little bit slower, but not too much (if the
227         database is not open the checks against the local database will
228         exit immediately, and if it is already open, all the checks will be
229         done regarding the data in memory).
230         * po/POTFILES.in: The new libmisc/find_new_ids.c file contains
231         translatable strings.
232         * libmisc/Makefile.am: Add libmisc/find_new_ids.c to the sources
233         of the libmisc library.
234         * src/useradd.c, src/groupadd.c: Use the find_new_uid() and
235         find_new_gid() from the library instead of the local functions.
236
237 2008-02-02  Nicolas François  <nicolas.francois@centraliens.net>
238
239         * po/*.po: Updated PO files.
240         * libmisc/age.c, libmisc/yesno.c, src/lastlog.c, src/grpck.c,
241         src/chfn.c, src/passwd.c, src/chage.c, src/login.c, src/sulogin.c,
242         src/chsh.c: Fix call to puts (remove end of line, or use fputs).
243         * po/*.po: Unfuzzy PO files according to above change.
244
245 2008-01-26  Nicolas François  <nicolas.francois@centraliens.net>
246
247         Fix build failures with --disable-shadowgrp. Thanks to Jürgen
248         Daubert for the patch.
249         * libmisc/salt.c: Include <stdio.h>, needed for stderr and printf
250         functions.
251         * lib/encrypt.c: Include <stdio.h>, needed for perror, stderr and
252         printf functions
253         * src/usermod.c: sgr_locked exists only if SHADOWGRP is defined.
254         * src/chgpasswd.c: Only check is the gshadow file exists if
255         SHADOWGRP is defined.
256
257 2008-01-24  Nicolas François  <nicolas.francois@centraliens.net>
258
259         * src/gpasswd.c, src/chfn.c, src/chage.c, src/chsh.c, src/grpck.c,
260         src/vipw.c, src/pwck.c, src/sulogin.c, src/newgrp.c,
261         src/userdel.c, src/lastlog.c, src/groupmems.c, src/usermod.c,
262         src/expiry.c, src/groupdel.c, src/useradd.c, src/su.c,
263         src/groupmod.c, src/passwd.c, src/groupadd.c, src/login.c,
264         src/suauth.c, src/faillog.c, src/id.c, libmisc/limits.c,
265         libmisc/addgrps.c, libmisc/env.c, libmisc/age.c, libmisc/yesno.c,
266         lib/getdef.c: Replace printf by puts for fixed strings. This would
267         avoid issues caused by formats introduced in translated strings.
268
269 2008-01-23  Nicolas François  <nicolas.francois@centraliens.net>
270
271         * src/useradd.c: Strings improvement s/can't get unique/no more
272         available/.
273
274 2008-01-23  Nicolas François  <nicolas.francois@centraliens.net>
275
276         * NEWS, src/usermod.c: Check that the new fields set with -u, -s,
277         -l, -g, -f, -e, -d, and -c differ from the old ones. If a
278         requested new value is equal to the old one, no changes will
279         be performed for that field. If no fields are changed, usermod
280         will exist successfully with a warning. This avoids logging
281         changes to syslog when there are actually no changes.
282
283 2008-01-23  Nicolas François  <nicolas.francois@centraliens.net>
284
285         * src/usermod.c: Always define user_newcomment, user_newshell,
286         user_newexpire, and user_newinactive. It is more simple to always
287         have user_<x> as the old field, and user_new<x> as the new field
288         (even if the field did not change) instead of changing the
289         algorithm depending on WITH_AUDIT.
290
291 2008-01-23  Nicolas François  <nicolas.francois@centraliens.net>
292
293         * src/usermod.c: user_newname can only be used in WITH_AUDIT code
294         or when lflg is set. This issue was introduced in the code
295         refactoring of usermod.
296
297 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
298
299         * src/groupadd.c: Fix typo in comment: s/find_new_uid/find_new_gid/
300
301 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
302
303         * src/useradd.c: s/gid/GID/ in message string.
304         * src/useradd.c: Set this string for translation.
305
306 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
307
308         * man/grpck.8.xml: Fix typo. Remove "the" from "All entries in the
309         <filename></filename> are checked [...]"
310         * man/grpck.8.xml: Conditionally include the parts mentioning the
311         gshadow file (based on SHADOWGRP).
312         * man/grpck.8.xml: Add reference to the gshadow(5) manpage
313         (conditionally included).
314
315 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
316
317         * man/grpck.8.xml, man/pwck.8.xml: Indicate that the shadow
318         parameter is optional (i.e. a passwd file can be specified without
319         a shadow file, and the group file can be specified without the
320         gshadow file).
321
322 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
323
324         * man/grpck.8.xml: Document the options with a list of options,
325         as in the pwck(8) manpage.
326
327 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
328
329         * NEWS, src/newgrp.c: Fix segfault when an user returns to an
330         unknown GID (either the user was deleted during the user's newgrp
331         session or the user's passwd entry referenced an invalid group).
332         Add a syslog warning in that case.
333         * src/newgrp.c: Add an end of line when reporting an invalid
334         password.
335
336 2008-01-12  Nicolas François  <nicolas.francois@centraliens.net>
337
338         * NEWS, src/useradd.c: Fix the handling of the --defaults option
339         (it required an argument, but should behave as -D)
340         * NEWS, man/useradd.8.xml: Document the --defaults option, which
341         was already described in the useradd's Usage information.
342
343 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
344
345         * src/passwd.c: Avoid setting the password to a const empty
346         string, but set the first char to \0. This avoids a warning.
347
348 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
349
350         * libmisc/salt.c: Add prototype for l64a(), gensalt(),
351         SHA_salt_size(), and SHA_salt_rounds().
352         * libmisc/salt.c: l64a() and gensalt() are static.
353         * libmisc/salt.c: The `meth' parameter of crypt_make_salt() is a
354         const. (ditto for the method variable).
355         * libmisc/salt.c: SHA_salt_rounds returns a const string.
356         * libmisc/salt.c: Avoid warnings with cast of random() to double.
357         * libmisc/salt.c: Replace rand() by random().
358
359 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
360
361         * lib/Makefile.am: Do not link libshadow.la with the intl, crypt,
362         skey and md libraries...
363         * src/Makefile.am: ...Specify for each binary which library is
364         required. skey and md are required for the binaries with
365         authentication of the user (chfn, chsh, login, passwd, su). intl
366         is required for all. mcrypt is required for user (chfn, chsh,
367         login, passwd, su, sulogin) and group (newgrp, gpasswd)
368         authentication and for the creation of passwords (chpasswd,
369         chgpasswd, gpasswd, newusers, passwd).
370
371 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
372
373         * lib/nscd.c, lib/nscd.h: Set the service parameter of
374         nscd_flush_cache() to const. This avoids a lot of warnings.
375         * lib/nscd.c: Include "nscd.h" to avoid inconsistent prototypes.
376
377 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
378
379         * lib/encrypt.c: Set the method string as a constant string.
380
381 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
382
383         * lib/port.c: Assume <errno.h> declares errno.
384
385 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
386
387         * man/po/fr.po: Fix typo: s/rend compte indiqué/rend le compte
388         indiqué/
389
390 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
391
392         * src/suauth.c: Remove prototype of check_su_auth(). It is
393         redundant with prototypes.h.
394         * src/suauth.c: isgrp() is static.
395
396 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
397
398         * libmisc/obscure.c: Tag the `old' parameter of palindrome(),
399         similar(), and simple() as unused.
400         * libmisc/loginprompt.c: Tag the `sig' parameter of login_exit()
401         as unused.
402         * src/expiry.c: Tag the `sig' parameter of catch_signals() as
403         unused.
404         * src/su.c: Tag the `sig' parameter of catch_signals() as unused.
405         * src/su.c: Add int parameter to the prototype of oldsig().
406         * src/login.c: Tag the `sig' parameter of alarm_handler() as
407         unused.
408         * src/sulogin.c: Tag the `sig' parameter of catch_signals() as
409         unused.
410         * libmisc/getdate.y: Tag the `string' parameter of yyerror() as
411         unused.
412         * libmisc/getdate.y: The string provided to yyerror() is const.
413         * libmisc/getdate.y: Fix the prototypes of yylex() and yyerror().
414
415 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
416
417         * lib/defines.h: Remove teh macro definition of SETXXENT_TYPE,
418         SETXXENT_RET, and SETXXENT_TEST. They were used by the now
419         removed pwent.c and grent.c.
420         * lib/defines.h: Remove the definition of PASSWD_PAG_FILE,
421         GROUP_PAG_FILE, SHADOW_PAG_FILE, and SGROUP_PAG_FILE. They are
422         never used.
423         * lib/defines.h: Don't include "snprintf.h". The file does not
424         exist in shadow.
425         * lib/defines.h: Add new macro unused to tag unused parameters.
426
427 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
428
429         * src/useradd.c, src/groupmems.c: Assume optarg and optind are
430         declared in <getopt.h>.
431
432 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
433
434         * src/usermod.c: Remove the pw_name argument of new_pw_passwd. Use
435         the user_newname global variable instead. This avoid using a
436         parameter with the same name as a function.
437
438 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
439
440         * src/newgrp.c: Removed unused gid parameter of syslog_sg().
441         * src/newgrp.c: The loginname and tty buffers are never changed.
442         Add the const qualifier.
443
444 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
445
446         * src/chpasswd.c, src/chgpasswd.c: The crypt_method string always
447         points to a constant string. Add the const qualifier.
448
449 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
450
451         * src/pwunconv.c: Remove prototype of l64a() (not used in
452         pwunconv).
453
454 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
455
456         * src/login_nopam.c: Use an ANSI prototype for resolve_hostname()
457         instead of K&R prototype.
458         * src/login_nopam.c: Fix the prototypes of list_match(),
459         user_match(), from_match(), string_match(). There were no
460         parameters in the prototypes.
461         * src/login_nopam.c: Fix the prototypes of the function parameter
462         match_fn of list_match().
463
464 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
465
466         * libmisc/copydir.c: Remove the src parameter of copy_special().
467         The entry's information are taken from the stat structure.
468
469 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
470
471         * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
472         lib/sgetpwent.c: Include "prototypes.h" to make
473         sure the exported prototypes are the ones used for the definition
474         of functions.
475         * lib/prototypes.h: Added prototypes for __gr_del_entry(),
476         __gr_get_db(), __gr_get_head(), __gr_set_changed(), __gr_dup(),
477         __pw_del_entry(), __pw_get_db(), __pw_get_head(), __pw_dup(),
478         sgetgrent(), sgetpwent(), __sgr_del_entry(), __sgr_dup(),
479         __sgr_get_head(), __sgr_set_changed(), __spw_get_head(),
480         __spw_del_entry(), __spw_dup().
481         * lib/prototypes.h: Removed prototype for is_listed().
482         * lib/prototypes.h: Added name of the check_su_auth()'s parameters.
483         * lib/groupio.h: Removed prototypes for __gr_dup() and
484         __gr_set_changed().
485         * lib/sgroupio.c: Removed prototypes for putsgent(), sgetsgent(),
486         and __gr_get_db().
487         * lib/sgroupio.h: Removed prototypes for __sgr_dup() and
488         __sgr_set_changed().
489         * lib/shadowio.c: Removed prototype for __pw_get_db().
490         * lib/pwio.c: Removed prototype for sgetpwent() and putpwent().
491         * lib/shadowio.h: Removed prototypes for __spw_dup() and
492         __spw_set_changed().
493         * lib/pwio.h: Removed prototypes for __pw_dup() and
494         __pw_set_changed().
495         * lib/commonio.h: Add protection against multiple inclusions.
496         * lib/prototypes.h: Include commonio.h (needed for the
497         __xx_del_entry() functions).
498         * src/grpck.c: Remove prototypes for __gr_del_entry(),
499         __gr_get_head(), __sgr_del_entry(), and __sgr_get_head().
500         * src/pwck.c: Remove prototypes for __pw_del_entry(),
501         __pw_get_head(), __spw_del_entry(), and __spw_get_head().
502         * lib/groupio.c: Remove prototype for sgetgrent().
503         * lib/groupio.c: Add the name of the parameters for
504         merge_group_entries() and split_groups().
505         * lib/groupio.h: Remove prototypes for __gr_dup() and
506         __gr_set_changed().
507
508 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
509
510         * man/groupadd.8.xml, man/groupmod.8.xml: Add documentation for
511         the new --password options.
512
513 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
514
515         * src/useradd.c: Fix find_new_gid() prototype. Add a void
516         parameter.
517
518 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
519
520         * lib/prototypes.h: Add the dolastlog() prototype.
521         * lib/prototypes.h: Typo: login.c -> loginprompt.c
522         * src/login.c: Remove declaration of dolastlog().
523         * lib/prototypes.h: Include <lastlog.h> for the declaration of
524         struct lastlog.
525         * lib/prototypes.h: Remove old comments in the header.
526
527 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
528
529         * libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h>
530         and "pwauth.h" only when compiled without PAM support.
531         * src/chfn.c, src/chsh.c: Do not include <shadow.h>
532         * lib/commonio.c: Do not include <shadow.h>. Do not include
533         <pwd.h>. Include "nscd.h" instead of <nscd.h>.
534
535 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
536
537         * configure.in: Do not check if shadow.h exist, but make sure it
538         exists.
539         * libmisc/pwdcheck.c, src/chfn.c, src/chsh.c, lib/defines.h,
540         lib/shadowmem.c, lib/shadowio.c, lib/commonio.c:
541         HAVE_SHADOW_H is no more needed (shadow.h should always exist).
542
543 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
544
545         * lib/groupio.c: Remove prototype of putgrent(), add parameter's
546         name of sgetgrent().
547         * lib/prototypes.h: Fix the do_pam_passwd() prototype (it returns
548         void).
549
550 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
551
552         * NEWS, src/groupmod.c, src/groupadd.c: Add option --password to
553         groupadd and groupmod (similar to useradd and usermod).
554
555 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
556
557         * lib/prototypes.h: grent.c does not exist anymore. Remove the
558         putgrent prototype.
559         * lib/prototypes.h: "shadowio.h" was included for the definition
560         of the spwd structure. Replace this include by <shadow.h>
561         * libmisc/xmalloc.c, libmisc/utmp.c, libmisc/strtoday.c,
562         libmisc/pwd_init.c, libmisc/tz.c, lib/port.c, lib/fputsx.c,
563         libmisc/pam_pass.c, libmisc/log.c: Include "prototypes.h" to make
564         sure the exported prototypes are the ones used for the definition
565         of functions.
566         * libmisc/console.c: Define is_listed() as static and add its
567         prototype.
568         * libmisc/xgetXXbyYY.c, libmisc/yesno.c: Include config.h as a
569         system include, as recommended by the autoconf documentation.
570         * src/chage.c: Define isnum() as static and add its prototype.
571         * libmisc/xgetspnam.c: Add missing include "shadowio.h". (This was
572         OK as long as prototypes.h included this file.)
573         * src/nologin.c: Make a proper prototype for the main() function
574         declaration. (add void)
575         * src/login.c: login_prompt is the name of a function, use
576         loginprompt for the internal variable.
577         * src/chsh.c: loginsh is a global variable, use newshell for the
578         update_shell()'s parameter.
579         * lib/gshadow.c: The prototypes of fgetsx() and fputsx() are
580         already defined in prototypes.h. Remove the declaration of these
581         functions.
582         * lib/gshdow.c: list() is an external function. DO not shadow it
583         with a static function. The internal list() was renamed
584         build_list().
585         * lib/commonio.c: stat shadows another stat variable. Remove this
586         variable, and directly check the result of getfscreatecon().
587         * libmisc/utmp.c: Remove the declaration of getutent(),
588         getutline(), setutent(), and endutent() which are declared in
589         <utmp.h>
590
591 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
592
593         * src/newgrp.c: Remove duplicate logging to syslog.
594
595 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
596
597         * src/newgrp.c: Avoid assignments in conditionals.
598         * src/newgrp.c: Split check_perms(), syslog_sg() out of main().
599
600 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
601
602         * lib/shadow.c: Avoid assignments in conditionals.
603
604 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
605
606         * lib/groupio.c (split_groups): Test the pointer returned by malloc.
607
608 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
609
610         * lib/commonio.c: Document add_one_entry_nis(), write_all(),
611         commonio_remove(), commonio_locate(), and commonio_rewind().
612
613 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
614
615         * src/pwck.c: Avoid implicit brackets.
616         * src/pwck.c: Avoid implicit conversions to booleans.
617
618 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
619
620         * src/grpck.c: Avoid implicit brackets.
621         * src/grpck.c: Avoid implicit conversions to booleans.
622
623 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
624
625         * NEWS: No functional changes were introduced by the previous pwck
626         and grpck changes, except for the following bug fix: no syslog
627         logging if a passwd or group file was specified on the command
628         line without a shadowed database file, even if the system shadowed
629         database was changed).
630
631 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
632
633         * src/pwck.c: Fix typos in comments (gshadow/shadow).
634
635 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
636
637         * src/pwck.c: Split process_flags(), open_files(), close_files()
638         check_pw_file(), and check_spw_file() out of main(). New global
639         variables is_shadow, sort_mode, use_system_pw_file, and
640         use_system_spw_file.
641
642 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
643
644         * libmisc/xgetXXbyYY.c: De-comment code (duplicate the entry when
645         the _R function is not present on the system).
646
647 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
648
649         * src/lastlog.c: Remove statbuf, not used.
650         * src/lastlog.c: Fix types, cast umin and umax to uid_t.
651         * src/lastlog.c: (option -u) user needs to be a signed long, not
652         uid_t (to accept rangees like -<uid>
653
654 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
655
656         * src/useradd.c: Avoid ?: construct without the middle term.
657
658 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
659
660         * libmisc/copydir.c, src/usermod.c, lib/prototypes.h: The uid and
661         gid parameters can be set to -1 to indicate that the original
662         owners must be kept. Change the types from uid_t/gid_t to a
663         long int (signed).
664         * libmisc/copydir.c: Change the copy_entry(), copy_dir(),
665         copy_symlink(), copy_special(), and copy_file() prototypes
666         accordingly.
667         * lib/prototypes.h: Add the parameters' name for the
668         libmisc/copydir.c functions.
669
670 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
671
672         * libmisc/limits.c, libmisc/obscure.c, src/login_nopam.c,
673         lib/pwauth.c: Avoid empty file when USE_PAM is set.
674         * libmisc/audit_help.c: Avoid empty file when WITH_AUDIT is not set.
675         * src/login_nopam.c: Fix warnings: resolve_hostname takes and
676         returns a constant string.
677
678 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
679
680         * src/grpck.c: Split process_flags(), open_files(), and
681         close_files() out of main(). New global variables is_shadow,
682         sort_mode, use_system_grp_file, and use_system_sgr_file.
683         * src/grpck.c: Split check_grp_file() and check_sgr_file() out of
684         main().
685         * src/grpck.c: Split check_members() and compare_members_lists()
686         out of check_grp_file() and check_sgr_file().
687
688 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
689
690         * man/po/Makefile.in.in: If remove-potcdate.sin does not exist,
691         use the one from teh po directory (it is not installed
692         automatically by autopoint.
693
694 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
695
696         * lib/commonio.h: Fix the type of the bitfields in the commonio_entry
697         and commonio_db structures to unsigned int (instead of int).
698
699 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
700
701         * src/chsh.c: Split process_flags(), check_perms(), and update_shell()
702         out of main().
703         * src/chsh.c: Before pam_end(), the return value of the previous
704         pam API was already checked. No need to validate it again.
705         * src/chsh.c: Avoid implicit brackets.
706         * src/chsh.c: Avoid assignments in comparisons.
707
708 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
709
710         * src/chfn.c: New function: process_flags() split out of main().
711         The flags variables are now global.
712         * src/chfn.c: New functions: check_perms(), update_gecos(),
713         get_old_fields(), and check_fields() split out of main().
714         * src/chfn.c: Before pam_end(), the return value of the previous
715         pam API was already checked. No need to validate it again.
716         * src/chfn.c: Avoid implicit brackets.
717         * src/chfn.c: Document may_change_field().
718         * src/chfn.c: Avoid implicit conversions to booleans.
719         * src/chfn.c: Avoid assignments in comparisons.
720
721 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
722
723         * src/newusers.c: Compilation fix for PAM support (pamh needs to be
724         global since the function split).
725         * src/chpasswd.c: Likewise.
726         * src/chgpasswd.c: Likewise.
727         * src/chpasswd.c: Avoid implicit conversions to booleans.
728
729 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
730
731         * src/chage.c: Fix typo: s/maximim/maximum/
732         * src/chage.c: New function: fail_exit(). Change most of the exit()
733         to a fail_exit, which makes sure the files are unlocked (new global
734         variables: pw_locked, spw_locked), the PAM transaction is ended, and
735         the failure is logged to libaudit (use a global user_name and user_uid
736         for logging).
737         * src/chage.c: Compilation fix for PAM support (pamh needs to be
738         global since the function split).
739         * src/chage.c: Document process_flags(), check_flags(), check_perms(),
740         open_files(), and close_files().
741         * src/chage.c: Split update_age() and get_defaults() out of main()
742         * src/chage.c: Drop the privileges just after opening the files.
743         * src/chage.c: Do not log to audit only if the user has an entry in
744         the shadow file.
745         * NEWS, src/chage.c (open_files): Also open the password file for
746         writing. This fix chage when the user only has a password entry (and
747         no shadow entries).
748         * src/chage.c (get_defaults): Use default values that don't change the
749         behavior of the account for the fields that are not specified when the
750         user has no shadow entry.
751
752 2007-12-30  Nicolas François  <nicolas.francois@centraliens.net>
753
754         * src/groupadd.c: Compilation fix for PAM support (pamh needs to be
755         global since the function split).
756         * src/groupadd.c: End the PAM transaction in fail_exit().
757         * src/groupadd.c: Document check_flags().
758
759 2007-12-30  Nicolas François  <nicolas.francois@centraliens.net>
760
761         * src/vipw.c: Compilation fix for non-gshadow support.
762
763 2007-12-29  Nicolas François  <nicolas.francois@centraliens.net>
764
765         * NEWS, src/newusers.c: Added support for gshadow.
766
767 2007-12-29  Nicolas François  <nicolas.francois@centraliens.net>
768
769         * NEWS, src/newusers.c: Do not add the new user to the group's
770         members, because the group is already the primary group of the new
771         user.
772
773 2007-12-29  Nicolas François  <nicolas.francois@centraliens.net>
774
775         newusers cleanups
776         * src/newusers.c: main() split in new functions: process_flags(),
777         check_flags(), check_perms(), open_files(), and close_files().
778         * src/newusers.c: Before pam_end(), the return value of the previous
779         pam API was already checked. No need to validate it again.
780         * src/newusers.c: Avoid implicit brackets.
781         * src/newusers.c: Avoid assignments in comparisons.
782         * src/newusers.c: Avoid variables with the name of a type.
783
784 2007-12-29  Nicolas François  <nicolas.francois@centraliens.net>
785
786         chage cleanups
787         * src/chage.c: Before pam_end(), the return value of the previous
788         pam API was already checked. No need to validate it again.
789         * src/chage.c: main() split in new functions: process_flags(),
790         check_flags(), check_perms(), open_files(), and close_files().
791         * src/chage.c: Avoid using a variable with the same name as a type.
792         * src/chage.c: Remove dead code. It was probably put here to add more
793         information to the audit_logger.
794         * src/chage.c: Avoid implicit brackets.
795         * src/chage.c: Avoid implicit conversion to booleans.
796         * src/chage.c: Avoid assignments in comparisons.
797
798 2007-12-28  Nicolas François  <nicolas.francois@centraliens.net>
799
800         Same changes for chgpasswd:
801         * src/chgpasswd.c: Before pam_end(), the return value of the previous
802         pam API was already checked. No need to validate it again.
803         * src/chgpasswd.c: main() split in process_flags(), check_flags(),
804         check_perms(), open_files(), and close_files().
805         * src/chgpasswd.c: Avoid assignments in comparisons.
806         * src/chgpasswd.c: Avoid implicit brackets.
807         * src/chgpasswd.c: Fix comments to match chgpasswd (group instead of
808         user's passwords are changed).
809
810 2007-12-28  Nicolas François  <nicolas.francois@centraliens.net>
811
812         * src/chpasswd.c: Before pam_end(), the return value of the previous
813         pam API was already checked. No need to validate it again.
814         * src/chpasswd.c: New functions: process_flags(), check_flags(),
815         check_perms(). Split out of main().
816         * src/chpasswd.c: Other new functions: open_files(), close_files().
817         This force flushing the password database after the password file is
818         unlocked.
819         * src/chpasswd.c: Avoid assignments in comparisons.
820         * src/chpasswd.c: Avoid implicit brackets.
821
822 2007-12-28  Nicolas François  <nicolas.francois@centraliens.net>
823
824         * src/groupadd.c (find_new_gid): A group with the specified name
825         cannot exist at that time. Remove the check.
826         * src/groupadd.c (find_new_gid): If oflg is set, gflg is also set.
827         Use (!gflg), which is clearer than (!gflg || !oflg).
828         * src/groupadd.c (find_new_gid): find_new_gid is never called when an
829         GID is specified with -g. Simplify find_new_gid accordingly.
830         * src/groupadd.c (process_flags): prefer fail_exit to exit. This avoid
831         an explicit call to audit_logger().
832         * src/groupadd.c (main): Before pam_end(), the return value of the
833         previous pam API was already checked. No need to validate it again.
834         * src/groupadd.c (main, check_perms): New function check_perms().
835         Split the validation of the user's permissions out of main()
836
837 2007-12-28  Nicolas François  <nicolas.francois@centraliens.net>
838
839         src/groupadd.c cleanup
840         * src/groupadd.c (fail_exit): When compiled without AUDIT support, if
841         the return code was E_SUCCESS, fail_exit() wouldn't have exited. Fix
842         the scope of #idef WITH_AUDIT.
843         * src/groupadd.c: Avoid implicit brackets.
844         * src/groupadd.c: Split the processing and checking of options out of
845         main() (process_flags).
846         * src/groupadd.c: New function check_flags(). Split the validation of
847         options and arguments out of process_flags.
848         * src/groupadd.c: Add the parameters' names in the prototypes.
849
850 2007-12-27  Nicolas François  <nicolas.francois@centraliens.net>
851
852         libmisc/copydir.c cleanup
853         * libmisc/copydir.c: Split copy_tree() in more maintainable functions:
854         copy_entry(), copy_dir(), copy_symlink(), copy_hardlink(),
855         copy_special(), and copy_file().
856         * libmisc/copydir.c: -1 is used to indicate an error, directly set err
857         to -1, instead of incrementing it, and checking if not nul at the
858         end.
859         * libmisc/copydir.c: Avoid assignments in comparisons.
860         * libmisc/copydir.c: Document selinux_file_context.
861         * libmisc/copydir.c: Avoid implicit brackets.
862         * libmisc/copydir.c: Avoid implicit conversions to booleans.
863
864 2007-12-27  Nicolas François  <nicolas.francois@centraliens.net>
865
866         gpasswd cleanup
867         * src/gpasswd.c: Add argument name to the internal function
868         prototypes.
869         * src/gpasswd.c: Document global variables.
870         * src/gpasswd.c: New function: process_flags(). Split the processing
871         of options out of main().
872         * src/gpasswd.c: New functions: open_files(), close_files(),
873         update_group(). Split out from main() to simplify this (too) big
874         function.
875         * src/gpasswd.c: New functions: check_perms(), get_group(),
876         change_passwd(), check_flags(). Split out of main() to simplify main().
877         * src/gpasswd.c: Avoid implicit brackets.
878         * src/gpasswd.c: Avoid assignments in comparisons.
879         * src/gpasswd.c: Avoid implicit conversions to booleans.
880
881 2007-12-27  Nicolas François  <nicolas.francois@centraliens.net>
882
883         Merge Debian's patch 462_warn_to_edit_shadow
884         * NEW, src/vipw.c: Recommend editing the shadowed (resp. regular) file
885         if the regular (resp. shadowed) file was edited.
886
887 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
888
889         Merge Debian's patch 451_login_PATH
890         * NEWS, libmisc/setupenv.c: Export PATH according to ENV_PATH and
891         ENV_SUPATH, as for su. This impacts login.
892         * man/login.1.xml: PATH and SUPATH are now used both when PAM support
893         is disabled and enabled.
894
895 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
896
897         Merge Debian's patch 496_login_init_session
898         * src/login.c, src/sulogin.c: If started as init, start a new session.
899
900 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
901
902         Merge Debian's patch 408_passwd_check_arguments
903         * NEWS, src/passwd.c: Make sure that no more than one username
904         argument was provided.
905
906 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
907
908         Merge Debian's patch 412_lastlog_-u_numerical_range
909         * NEWS, src/lastlog.c, man/lastlog.8.xml: Accept numerical user, or
910         ranges with the -u option.
911
912 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
913
914         Merge Debian's patch 466_fflush-prompt
915         * libmisc/Makefile.am, lib/prototypes.h, libmisc/yesno.c, src/grpck.c,
916         src/pwck.c: move yes_or_no() from grpck/pwck to a separate
917         libmisc/yesno.c (with a read_only argument).
918         * libmisc/fields.c, libmisc/yesno.c: Make sure stdout is flushed before
919         reading the user's answer.
920
921 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
922
923         Merge Debian's patch 480_getopt_args_reorder
924         * NEWS, src/su.c: su's arguments are now reordered.
925
926 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
927
928         Merge RedHat's patch shadow-4.0.18.1-mtime.patch:
929         * NEWS: Document that usermod will now preserve user's file modification
930         and access time.
931         * libmisc/copydir.c: Preserve the access and modification time of copied
932         files. This is important for usermod. This will also impact useradd, for
933         the skeleton files, but this is not important.
934         * libmisc/copydir.c: Stop and return an error if a file could not be
935         closed after during a copy.
936
937 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
938
939         Cleanups:
940         * src/useradd.c (find_new_gid): Check that gflg is not set (assert).
941         * src/useradd.c (find_new_gid): Do not check the group name uniqueness
942         (already checked in main).
943         * src/useradd.c (find_new_gid): Avoid a "continue" in the loop.
944         * src/useradd.c (find_new_gid): Remove irrelevant comments.
945         * src/useradd.c (find_new_gid): Fix the function definition's comment.
946
947 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
948
949         Merge RedHat's patch shadow-4.0.18.1-findNewUidOnce.patch:
950         * src/useradd.c (usr_update): Do not call find_new_uid(). The UID was
951         already either specified or found by another call to find_new_uid().
952         * src/useradd.c (find_new_uid): Always start with uid_min (find_new_uid()
953         is never called when user_id was already specified).
954         * src/useradd.c (find_new_uid): Fix the comments (find_new_uid() is not
955         called when the UID is specified (uflg)).
956         * src/useradd.c (main): Only call find_new_uid() if (!oflg) and (!uflg).
957         If uflg is set (but not oflg), check the UID uniqueness.
958         * src/useradd.c (find_new_uid): Don't check the uid and user name
959         uniqueness in find_new_uid(). The user name uniqueness is already checked
960         during the parameter validation. UID uniqueness is also checked (see
961         above).
962         * src/useradd.c (find_new_uid): Don't check uflg in find_new_uid().
963         * src/useradd.c (find_new_uid): Make sure that find_new_uid() is not
964         called when uflg is set (assert).
965
966 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
967
968         Merge RedHat's patch shadow-4.1.0-lOption.patch
969         * NEWS, src/useradd.c, man/useradd.8.xml: Add option -l to avoid adding
970         the user to the lastlog and faillog databases.
971
972 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
973
974         * src/useradd.c, src/groupadd.c: NO_GETPWENT is no more supported. Remove
975         associated chunks of code.
976
977 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
978
979         * man/groupadd.8.xml: Document the long options (--force, --gid, --key,
980         --non-unique).
981
982 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
983
984         Merge RedHat's patch shadow-4.0.3-noinst.patch
985         * NEWS, lib/Makefile.am: Do not install the shadow library per default.
986         lib_LTLIBRARIES changed to noinst_LTLIBRARIES.
987
988 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
989
990         * NEWS, configure.in: Prepare the 4.1.0 release.
991
992 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
993
994         * NEWS, src/chgpasswd.c: Use chgpasswd PAM policy file instead of
995         chpasswd's one.
996
997 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
998
999         * man/pwconv.8.xml: Fix typos.
1000         * man/chpasswd.8.xml, man/chgpasswd.8.xml: Document the NONE crypt
1001         method.
1002         * man/login.defs.d/MAIL_DIR.xml: Add comment regarding useradd not
1003         using MAIL_FILE.
1004         * man/login.defs.d/ERASECHAR.xml, man/login.defs.d/KILLCHAR.xml,
1005         man/login.defs.d/CONSOLE_GROUPS.xml, man/login.defs.d/ENV_HZ.xml,
1006         man/login.defs.d/ENV_PATH.xml, man/login.defs.d/ENV_SUPATH.xml:
1007         These variables are also used by some tools when compiled with PAM
1008         support.
1009         * man/login.defs.d/ENV_HZ.xml: Add note that it is only used by
1010         sulogin when compiled with PAM support.
1011         * man/login.defs.d/ENV_SUPATH.xml: Typos: ENV_PATH -> ENV_SUPATH,
1012         and mention sbin in the path.
1013         * man/login.defs.d/LOGIN_STRING.xml: Fix typo: confition ->
1014         condition.
1015         * man/sg.1.xml: Add CONFIGURATION section (SYSLOG_SG_ENAB).
1016         * man/su.1.xml: ENV_HZ, LOGIN_STRING, MAIL_DIR, USERGROUPS_ENAB
1017         are only used when su is compiled without PAM support.
1018         * man/login.defs.5.xml: Added variables: OBSCURE_CHECKS_ENAB
1019         PASS_ALWAYS_WARN PASS_CHANGE_TRIES SULOG_FILE SU_NAME
1020         SU_WHEEL_ONLY SYSLOG_SG_ENAB SYSLOG_SU_ENAB.
1021         * man/login.defs.5.xml: ENVIRON_FILE is only used when compiled
1022         without PAM support.
1023         * man/login.defs.5.xml: sulogin uses variables even when compiled
1024         with PAM support.
1025         * man/login.1.xml: ENV_HZ ENV_PATH ENV_SUPATH MAIL_DIR UMASK are
1026         only used when login is not compiled with PAM support.
1027
1028 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
1029
1030         * src/login.c: Make sure is_console is only defined when USE_PAM
1031         is not defined.
1032
1033 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
1034
1035         * libmisc/pwd2spwd.c: Fix time() prototype.
1036
1037 2007-12-08  Nicolas François  <nicolas.francois@centraliens.net>
1038
1039         * man/login.defs.d/CONSOLE_GROUPS.xml,
1040         man/login.defs.d/CONSOLE.xml, man/login.defs.d/DEFAULT_HOME.xml,
1041         man/login.defs.d/ENV_HZ.xml, man/login.defs.d/ENVIRON_FILE.xml,
1042         man/login.defs.d/ENV_PATH.xml, man/login.defs.d/ENV_SUPATH.xml,
1043         man/login.defs.d/ENV_TZ.xml, man/login.defs.d/ERASECHAR.xml,
1044         man/login.defs.d/FAIL_DELAY.xml,
1045         man/login.defs.d/FAILLOG_ENAB.xml,
1046         man/login.defs.d/FAKE_SHELL.xml, man/login.defs.d/FTMP_FILE.xml,
1047         man/login.defs.d/HUSHLOGIN_FILE.xml,
1048         man/login.defs.d/ISSUE_FILE.xml, man/login.defs.d/KILLCHAR.xml,
1049         man/login.defs.d/LASTLOG_ENAB.xml, man/login.defs.d/LOGIN_RETRIES.xml,
1050         man/login.defs.d/LOGIN_TIMEOUT.xml, man/login.defs.d/LOG_OK_LOGINS.xml,
1051         man/login.defs.d/LOG_UNKFAIL_ENAB.xml,
1052         man/login.defs.d/MAIL_CHECK_ENAB.xml, man/login.defs.d/MOTD_FILE.xml,
1053         man/login.defs.d/NOLOGINS_FILE.xml,
1054         man/login.defs.d/OBSCURE_CHECKS_ENAB.xml,
1055         man/login.defs.d/PASS_ALWAYS_WARN.xml,
1056         man/login.defs.d/PASS_CHANGE_TRIES.xml,
1057         man/login.defs.d/PASS_MAX_LEN.xml,
1058         man/login.defs.d/PORTTIME_CHECKS_ENAB.xml,
1059         man/login.defs.d/QUOTAS_ENAB.xml, man/login.defs.d/SULOG_FILE.xml,
1060         man/login.defs.d/SU_NAME.xml, man/login.defs.d/SU_WHEEL_ONLY.xml,
1061         man/login.defs.d/SYSLOG_SG_ENAB.xml,
1062         man/login.defs.d/SYSLOG_SU_ENAB.xml,
1063         man/login.defs.d/TTYGROUP.xml, man/login.defs.d/TTYTYPE_FILE.xml,
1064         man/login.defs.d/ULIMIT.xml, man/login.defs.d/USERGROUPS_ENAB.xml:
1065         New documentation of login.defs variables.
1066         * man/login.defs.d/MAIL_DIR.xml: Updated. It now contains the
1067         MAIL_FILE documentation.
1068         * man/login.defs.d/LOGIN_STRING.xml: Updated. Mentions %s.
1069         * man/pwconv.8.xml, man/groupmems.8.xml, man/groupdel.8.xml,
1070         man/useradd.8.xml, man/pwck.8.xml, man/groupadd.8.xml,
1071         man/sulogin.8.xml, man/newgrp.1.xml, man/usermod.8.xml,
1072         man/su.1.xml, man/vipw.8.xml, man/passwd.1.xml,
1073         man/groupmod.8.xml, man/login.1.xml, man/userdel.8.xml,
1074         man/grpck.8.xml: Added CONFIGURATION section.
1075         * man/generate_mans.mak: The generations of manpages depends on
1076         the variables from the Makefiles. Add the dependency on Makefile.
1077         * man/login.defs.5.xml: New login.defs variable documented.
1078         * man/Makefile.am: Added XML variable documentation to the
1079         distributed files.
1080
1081 2007-12-05  Nicolas François  <nicolas.francois@centraliens.net>
1082
1083         * man/gshadow.5.xml: Fix the newgrp section in the gshadow.5
1084         manpage. Thanks to Andre Majorel <aym-naibed@teaser.fr>.
1085
1086 2007-11-27  Nicolas François  <nicolas.francois@centraliens.net>
1087
1088         * man/Makefile.am: Added the login.defs variables description to
1089         the man's EXTRA_DIST.
1090
1091 2007-11-27  Nicolas François  <nicolas.francois@centraliens.net>
1092
1093         * man/chfn.1.xml: Uses CHFN_AUTH, CHFN_RESTRICT, LOGIN_STRING.
1094         * man/chgpasswd.8.xml: Uses ENCRYPT_METHOD, MAX_MEMBERS_PER_GROUP,
1095         MD5_CRYPT_ENAB, SHA_CRYPT_MIN_ROUNDS (SHA_CRYPT_MAX_ROUNDS).
1096         * man/chpasswd.8.xml: Switch to using entities for ENCRYPT_METHOD,
1097         MD5_CRYPT_ENAB, SHA_CRYPT_MIN_ROUNDS (SHA_CRYPT_MAX_ROUNDS).
1098         * man/chsh.1.xml: Uses CHSH_AUTH, LOGIN_STRING.
1099         * man/expiry.1.xml: Does not use any login.defs parameter.
1100         * man/gpasswd.1.xml: Uses ENCRYPT_METHOD, MAX_MEMBERS_PER_GROUP,
1101         MD5_CRYPT_ENAB, SHA_CRYPT_MIN_ROUNDS.
1102         * man/login.defs.5.xml: Added CHSH_AUTH.
1103         * man/login.defs.5.xml: Cross reference -> cross references.
1104         * man/login.defs.5.xml: chfn only uses CHFN_AUTH when no_pam.
1105         * man/login.defs.5.xml: chsh uses CHSH_AUTH, not CHFN_AUTH.
1106         * man/login.defs.d/CHSH_AUTH.xml: Added.
1107         * man/login.defs.5.xml: chsh uses parameters only when no_pam.
1108         * man/login.defs.5.xml: expiry does not use CONSOLE_GROUPS, even
1109         if linked in the binary.
1110         * man/newusers.8.xml: Uses ENCRYPT_METHOD, MAX_MEMBERS_PER_GROUP,
1111         MD5_CRYPT_ENAB, PASS_MAX_DAYS, PASS_MIN_DAYS, PASS_WARN_AGE,
1112         SHA_CRYPT_MIN_ROUNDS, UMASK.
1113
1114 2007-11-26  Nicolas François  <nicolas.francois@centraliens.net>
1115
1116         * man/generate_translations.mak, man/po/Makefile.in.in: Add
1117         --expand-all-entities to the call to xml2po to avoid translating
1118         the external entities separately.
1119
1120 2007-11-26  Nicolas François  <nicolas.francois@centraliens.net>
1121
1122         * man/login.defs.d/, man/login.defs.d/CHFN_RESTRICT.xml,
1123         man/login.defs.d/MAIL_DIR.xml, man/login.defs.d/PASS_MAX_DAYS.xml,
1124         man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml,
1125         man/login.defs.d/CHFN_AUTH.xml, man/login.defs.d/MD5_CRYPT_ENAB.xml,
1126         man/login.defs.d/PASS_WARN_AGE.xml, ·man/login.defs.d/UMASK.xml,
1127         man/login.defs.d/PASS_MIN_DAYS.xml, man/login.defs.d/UID_MAX.xml,
1128         man/login.defs.d/LOGIN_STRING.xml, man/login.defs.d/GID_MAX.xml,
1129         man/login.defs.d/ENCRYPT_METHOD.xml, man/login.defs.d/USERDEL_CMD.xml,
1130         man/login.defs.d/MAX_MEMBERS_PER_GROUP.xml, man/login.defs.5.xml:
1131         Put each variable description in an external entities. This will permit
1132         to reference them in the various utils manpages.
1133         * man/login.defs.5.xml: Describe the usage of variables by each
1134         tools when compiled without PAM support.
1135
1136 2007-11-26  Nicolas François  <nicolas.francois@centraliens.net>
1137
1138         * po/stats: Do not generate gmo files.
1139
1140 2007-11-25  Nicolas François  <nicolas.francois@centraliens.net>
1141
1142         * man/po/LINGUAS: Added missing LINGUAS.
1143         * man/po/de.po, man/po/fr.po, man/po/it.po, man/po/pl.po,
1144         man/po/ru.po, man/po/sv.po: Updated.
1145
1146 2007-11-25  Nicolas François  <nicolas.francois@centraliens.net>
1147
1148         * configure.in, man/po/Makefile.in.in, man/po/Makevars,
1149         man/po/POTFILES.in, man/Makefile.am: Generate the PO files for the
1150         manpages in the man/po directory (instead of man/<lang>). Use a
1151         Makefile.in.in based on gettext's one. This ensure that the PO are
1152         generated before being used in the <lang> directories.
1153         * man/generate_mans.mak, man/generate_translations.mak,
1154         man/Makefile.am: New makefile for the generation of manpages from
1155         XML (generate_mans.mak). This avoid duplicate chunks in
1156         generate_translations.mak and Makefile.am
1157         * man/de/de.po, man/fr/fr.po, man/it/it.po, man/pl/pl.po,
1158         man/ru/ru.po, man/sv/sv.po: Moved to...
1159         * man/po/de.po, man/po/fr.po, man/po/it.po, man/po/pl.po,
1160         man/po/ru.po, man/po/sv.po: ... here.
1161
1162 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
1163
1164         * src/userdel.c, src/lastlog.c, src/newusers.c, src/chpasswd.c,
1165         src/usermod.c, src/chgpasswd.c, src/vipw.c, src/useradd.c,
1166         src/su.c, src/groupmod.c, src/passwd.c, src/groupadd.c,
1167         src/chage.c, src/faillog.c, src/chsh.c: Do not use tabulations in
1168         Usage strings.
1169         * po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po,
1170         po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/hu.po, po/id.po,
1171         po/it.po, po/ja.po, po/nb.po, po/pl.po, po/pt_BR.po, po/pt.po,
1172         po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/tl.po, po/tr.po,
1173         po/uk.po, po/vi.po: Unfuzzy previous changes.
1174         * po/bs.po, po/he.po, po/nn.po, po/sq.po: No Usage string
1175         translated. Just updated PO.
1176         * po/dz.po, po/km.po, po/ko.po, po/ne.po, po/nl.po, po/zh_CN.po,
1177         po/zh_TW.po: It would be too error prone for me to unfuzzy these
1178         ones. Updated PO. (km and ne should be reviewed: options are
1179         translated).
1180
1181 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
1182
1183         * po/ne.po, po/bs.po, po/cs.po, po/pt_BR.po, po/km.po, po/es.po,
1184         po/eu.po, po/ko.po, po/hu.po, po/sk.po, po/vi.po, po/uk.po,
1185         po/ro.po, po/sq.po, po/ru.po, po/id.po, po/nb.po, po/el.po,
1186         po/gl.po, po/fr.po, po/nl.po, po/pl.po, po/nn.po, po/it.po,
1187         po/dz.po, po/tl.po, po/pt.po, po/ca.po, po/da.po, po/tr.po,
1188         po/sv.po, po/de.po, po/ja.po, po/zh_TW.po, po/he.po, po/fi.po,
1189         po/zh_CN.po: Run "make update-po" in the po directory.
1190
1191 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
1192
1193         * configure.in: New configure option: --with-sha-crypt enabled by
1194         default. Keeping the feature enabled is safe. Disabling it permits
1195         to disable the references to the SHA256 and SHA512 password
1196         encryption algorithms from the usage help and manuals (in addition
1197         to the support for these algorithms in the code).
1198         * libmisc/obscure.c, libmisc/salt.c, src/newusers.c,
1199         src/chpasswd.c, src/chgpasswd.c, src/passwd.c: ENCRYPT_METHOD is
1200         always supported in login.defs. Remove the ENCRYPTMETHOD_SELECT
1201         preprocessor condition.
1202         * libmisc/obscure.c, libmisc/salt.c, src/newusers.c,
1203         src/chpasswd.c, src/chgpasswd.c, src/passwd.c: Disable SHA256 and
1204         SHA512 if USE_SHA_CRYPT is not defined (this corresponds to a
1205         subset of the ENCRYPTMETHOD_SELECT sections).
1206
1207 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
1208
1209         * lib/encrypt.c: If we requested a non DES encryption, make sure
1210         crypt returned a encrypted password longer than 13 chars. This
1211         protects against the GNU crypt() which does not return NULL if the
1212         algorithm is not supported, and return a DES encrypted password.
1213
1214 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
1215
1216         * lib/groupio.c: Add missing #include "getdef.h"
1217
1218 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
1219
1220         * src/newusers.c: Provide the crypt method to all the
1221         crypt_make_salt invocations.
1222         * src/newusers.c: Tag the ENCRYPTMETHOD_SELECT dependent code
1223         accordingly.
1224
1225 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
1226
1227         * libmisc/salt.c: Make sure method is not NULL, defaulting to DES.
1228         Thanks to Dan Kopecek <dkopecek@redhat.com>.
1229         * src/chpasswd.c, src/chgpasswd.c: Do not use DES by default, but
1230         the system default define in /Etc/login.defs. Thanks to Dan
1231         Kopecek <dkopecek@redhat.com>.
1232         * NEWS, man/chpasswd.8.xml, man/chgpasswd.8.xml: Do not mention
1233         DES as the default algorithm.
1234         * src/chpasswd.c, src/chgpasswd.c: Tag the ENCRYPTMETHOD_SELECT
1235         dependent code accordingly.
1236
1237 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
1238
1239         * libmisc/salt.c: Move the srandom call to gensalt.
1240         * libmisc/salt.c (gensalt): Replace the test on salt_size by an
1241         assert.
1242
1243 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
1244
1245         Patch contributed by Dan Kopecek <dkopecek@redhat.com>
1246         * src/chpasswd.c, src/chgpasswd.c, src/newusers.c: Fix compilation
1247         when ENCRYPTMETHOD_SELECT is not defined.
1248         * libmisc/salt.c (MAGNUM): The nul char was put on (array)[2]
1249         instead of (array)[3].
1250         * libmisc/salt.c: MAGNUM should be defined even if
1251         ENCRYPTMETHOD_SELECT is not defined.
1252         * libmisc/salt.c: Use random instead of rand.
1253         * libmisc/salt.c (gensalt): New function to generate a salt
1254         (instead of using gettimeofday).
1255
1256 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
1257
1258         * NEWS, src/newusers.c: New options -c/--crypt-method
1259         -s/--sha-rounds.
1260
1261 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
1262
1263         * src/chpasswd.c: Added crypt method: NONE.
1264         * src/chpasswd.c: Added --sha-rounds to the usage().
1265         * libmisc/Makefile.am, libmisc/getlong.c, src/chgpasswd.c,
1266         src/chpasswd.c, lib/prototypes.h: New getlong function. Replace
1267         chpasswd's and chgpasswd's getnumber.
1268
1269 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
1270
1271         * lib/groupio.c: Removed unused variable 'member'.
1272
1273 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
1274
1275         * man/chpasswd.8.xml: Document the variables used by chpasswd.
1276         The definitions are copied from login.defs. I should try to use a
1277         less error prone process for this.
1278
1279 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
1280
1281         * man/login.defs.5.xml: Use <replaceable> for the values set by
1282         users. (was sometimes <emphasis remap='I'>)
1283         * man/login.defs.5.xml: Use <option> vor the variable names. This
1284         makes the manpage much more readable.
1285         * man/login.defs.5.xml (ENCRYPT_METHOD, MD5_CRYPT_ENAB,
1286         SHA_CRYPT_MIN_ROUNDS, SHA_CRYPT_MAX_ROUNDS): Mention that command
1287         line option may supersede the system setting.
1288         * man/login.defs.5.xml: Document the variables used by chpasswd
1289         and chgpasswd.
1290
1291 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
1292
1293         * lib/shadowmem.c, lib/groupmem.c, lib/pwmem.c:
1294         svn propset svn:keywords Id
1295
1296 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
1297
1298         * NEWS, lib/getdef.c, man/login.defs.5.xml: New login.defs
1299         variable: MAX_MEMBERS_PER_GROUP. Used for the split groups support.
1300         * lib/commonio.c, lib/commonio.h: Add an open_hook and close_hook
1301         operation. They are called after the database is actually opened
1302         and parse, or before it is closed.
1303         * lib/groupio.c: Add an open_hook to merge split groups, and an
1304         close group to split groups if MAX_MEMBERS_PER_GROUP is set.
1305         This fixes gpasswd and chgpasswd when split groups are used.
1306         * lib/sgroupio.c, lib/shadowio.c, lib/pwio.c: No open or close
1307         hooks for these databases. (unsure about what should be the gshadow
1308         behavior for split groups)
1309
1310 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
1311
1312         * NEWS, src/gpasswd.c: Read the group and shadow groups using
1313         gr_locate and sgr_locate. gpasswd write in the file database. Thus
1314         it should read information from the file database, not using
1315         getgrnam. The change to sgr_locate is just for consistency. This
1316         requires opening the group databases (read only) using
1317         gr_open/sgr_open.
1318
1319 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
1320
1321         * configure.in: SHADOWGRP added to AM_CONDITIONAL for the
1322         generation of manpages.
1323         * man/generate_translations.mak: Added pam/no_pam condition (like
1324         in man/Makefile.am).
1325         * man/Makefile.am, man/generate_translations.mak: Added
1326         gshadow/no_gshadow condition.
1327         * man/gpasswd.1.xml: Use the gshadow/no_gshadow condition to
1328         change the manpage depending on the shadow group support.
1329         * NEWS: Indicate that manpages should be re-generated if configure
1330         option are changed, due to conditions.
1331
1332 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
1333
1334         * po/ru.po: Updated to 399t. Thanks to Yuri Kozlov <kozlov.y@gmail.com>.
1335         * man/po/ru.po: Updated to 757t. Thanks also to Yuri Kozlov
1336         <kozlov.y@gmail.com>.
1337
1338 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
1339
1340         * man/Makefile.am: Add support for conditionally including
1341         paragraphs. (e.g. to support the documentation of PAM and !PAM
1342         features).
1343
1344 2007-11-21  Nicolas François  <nicolas.francois@centraliens.net>
1345
1346         * man/newusers.8.xml: Added /etc/gshadow, /etc/group, /etc/shadow,
1347         and /etc/passwd to section FILES.
1348         * man/newusers.8.xml: Mentions that PAM is not used to set the
1349         passwords.
1350         * man/chpasswd.8.xml: Added section FILES (/etc/passwd,
1351         /etc/shadow, /etc/login.defs).
1352         * man/chpasswd.8.xml: Use the same paragraph as in newusers.8.xml
1353         to indicate that PAM is not used.
1354         * man/chgpasswd.8.xml: Added section FILES (/etc/group,
1355         /etc/gshadow, /etc/login.defs).
1356
1357 2007-11-21  Nicolas François  <nicolas.francois@centraliens.net>
1358
1359         * src/newusers.c: Try harder to get the GID equal to the UID.
1360         This was not the case when the GID is not specified, and a GID
1361         exist with an ID higher than the all the UIDs.
1362         * src/newusers.c: Typo in comment: contrained -> constrained.
1363
1364 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
1365
1366         * src/chgpasswd.c: If the shadow group file is not present, do not
1367         try to locate the group entry from /etc/gshadow, and set the
1368         password in /etc/group.
1369
1370 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
1371
1372         * libmisc/obscure.c, libmisc/salt.c, src/passwd.c: Match DES, MD5,
1373         SHA256, and SHA512 exactly (not only the first 3/6 chars).
1374         * libmisc/salt.c (SHA_salt_rounds): Set rounds to the specified
1375         prefered_rounds value, if specified.
1376         * src/gpasswd.c, libmisc/salt.c: Fix compilation warnings (use
1377         size_t for lengths).
1378         * src/chpasswd.c, src/chgpasswd.c: Add missing parenthesis.
1379
1380 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
1381
1382         * man/sv, man/de, man/fr, man/pl, man/ru, man/it: Ignore the
1383         generated manpages. Add *.[1358] to the svn:ignore property.
1384
1385 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
1386
1387         * src/chgpasswd.c, src/chpasswd.c: The -c, -e, and -m options are
1388         exclusives.
1389
1390 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
1391
1392         * man/chpasswd.8.xml, man/chgpasswd.8.xml: Document how the
1393         encryption algorithm is chosen for the passwords. Document the new
1394         -c and -s options. Add a reference to login.defs(5).
1395         * man/login.defs.5.xml: Document the ENCRYPT_METHOD,
1396         MD5_CRYPT_ENAB, SHA_CRYPT_MIN_ROUNDS, and SHA_CRYPT_MAX_ROUNDS
1397         variables.
1398         * etc/login.defs: Indicate that MD5_CRYPT_ENAB is deprecated.
1399         Document the relationship with PAM for MD5_CRYPT_ENAB and
1400         ENCRYPT_METHOD.
1401
1402 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
1403
1404         * src/passwd.c: Increase the size of crypt_passwd from 128 to 256
1405         to avoid overflow in case of SHA512 (161 should be sufficient).
1406
1407 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
1408
1409         * lib/prototypes.h, libmisc/salt.c: Add parameters to
1410         crypt_make_salt to force the crypt method and number of rounds.
1411         * libmisc/salt.c: Add parameter to SHA_salt_rounds to force the
1412         number of rounds.
1413         * libmisc/salt.c, lib/getdef.c: ENCRYPT_METHOD and MD5_CRYPT_ENAB
1414         are needed also when USE_PAM (e.g. for chpasswd).
1415         * src/passwd.c, src/newusers.c, src/gpasswd.c: Use the new
1416         crypt_make_salt prototype
1417         * src/chpasswd.c, src/chgpasswd.c: Add option -c, --crypt-method
1418         and -s, --sha-rounds to specify the crypt method and number of
1419         rounds in case of one of the SHA methods. The new prototype of
1420         crypt_make_salt simplifies the handling of -m, --md5.
1421
1422 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1423
1424         * libmisc/salt.c: The salt has a random size (between 8 and 16
1425         bytes).
1426         * lib/getdef.c, etc/login.defs: Add definitions for
1427         SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS.
1428         * libmisc/salt.c: Use SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS
1429         to add a random number of rounds if needed.
1430
1431 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1432
1433         * libmisc/salt.c (MAGNUM): Terminate the array with nul (the array
1434         is then used with strcat).
1435         * libmisc/salt.c (crypt_make_salt): Initialize result[0] to nul at
1436         the beginning (was not initialized when USE_PAM).
1437         * libmisc/salt.c (crypt_make_salt): Check that ENCRYPT_METHOD is a
1438         valid crypt method.
1439
1440 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1441
1442         * NEWS, libmisc/obscure.c, libmisc/salt.c, src/passwd.c,
1443         lib/getdef.c, etc/login.defs: Add support for SHA256 and SHA512
1444         encrypt methods. Apply RedHat's patch shadow-4.0.18.1-sha256.patch.
1445         Thanks to Peter Vrabec. Hardly no changes except re-indent and
1446         changes related to recent modifications (max_salt_len in
1447         crypt_make_salt). Changes in lib/defines.h not applied (definition
1448         of ENCRYPTMETHOD_SELECT). I will add a configure check or flag.
1449
1450 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1451
1452         * man/de/Makefile.am: Add su.1 to the generated manpages.
1453         * man/fr/Makefile.am: Add id.1 to EXTRA_DIST. It will be
1454         generated.
1455         * man/pl/Makefile.am: Add groupmems.8 to the generated manpages.
1456         * man/it/Makefile.am: Add logoutd.8 to EXTRA_DIST. It will be
1457         generated.
1458         * man/de/su.1, man/fr/id.1, man/pl/groupmems.8, man/it/logoutd.8:
1459         Removed, since auto-generated.
1460
1461 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1462
1463         Fix some compilation warnings:
1464         * src/login.c: "dereferencing type-punned pointer will break
1465         strict-aliasing rules", add a variable indirection: ptr_pam_user.
1466         * lib/commonio.c: do not initialize the sb stat structure.
1467         * lib/pwio.c, lib/shadowio.c, lib/sgroupio.c, lib/groupio.c:
1468         initialize the security context if WITH_SELINUX.
1469         * lib/nscd.c: The service argument is not const (used in the exec*
1470         parameters). This matches with the prototype definition.
1471         * src/groupmems.c: Avoid ++i when i is also used in the same line.
1472         * src/newusers.c: i is positive every time it is compared. Add
1473         cast to unsigned int.
1474         * src/nologin.c: Use a main() prototype with no arguments.
1475         * libmisc/getdate.y: Initialize the type and value fields of the
1476         terminating entry for each TABLE.
1477         * libmisc/tz.c: Use "TZ=CST6CDT" as the default timezone.
1478
1479 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1480
1481         * man/pl/Makefile.am: Add getspnam.3 to EXTRA_DIST since it is
1482         generated with shadow.3.
1483         * man/generate_translations.mak: Clean all the manpages, based on
1484         $(EXTRA_DIST), not $(man_MANS).
1485
1486 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1487
1488         * man/sv/getspnam.3, man/sv/faillog.5, man/sv/faillog.8,
1489         man/sv/grpconv.8, man/sv/chsh.1, man/sv/shadow.3,
1490         man/sv/grpunconv.8, man/sv/shadow.5, man/sv/newgrp.1,
1491         man/sv/limits.5, man/sv/gpasswd.1, man/sv/sg.1, man/sv/userdel.8,
1492         man/sv/lastlog.8, man/sv/login.access.5, man/sv/grpck.8,
1493         man/sv/chfn.1, man/sv/expiry.1, man/sv/newusers.8,
1494         man/sv/chpasswd.8, man/sv/pwconv.8, man/sv/logoutd.8,
1495         man/sv/groupmems.8, man/sv/usermod.8, man/sv/pwunconv.8,
1496         man/sv/su.1, man/sv/groupdel.8, man/sv/chgpasswd.8,
1497         man/sv/login.defs.5, man/sv/vipw.8, man/sv/useradd.8,
1498         man/sv/gshadow.5, man/sv/passwd.1, man/sv/groupmod.8,
1499         man/sv/passwd.5, man/sv/chage.1, man/sv/porttime.5,
1500         man/sv/login.1, man/sv/pwck.8, man/sv/nologin.8,
1501         man/sv/groupadd.8, man/sv/suauth.5, man/sv/vigr.8,
1502         man/sv/groups.1, man/de/passwd.1, man/de/newgrp.1, man/de/chsh.1,
1503         man/de/passwd.5, man/de/login.1, man/de/vipw.8, man/de/chfn.1,
1504         man/de/vigr.8, man/de/groups.1, man/fr/getspnam.3,
1505         man/fr/faillog.5, man/fr/faillog.8, man/fr/grpconv.8,
1506         man/fr/chsh.1, man/fr/shadow.3, man/fr/grpunconv.8,
1507         man/fr/shadow.5, man/fr/newgrp.1, man/fr/limits.5,
1508         man/fr/gpasswd.1, man/fr/sg.1, man/fr/userdel.8,
1509         man/fr/login.access.5, man/fr/lastlog.8, man/fr/grpck.8,
1510         man/fr/chfn.1, man/fr/expiry.1, man/fr/newusers.8,
1511         man/fr/chpasswd.8, man/fr/pwconv.8, man/fr/logoutd.8,
1512         man/fr/usermod.8, man/fr/pwunconv.8, man/fr/su.1,
1513         man/fr/groupdel.8, man/fr/login.defs.5, man/fr/vipw.8,
1514         man/fr/useradd.8, man/fr/gshadow.5, man/fr/passwd.1,
1515         man/fr/groupmod.8, man/fr/passwd.5, man/fr/porttime.5,
1516         man/fr/chage.1, man/fr/login.1, man/fr/pwck.8, man/fr/groupadd.8,
1517         man/fr/suauth.5, man/fr/vigr.8, man/fr/groups.1, man/pl/faillog.5,
1518         man/pl/faillog.8, man/pl/chsh.1, man/pl/grpconv.8,
1519         man/pl/grpunconv.8, man/pl/shadow.5, man/pl/newgrp.1,
1520         man/pl/limits.5, man/pl/gpasswd.1, man/pl/sg.1, man/pl/userdel.8,
1521         man/pl/login.access.5, man/pl/lastlog.8, man/pl/grpck.8,
1522         man/pl/chfn.1, man/pl/expiry.1, man/pl/newusers.8,
1523         man/pl/pwconv.8, man/pl/chpasswd.8, man/pl/logoutd.8,
1524         man/pl/usermod.8, man/pl/pwunconv.8, man/pl/su.1,
1525         man/pl/groupdel.8, man/pl/vipw.8, man/pl/login.defs.5,
1526         man/pl/useradd.8, man/pl/passwd.1, man/pl/groupmod.8,
1527         man/pl/passwd.5, man/pl/porttime.5, man/pl/chage.1,
1528         man/pl/login.1, man/pl/pwck.8, man/pl/groupadd.8, man/pl/suauth.5,
1529         man/pl/vigr.8, man/pl/groups.1, man/ru/getspnam.3,
1530         man/ru/faillog.5, man/ru/faillog.8, man/ru/grpconv.8,
1531         man/ru/chsh.1, man/ru/shadow.3, man/ru/grpunconv.8,
1532         man/ru/shadow.5, man/ru/newgrp.1, man/ru/limits.5,
1533         man/ru/gpasswd.1, man/ru/sg.1, man/ru/userdel.8,
1534         man/ru/login.access.5, man/ru/lastlog.8, man/ru/grpck.8,
1535         man/ru/chfn.1, man/ru/expiry.1, man/ru/newusers.8,
1536         man/ru/chpasswd.8, man/ru/pwconv.8, man/ru/logoutd.8,
1537         man/ru/groupmems.8, man/ru/usermod.8, man/ru/pwunconv.8,
1538         man/ru/su.1, man/ru/groupdel.8, man/ru/chgpasswd.8,
1539         man/ru/login.defs.5, man/ru/vipw.8, man/ru/useradd.8,
1540         man/ru/gshadow.5, man/ru/passwd.1, man/ru/groupmod.8,
1541         man/ru/passwd.5, man/ru/chage.1, man/ru/porttime.5,
1542         man/ru/login.1, man/ru/pwck.8, man/ru/nologin.8,
1543         man/ru/groupadd.8, man/ru/suauth.5, man/ru/vigr.8,
1544         man/ru/groups.1, man/it/getspnam.3, man/it/faillog.5,
1545         man/it/faillog.8, man/it/grpconv.8, man/it/chsh.1,
1546         man/it/shadow.3, man/it/grpunconv.8, man/it/shadow.5,
1547         man/it/newgrp.1, man/it/gpasswd.1, man/it/sg.1, man/it/userdel.8,
1548         man/it/lastlog.8, man/it/grpck.8, man/it/chfn.1, man/it/expiry.1,
1549         man/it/newusers.8, man/it/chpasswd.8, man/it/pwconv.8,
1550         man/it/usermod.8, man/it/pwunconv.8, man/it/su.1,
1551         man/it/groupdel.8, man/it/vipw.8, man/it/useradd.8,
1552         man/it/passwd.1, man/it/groupmod.8, man/it/passwd.5,
1553         man/it/porttime.5, man/it/chage.1, man/it/login.1, man/it/pwck.8,
1554         man/it/groupadd.8, man/it/vigr.8, man/it/groups.1,
1555         man/pl/shadow.3, man/pl/sulogin.8, man/pl/id.1, man/ru/sulogin.8,
1556         man/ru/id.1, man/it/id.1: Remove generated translated manpages.
1557         They are still distributed with the shadow tarballs.
1558
1559 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1560
1561         * man/pl/chgpassw.8: Remove chgpassw.8 since the real manpage
1562         should be named chgpasswd.8.
1563
1564 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
1565
1566         * man/vigr.8.xml: Remove file. The vigr man page is generated from
1567         the vipw XML file.
1568
1569 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
1570
1571         * lib/prototypes.h, configure.in, libmisc/Makefile.am,
1572         libmisc/xgetXXbyYY.c, libmisc/xgetpwnam.c, libmisc/xgetpwuid.c,
1573         libmisc/xgetgrnam.c, libmisc/xgetgrgid.c, libmisc/xgetspnam.c:
1574         Added functions xgetpwnam(), xgetpwuid(), xgetgrnam(),
1575         xgetgrgid(), and xgetspnam(). They allocate memory for the
1576         returned structure and are more robust to successive calls. They
1577         are implemented with the libc's getxxyyy_r() functions if
1578         available.
1579         * NEWS, libmisc/limits.c, libmisc/entry.c, libmisc/chowntty.c,
1580         libmisc/addgrps.c, libmisc/myname.c, libmisc/rlogin.c,
1581         libmisc/pwdcheck.c, src/newgrp.c, src/login_nopam.c, src/login.c,
1582         src/userdel.c, src/lastlog.c, src/grpck.c, src/gpasswd.c,
1583         src/newusers.c, src/chpasswd.c, src/chfn.c, src/groupmems.c,
1584         src/usermod.c, src/expiry.c, src/groupdel.c, src/chgpasswd.c,
1585         src/su.c, src/useradd.c, src/groupmod.c, src/passwd.c, src/pwck.c,
1586         src/groupadd.c, src/chage.c, src/login.c, src/suauth.c,
1587         src/faillog.c, src/groups.c, src/chsh.c, src/id.c: Review all the
1588         usage of one of the getpwnam(), getpwuid(), getgrnam(),
1589         getgrgid(), and getspnam() functions. It was noticed on
1590         http://bugs.debian.org/341230 that chfn and chsh use a passwd
1591         structure after calling a pam function, which result in using
1592         information from the passwd structure requested by pam, not the
1593         original one. It is much easier to use the new xget... functions
1594         to avoid these issues. I've checked which call to the original
1595         get... functions could be left (reducing the scope of the
1596         structure if possible), and I've left comments to ease future
1597         reviews (e.g. /* local, no need for xgetpwnam */).
1598         Note: the getpwent/getgrent calls should probably be checked also.
1599         * src/groupdel.c, src/expiry.c: Fix typos in comments.
1600         * src/groupmod.c: Re-indent.
1601         * lib/Makefile.am, lib/groupmem.c, lib/groupio.c, lib/pwmem.c,
1602         lib/pwio.c, lib/shadowmem.c, lib/shadowio.c: Move the __<xx>_dup
1603         functions (used by the xget... functions) from the <xx>io.c files
1604         to the new <xx>mem.c files. This avoid linking some utils against
1605         the SELinux library.
1606
1607 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
1608
1609         * man/pl/pl.po: Fix typo: chgpassw -> chgpasswd.
1610         * man/pl/Makefile.am: Fix typo: chgpassw -> chgpasswd.
1611         * man/de/de.po: groups shall not be translated (for command,
1612         refname, or refentrytitle).
1613
1614 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
1615
1616         * src/login.c: Fix typo introduced while fixing
1617         http://bugs.debian.org/451521 (compile fix).
1618
1619 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
1620
1621         * libmisc/Makefile.am: Fix typo: EXTRA_DOST -> EXTRA_DIST.
1622
1623 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
1624
1625         * src/login_nopam.c: Fix a typo in a comment.
1626
1627 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
1628
1629         * src/useradd.c: Do not document the behavior compared to old
1630         versions.
1631
1632 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1633
1634         * man/usermod.8.xml: Document the differences between locking an
1635         account and locking a password.
1636
1637 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1638
1639         * NEWS, src/usermod.c: Refuse to unlock an account when it would
1640         result in a passwordless account.  Based on Openwall's patch
1641         shadow-4.0.4.1-owl-usermod-unlock.diff.
1642         * NEWS, src/passwd.c: Likewise.
1643
1644 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1645
1646         * src/userdel.c (path_prefix): Make sure that the prefix is the
1647         name of a directory (not only the beginning of a directory).
1648         Openwall patch shadow-4.0.4.1-owl-userdel-path_prefix.diff.
1649
1650 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1651
1652         * NEWS, src/newgrp.c: Do not give an indication that the group has no
1653         password.
1654         * src/newgrp.c: Do not only bail on syslog if the password is not
1655         valid. Also give an indication to the user on stderr.
1656
1657 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1658
1659         Fixes from Openwall patch shadow-4.0.4.1-owl-chage-drop-priv.diff:
1660         * src/chage.c: Remove cleanup(). pw_lock is never called. Replace
1661         cleanup(2) by spw_unlock and remove the calls to cleanup(1).
1662         * src/chage.c: Remove variable pwrw. It is always set to 0. The
1663         password database is always read only.
1664         * src/chage.c: Make chage -l also drop the saved GID.
1665         * src/chage.c: Prefer setregid/setreuid to setgid/setuid.
1666
1667 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1668
1669         Fixes from Openwall patch shadow-4.0.4.1-alt-man.diff:
1670         * man/useradd.8.xml: Indicate that the NIS caveats is also valid
1671         for any external database as LDAP.
1672         * man/groupadd.8.xml: Likewise.
1673         * man/groupadd.8.xml: Reorder and reformat the caveats bullets.
1674
1675 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1676
1677         * NEWS: Applied Debian patch 409_man_generate_from_PO to
1678         automatically generate the translated manpages from the POs.
1679         * man/Makefile.am: Replace the individual rules for the generation
1680         of the manpages (from XML) by a generic Makefile rule an
1681         dependencies for the linked manpages.
1682         * man/generate_translations.mak: Generic rules for all the
1683         generated translated manpages (if ENABLE_REGENERATE_MAN).
1684         * man/Makefile.am: Removed rules for all the generated translated
1685         manpages.
1686         * man/sv/Makefile.am, man/de/Makefile.am, man/fr/Makefile.am,
1687         man/pl/Makefile.am, man/ru/Makefile.am, man/it/Makefile.am:
1688         Include generate_translations.mak to handle the generated
1689         translations (XML and roff files).
1690         * man/Makefile.am: Translated XML files moved from the CLEANFILES
1691         variable of man/Makefile.am to the various languages Makefiles.
1692
1693 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1694
1695         * man/chpasswd.8.xml: Document that chpasswd does not use PAM to
1696         update the passwords. This fixes http://bugs.debian.org/396726.
1697         Debian patch 411_chpasswd_document_no_pam.
1698
1699 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1700
1701         * NEWS, src/su.c: Avoid terminating the PAM library in the forked
1702         child.  This is done later in the parent after closing the PAM
1703         session. This fixes http://bugs.debian.org/412061.
1704         Debian patch 405_su_no_pam_end_before_exec.
1705
1706 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1707
1708         * man/newgrp.1.xml: Mention sg in the newgrp manpage.
1709         This fixes http://bugs.debian.org/396690.
1710         Debian patch 410_newgrp_man_mention_sg.
1711
1712 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1713
1714         * src/passwd.c: Fix typo: the warndays option was called warning.
1715         This is now warndays, as documented in the manpage and usage.
1716         This fixes http://bugs.debian.org/445481.
1717         Debian patch 417_passwd_warndays.
1718
1719 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1720
1721         * NEWS, src/pwck.c: Remove the preprocessor check SHADOWPWD. The
1722         variable is no more defined (and always assumed).
1723         Debian patch 493_pwck_no_SHADOWPWD.
1724
1725 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1726
1727         * NEWS, src/passwd.c, man/passwd.1.xml: -l/-u options: edit the
1728         shadow account expiry field *in addition* to editing the password
1729         field.  This fixes http://bugs.debian.org/389183.
1730         Debian patch 494_passwd_lock.
1731
1732 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1733
1734         * NEWS, src/newgrp.c: Do not request a password when a user uses
1735         newgrp to switch to her primary group.
1736         This fixes http://bugs.debian.org/396691.
1737         Debian patch 497_newgrp_primary_group.
1738         * src/newgrp.c: Remove a comment which states otherwise.
1739
1740 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1741
1742         * src/login.c: Log an error if the password entry could not be
1743         found (respect LOG_UNKFAIL_ENAB to avoid logging a password). This
1744         fixes the Debian bug http://bugs.debian.org/451521
1745
1746 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1747
1748         * man/useradd.8.xml: -b documenation: Use the same notation for
1749         the -d argument as in the -d documentation.
1750
1751 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1752
1753         * src/useradd.c: Allow the -b option even without the -D option.
1754
1755 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1756
1757         * src/usermod.c: Use the same error message for the below errors.
1758         (option working ONLY if another is specified).
1759
1760 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1761
1762         * src/usermod.c: Make usermod -o and -u work independently of the
1763         argument order.
1764
1765 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1766
1767         * src/usermod.c: Validate that two of the -L, -p, and -U options
1768         are not used at the same time after the parsing of options. -U
1769         used to be allowed after -p or -L, but not before.
1770
1771 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1772
1773         * src/usermod.c: Make usermod -d and -m work independently of the
1774         argument order. Thanks to Justin Pryzby <jpryzby+d@quoininc.com>
1775         for the patch. This fixes http://bugs.debian.org/451518.
1776
1777 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1778
1779         * NEWS, lib/nscd.c: Execute nscd -i instead of using the private
1780         glibc socket to flush the nscd tables. This comes from the RedHat
1781         patch shadow-4.0.16-nscd.c.
1782         * lib/commonio.c: Forbid inheritance of the passwd and group files
1783         to the spawed processes (like nscd). This comes from the RedHat
1784         patch shadow-4.0.17-notInheritFd.patch.
1785         * lib/nscd.h: Update header.
1786
1787 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1788
1789         * src/usermod.c (fail_exit): Add static variables pw_locked,
1790         spw_locked, gr_locked, and sgr_locked to indicate which files must
1791         be unlocked.
1792         * src/usermod.c (open_files, close_files): Open and close the
1793         group files as well as the passwd files. This permit to check if
1794         the group files modification are allowed before writing the passwd
1795         files.
1796         * src/usermod.c (grp_update, update_gshadow, update_group): Do not
1797         return a status code, but call fail_exit() in case of error. The
1798         group files are no more opened and closed in update_gshadow() and
1799         update_group().
1800         * src/usermod.c (main): move the call to grp_update between
1801         open_files and close_files.
1802         * src/usermod.c: Differentiate failure to add a group entry and
1803         failure to add a shadow group entry.
1804
1805 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1806
1807         * src/userdel.c: Differentiate failure to update a group entry and
1808         failure to update a shadow group entry.
1809
1810 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1811
1812         * src/userdel.c, src/usermod.c, src/useradd.c: Inform the user if
1813         out of memory while updating a group database.
1814
1815 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1816
1817         * NEWS, src/usermod.c: Update the group database before flushing
1818         the nscd caches.
1819
1820 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1821
1822         * NEWS, src/userdel.c: Abort if an error is found while updating the
1823         user or group database. No changes will be written in the
1824         databases.
1825
1826 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
1827
1828         * src/useradd.c: It is no more needed to check that the user's
1829         groups are specified only once in the group file. This is checked
1830         by gr_update().
1831
1832 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
1833
1834         * lib/commonio.c (next_entry_by_name): New function.
1835         * NEWS, lib/commonio.c (commonio_update): When an entry is updated, make
1836         sure that there are no other entry with the same name. This fixes
1837         an infinite loop in userdel and usermod when an (erroneous) group
1838         file contains two entries with the same name.
1839         (https://bugzilla.redhat.com/show_bug.cgi?id=240915)
1840
1841 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
1842
1843         * libmisc/salt.c: Make sure the salt string is terminated at the
1844         right place (either 8th, or 11th position).
1845         * NEWS, src/chgpasswd.c, src/chpasswd.c: The protocol + salt does
1846         not need 15 chars. No need for a temporary buffer.
1847         This change the fix committed on 2007-11-10. The salt provided to
1848         pw_encrypt could have been too long.
1849
1850 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
1851
1852         * man/fr/fr.po: Fix typo: missing / in <placeholder-1/>. This
1853         caused the gpasswd title to be incomplete in the French manpage.
1854
1855 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
1856
1857         * configure.in: Check if the l64a function exists instead of a64l
1858         which we do not use.
1859         * libmisc/salt.c: Add support for uClibc with no l64a().
1860
1861 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
1862
1863         * configure.in: Check if the netdb.h header file and the innetgr
1864         function exist.
1865         * src/login_nopam.c, NEWS: Add support for systems with no
1866         innetgr().  On those systems, username with an @ will be treated
1867         like any other username (i.e. lookup in the local database for an
1868         user with an @). Thanks to Mike Frysinger for the patch.
1869
1870 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
1871
1872         * src/useradd.c: Indentation fix.
1873
1874 2007-11-14  Nicolas François  <nicolas.francois@centraliens.net>
1875
1876         * src/newgrp.c, NEWS: Declare the child and pid variable at the
1877         beginning of a block. This fixes a compilation issue with gcc 2.95.
1878         The intent is the same as Gentoo's patch shadow-4.0.12-gcc2.patch.
1879
1880 2007-11-14  Nicolas François  <nicolas.francois@centraliens.net>
1881
1882         * src/Makefile, NEWS: Add a suidperms variable. This should ease
1883         the change of permission of suid binaries for distributors (not
1884         recommended).
1885
1886 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
1887
1888         * ./, libmisc/, src/, contrib/, doc/, lib/, man/, man/sv/,
1889         man/de/, man/ja/, man/fi/, man/pt_BR/, man/fr/, man/pl/, man/hu/,
1890         man/tr/, man/ru/, man/zh_TW/, man/id/, man/zh_CN/, man/cs/,
1891         man/es/, man/ko/, man/it/, etc/, etc/pam.d/, po/: Restore the
1892         ignore patterns from the previous repository.
1893
1894         * libmisc/*.c, libmisc/*.h, libmisc/getdate.y, shadow.spec.in,
1895         src/*.c, contrib/groupmems.shar, contrib/pwdauth.c,
1896         doc/README.platforms, doc/WISHLIST, doc/console.c.spec.txt,
1897         lib/*.c, lib/*.h, COPYING, man/*.xml, man/sv/*.[1358],
1898         man/de/*.[1358], man/ja/*.[1358], man/fi/*.[1358],
1899         man/fr/*.[1358], man/pt_BR/*.[1358], man/pl/*.[1358],
1900         man/hu/*.[1358], man/tr/*.[1358], man/ru/*.[1358],
1901         man/zh_TW/*.[1358], man/id/*.[1358], man/zh_CN/*.[1358],
1902         man/cs/*.[1358], man/es/*.[1358], man/ko/*.[1358],
1903         man/it/*.[1358], etc/login.access, etc/login.defs, NEWS: Added the
1904         subversion svn:keywords property (Id) for proper identification.
1905
1906 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
1907
1908         * man/sv/sv.po, man/de/de.po, man/fr/fr.po, man/pl/pl.po,
1909         man/ru/ru.po, man/it/it.po: Run "make update-po" in the man
1910         directory.
1911
1912         * po/ne.po, po/bs.po, po/cs.po, po/pt_BR.po, po/km.po, po/es.po,
1913         po/eu.po, po/ko.po, po/hu.po, po/sk.po, po/vi.po, po/uk.po,
1914         po/ro.po, po/sq.po, po/ru.po, po/id.po, po/nb.po, po/el.po,
1915         po/gl.po, po/fr.po, po/nl.po, po/pl.po, po/nn.po, po/it.po,
1916         po/dz.po, po/tl.po, po/pt.po, po/ca.po, po/da.po, po/tr.po,
1917         po/sv.po, po/de.po, po/ja.po, po/zh_TW.po, po/he.po, po/fi.po,
1918         po/zh_CN.po: Run "make update-po" in the po directory.
1919
1920 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
1921
1922         * NEWS, src/newgrp.c: Don't ask for a password if there are no
1923         group passwords. Just directly give up. This comes from the
1924         Fedora's patch shadow-4.0.13-newgrpPwd.patch, and seems to be the
1925         only part with an effect.
1926
1927 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
1928
1929         * NEWS, src/chgpasswd.c, src/chpasswd.c: Fix chpasswd and
1930         chgpasswd stack overflow. Based on Fedora's
1931         shadow-4.0.18.1-overflow.patch.
1932
1933 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
1934
1935         * NEWS, src/useradd.c: Allow non numerical group identifier to be
1936         specified with useradd's -g option. Applied Debian patch
1937         397_non_numerical_identifier. Thanks also to Greg Schafer
1938         <gschafer@zip.com.au>.
1939
1940 2007-10-28  Nicolas François  <nicolas.francois@centraliens.net>
1941
1942         * configure.in: Prepare the next release: 4.0.18.2. The gettext
1943         version used for the configuration will be 0.16.
1944
1945 2007-10-28  Nicolas François  <nicolas.francois@centraliens.net>
1946
1947         * po/ja.po: Remove a plural form. nplurals=1 for japanese.
1948         Moreover, msgstr[0] was identical to msgstr[1].
1949
1950 2007-10-27  Nicolas François  <nicolas.francois@centraliens.net>
1951
1952         * libmisc/limits.c, man/limits.5.xml, etc/limits: Apply patch sent
1953         by Justin Bronder <jsbronder@gmail.com>. See Debian bug #442334.
1954         This adds support to 2 new resource limits: max nice value, and
1955         max real time priority. This is only used when shadow is not
1956         compiled with PAM support.
1957
1958 2007-10-27  Nicolas François  <nicolas.francois@centraliens.net>
1959
1960         * man/gpasswd.1.xml: Describe the options separately in the
1961         OPTIONS section. Simplify the synopsis.
1962
1963 2007-10-27  Nicolas François  <nicolas.francois@centraliens.net>
1964
1965         * README, po/Makevars: Update contact information.
1966
1967 2007-10-27  Christian Perrier  <bubulle@debian.org
1968
1969         * src/newgrp.c, src/passwd.c, src/su.c:
1970         No longer 'apologize' to users when they use incorrect passwords
1971         Remove "Sorry" from programs display
1972         Imported from Debian's patch 413_no-sorry-in-passwd and
1973         102_de-fix-sorry
1974         * man/fr/fr.po: fix translation errors. Imported from Debian's
1975         patch 201_fix_man_su_fr and 416_man-fr_newgrp
1976         * man/it/it.po, man/Makefile.am, man/it/Makefile.am:
1977         Use gettext for the Italian man pages translation. Imported from
1978         Debian's patch 202_it_man_uses_gettext. Thanks to Giuseppe
1979         Sacco who contributed the Italian translation.
1980         * man/de/de.po: (nearly) complete German translation of man pages
1981         Imported from Debian's patch 203_de-man-update. Thanks to 
1982         Simon Brandmair
1983         * src/usermod.c: Clarify the online help of usermod for "-a"
1984         Imported from Debian's patch 402-clarify_usermod_usage
1985         * man/shadow.5.xml: fix spelling error. Imported from Debian's
1986         patch 433_shadow.5-typo_312430
1987         * src/su.c: Be up front on the origin of su and mention the GNU
1988         origin. Imported from Debian's patch 438_su_GNU_origin
1989
1990 2007-10-27  Nicolas François  <nicolas.francois@centraliens.net>
1991
1992         * NEWS, po/zh_CN.po: Updated Chinese translation. Imported from
1993         Debian's patch 105_zh_CN. Thanks to Ming Hua for the update.
1994
1995 2007-10-13  Tommi Vainikainen  <thv+debian@iki.fi>
1996
1997         * NEWS, po/fi.po: Updated Finish translation (400t).
1998
1999 2007-10-13  Nicolas François  <nicolas.francois@centraliens.net>
2000
2001         * NEWS, src/su.c: If compiled without PAM support, enforce the
2002         limits from /etc/limits when one of the -, -l, or --login options
2003         is set, even if called by root. Thanks to Justin Bronder.
2004
2005 2007-10-07  Nicolas François  <nicolas.francois@centraliens.net>
2006
2007         * NEWS, Changelog: Convert the Changelog and NEWS files to UTF-8
2008         (it was partially ISO-8859-2).
2009
2010 2007-02-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
2011
2012         * NEWS, man/groupadd.8.xml, man/groupmod.8.xml, man/login.1.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml:
2013         groupadd.8, groupmod.8, login.1, useradd.8, userdel.8, usermod.8: grammar
2014         mistakes and other correctstions (by Schulenberg <bensberg@justemail.net>).
2015
2016 2007-01-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
2017
2018         * NEWS, src/usermod.c:
2019         fixed handle -a option in usermod (by Benno Schulenberg <bensberg@justemail.net>).
2020
2021 2006-12-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
2022
2023         * man/sv/sv.po:
2024         more UTF8 fixe (by Mikael Magnusson <mikma@users.sourceforge.net>).
2025
2026         * man/sv/sv.po:
2027         UTF8 fixes (by Mikael Magnusson <mikma@users.sourceforge.net>).
2028
2029 2006-11-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
2030
2031         * man/pl/Makefile.am, man/pl/chgpassw.8, man/pl/chpasswd.8, man/pl/pl.po:
2032         translation chpasswd.8 and chgpassw.8 finished.
2033
2034 2006-11-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
2035
2036         * man/pl/pl.po: resolve fuzzy entries.
2037
2038         * contrib/adduser.c, contrib/groupmems.shar, po/it.po, src/groupmems.c, src/usermod.c, man/chfn.1.xml, man/chsh.1.xml, man/de/de.po, man/fr/fr.po, man/groupmems.8.xml, man/passwd.1.xml, man/pl/pl.po, man/ru/ru.po, man/shadow.3.xml, man/su.1.xml, man/sv/sv.po:
2039         spelling fixes 's/super user/superuser/' (by Benno Schulenberg <bensberg@justemail.net>).
2040
2041         * man/sv/sv.po, man/de/de.po, man/fr/fr.po, man/pl/pl.po, man/ru/ru.po:
2042         run "make update-po".
2043
2044         * man/newusers.8.xml, man/su.1.xml:
2045         fixed wrong word, a few typos, some grammar mistakes, and puts in a comma here
2046         and there for clarity (by Benno Schulenberg <bensberg@justemail.net>).
2047
2048         * man/pl/groupmod.8, man/pl/chage.1, man/pl/chsh.1, man/pl/lastlog.8, man/pl/vipw.8:
2049         regenerated.
2050
2051         * man/de/de.po: run "make update-po".
2052
2053         * man/Makefile.am:
2054         added de to LINGUAS but man/de/de.po still need many work.
2055
2056 2006-11-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
2057
2058         * src/useradd.c: indent code.
2059
2060         * NEWS, src/useradd.c:
2061         improved auditing support (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211659).
2062
2063 2006-11-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
2064
2065         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/dz.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/km.po, po/ko.po, po/nb.po, po/ne.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
2066         run "make update-po".
2067
2068         * NEWS, po/nl.po:
2069         updated (by cobaco (aka Bart Cornelis) <cobaco@skolelinux.no>).
2070
2071         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/sv/sv.po:
2072         "make update-po".
2073
2074 2006-11-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
2075
2076         * man/su.1.xml:
2077         added sg(1) to the SEE ALSO section (Debian Bug#396690).
2078
2079 2006-10-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
2080
2081         * man/newusers.8.xml: clarify pw_gid fileld content description.
2082
2083         * man/it/Makefile.am, man/sv/Makefile.am:
2084         s/man_nonpam/man_nopam/ (merged 498_man_nonpam_undefined Debian patch).
2085
2086         * po/nl.po:
2087         fixed https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212892
2088
2089 2006-10-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
2090
2091         * man/newusers.8.xml: there is no pw_age fileld in passwd.
2092
2093         * man/fr/fr.po:
2094         Fix an error in the passwd.1 French translation (fixed Debian bug #395537).
2095
2096         * man/chfn.1.xml, man/chgpasswd.8.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/fr/fr.po, man/gpasswd.1.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/id.1.xml, man/login.1.xml, man/newgrp.1.xml, man/newusers.8.xml, man/nologin.8.xml, man/passwd.1.xml, man/pl/pl.po, man/pwck.8.xml, man/pwconv.8.xml, man/su.1.xml, man/sulogin.8.xml, man/sv/sv.po, man/vipw.8.xml:
2097         cleanups on begin DESCRIPTION section.
2098
2099         * man/pl/pl.po: typos.
2100
2101 2006-10-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
2102
2103         * po/pl.po: cleanups.
2104
2105 2006-10-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
2106
2107         * man/pl/pl.po: more translations.
2108
2109         * NEWS:
2110         UTF-8 corrections (by Benno Schulenberg <bensberg@justemail.net>).
2111
2112 2006-10-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
2113
2114         * man/groupdel.8.xml: added description for exit code 6.
2115
2116 2006-08-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
2117
2118         * man/de/de.po: copy & paste some msgid to msgstr.
2119
2120         * man/de/de.po:
2121         kill some fuzzy (by Nicolas François <nicolas.francois@centraliens.net>).
2122
2123 2006-08-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
2124
2125         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/sv/sv.po, man/passwd.1.xml:
2126         s/change password/password change/ in passwd(1) (by Simon Brandmair <sbrandmair@gmx.net>).
2127
2128         * man/de/de.po:
2129         initial version based on partial translations only for passwd(1) by
2130         Simon Brandmair <sbrandmair@gmx.net>.
2131
2132         * NEWS, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/useradd.c, src/userdel.c, src/usermod.c:
2133         flush nscd cashes after close /etc/{group,passwd} files.
2134
2135 2006-08-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
2136
2137         * po/tl.po: updated (by Eric Pareja <xenos@upm.edu.ph>).
2138
2139 2006-08-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
2140
2141         * NEWS, po/ja.po: updated (by Takeo Nakano <nakano@webmasters.gr.jp>).
2142
2143 2006-08-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
2144
2145         * man/fr/Makefile.am:
2146         removed whitespaces following trailing backslashes.
2147
2148         * NEWS, configure.in: release 4.0.18.1.
2149
2150         * man/Makefile.am, man/fr/Makefile.am, man/it/Makefile.am, man/ja/Makefile.am, man/pl/Makefile.am, man/ru/Makefile.am, man/sv/Makefile.am, NEWS:
2151         fixed missing man pages in dist tar ball necessary on build when PAM is disabled.
2152
2153         * NEWS, src/groupmems.c:
2154         fixed groupmems compilation when PAM is disabled (by Johannes Winkelmann <jw@smts.ch>).
2155
2156         * configure.in:
2157         typo s/followig/following/ (by Johannes Winkelmann <jw@smts.ch>).
2158
2159 2006-08-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
2160
2161         * NEWS: release date corrected.
2162
2163         * NEWS, src/su.c:
2164         fixed set enviroment too early when using PAM, so move it to !USE_PAM
2165         (patch submitted by Mike Frysinger <vapier@gentoo.org>).
2166
2167 2006-07-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
2168
2169         * man/fr/chage.1, man/fr/chfn.1, man/fr/chpasswd.8, man/fr/chsh.1, man/fr/expiry.1, man/fr/faillog.5, man/fr/faillog.8, man/fr/gpasswd.1, man/fr/groupadd.8, man/fr/groupdel.8, man/fr/groupmod.8, man/fr/groups.1, man/fr/grpck.8, man/fr/gshadow.5, man/fr/lastlog.8, man/fr/limits.5, man/fr/login.1, man/fr/login.access.5, man/fr/login.defs.5, man/fr/logoutd.8, man/fr/newgrp.1, man/fr/newusers.8, man/fr/passwd.1, man/fr/passwd.5, man/fr/porttime.5, man/fr/pwck.8, man/fr/pwconv.8, man/fr/sg.1, man/fr/shadow.3, man/fr/shadow.5, man/fr/su.1, man/fr/suauth.5, man/fr/useradd.8, man/fr/userdel.8, man/fr/usermod.8, man/fr/vipw.8, NEWS:
2170         fr man pages are now up to date.
2171
2172         * man/fr/fr.po:
2173         more updates for 4.0.18 (by Nicolas François <nicolas.francois@centraliens.net>).
2174
2175         * man/fr/fr.po:
2176         updated for 4.0.18 (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
2177
2178 2006-07-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
2179
2180         * po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/dz.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/km.po, po/ko.po, po/nb.po, po/ne.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po:
2181         updated.
2182
2183         * src/useradd.c, src/usermod.c:
2184         fixed UID/GID overflow (fixed http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=198920).
2185         Fixed expiredate/inactive/mindays/warndays/maxdays overflow (simillar to RH#198920).
2186
2187         * src/passwd.c:
2188         fixed inactive/mindays/warndays/maxdays overflow (similar to RH#198920).
2189
2190         * src/groupadd.c, src/groupmod.c:
2191         fixed GID overflow (fixed http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=198920).
2192
2193 2006-07-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
2194
2195         * src/.cvsignore: groupmems added.
2196
2197 2006-07-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
2198
2199         * po/fr.po:
2200         updated for 4.0.18 (by ean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
2201
2202         * po/uk.po: break lines longer than 80 cols and add missing \n.
2203
2204         * po/uk.po:
2205         updated for 4.0.18 (by Eugeniy Meshcheryakov <eugen@univ.kiev.ua>).
2206
2207         * man/pl/pl.po, man/ru/ru.po, man/sv/sv.po, man/chgpasswd.8.xml, man/chpasswd.8.xml, man/fr/fr.po:
2208         s/instead DES/instead of DES/
2209
2210         * NEWS: sv man pages are partially translated.
2211
2212 2006-07-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
2213
2214         * src/groupmems.c: fix compilation warnings.
2215
2216         * po/ko.po: use \t.
2217
2218         * po/nl.po: break lines longer than 80 cols and add missing \n.
2219
2220 2006-07-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
2221
2222         * man/ru/faillog.5: regenerated.
2223
2224         * po/ko.po: updated for 4.0.18 (by Changwoo Ryu <cwryu@debian.org>).
2225
2226 2006-07-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
2227
2228         * man/faillog.5.xml, man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/sv/sv.po:
2229         added <refmiscinfo class="sectdesc"> tag for faillog.5.xml.
2230
2231         * man/sv/Attic/grupper.1: removed.
2232
2233         * man/sv/Makefile.am, man/sv/chage.1, man/sv/chfn.1, man/sv/chgpasswd.8, man/sv/chpasswd.8, man/sv/chsh.1, man/sv/expiry.1, man/sv/faillog.5, man/sv/faillog.8, man/sv/gpasswd.1, man/sv/groupadd.8, man/sv/groupdel.8, man/sv/groupmems.8, man/sv/groupmod.8, man/sv/groups.1, man/sv/grpck.8, man/sv/gshadow.5, man/sv/lastlog.8, man/sv/limits.5, man/sv/login.1, man/sv/login.access.5, man/sv/login.defs.5, man/sv/logoutd.8, man/sv/newgrp.1, man/sv/newusers.8, man/sv/nologin.8, man/sv/passwd.1, man/sv/passwd.5, man/sv/porttime.5, man/sv/pwck.8, man/sv/pwconv.8, man/sv/sg.1, man/sv/shadow.3, man/sv/shadow.5, man/sv/su.1, man/sv/suauth.5, man/sv/sv.po, man/sv/useradd.8, man/sv/userdel.8, man/sv/usermod.8, man/sv/vipw.8:
2234         corrected text charset and other minor cleanups (by Daniel Nylander <info@danielnylander.se>).
2235
2236         * po/tr.po: break lines longer than 80 cols.
2237
2238         * po/tr.po:
2239         updated for 4.0.18 (by Mehmet TURKER <mturker@innova.com.tr>).
2240
2241         * configure.in, man/Makefile.am, man/sv/Makefile.am:
2242         fixes for "make {dist|distchec}" and sv man pages.
2243
2244         * man/sv/Attic/grupper.1, man/sv/groupmems.8, man/sv/groupmod.8, man/sv/grpck.8, man/sv/grpconv.8, man/sv/grpunconv.8, man/sv/gshadow.5, man/sv/lastlog.8, man/sv/limits.5, man/sv/login.1, man/sv/login.access.5, man/sv/login.defs.5, man/sv/logoutd.8, man/sv/newgrp.1, man/sv/newusers.8, man/sv/nologin.8, man/sv/passwd.1, man/sv/passwd.5, man/sv/porttime.5, man/sv/pwck.8, man/sv/pwconv.8, man/sv/pwunconv.8, man/sv/sg.1, man/sv/shadow.3, man/sv/shadow.5, man/sv/su.1, man/sv/suauth.5, man/sv/sv.po, man/sv/useradd.8, man/sv/userdel.8, man/sv/usermod.8, man/sv/vigr.8, man/sv/vipw.8, NEWS, man/Makefile.am, man/sv/Makefile.am, man/sv/chage.1, man/sv/chfn.1, man/sv/chgpasswd.8, man/sv/chpasswd.8, man/sv/chsh.1, man/sv/expiry.1, man/sv/faillog.5, man/sv/faillog.8, man/sv/getspnam.3, man/sv/gpasswd.1, man/sv/groupadd.8, man/sv/groupdel.8:
2245         full sv man pages set added (by Daniel Nylander <info@danielnylander.se>).
2246         This man pages are translated using new XML/xml2po/gettext infrastructure.
2247
2248         * po/pl.po: updated for 4.0.18.
2249
2250 2006-07-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
2251
2252         * po/pt.po:
2253         updated for 4.0.18 (by Miguel Figueiredo <mfigueiredo@gmail.com>).
2254
2255         * po/gl.po, NEWS:
2256         updated for 4.0.18 (by Jacobo Tarrio <jacobo@tarrio.org>).
2257
2258         * NEWS, po/eu.po:
2259         updated for 4.0.18 (by Piarres Beobide <pi@beobide.net>).
2260
2261         * man/ru/chsh.1, man/ru/faillog.5, man/ru/groupmems.8, man/ru/groupmod.8, man/ru/ru.po, man/ru/su.1, man/ru/useradd.8, man/ru/usermod.8, man/ru/vipw.8, NEWS, po/ru.po:
2262         updated for 4.0.18 (by Yuri Kozlov <kozlov.y@gmail.com>).
2263
2264         * po/vi.po, NEWS:
2265         updated for 4.0.18 (by Clytie Siddall <clytie@riverland.net.au>).
2266
2267         * NEWS, po/cs.po:
2268         updated for 4.0.18 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
2269
2270         * NEWS, po/sv.po:
2271         updated for 4.0.18 (by Daniel Nylander <info@danielnylander.se>).
2272
2273         * NEWS, po/ca.po:
2274         updated for 4.0.18 (by Guillem Jover <guillem@debian.org>).
2275
2276 2006-07-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
2277
2278         * po/hu.po: cleanups.
2279
2280         * NEWS, po/da.po:
2281         updated for 4.0.18 (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
2282
2283         * po/hu.po, NEWS: updated for 4.0.18 (by SZERVÁC Attila <sas@321.hu>).
2284
2285         * NEWS: typos.
2286
2287         * man/ru/ru.po, man/fr/fr.po, man/pl/pl.po: run "make update-po".
2288
2289         * man/su.1.xml: fixes in <refsynopsisdiv>.
2290
2291         * src/groupmems.c: indent soutrce code.
2292
2293         * src/groupmems.c: use shadow Copyright.
2294
2295         * po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/km.po, po/ko.po, po/nb.po, po/ne.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/POTFILES.in, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/dz.po, po/el.po:
2296         added src/groupmems.c to POTFILES.in.
2297
2298         * NEWS, etc/pam.d/Makefile.am, etc/pam.d/groupmems, man/Makefile.am, man/groupmems.8.xml, src/Makefile.am, src/groupmems.c:
2299         groupmems rewrited for use PAM and getopt_long() nad now it is enabled
2300         for build and install (patch by George Kraft <gk4@swbell.net>).
2301
2302         * NEWS, configure.in: start prepare for 4.0.18.
2303
2304 2006-07-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
2305
2306         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/dz.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/km.po, po/ko.po, po/nb.po, po/ne.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
2307         run "make update-po" and some cleanups (added missing \n and use tabs instead spaces).
2308
2309         * src/su.c: s#[login]#[LOGIN]# in help message.
2310
2311         * man/useradd.8.xml:
2312         added missing --<foo> long options names in "Changing the default values" section.
2313
2314         * po/tr.po: updated (by Murat Şenel <muratasenel@gmail.com>).
2315
2316 2006-07-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
2317
2318         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po: updated.
2319
2320         * man/useradd.8.xml: added newusers(8) to SEE ALSO section.
2321
2322         * etc/login.defs:
2323         removed GETPASS_ASTERISKS (patch by Mike Frysinger <vapier@gentoo.org>).
2324
2325 2006-07-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
2326
2327         * NEWS, man/pl/chsh.1, man/pl/pl.po: pl chage(1): translation finished.
2328
2329         * NEWS:
2330         s#fix by Mike Frysinger <vapier@gentoo.org>)#(patch by Ulrich Mueller <ulm@kph.uni-mainz.de>; http://bugs.gentoo.org/139966#
2331
2332         * NEWS, configure.in:
2333         S/Key: removed assign getpass() to libshadow_getpass() on autoconf level
2334         (fix by Mike Frysinger <vapier@gentoo.org>).
2335
2336 2006-07-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
2337
2338         * man/vipw.8.xml: make options <replaceable> in SYNOPSIS.
2339
2340         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/dz.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/km.po, po/ko.po, po/nb.po, po/ne.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/groupadd.c:
2341         s/group/GROUP/ in groupadd help message.
2342
2343         * src/su.c (main):
2344         move **envcp declaration to #ifdef USE_PAM (fixed warning about unused
2345         variable when shadow is builded with PAM didabled).
2346
2347         * man/pl/pl.po, NEWS, man/pl/chage.1: pl chage(1) translation finished.
2348
2349         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po: updated.
2350
2351         * man/chsh.1.xml: updated after rewrite chsh for use getopt_long().
2352
2353         * po/pl.po: kill fuzzy.
2354
2355 2006-07-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
2356
2357         * po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/chsh.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/dz.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/km.po, po/ko.po, po/nb.po, po/ne.po:
2358         one \t more in help message.
2359
2360         * po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/km.po, po/ko.po, po/nb.po, po/ne.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/dz.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po:
2361         updated.
2362
2363         * NEWS, src/chsh.c: chsh rewrited for use getopt_long().
2364
2365 2006-07-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
2366
2367         * man/pl/groupmod.8, man/pl/pl.po: finish translation groupmod(8).
2368
2369         * man/fr/fr.po, man/groupmod.8.xml, man/pl/groupmod.8, man/pl/pl.po, man/ru/ru.po:
2370         cleanups in groupmod(8).
2371
2372         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/usermod.8.xml, src/usermod.c, NEWS:
2373         back to previouse usermod -a option sematics and clarify -a behavior
2374         on documentation level (by Greg Schafer <gschafer@zip.com.au>).
2375
2376         * man/fr/fr.po, man/groupmod.8.xml, man/pl/pl.po, man/ru/ru.po:
2377         updated groupmod man page.
2378
2379 2006-07-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
2380
2381         * src/groupmod.c: too many \t in help message.
2382
2383         * man/ru/chage.1, man/ru/passwd.1, man/ru/ru.po, man/chage.1.xml, man/fr/fr.po, man/passwd.1.xml, man/pl/pl.po:
2384         updated.
2385
2386         * po/nb.po, po/ne.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/dz.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/km.po, po/ko.po:
2387         run "make update-po".
2388
2389         * src/groupmod.c: cleunps in help message.
2390
2391         * src/chage.c: s/user/\[LOGIN\]/ in help message.
2392
2393         * src/passwd.c: s/\[login\]/\[LOGIN\]/ in help message.
2394
2395         * NEWS, src/groupmod.c: groupmod rewrited for use getopt_log().
2396
2397 2006-07-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
2398
2399         * po/sv.po:
2400         added missing \n in help messages and few other minor cleanups.
2401
2402         * NEWS, po/sv.po:
2403         updated for 4.0.17 (by Daniel Nylander <info@danielnylander.se>).
2404
2405         * NEWS: 4.0.17 release date i 10-07-2006.
2406
2407         * NEWS, libmisc/copydir.c:
2408         fixed segfault usermod/userdel on remove home directory when it can't
2409         be removed; for example when it is /dev/null (fixed http://bugs.gentoo.org/139148).
2410
2411         * src/login.c, src/logoutd.c, src/userdel.c, libmisc/limits.c:
2412         remove USER_PROCESS conditionsi (code simplifications).
2413
2414 2006-07-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
2415
2416         * po/km.po: kill all fuzzy (Sokhem <khoemsokhem@khmeros.info>).
2417
2418 2006-07-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
2419
2420         * po/de.po: kill fuzzy (by Holger Wansing <linux@wansing-online.de>).
2421
2422 2006-07-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
2423
2424         * man/Makefile.am: removed duplicated all target.
2425
2426         * NEWS, po/LINGUAS, po/ne.po:
2427         new Nepali translation (by Paras Pradhan <pradhanparas@gmail.com>).
2428
2429         * NEWS, po/LINGUAS, po/dz.po: new Dzongkha translation.
2430
2431         * NEWS, po/de.po:
2432         updated for 4.0.17 (by Holger Wansing <linux@wansing-online.de>).
2433
2434         * NEWS, po/nl.po:
2435         updated for 4.0.17 (by "cobaco (aka Bart Cornelis)" <cobaco@skolelinux.no>)
2436
2437 2006-06-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
2438
2439         * po/ko.po: cleanups (by darehanl <darehanl@gmail.com>).
2440
2441         * src/usermod.c: fixes in getopt_long() optstring: s/a/a:/ and added h.
2442
2443         * src/faillog.c:
2444         fixed long_options[] entries: s/no_argument/required_argument/ for lock-secs,
2445         maximum, time and user options.
2446
2447         * NEWS, configure.in:
2448         improved SELinux detection on autoconf level (based on patch by
2449         Dan Yefimov <dan@D00M.lightwave.net.ru>).
2450
2451         * po/ro.po, NEWS:
2452         updated for 4.0.17 (by Sorin Batariuc <sorin@bonbon.net>).
2453
2454 2006-06-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
2455
2456         * NEWS: cleanups.
2457
2458         * man/pl/pl.po: more translations for chage(1).
2459
2460         * TODO: remove done things.
2461
2462         * NEWS, lib/Attic/getpass.c, lib/Makefile.am, lib/getdef.c, lib/pwauth.c, po/POTFILES.in:
2463         removed using private implementatuon getpass() libc function (now getpass() is
2464         used also when S/KEY support is enabled).
2465
2466         * NEWS, src/Makefile.am: move nologin do $(sbindir).
2467
2468         * man/pl/pl.po: more work.
2469
2470         * man/pl/pl.po: more translations.
2471
2472         * po/pl.po: s/KEY=VALUE/KLUCZ=WARTOŚĆ/
2473
2474         * po/pl.po: s/SEC/SEK/
2475
2476         * src/chpasswd.c: added missing #include "exitcodes.h".
2477
2478         * src/chpasswd.c: s/exit (1)/exit (E_USAGE)/
2479
2480         * man/Makefile.am:
2481         move all current i18n man pages automation inside "if ENABLE_REGENERATE_MAN .. endif".
2482
2483         * man/Makefile.am:
2484         add an error message so people don't have to go digging through
2485         source to find out what's up (by Mike Frysinger <vapier@gentoo.org>).
2486
2487         * NEWS, man/ru/chage.1, man/ru/chfn.1, man/ru/chgpasswd.8, man/ru/chpasswd.8, man/ru/chsh.1, man/ru/expiry.1, man/ru/faillog.5, man/ru/faillog.8, man/ru/gpasswd.1, man/ru/groupadd.8, man/ru/groupdel.8, man/ru/groupmems.8, man/ru/groupmod.8, man/ru/groups.1, man/ru/grpck.8, man/ru/gshadow.5, man/ru/lastlog.8, man/ru/limits.5, man/ru/login.1, man/ru/login.access.5, man/ru/login.defs.5, man/ru/logoutd.8, man/ru/newgrp.1, man/ru/newusers.8, man/ru/nologin.8, man/ru/passwd.1, man/ru/passwd.5, man/ru/porttime.5, man/ru/pwck.8, man/ru/pwconv.8, man/ru/ru.po, man/ru/sg.1, man/ru/shadow.3, man/ru/shadow.5, man/ru/su.1, man/ru/suauth.5, man/ru/useradd.8, man/ru/userdel.8, man/ru/usermod.8, man/ru/vipw.8:
2488         updated ru man pages (regenerated from man/ru/ru.po -> man/ru/*xml -> roff).
2489
2490         * NEWS, po/ru.po:
2491         updated for 4.0.17 (by Yuri Kozlov <kozlov.y@gmail.com>).
2492
2493         * NEWS, po/LINGUAS, po/km.po:
2494         new km translation (Sokhem <khoemsokhem@khmeros.info>).
2495
2496         * po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, src/groupadd.c:
2497         cleanups in groupadd help message.
2498
2499         * NEWS, po/nb.po:
2500         updated for 4.0.17 (by Bjørn Steensrud <bjornst@powertech.no>).
2501
2502         * NEWS, po/da.po:
2503         updated for 4.0.17 (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
2504
2505         * po/pl.po:
2506         s/twóş/twĂłrz/ (fix by Michał Łomnicki <michal.lomnicki@gmail.com>).
2507
2508         * NEWS, po/pt.po:
2509         updated for 4.0.17 (by Miguel Figueiredo <mfigueiredo@gmail.com>).
2510
2511         * NEWS, po/vi.po:
2512         updated for 4.0.17 (by Clytie Siddall <clytie@riverland.net.au>).
2513
2514         * NEWS, po/cs.po:
2515         updated for 4.0.17 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
2516
2517         * po/eu.po, po/fr.po, po/gl.po, po/pl.po:
2518         Project-Id-Version: shadow 4.0.17
2519
2520         * NEWS, po/sk.po:
2521         updated for 4.0.17 (by Peter Mann <Peter.Mann@tuke.sk>).
2522
2523         * NEWS, po/ko.po:
2524         updated for 4.0.17 (by Changwoo Ryu <cwryu@debian.org>).
2525
2526 2006-06-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
2527
2528         * NEWS, configure.in: schedule release 40.17 on 26-06-2006.
2529
2530         * src/useradd.c:
2531         adjust last fix for leave some fix mail spool creation after rewrite internal
2532         configuration API.
2533
2534         * src/useradd.c, NEWS:
2535         fixed mail spool file creation (bug cached by Frans Pop <elendil@planet.nl>,
2536         fixed http://bugs.debian.org/374705).
2537
2538 2006-06-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
2539
2540         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/chage.c, src/chgpasswd.c, src/chpasswd.c, src/faillog.c, src/groupadd.c, src/lastlog.c, src/passwd.c, src/su.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c:
2541         better looking help messages output. Added one empty line at end of help message.
2542
2543         * po/ru.po, po/sk.po, po/sv.po, po/tl.po, po/uk.po, po/ro.po, po/pt_BR.po:
2544         break help messages lines before col 80.
2545
2546         * man/pl/pl.po: more work on usermod.
2547
2548         * po/pl.po: cleanups.
2549
2550 2006-06-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
2551
2552         * man/pl/vipw.8:
2553         regenerated using fixed DocBook XSL Stylesheets v1.70.1 (I must submit my
2554         fixes common/pl.xml do DocBook XSL Stylesheets mantainer).
2555
2556         * man/fr/fr.po, man/ru/ru.po: updated.
2557
2558         * man/pl/lastlog.8, man/pl/pl.po: finish translate lastlog(8).
2559
2560         * man/lastlog.8.xml: improved NOTE section content.
2561
2562         * po/pl.po: iprove lastlog help message.
2563
2564         * man/fr/fr.po, man/lastlog.8.xml, man/pl/pl.po, man/ru/ru.po:
2565         Better lastlog short description. Now it is:
2566         lastlog - reports the most recent login of all users or of a given user
2567
2568         * man/Makefile.am, man/fr/fr.po, man/lastlog.8.xml, man/pl/pl.po, man/ru/ru.po:
2569         Fixed CAVEATS section (what the hell is mmdf ? :)
2570
2571         * man/ru/ru.po, NEWS, man/faillog.5.xml, man/fr/fr.po, man/pl/pl.po:
2572         added missing information about fail_locktime element of faillog struct
2573         in faillog(5) man page (by Thorsten Kukuk <kukuk@suse.de>).
2574
2575 2006-06-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
2576
2577         * man/ru/chage.1, man/ru/chfn.1, man/ru/chgpasswd.8, man/ru/chpasswd.8, man/ru/chsh.1, man/ru/expiry.1, man/ru/faillog.5, man/ru/faillog.8, man/ru/gpasswd.1, man/ru/groupadd.8, man/ru/groupdel.8, man/ru/groupmems.8, man/ru/groupmod.8, man/ru/groups.1, man/ru/grpck.8, man/ru/gshadow.5, man/ru/lastlog.8, man/ru/limits.5, man/ru/login.1, man/ru/login.access.5, man/ru/login.defs.5, man/ru/logoutd.8, man/ru/newgrp.1, man/ru/newusers.8, man/ru/nologin.8, man/ru/passwd.1, man/ru/passwd.5, man/ru/porttime.5, man/ru/pwck.8, man/ru/pwconv.8, man/ru/sg.1, man/ru/shadow.3, man/ru/shadow.5, man/ru/su.1, man/ru/suauth.5, man/ru/useradd.8, man/ru/userdel.8, man/ru/usermod.8, man/ru/vipw.8:
2578         fully regenerated man pages.
2579
2580         * man/Makefile.am:
2581         hack for generate translated xml files with lang="<lang> in <refentry> tag.
2582         Now is possible testing correctnes of XSLT sheets languages definition.
2583
2584 2006-06-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
2585
2586         * NEWS, po/eu.po: updated (by Piarres Beobide <pi@beobide.net>).
2587
2588 2006-06-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
2589
2590         * po/zh_TW.po, po/da.po, po/el.po, po/es.po, po/eu.po, po/id.po, po/ja.po, po/ko.po, po/nb.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/tr.po, po/uk.po, po/zh_CN.po:
2591         s/ \\n"/\\n"/ in translated strings.
2592
2593         * man/pl/pl.po: more translations for usermod.
2594
2595         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/usermod.8.xml:
2596         added <command> tags for at and crontab.
2597
2598         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/usermod.8.xml:
2599         remove /etc/login.defs from FILES section.
2600
2601         * po/gl.po: updated (by Jacobo Tarrio <jtarrio@trasno.net>).
2602
2603         * po/fr.po: updated (by Christian Perrier <bubulle@kheops.frmug.org>).
2604
2605         * po/pl.po:
2606         updated usermod help message and fixed few other things introduced during
2607         copy&paset from useradd help message.
2608
2609         * po/vi.po, po/zh_CN.po, po/zh_TW.po, src/usermod.c, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/bs.po:
2610         fixes in help message:
2611         s/login/LOGIN/
2612         s/new login directory/new home directory/
2613         s/new initial login group/new primary group/
2614         s/tlist of supplementary/new tlist of supplementary/
2615         s/LOGIN/NEW_LOGIN/
2616
2617         * po/da.po, po/id.po, po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ro.po, po/sk.po, po/sv.po:
2618         cleanups in usermod help message.
2619
2620         * po/es.po, po/eu.po, po/fi.po, po/tl.po: cleanups.
2621
2622         * po/nb.po, po/nl.po, po/pt.po, po/uk.po, po/cs.po, po/el.po, po/eu.po, po/fi.po, po/hu.po:
2623         s/\\\t /\\\t/
2624
2625 2006-06-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
2626
2627         * NEWS, configure.in, man/Makefile.am:
2628         reverte using docbook.sourceforge.net in XSLT url.
2629
2630         * po/pl.po: cleanups.
2631
2632 2006-06-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
2633
2634         * man/Makefile.am:
2635         improved gen-xmls target: now this target generates only missing xml files.
2636
2637 2006-06-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
2638
2639         * NEWS, po/sk.po:
2640         updated for 4.0.16 (by Peter Mann <Peter.Mann@tuke.sk>).
2641
2642         * NEWS, po/es.po:
2643         updated for 4.0.16 (by Ruben Porras <nahoo82@gmail.com>).
2644
2645         * NEWS, po/fi.po:
2646         updated for 4.0.16 (by Tommi Vainikainen <thv+debian@iki.fi>).
2647
2648         * NEWS, man/cs/Makefile.am, man/cs/groupmems.8, man/cs/groupmod.8, man/cs/grpck.8, man/cs/gshadow.5:
2649         new cs man pages: groupmems(8), groupmod(8), grpck(8), gshadow(5)
2650         (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
2651
2652         * NEWS, po/cs.po:
2653         updated for 4.0.16 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
2654
2655 2006-06-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
2656
2657         * NEWS, configure.in, man/Makefile.am:
2658         regenerate roff man pages using docbook-style-xsl-1.70.1.
2659         This version uses new base URL: http://docbook.sf.net/release/xsl/current/
2660
2661         * man/.cvsignore: shadow-man-pages.pot added.
2662
2663         * man/Makefile.am:
2664         added temporary gen-xmls targed and dependencies beetwen .pot and .po files.
2665
2666         * man/chgpasswd.8.xml: removed <!DOCTYPE> tag (isn't neccessary).
2667
2668 2006-05-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
2669
2670         * man/pl/pl.po: chage(1) translation.
2671
2672         * man/pl/Attic/chage.1.xml: removed.
2673
2674         * man/chage.1.xml, man/fr/fr.po, man/pl/pl.po, man/ru/ru.po:
2675         chage requires shadow access and can't work without this.
2676
2677         * po/da.po:
2678         updated for 4.0.16 (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
2679
2680         * po/pl.po: s/_DAYS/_DNI/
2681
2682 2006-05-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
2683
2684         * NEWS: s/OWL/Owl/
2685
2686         * NEWS: new release date for 4.0.16 is 05-06-2006.
2687
2688         * NEWS: fixed last usermod changes comment. Current is:
2689         better fix for old CERT VU#312962 (which was fixed in shadow 4.0.8):
2690         fixed forgoten checking of the return value from fchown() before
2691         proceeding with the fchmod() (based on Owl patch prepared by
2692         Rafal Wojtczuk <nergal@owl.openwall.com>)
2693
2694         * src/useradd.c (create_mail):
2695         move checking create_mail_spool is "yes" on top function.
2696
2697         * man/pl/pl.po: cleanups.
2698
2699         * po/fr.po:
2700         plugged fuzzy (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
2701
2702         * po/fr.po:
2703         updated (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
2704
2705 2006-05-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
2706
2707         * man/Makefile.am:
2708         simplifications in update-po target and fixes in dist-po-files target.
2709
2710         * NEWS, po/eu.po:
2711         updated for 4.0.16 (by Piarres Beobide <pi@beobide.net>).
2712
2713 2006-05-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
2714
2715         * man/ru/ru.po, NEWS, man/chfn.1.xml, man/faillog.8.xml, man/fr/fr.po, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupmems.8.xml, man/limits.5.xml, man/login.1.xml, man/login.defs.5.xml, man/newgrp.1.xml, man/passwd.1.xml, man/passwd.5.xml, man/pl/pl.po, man/su.1.xml:
2716         bunch of cleanups in chfn(1), faillog(8), gpasswd(1), groupadd(8),
2717         groupmems(8), limits(5), login(1), login.defs(5), newgrp(1), passwd(1),
2718         passwd(5) and su(1) (by Yuri Kozlov <kozlov.y@gmail.com>).
2719
2720         * man/Makefile.am, man/ru/ru.po: added ru to LINGUAS.
2721
2722         * po/ru.po: updated for 4.0.16 (by Yuri Kozlov <kozlov.y@gmail.com>).
2723
2724 2006-05-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
2725
2726         * man/fr/fr.po, man/pl/pl.po, man/chage.1.xml, man/passwd.1.xml:
2727         s/-n/-m/ in passwd(1). Improved -m, --mindays description in chage(1) and passwd(1).
2728         More pl translations.
2729
2730         * po/vi.po: updated (by Clytie Siddall <clytie@riverland.net.au>).
2731
2732         * NEWS, po/hu.po:
2733         updated for 4.0.16 (by Gabor Kelemen <kelemeng@gnome.hu>).
2734
2735 2006-05-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
2736
2737         * man/cs/Makefile.am, man/it/Makefile.am, man/ru/Makefile.am:
2738         id and sulogin executables are not installed by "make install",
2739         but a few translated man pages are still installed.
2740         (patch by Lasse Collin <lasse.collin@tukaani.org>)
2741
2742 2006-05-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
2743
2744         * NEWS, po/vi.po:
2745         updates for 4.0.16 (by Clytie Siddall <clytie@riverland.net.au>).
2746
2747         * po/gl.po: updated for 4.0.16 (by Jacobo Tarrio <jtarrio@debian.org>).
2748
2749 2006-05-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
2750
2751         * po/pl.po: more cleanups.
2752
2753         * po/fr.po:
2754         updated for 4.0.16 (by Christian Perrier <bubulle@kheops.frmug.org>).
2755
2756         * man/chage.1.xml, man/chfn.1.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/fr/fr.po, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/login.1.xml, man/login.access.5.xml, man/logoutd.8.xml, man/newgrp.1.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/pl/pl.po, man/pl/vipw.8, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/sg.1.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/vipw.8.xml:
2757         use common style in FILES sections.
2758
2759         * man/fr/fr.po, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/id.1.xml, man/limits.5.xml, man/login.access.5.xml, man/pl/pl.po, man/suauth.5.xml, man/userdel.8.xml, man/usermod.8.xml, man/faillog.5.xml:
2760         begin <refpurpose> text from lowercase.
2761
2762         * man/fr/fr.po, man/pl/pl.po, man/pwconv.8.xml, man/vipw.8.xml:
2763         remove "." from <refpurpose>.
2764
2765         * po/pl.po: cleanups.
2766
2767         * po/pl.po: typo.
2768
2769         * man/pl/.cvsignore, man/pt_BR/.cvsignore, man/ru/.cvsignore, man/tr/.cvsignore, man/zh_CN/.cvsignore, man/zh_TW/.cvsignore, man/cs/.cvsignore, man/de/.cvsignore, man/es/.cvsignore, man/fi/.cvsignore, man/fr/.cvsignore, man/hu/.cvsignore, man/id/.cvsignore, man/it/.cvsignore, man/ja/.cvsignore, man/ko/.cvsignore:
2770         *.xml added.
2771
2772         * man/cs/.cvsignore, man/de/.cvsignore, man/es/.cvsignore, man/fi/.cvsignore, man/fr/.cvsignore, man/hu/.cvsignore, man/id/.cvsignore, man/it/.cvsignore, man/ja/.cvsignore, man/ko/.cvsignore, man/pl/.cvsignore, man/pt_BR/.cvsignore, man/ru/.cvsignore, man/tr/.cvsignore, man/zh_CN/.cvsignore, man/zh_TW/.cvsignore, man/.cvsignore:
2773         .xml2po.mo added.
2774
2775         * NEWS, man/pl/vipw.8: update pl vipw(8) man page.
2776
2777         * src/useradd.c: s/mailbox/mailbox file/
2778
2779         * man/pl/pl.po: seems vipw finished.
2780
2781         * man/fr/fr.po, man/vipw.8.xml: s/Quiet mode database./Quiet mode./
2782
2783         * man/pl/pl.po: more entries.
2784
2785         * po/vi.po, po/zh_CN.po, po/zh_TW.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po:
2786         /mailbox/mailbox file/
2787
2788         * man/pl/pl.po: fill few entries.
2789
2790         * man/Makefile.am: fixes in dist-po-files target.
2791
2792         * man/Makefile.am: pl added to Linguas. Some mprovements.
2793
2794         * man/fr/fr.po:
2795         initial version based on ond version submited by Christian Perrier <bubulle@debian.org>.
2796
2797         * man/pl/pl.po: initial version.
2798
2799         * man/Makefile.am:
2800         implemet update-po target and dist, dist-check hooks for put .po and
2801         .pot files in dist tar ball.
2802
2803         * src/chgpasswd.c:
2804         reverte struct group newgr declaration but use them only conditionaly (#ifndef SHADOWGRP).
2805
2806 2006-05-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
2807
2808         * NEWS, configure.in: schedule release 4.0.16 to 29.05.06.
2809
2810         * po/pl.po: updated.
2811
2812         * po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po:
2813         run "make update-po".
2814
2815         * NEWS, src/useradd.c:
2816         fixed userdel CERT VU#312962: fixed forgoten checking of the return
2817         value from fchown() before proceeding with the fchmod() (prepared
2818         based on OWL fix submited by Solar Designer <solar@openwall.com>),
2819         Use in userdel login.defs::MAIL_DIR instead hardcoded /var/mail on created
2820         mailbox path (based on OWL fixes submited by Solar Designer <solar@openwall.com>).
2821
2822 2006-05-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
2823
2824         * man/.cvsignore: added *.[1358]
2825
2826         * NEWS, man/ru/Makefile.am, man/ru/chgpasswd.8:
2827         added chgpasswd(8) ru man page (by Yuri Kozlov <kozlov.y@gmail.com>).
2828
2829         * po/gl.po: updated (by Jacobo Tarrio <jtarrio@debian.org>).
2830
2831         * NEWS, man/ru/login.defs.5, man/ru/passwd.1, man/ru/userdel.8, man/ru/usermod.8:
2832         updated ru login.defs(5), passwd(1), userdel(8), usermod(8) man pages
2833         (by Yuri Kozlov <kozlov.y@gmail.com>).
2834
2835         * NEWS, po/ru.po: updated (by Yuri Kozlov <kozlov.y@gmail.com>).
2836
2837         * NEWS, po/pt.po: updated (by Miguel Figueiredo <elmig@debianpt.org>).
2838
2839 2006-05-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
2840
2841         * NEWS, man/Makefile.am, man/ja/Attic/pw_auth.3, man/ja/Makefile.am, man/pl/Attic/pw_auth.3, man/pl/Makefile.am, man/ru/Attic/pw_auth.3, man/ru/Makefile.am:
2842         pw_auth(3) man page removed (outdated).
2843
2844         * man/Makefile.am, man/fr/Makefile.am, man/it/Makefile.am, man/ja/Makefile.am, man/pl/Makefile.am, man/ru/Makefile.am, NEWS, autogen.sh:
2845         install limits(5), login.access(5) and porttime(5) man pages only when
2846         shadow is builded with PAM support disabled.
2847
2848         * NEWS: cleanups.
2849
2850         * autogen.sh:
2851         by default in development enviroment use CFLAGS="-O2 -Wall".
2852
2853         * src/chgpasswd.c (main): remove two unused variables (newgr and now).
2854
2855         * src/userdel.c (main): removed unused arg variable.
2856
2857         * libmisc/setupenv.c (setup_env):
2858         move *cp varable to #ifndef PAM part (fixed compilation
2859         warning about unused variable).
2860
2861         * lib/getdef.c: now GETPASS_ASTERISKS is SKEY #define dependent.
2862
2863         * configure.in, NEWS, lib/Attic/getpass.c, lib/pwauth.c:
2864         by default do not use libshadow_getpass() as getpass() replacemement.
2865         Use libshadow_getpass() only when S/KEY support is enabled.
2866         Current glibc getpass() handles correctly longer than 8 characters
2867         passwords and libshadow_getpass() is used only because libc getpass()
2868         do not handles password prompting with echo enabled.
2869
2870         * src/sulogin.c: break long line.
2871
2872         * lib/pwauth.c:
2873         added #include <unistd.h> and remove localy defined getpass() prototype.
2874
2875 2006-05-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
2876
2877         * man/Makefile.am: removed dupplicated sulogin.8.xml from EXTRA_DIST.
2878
2879         * man/Attic/pw_auth.3.xml, man/Makefile.am: remove pw_auth(3) man page.
2880
2881         * NEWS, lib/getdef.c: move login.defs::MD5_CRYPT_ENAB to non-PAM part.
2882
2883         * po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/userdel.c, po/bs.po:
2884         typo (s/removel/removal/)
2885
2886 2006-05-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
2887
2888         * man/userdel.8.xml:
2889         updated (after add getopt_log() support for userdel).
2890
2891         * po/pl.po: updated.
2892
2893         * po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/userdel.c, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po:
2894         userdel rewrited for use getopt_log().
2895
2896         * po/pl.po: cleanups.
2897
2898         * etc/pam.d/Makefile.am, etc/pam.d/chgpasswd: new file.
2899
2900 2006-05-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
2901
2902         * NEWS, po/da.po:
2903         updated (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
2904
2905 2006-05-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
2906
2907         * NEWS, po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>).
2908
2909         * NEWS, configure.in, etc/Makefile.am, etc/pam.d/Makefile.am:
2910         install default/template configuration files:
2911         - if shadow is configured with use PAM install /etc/pam.d/* files,
2912         - if shadow do not uses PAM install /etc/{limits,login.acces} files,
2913         - install /etc/login.defs and /etc/default/useradd files.
2914
2915         COMMENT: it is possible to extend this for install above files for specified
2916         distribution. For example: if exist /etc/fedora-release install Fedora specyfic
2917         default configuration files and this files can be distributed in dist tar ball.
2918
2919         * NEWS, po/gl.po: updated (by Jacobo Tarrio <jtarrio@trasno.net>).
2920
2921 2006-05-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
2922
2923         * NEWS, po/fr.po:
2924         updated (by Christian Perrier <bubulle@kheops.frmug.org>).
2925
2926         * NEWS, lib/commonio.c:
2927         fixed handle relative symlinks too in lib/commonio.c (merge patch from Fedora).
2928
2929         * NEWS, lib/nscd.c: properly notify nscd to flush its cache
2930         (https://bugzilla.redhat.com/bugzilla/186803).
2931
2932         * NEWS, libmisc/copydir.c (copy_tree):
2933         fixes for verify return values mkdir() and chown()
2934         on copy files (merge 482_libmisc_copydir_check_return_values Debian patch).
2935
2936         * po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/chfn.c, src/chsh.c, src/grpck.c, src/login.c, src/pwck.c, src/useradd.c, src/usermod.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po:
2937         use '%s' cytation instead `%s'.
2938
2939         * NEWS, src/su.c:
2940         reverte http://bugs.debian.org/276419 (this is Debian specyfic).
2941
2942         * libmisc/setupenv.c, libmisc/sub.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/chfn.c:
2943         use '%s' cytation instead \"%s\".
2944
2945         * po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, src/grpck.c:
2946         typo.
2947
2948         * po/pl.po: updated.
2949
2950         * NEWS, libmisc/setupenv.c (setup_env):
2951         export MAIL only when MAIL_CHECK_ENAB is enabled
2952         (Mike Frysinger <vapier@gentoo.org>).
2953
2954         * po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/hu.po, po/id.po, po/it.po, src/grpck.c, src/pwck.c:
2955         warn when the members of a group differ in /etc/groups and /etc/gshadow
2956         (fixed http://bugs.debian.org/75181).
2957
2958         * NEWS, src/su.c:
2959         concatenate the non-su arguments and provide them to the shell with
2960         the -c option (fixes for http://bugs.debian.org/317264 and
2961         http://bugs.debian.org/276419).
2962
2963 2006-05-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
2964
2965         * NEWS, man/passwd.1.xml:
2966         better document how password strength is checked (fixed http://bugs.debian.org/115380).
2967
2968 2006-04-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
2969
2970         * NEWS, man/usermod.8.xml:
2971         added missing -a option description (by Christian Perrier <bubulle@debian.org>).
2972
2973 2006-04-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
2974
2975         * NEWS, man/hu/chsh.1, man/hu/login.1, man/hu/newgrp.1:
2976         fixed typos (by Koblinger Egmont <egmont@uhulinux.hu>).
2977
2978 2006-04-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
2979
2980         * NEWS, po/LINGUAS, po/hu.po:
2981         new hu translation (by SZERVÁC Attila <sas@321.hu>).
2982
2983 2006-04-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
2984
2985         * man/userdel.8.xml:
2986         minior fixes for the note under the -f option (Mike Frysinger <vapier@gentoo.org>).
2987
2988 2006-04-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
2989
2990         * NEWS, po/id.po: updatd (by Parlin Imanuel <pimanuel@gmail.com>).
2991
2992 2006-04-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
2993
2994         * src/su.c: indent code.
2995
2996         * NEWS, src/su.c:
2997         fixed exit with a status 0 when the invoked command is terminated
2998         by a signal which was not catched
2999         (fixed by Eero Häkkinen <eero17@bigfoot.com>)
3000
3001         * README:
3002         simple patch to fixup grammar and Gentoo distfile URL (by Mike Frysinger <vapier@gentoo.org>).
3003
3004 2006-03-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
3005
3006         * man/Attic/pw_auth.3.xml, man/chage.1.xml, man/chfn.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newgrp.1.xml, man/newusers.8.xml, man/nologin.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/sg.1.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/vipw.8.xml:
3007         removed <!DOCTYPE> tag (require strict DocBook XML V4.3//EN DTD isn't neccessary).
3008
3009         * NEWS, src/login.c:
3010         cancel login timeout after authentication so that patient people
3011         timing out on network directory services can log in with local
3012         accounts (http://bugs.debian.org/107148).
3013
3014         * man/fr/login.defs.5, man/ja/login.defs.5, man/pl/useradd.8, man/ru/login.defs.5:
3015         remove CREATE_HOME.
3016
3017         * NEWS, man/login.defs.5.xml:
3018         CREATE_HOME is not supported by useradd (patch by Mike Frysinger <vapier@gentoo.org>).
3019
3020 2006-03-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
3021
3022         * po/nl.po:
3023         s/wachtwoord is mes succes aangepast/wachtwoord is met succes aangepast/
3024         (typo reported by Wim De Smet <wdesmet@yucom.be>).
3025
3026 2006-03-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
3027
3028         * src/passwd.c:
3029         removed GPASSWD_PROGRAM, CHFN_PROGRAM CHFN_PROGRAM #defines (not used now).
3030
3031         * NEWS, man/Makefile.am, man/chgpasswd.8.xml:
3032         chgpasswd(8): new man page.
3033
3034 2006-03-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
3035
3036         * man/Attic/vigr.8, man/Attic/vipw.8, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/getspnam.3, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/grpconv.8, man/Attic/grpunconv.8, man/Attic/gshadow.5, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/nologin.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/pwunconv.8, man/Attic/sg.1, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8:
3037         remove english roff man pages from repo.
3038
3039 2006-03-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
3040
3041         * NEWS, src/chgpasswd.c:
3042         fixes for build correctly with --disable-shadowgrp
3043         (patch by Johannes Winkelmann <jw@tks6.net>)
3044
3045 2006-03-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
3046
3047         * man/pl/chage.1: fixed typo.
3048
3049 2006-03-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
3050
3051         * po/it.po:
3052         updated for 4.0.15 (by Danilo Piazzalunga <danilopiazza@gmail.com>).
3053
3054 2006-03-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
3055
3056         * NEWS, po/nb.po:
3057         updated for 4.0.15 (by Bjørn Steensrud <bjornst@powertech.no>).
3058
3059         * po/pt.po:
3060         updated for 4.0.15 (by Miguel Figueiredo <mfigueiredo@gmail.com>).
3061
3062         * man/Makefile.am, NEWS, configure.in:
3063         do not install translated man pages if shadow is configured with --disable-nls
3064         (based patch submited by Mike Frysinger <vapier@gentoo.org>).
3065
3066         * NEWS, po/pt_BR.po:
3067         updated for 4.0.15 (by Andre Luis Lopes <andrelop@debian.org>).
3068
3069         * po/fr.po:
3070         updated for 4.0.15 (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
3071
3072 2006-03-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
3073
3074         * NEWS, configure.in, lib/pwauth.c:
3075         added fixes for detect BSD's S/Key with updated the skeychallenge() function
3076         for take a fourth argument in case BSD version
3077         (patch submited by Mike Frysinger <vapier@gentoo.org>)
3078
3079         * README: added paragragraph about S/Key support.
3080
3081         * po/sk.po: updated for 4.0.15 (by Peter Mann <Peter.Mann@tuke.sk>).
3082
3083         * NEWS: newgrp: do not link with libselinux.
3084
3085         * NEWS, po/zh_CN.po:
3086         updated for 4.0.15 (by Carlos Z.F. Liu <carlosliu@users.sourceforge.net>).
3087
3088         * po/ru.po: updated for 4.0.15 (by Yuri Kozlov <kozlov.y@gmail.com>).
3089
3090         * src/Makefile.am:
3091         removed $(LIBSELINUX) from newgrp_LDADD (newgrp does not need to be linked
3092         with SELinux libraries).
3093
3094         * man/ru/Attic/pw_auth.3, man/ru/chsh.1, man/ru/expiry.1, man/ru/faillog.5, man/ru/faillog.8, man/ru/gpasswd.1, man/ru/groupadd.8, man/ru/groupdel.8, man/ru/groupmems.8, man/ru/groupmod.8, man/ru/groups.1, man/ru/grpck.8, man/ru/gshadow.5, man/ru/id.1, man/ru/lastlog.8, man/ru/limits.5, man/ru/login.1, man/ru/login.access.5, man/ru/login.defs.5, man/ru/logoutd.8, man/ru/newgrp.1, man/ru/newusers.8, man/ru/nologin.8, man/ru/passwd.1, man/ru/passwd.5, man/ru/porttime.5, man/ru/pwck.8, man/ru/pwconv.8, man/ru/sg.1, man/ru/shadow.3, man/ru/shadow.5, man/ru/su.1, man/ru/suauth.5, man/ru/sulogin.8, man/ru/useradd.8, man/ru/userdel.8, man/ru/usermod.8, man/ru/vipw.8, NEWS, man/ru/Makefile.am, man/ru/chage.1, man/ru/chfn.1, man/ru/chpasswd.8:
3095         ru man pages: added new nologin(8) and updated all other man pages
3096         (by Yuri Kozlov <kozlov.y@gmail.com>).
3097
3098 2006-03-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
3099
3100         * NEWS, po/nl.po:
3101         updated for 4.0.15 (by cobaco (aka Bart Cornelis) <cobaco@linux.be>).
3102
3103         * po/vi.po:
3104         updated for 4.0.15 (by Clytie Siddall <clytie@riverland.net.au>).
3105
3106         * po/sv.po:
3107         updated for 4.0.15 (by Daniel Nylander <po@danielnylander.se>).
3108
3109 2006-03-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
3110
3111         * po/eu.po: updated for 4.0.15 (by pi <pi@beobide.net>).
3112
3113         * po/ro.po: cleanups.
3114
3115         * NEWS, po/tl.po:
3116         updated for 4.0.15 (by Eric Pareja <xenos@upm.edu.ph>).
3117
3118         * po/ro.po: updated for 4.0.15 (by Sorin B. <sorin@bonbon.net>).
3119
3120         * NEWS, po/es.po:
3121         updated for 4.0.15 (by Ruben Porras <nahoo82@gmail.com>).
3122
3123 2006-03-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
3124
3125         * NEWS, po/da.po:
3126         updated for 4.0.15 (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
3127
3128         * NEWS, man/fi/chsh.1, man/fi/su.1:
3129         update fi chsh(1), su(1) man pages generated from XML files
3130         (Tommi Vainikainen <thv+debian@iki.fi>).
3131
3132         * NEWS, po/fi.po:
3133         updated for 4.0.15 (by Tommi Vainikainen <thv+debian@iki.fi>).
3134
3135         * NEWS, po/cs.po:
3136         updated for 4.0.15 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
3137
3138         * NEWS, man/cs/Makefile.am, man/cs/expiry.1, man/cs/faillog.5, man/cs/faillog.8, man/cs/gpasswd.1, man/cs/groupadd.8, man/cs/groupdel.8, man/cs/logoutd.8, man/cs/nologin.8, man/cs/vipw.8:
3139         added new cs man pages: expiry(1), faillog(5), faillog(8), gpasswd(1),
3140         groupadd(8), groupdel(8), logoutd(8), nologin(8), vipw(8).
3141
3142         * NEWS: typo.
3143
3144         * src/useradd.c, NEWS, lib/getdef.h, man/Attic/login.defs.5, man/login.defs.5.xml, src/login.c, src/newusers.c:
3145         default UMASK if not specified in login.defs is 022.
3146
3147 2006-03-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
3148
3149         * po/pl.po: updated for 4.0.15.
3150
3151         * NEWS, po/gl.po:
3152         updated for 4.0.15 (by Jacobo Tarrio <jtarrio@trasno.net>).
3153
3154         * NEWS, configure.in: schedule release 4.0.15 to 13-03-2006.
3155
3156 2006-03-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
3157
3158         * NEWS: typo (s/onas Meurer/Jonas Meurer/)
3159
3160         * src/.cvsignore: added chgpasswd.
3161
3162         * po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/Makefile.am, src/chgpasswd.c, NEWS, po/POTFILES.in, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po:
3163         chgpasswd: new tool (by Jonas Meurer <mejo@debian.org>).
3164
3165         * src/lastlog.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
3166         s/Unexpected/unexpected/
3167
3168         * po/fr.po, po/gl.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/lastlog.c, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po:
3169         print the usage and exit if an additional argument is profided to
3170         lastlog (merge 488_laslog_verify_arguments Debian patch).
3171
3172 2006-03-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
3173
3174         * man/Attic/chpasswd.8, man/chpasswd.8.xml:
3175         fixed CAVEATS section (by Justin Pryzby <justinpryzby@users.sourceforge.net>)
3176
3177 2006-02-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
3178
3179         * man/Attic/passwd.1, man/passwd.1.xml:
3180         fixed SYNOPSIS section (http://bugs.debian.org/352136).
3181
3182 2006-02-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
3183
3184         * po/ro.po: updated (by Sorin Batariuc <sorin@bonbon.net>).
3185
3186 2006-02-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
3187
3188         * NEWS, lib/Makefile.am, src/Makefile.am:
3189         login, nologin, su: do not link with libselinux
3190         (merge 490_link_selinux_only_when_needed Debian patch).
3191
3192         * NEWS, src/chage.c, src/chfn.c, src/chsh.c, src/passwd.c:
3193         fixed confusing error message if /proc is not mounted
3194         (http://bugs.debian.org/352494
3195         patch Nicolas François <nicolas.francois@centraliens.net>)
3196
3197         * po/ro.po:
3198         updated (commited http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347755).
3199
3200         * NEWS, po/ca.po: updated (by Jordi Mallach <jordi@debian.org>).
3201
3202 2006-02-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
3203
3204         * man/gpasswd.1.xml, man/passwd.1.xml, man/passwd.5.xml, man/pwck.8.xml, man/sg.1.xml, man/useradd.8.xml:
3205         cleanups.
3206
3207         * po/gl.po: updated (Jacobo Tarrio <jtarrio@trasno.net>).
3208
3209         * NEWS, po/pt.po:
3210         updated (by Miguel Figueiredo <mfigueiredo@gmail.com>).
3211
3212 2006-02-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
3213
3214         * NEWS, po/it.po:
3215         update (by Danilo Piazzalunga <danilopiazza@gmail.com>).
3216
3217         * po/vi.po: update (by Clytie Siddall <clytie@riverland.net.au>).
3218
3219         * po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>).
3220
3221 2006-02-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
3222
3223         * po/fr.po: updated (by Christian Perrier <bubulle@kheops.frmug.org>).
3224
3225         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
3226         run "make update-po".
3227
3228         * po/pl.po: updated.
3229
3230         * po/sk.po: updated (by Peter Mann <Peter.Mann@tuke.sk>).
3231
3232         * po/eu.po: update (by ^pi^ <pi@beobide.net>).
3233
3234 2006-02-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
3235
3236         * NEWS, src/login.c:
3237         merge 433_login_more_LOG_UNKFAIL_ENAB Debian patch:
3238         - TOO MANY LOGIN... logged if PAM_MAXTRIES or failcount >= retries
3239           (was onl test PAM_MAXTRIES),
3240         - print to stderr (in addition to syslog) in case of maximum number of
3241           tries exceeded,
3242         - always prints the number of tries in the syslog entry.
3243         - add special handling for PAM_ABORT
3244         - add an entry to failog, as when USE_PAM is not defined. (#53164)
3245         - changed pam_end to PAM_END. This is certainly was a mistake.
3246           PAM_END is pam_close_seesion + pam_end. Here, the session is still not
3247           open, we don't have to close it.
3248         - a HAVE_PAM_FAIL_DELAY is missing
3249
3250         * po/ro.po: kill one fuzzy.
3251
3252         * po/ro.po, NEWS: updated (by Sorin B. <sorin@bonbon.net>).
3253
3254         * src/gpasswd.c: s/die/catch_signals/
3255
3256         * src/expiry.c, src/sulogin.c: s/catch/catch_signals/
3257
3258         * src/su.c: /su_catch_sig/chatch_signals/
3259
3260 2006-02-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
3261
3262         * src/id.c, src/groups.c, libmisc/getdate.y: lint code using CC=g++.
3263
3264         * NEWS, src/su.c:
3265         fixed pam session support (patch from Topi Miettinen; fixed #57526, #55873,
3266         #57532 Debian bugs).
3267
3268         * NEWS:
3269         fixed pam session support (patch from Topi Miettinen; fixed #57526,
3270         #55873, #57532 Debian bugs).
3271
3272         * NEWS, src/userdel.c:
3273         user's group is already removed by update_groups(). remove_group()
3274         is not needed (bug introduced in 4.0.14 on merge FC fixes). Fixed by Nicolas
3275         François <nicolas.francois@centraliens.net>
3276
3277         * NEWS, src/useradd.c: allways remove group and gshadow databases lock,
3278         Fixed by Nicolas François <nicolas.francois@centraliens.net>
3279         (http://bugs.debian.org/348250)
3280
3281         * NEWS, src/userdel.c: fixed excess audit_logger() argument.
3282
3283         * NEWS, lib/prototypes.h:
3284         corrected prototypes in lib/prototypes.h (thre is no audit_help_log(); added
3285         audit_logger() prototype).
3286
3287         * src/login.c: fixed missing ";" in declaration.
3288
3289         * man/Attic/limits.5, man/limits.5.xml:
3290         fixed example limits string (by Yuri Kozlov <kozlov.y@gmail.com>).
3291
3292 2006-02-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
3293
3294         * NEWS, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/chage.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po:
3295         added missing \n on display password status if password must be chaged.
3296
3297 2006-02-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
3298
3299         * src/useradd.c, NEWS:
3300         fixed allow non-unique UID (http://bugs.debian.org/351281).
3301
3302 2006-02-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
3303
3304         * po/cs.po: updated (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
3305
3306 2006-01-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
3307
3308         * NEWS, po/vi.po:
3309         updated (by Clytie Siddall <clytie@riverland.net.au>).
3310
3311 2006-01-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
3312
3313         * po/fr.po:
3314         typo (fixed by Christian Perrier <bubulle@kheops.frmug.org>).
3315
3316         * po/sk.po: updated (by Peter Mann <Peter.Mann@tuke.sk>).
3317
3318 2006-01-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
3319
3320         * man/pl/grpck.8, man/pl/login.defs.5, man/pl/passwd.1, man/pl/pwck.8, man/de/passwd.1, man/es/login.1, man/es/vipw.8, man/fi/passwd.1, man/hu/passwd.1, man/id/login.1, man/it/grpck.8, man/it/pwck.8, man/ja/grpck.8, man/ja/passwd.1, man/ja/pwck.8, man/ko/login.1, man/ko/su.1:
3321         fixes some issues that cause warnings when the manpages are
3322         displayed (by Nicolas François <nicolas.francois@centraliens.net>).
3323
3324 2006-01-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
3325
3326         * NEWS, po/eu.po: updated (by pi <pi@beobide.net>).
3327
3328         * libmisc/addgrps.c, libmisc/xmalloc.c, src/groups.c:
3329         fixes after linting code using CC=g++: cast {m,re}alloc() return value to
3330         proper type.
3331
3332 2006-01-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
3333
3334         * man/Attic/chage.1, man/Attic/passwd.5, man/Attic/su.1, man/Attic/useradd.8, man/chage.1.xml, man/passwd.5.xml, man/su.1.xml, man/useradd.8.xml:
3335         uniformity and grammar fixes (by Christine Spang <spangarang@twcny.rr.com>).
3336
3337         * NEWS, po/ru.po: updated (by Yuri Kozlov <kozlov.y@gmail.com>).
3338
3339 2006-01-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
3340
3341         * po/fr.po, NEWS:
3342         updated (by Christian Perrier <bubulle@kheops.frmug.org>).
3343
3344 2006-01-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
3345
3346         * NEWS, libmisc/setupenv.c, src/chage.c, src/chsh.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/login.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/usermod.c, src/vipw.c:
3347         variouse code cleanups for make possible compilation of shadow with
3348         -Wall -Werror (by Alexander Gattin <xrgtn@yandex.ru>).
3349
3350         * libmisc/age.c, libmisc/shell.c, src/login.c, src/newgrp.c, src/su.c, src/sulogin.c, src/userdel.c, NEWS, lib/prototypes.h:
3351         move exit() outside libmisc/shell.c::shell() for handle shell() errors
3352         on higher level (now is better visable where some programs exit with 126 and
3353         127 exit codes); added new shell() parameter (char *const envp[]) which allow
3354         fix preserving enviloment in su on using -p.
3355         (patch by Alexander Gattin <xrgtn@yandex.ru>)
3356
3357         * NEWS, po/el.po:
3358         updated (by Konstantinos Margaritis <markos@debian.org>).
3359
3360 2006-01-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
3361
3362         * lib/exitcodes.h: new #defines:
3363         #define E_CMD_NOEXEC           126     /* can't run command/shell */
3364         #define E_CMD_NOTFOUND         127     /* can't find command/shell to run */
3365
3366 2006-01-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
3367
3368         * man/Attic/passwd.1, man/passwd.1.xml:
3369         fixes after reviewed for grammatical and other small errors that detract from the
3370         polish of the content to native English speakers.
3371         I also went ahead and changed all gender references to be a consistent
3372         "his/her" (or equivalent) - the original had a mix of just "his", just
3373         "her", and occasionally "his/her".
3374         (by Christine Spang <spangarang@twcny.rr.com>).
3375
3376         * po/it.po: updated (by Danilo Piazzalunga <danilopiazza@gmail.com>).
3377
3378 2006-01-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
3379
3380         * NEWS: updated.
3381
3382         * libmisc/shell.c: remove DEBUG code.
3383
3384         * po/LINGUAS, po/gl.po, NEWS:
3385         added new gl translation (by Jacobo Tarrio <jtarrio@trasno.net>).
3386
3387 2006-01-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
3388
3389         * po/eu.po: small update (by pi <pi@beobide.net>).
3390
3391 2006-01-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
3392
3393         * src/su.c: fixed compilation error.
3394
3395 2006-01-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
3396
3397         * po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>)
3398         http://bugs.debian.org/346449
3399
3400 2006-01-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
3401
3402         * NEWS, man/Attic/useradd.8, man/useradd.8.xml:
3403         better document useradd -d option: will not add the user's home directory
3404         if it does not already exist (http://bugs.debian.org/154996)
3405
3406         * man/Attic/su.1, man/su.1.xml, po/zh_CN.po, po/zh_TW.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, src/su.c:
3407         added handle -c,--command option for GNU su compliance (merge
3408         437_su_-c_option Debian Patch).
3409
3410         * man/Attic/login.1, man/Attic/passwd.1, man/Attic/su.1, man/login.1.xml, man/passwd.1.xml, man/su.1.xml:
3411         man pages cleanups.
3412         (http://bugs.debian.org/341489)
3413
3414         * NEWS, man/Attic/nologin.8, man/Makefile.am, man/nologin.8.xml:
3415         nologin(8) man pages added (merge 478_nologin.8.xml Debian patch).
3416
3417         * po/sk.po: updated (by Peter Mann <Peter.Mann@tuke.sk>)
3418         http://bugs.debian.org/346376
3419
3420 2006-01-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
3421
3422         * po/id.po: updated (by Parlin Imanuel <parlin_i@yahoo.com>)
3423         http://bugs.debian.org/345514
3424
3425         * NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/login.c:
3426         added translate login prompt string (suggested by Evgeniy Dushistov).
3427
3428 2006-01-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
3429
3430         * NEWS, configure.in: start work on 4.1.0.
3431
3432         * po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>).
3433         http://bugs.debian.org/346017
3434
3435 2006-01-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
3436
3437         * NEWS: correct 4.0.14 release date (03-01-2006).
3438
3439         * src/Makefile.am: reverte install nologin in sbindir and use usbindir.
3440
3441         * po/POTFILES.in: removed src/chsh_chkshell.c.
3442
3443         * lib/prototypes.h: remove grdbm.c prototypes.
3444
3445         * lib/prototypes.h, src/Attic/chsh_chkshell.c, src/Makefile.am, src/chsh.c:
3446         move check_shell() from src/chsh_chkshell.c to src/chsh.c.
3447
3448         * configure.in:
3449         s/libpam_misc is missing/libpam_misc is missing for enable PAM support/
3450
3451 2006-01-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
3452
3453         * etc/pam.d/.cvsignore: added.
3454
3455         * src/su.c: indent code.
3456
3457         * src/su.c:
3458         without it, $(su - user -c "echo \$SHELL") wont return the good value, but
3459         $(su user -c "echo \$SHELL") will.
3460         I think LOGNAME can also be set (this is done in setup_env, in the
3461         fakelogin case).
3462         (by Nicolas François <nicolas.francois@centraliens.net>)
3463
3464         * src/su.c:
3465         simplifies how -p is handled (at least for its documentation).
3466         (by Nicolas François <nicolas.francois@centraliens.net>)
3467
3468         * src/su.c: fixes "su - -- root" or "su - root -- -c" (it is needed if
3469         the second patch is applied).
3470         (by Nicolas François <nicolas.francois@centraliens.net>)
3471
3472         * src/su.c:
3473         This second patch changes the way options are handled by getopt. Once a
3474         non-su option is found, the getopt processing is stopped.
3475         Whithout this patch, "su root -c ls" won't work (getopt will complain that
3476         -c is not an su option).
3477         (by Nicolas François <nicolas.francois@centraliens.net>).
3478
3479         * etc/pam.d/chage, etc/pam.d/chfn, etc/pam.d/chpasswd, etc/pam.d/chsh, etc/pam.d/groupadd, etc/pam.d/groupdel, etc/pam.d/groupmod, etc/pam.d/login, etc/pam.d/newusers, etc/pam.d/passwd, etc/pam.d/su, etc/pam.d/useradd, etc/pam.d/userdel, etc/pam.d/usermod:
3480         prepare for use on Fedora Core.
3481
3482         * po/cs.po, po/pl.po: run "make update-po".
3483
3484         * src/Makefile.am: move nologin to sbindir.
3485
3486         * man/Attic/groupadd.8, man/groupadd.8.xml: s/gid/GID/
3487
3488         * man/Attic/lastlog.8, man/Attic/useradd.8, man/lastlog.8.xml, man/useradd.8.xml:
3489         s/uid/UID/
3490
3491 2005-12-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
3492
3493         * po/tl.po: updated for 4.0.14 (by Eric Pareja <xenos@upm.edu.ph>).
3494
3495 2005-12-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
3496
3497         * NEWS, po/ca.po:
3498         updated for 4.0.14 (by Guillem Jover <guillem@debian.org>).
3499
3500 2005-12-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
3501
3502         * po/el.po:
3503         updated for 4.0.14 (by Konstantinos Margaritis <markos@debian.org>).
3504
3505 2005-12-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
3506
3507         * doc/.cvsignore, etc/.cvsignore, lib/.cvsignore, po/.cvsignore, src/.cvsignore, .cvsignore, contrib/.cvsignore:
3508         added a lot of generated files they are not listed in .cvsignore files
3509         (by Danilo Piazzalunga <danilopiazza@gmail.com>).
3510
3511         * src/su.c:
3512         fixed some comments and replace getuid() by !amroot. This removes a system
3513         call and may be more readable (Nicolas François <nicolas.francois@centraliens.net>).
3514
3515         * man/Attic/su.1, man/su.1.xml:
3516         added forgoten the SHELL argument description (by Nicolas François <nicolas.francois@centraliens.net>).
3517
3518         * man/Attic/useradd.8, man/useradd.8.xml:
3519         s/group/user/ (cached by Nicolas François).
3520
3521 2005-12-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
3522
3523         * man/ko/vigr.8: added.
3524
3525         * po/it.po:
3526         updated for 4.0.14 (by Danilo Piazzalunga <danilopiazza@gmail.com>).
3527
3528 2005-12-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
3529
3530         * NEWS, po/pt.po:
3531         updated for 4.0.14 (by Miguel Figueiredo <mfigueiredo@gmail.com>).
3532
3533         * src/useradd.c:
3534         s/grp_update/grp_add/ in comment (by Nicolas François <nicolas.francois@centraliens.net>).
3535
3536         * man/Attic/login.1, man/login.1.xml:
3537         added use <envar></envar> tags instead <emphasis></emphasis>.
3538
3539         * man/Attic/su.1, man/su.1.xml: added use <envar></envar>.
3540
3541         * man/Attic/su.1, man/su.1.xml:
3542         updated man page after change su for use getopt_long()
3543         (by Nicolas François <nicolas.francois@centraliens.net>)
3544
3545 2005-12-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
3546
3547         * NEWS, po/fi.po:
3548         updated for 4.0.14 (by Tommi Vainikainen <thv+debian@iki.fi>).
3549
3550         * po/ru.po: updated for 4.0.14 (by Yuri Kozlov <kozlov.y@gmail.com>).
3551
3552         * man/ru/login.1, man/ru/passwd.1, man/ru/pwck.8, man/ru/vipw.8:
3553         updated (by Yuri Kozlov <kozlov.y@gmail.com>_.
3554
3555         * doc/Attic/README.linux, doc/Makefile.am: removed.
3556
3557         * README, doc/Attic/README.linux:
3558         move contributors list from doc/README.linux to README.
3559
3560         * doc/Attic/LSM, doc/Attic/README, doc/Makefile.am:
3561         removed (outdated content).
3562
3563         * NEWS, po/cs.po:
3564         updated cs.po for 4.0.14 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
3565
3566         * po/pl.po: updated.
3567
3568         * po/fr.po:
3569         kill one fuzzy (by Christian Perrier <bubulle@kheops.frmug.org>).
3570
3571         * NEWS, po/da.po:
3572         updated da.po for 4.0.14 (by Claus Hindsgaul <claus_h@image.dk>).
3573
3574         * po/eu.po: updated for 4.0.14 (by pi <pi@beobide.net>).
3575
3576         * NEWS, po/vi.po:
3577         updated vi.po fo 4.0.14 (by Clytie Siddall <clytie@riverland.net.au>).
3578
3579 2005-12-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
3580
3581         * NEWS: set release day for 4.0.14 to 19-12-2005.
3582
3583         * src/login.c:
3584         removed #include "libaudit.h" (it is conditionaly included in "defines.h").
3585
3586         * src/su.c:
3587         replaced "shell" by "shellstr". "shell" is also the name of a function.
3588         (Nicolas François <nicolas.francois@centraliens.net>).
3589
3590         * src/vipw.c: - added missing break in case 'q'.
3591
3592         * NEWS, man/es/Makefile.am, man/es/vigr.8, man/es/vipw.8, man/hu/Makefile.am, man/hu/lastlog.8, man/ko/Makefile.am, man/ko/vipw.8, man/zh_CN/Makefile.am, man/zh_CN/su.1, man/zh_TW/Makefile.am, man/zh_TW/chpasswd.8, man/zh_TW/su.1:
3593         added es, ko vigr(8) and vipw(8), hu lastlog(8), ko vipw(8), zh_CN su(1),
3594         zh_TW chpasswd(8) and su(1),
3595
3596 2005-12-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
3597
3598         * doc/Attic/LICENSE, doc/Makefile.am, COPYING:
3599         move doc/LICENSE to COPYING.
3600
3601         * doc/WISHLIST: remove some outdated/finished things.
3602
3603         * doc/Attic/README.nls, doc/Attic/README.pam, doc/Makefile.am: removed.
3604
3605 2005-12-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
3606
3607         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
3608         run "make update-po" (merge changes in su messages).
3609
3610         * NEWS, src/su.c:
3611         added handle -s/--shell, -m/-p/preserve-environment options like GNU su
3612         (based on patches from Debian submited by
3613         Nicolas François <nicolas.francois@centraliens.net>)
3614
3615         * NEWS: updated.
3616
3617         * src/su.c:
3618         added handle -s/--shell option like in GNU su (based on Debian patch sublmited
3619         by Nicolas François <nicolas.francois@centraliens.net>).
3620
3621         * src/su.c:
3622         make -, -l , --login option as no_argument (based on fix by Nicolas François).
3623
3624         * po/it.po:
3625         cosmetic fixes (by Danilo Piazzalunga <danilopiazza@gmail.com>).
3626
3627 2005-12-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
3628
3629         * man/es/Makefile.am: s/patches/passwd/
3630
3631 2005-12-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
3632
3633         * NEWS, configure.in, man/Makefile.am, man/tr/.cvsignore, man/tr/Makefile.am, man/tr/chage.1, man/tr/chfn.1, man/tr/groupadd.8, man/tr/groupdel.8, man/tr/groupmod.8, man/tr/login.1, man/tr/passwd.1, man/tr/passwd.5, man/tr/shadow.5, man/tr/su.1, man/tr/useradd.8, man/tr/userdel.8, man/tr/usermod.8:
3634         added tr man pages.
3635
3636         * man/pt_BR/Makefile.am, man/pt_BR/passwd.5, man/zh_CN/Makefile.am, man/zh_CN/passwd.5, man/zh_TW/Makefile.am, man/zh_TW/passwd.5, NEWS, man/es/Makefile.am, man/es/passwd.5, man/hu/Makefile.am, man/hu/passwd.5:
3637         added es, hu, pt_BR, zh_CN zh_TW translations passwd(5).
3638
3639         * man/Attic/id.1, man/Attic/pw_auth.3, man/Attic/sulogin.8:
3640         regenerated.
3641
3642         * man/ko/Makefile.am: added su.1 to man_MANS.
3643
3644         * man/Makefile.am: reverte incorrect commit.
3645
3646         * man/Attic/pwconv.8, man/Attic/shadow.3, man/Attic/vipw.8, man/Makefile.am, man/fr/Makefile.am, man/fr/chage.1, man/fr/chfn.1, man/fr/chpasswd.8, man/fr/chsh.1, man/fr/expiry.1, man/fr/faillog.5, man/fr/faillog.8, man/fr/getspnam.3, man/fr/gpasswd.1, man/fr/groupadd.8, man/fr/groupdel.8, man/fr/groupmod.8, man/fr/groups.1, man/fr/grpck.8, man/fr/grpconv.8, man/fr/grpunconv.8, man/fr/gshadow.5, man/fr/lastlog.8, man/fr/limits.5, man/fr/login.1, man/fr/login.access.5, man/fr/login.defs.5, man/fr/logoutd.8, man/fr/newgrp.1, man/fr/newusers.8, man/fr/passwd.1, man/fr/passwd.5, man/fr/porttime.5, man/fr/pwck.8, man/fr/pwconv.8, man/fr/pwunconv.8, man/fr/sg.1, man/fr/shadow.3, man/fr/shadow.5, man/fr/su.1, man/fr/suauth.5, man/fr/useradd.8, man/fr/userdel.8, man/fr/usermod.8, man/fr/vigr.8, man/fr/vipw.8, NEWS:
3647         added full set (up to date) fr man pages (by Nicolas François <nicolas.francois@centraliens.net>).
3648
3649 2005-12-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
3650
3651         * po/ca.po, po/cs.po, po/da.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/it.po, po/nl.po, po/ro.po, po/sk.po, po/sv.po:
3652         cleanups.
3653
3654         * src/groupadd.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
3655         s/--force /--force/
3656
3657         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/useradd.c:
3658         s/--skel SKEL_DIR /--skel SKEL_DIR/
3659
3660         * po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/passwd.c, po/bs.po, po/ca.po, po/cs.po, po/da.po:
3661         s/--delete /--delete/
3662
3663         * NEWS, po/ru.po:
3664         updated ru translatios for 4.0.14 (by Yuri Kozlov <kozlov.y@gmail.com>).
3665
3666         * po/eu.po: finish update for 4.0.14 (by pi <pi@beobide.net>).
3667
3668         * po/it.po:
3669         updated for 4.0.14 (by Danilo Piazzalunga <danilopiazza@gmail.com>).
3670
3671 2005-12-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
3672
3673         * po/fr.po: updated (by Christian Perrier <bubulle@kheops.frmug.org>).
3674
3675         * NEWS, po/eu.po: Basque translation updated (by pi <pi@beobide.net>).
3676
3677         * po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/su.c, src/usermod.c, po/bs.po:
3678         s/LOGIN/login/ in usage() output.
3679
3680 2005-12-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
3681
3682         * po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/vipw.c, NEWS, man/Attic/vipw.8, man/vipw.8.xml, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po:
3683         rewrited vipw for use getopt_long().
3684
3685         * man/Attic/passwd.1, man/passwd.1.xml: cleanups.
3686
3687         * man/ko/Makefile.am: commented newgrp.1 (must be updated).
3688
3689 2005-12-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
3690
3691         * man/Makefile.am: update-po target added.
3692
3693         * man/Attic/pwck.8, man/pwck.8.xml: document -q option.
3694
3695         * NEWS, lib/getdef.c:
3696         $MAIL_FILE is used in userdel and usermod, $MD5_CRYPT_ENAB
3697         is used by crypt_make_salt, which is used by chpasswd, gpasswd and newusers.
3698         Both variables moved to PAM not dependent (447_missing_login.defs_variables
3699         Debian patch).
3700
3701         * NEWS, src/su.c:
3702         export $USER and $SHELL as well as $HOME (http://bugs.debian.org/11003 and
3703         http://bugs.debian.org/11189).
3704
3705         * NEWS, man/Attic/login.1, man/login.1.xml:
3706         document how to initiate a trusted path on linux
3707         (http://bugs.debian.org/305600).
3708
3709         * NEWS, src/chage.c:
3710         fix chage display when the last change field is set to 0.
3711         This is consistent with PAM (merge 427_chage_expiry_0 Debian patch).
3712
3713 2005-12-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
3714
3715         * configure.in: added man/fi/Makefile to AC_CONFIG_FILES().
3716
3717         * man/zh_TW/chfn.1, man/zh_TW/chsh.1, man/zh_TW/groupadd.8, man/zh_TW/groupdel.8, man/zh_TW/groupmod.8, man/zh_TW/newgrp.1, man/zh_TW/useradd.8, man/zh_TW/userdel.8, man/zh_TW/usermod.8, man/pt_BR/gpasswd.1, man/pt_BR/groupadd.8, man/pt_BR/groupdel.8, man/pt_BR/groupmod.8, man/pt_BR/shadow.5, man/ru/Attic/pw_auth.3, man/ru/chage.1, man/ru/chfn.1, man/ru/chpasswd.8, man/ru/chsh.1, man/ru/expiry.1, man/ru/faillog.5, man/ru/faillog.8, man/ru/gpasswd.1, man/ru/groupadd.8, man/ru/groupdel.8, man/ru/groupmems.8, man/ru/groupmod.8, man/ru/groups.1, man/ru/grpck.8, man/ru/gshadow.5, man/ru/id.1, man/ru/lastlog.8, man/ru/limits.5, man/ru/login.1, man/ru/login.access.5, man/ru/login.defs.5, man/ru/logoutd.8, man/ru/newgrp.1, man/ru/newusers.8, man/ru/passwd.1, man/ru/passwd.5, man/ru/porttime.5, man/ru/pwck.8, man/ru/pwconv.8, man/ru/sg.1, man/ru/shadow.3, man/ru/shadow.5, man/ru/su.1, man/ru/suauth.5, man/ru/sulogin.8, man/ru/useradd.8, man/ru/userdel.8, man/ru/usermod.8, man/ru/vipw.8, man/zh_CN/chfn.1, man/zh_CN/chpasswd.8, man/zh_CN/chsh.1, man/zh_CN/groupadd.8, man/zh_CN/groupdel.8, man/zh_CN/groupmod.8, man/zh_CN/newgrp.1, man/zh_CN/useradd.8, man/zh_CN/userdel.8, man/zh_CN/usermod.8, man/ko/chfn.1, man/ko/chsh.1, man/ko/groups.1, man/ko/id.1, man/ko/login.1, man/ko/newgrp.1, man/ko/passwd.5, man/ko/su.1, man/pl/Attic/pw_auth.3, man/pl/chage.1, man/pl/chfn.1, man/pl/chpasswd.8, man/pl/chsh.1, man/pl/expiry.1, man/pl/faillog.5, man/pl/faillog.8, man/pl/gpasswd.1, man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmems.8, man/pl/groupmod.8, man/pl/groups.1, man/pl/grpck.8, man/pl/id.1, man/pl/lastlog.8, man/pl/limits.5, man/pl/login.1, man/pl/login.access.5, man/pl/login.defs.5, man/pl/logoutd.8, man/pl/newgrp.1, man/pl/newusers.8, man/pl/passwd.1, man/pl/passwd.5, man/pl/porttime.5, man/pl/pwck.8, man/pl/pwconv.8, man/pl/shadow.3, man/pl/shadow.5, man/pl/su.1, man/pl/suauth.5, man/pl/sulogin.8, man/pl/useradd.8, man/pl/userdel.8, man/pl/usermod.8, man/pl/vipw.8, man/it/chage.1, man/it/chfn.1, man/it/chpasswd.8, man/it/chsh.1, man/it/expiry.1, man/it/faillog.5, man/it/faillog.8, man/it/gpasswd.1, man/it/groupadd.8, man/it/groupdel.8, man/it/groupmod.8, man/it/groups.1, man/it/grpck.8, man/it/id.1, man/it/lastlog.8, man/it/login.1, man/it/newgrp.1, man/it/newusers.8, man/it/passwd.1, man/it/passwd.5, man/it/porttime.5, man/it/pwck.8, man/it/pwconv.8, man/it/shadow.3, man/it/shadow.5, man/it/su.1, man/it/useradd.8, man/it/userdel.8, man/it/usermod.8, man/ja/Attic/pw_auth.3, man/ja/chage.1, man/ja/chfn.1, man/ja/chpasswd.8, man/ja/chsh.1, man/ja/expiry.1, man/ja/faillog.5, man/ja/faillog.8, man/ja/gpasswd.1, man/ja/groupadd.8, man/ja/groupdel.8, man/ja/groupmod.8, man/ja/groups.1, man/ja/grpck.8, man/ja/id.1, man/ja/lastlog.8, man/ja/limits.5, man/ja/login.1, man/ja/login.access.5, man/ja/login.defs.5, man/ja/logoutd.8, man/ja/newgrp.1, man/ja/newusers.8, man/ja/passwd.1, man/ja/passwd.5, man/ja/porttime.5, man/ja/pwck.8, man/ja/pwconv.8, man/ja/shadow.3, man/ja/shadow.5, man/ja/su.1, man/ja/suauth.5, man/ja/sulogin.8, man/ja/useradd.8, man/ja/userdel.8, man/ja/usermod.8, man/ja/vipw.8, man/de/chfn.1, man/de/chsh.1, man/de/groups.1, man/de/login.1, man/de/newgrp.1, man/de/passwd.1, man/de/passwd.5, man/de/su.1, man/de/vipw.8, man/es/login.1, man/es/newgrp.1, man/es/passwd.1, man/es/su.1, man/fi/chfn.1, man/fi/chsh.1, man/fi/passwd.1, man/fr/chage.1, man/fr/chpasswd.8, man/fr/chsh.1, man/fr/faillog.5, man/fr/gpasswd.1, man/fr/groups.1, man/fr/id.1, man/fr/newgrp.1, man/fr/passwd.1, man/fr/passwd.5, man/fr/shadow.5, man/fr/su.1, man/fr/useradd.8, man/fr/userdel.8, man/fr/usermod.8, man/hu/chfn.1, man/hu/chsh.1, man/hu/gpasswd.1, man/hu/groups.1, man/hu/id.1, man/hu/login.1, man/hu/newgrp.1, man/hu/passwd.1, man/hu/su.1, NEWS, man/cs/groups.1, man/cs/id.1, man/cs/lastlog.8, man/cs/passwd.5, man/cs/shadow.5, man/cs/su.1:
3718         convert all translated man pages to UFT-8.
3719
3720         * NEWS, src/userdel.c:
3721         fix incorrect audit record in userdel (https://bugzilla.redhat.com/bugzilla/174392).
3722
3723         * po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, src/passwd.c:
3724         s/--all /--all/
3725
3726         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
3727         update by some informations about translators (by Christian Perrier) and run "make update-po".
3728
3729 2005-11-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
3730
3731         * NEWS, src/su.c:
3732         if an password is expired, su should propose to change this password
3733         (fixed http://bugs.debian.org/321384).
3734
3735         * src/Makefile.am, src/login.c, NEWS:
3736         added auditing support (based on Fedora patch for login from util-linux).
3737
3738         * src/useradd.c: remove use rflg.
3739
3740         * man/ru/Makefile.am: typo.
3741
3742         * po/pl.po: partialy updated.
3743
3744         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
3745         run "make update-po".
3746
3747         * NEWS, src/useradd.c: merge PUG fixes from RedHat patch.
3748
3749 2005-11-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
3750
3751         * NEWS, po/it.po:
3752         updated (by Danilo Piazzalunga <danilopiazza@gmail.com>).
3753
3754         * man/ru/pwconv.8, man/ru/pwunconv.8, man/ru/sg.1, man/ru/shadow.3, man/ru/shadow.5, man/ru/su.1, man/ru/suauth.5, man/ru/sulogin.8, man/ru/useradd.8, man/ru/userdel.8, man/ru/usermod.8, man/ru/vigr.8, man/ru/vipw.8, NEWS, man/ru/Attic/pw_auth.3, man/ru/Makefile.am, man/ru/chage.1, man/ru/chfn.1, man/ru/chpasswd.8, man/ru/chsh.1, man/ru/expiry.1, man/ru/faillog.5, man/ru/faillog.8, man/ru/getspnam.3, man/ru/gpasswd.1, man/ru/groupadd.8, man/ru/groupdel.8, man/ru/groupmems.8, man/ru/groupmod.8, man/ru/groups.1, man/ru/grpck.8, man/ru/grpconv.8, man/ru/grpunconv.8, man/ru/gshadow.5, man/ru/id.1, man/ru/lastlog.8, man/ru/limits.5, man/ru/login.1, man/ru/login.access.5, man/ru/login.defs.5, man/ru/logoutd.8, man/ru/newgrp.1, man/ru/newusers.8, man/ru/passwd.1, man/ru/passwd.5, man/ru/porttime.5, man/ru/pwck.8:
3755         added full set of ru man pages (by Yuri Kozlov <kozlov.y@gmail.com>).
3756
3757 2005-11-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
3758
3759         * NEWS, src/Makefile.am, src/nologin.c: added nologin program.
3760
3761         * NEWS, src/su.c: rewrited for use getopt_long().
3762
3763 2005-11-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
3764
3765         * po/zh_CN.po: updated (by Ming Hua <minghua@rice.edu>).
3766
3767 2005-11-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
3768
3769         * man/Attic/usermod.8, man/usermod.8.xml:
3770         rewrited for document long options.
3771
3772         * NEWS, src/vipw.c:
3773         added a "quiet" mode (http://bugs.debian.org/190252.
3774
3775         * po/de.po:
3776         fixed wrong translation in german po file (http://bugs.debian.org/338373
3777         by Nico Golde <nico@ngolde.de>).
3778
3779         * NEWS, man/Makefile.am, man/fi/.cvsignore, man/fi/Makefile.am, man/fi/chfn.1, man/fi/chsh.1, man/fi/passwd.1, man/fi/su.1:
3780         added fi chfn(1), chsh(1), passwd(1), su(1).
3781
3782         * NEWS, man/it/Makefile.am, man/it/newusers.8: added it newusers(8).
3783
3784         * NEWS, po/fr.po:
3785         updated (by Christian Perrier <bubulle@kheops.frmug.org>).
3786
3787 2005-11-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
3788
3789         * NEWS, src/Makefile.am, src/newgrp.c:
3790         added auditing support for newgrp (by Steve Grubb <sgrubb@redhat.com>).
3791
3792         * NEWS, configure.in, libmisc/audit_help.c:
3793         switch over to a new logging function (by Steve Grubb <sgrubb@redhat.com>).
3794
3795         * README: typo.
3796
3797 2005-11-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
3798
3799         * po/ru.po: updated (by Yuri Kozlov <kozlov.y@gmail.com>).
3800
3801 2005-11-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
3802
3803         * configure.in:
3804         s/logdir/shadow_cv_logdir/ fix wrong var name (by Mike Frysinger <vapier@gentoo.org>).
3805
3806         * man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3.xml, man/Attic/pwck.8, man/Attic/sg.1, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/sg.1.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, README, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/gshadow.5, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/newgrp.1, man/chage.1.xml, man/chfn.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newgrp.1.xml:
3807         move information about all shadow man pages authors from man pages to README file.
3808
3809         * src/userdel.c: added two new error messages to translated phrases.
3810
3811         * NEWS, src/userdel.c:
3812         remove the user's group unless it is not really a user-private group
3813         (based on FC patch).
3814
3815 2005-11-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
3816
3817         * src/usermod.c: fix long name options name in long_options[].
3818
3819 2005-11-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
3820
3821         * src/userdel.c: indent source code.
3822
3823         * NEWS, src/userdel.c:
3824         make the userdel -f option force the removal of the user's group (even if it
3825         is the primary group of another user)
3826         (merge 453_userdel_-f_removes_group Debian patch),
3827
3828         * NEWS, man/Attic/login.1, man/login.1.xml:
3829         better explain the respective roles of login, init and getty with regards
3830         to the utmp file (merge 440_manpages-login.1 Debian patch).
3831
3832         * man/Attic/userdel.8, man/userdel.8.xml:
3833         aphabetic order options description.
3834
3835         * NEWS, man/Attic/userdel.8, man/userdel.8.xml:
3836         document the -f option; document the group removal behavior (merge
3837         455_userdel.8.xml Debian patch).
3838
3839         * NEWS, man/Attic/groupadd.8, man/Attic/useradd.8, man/groupadd.8.xml, man/useradd.8.xml:
3840         document that useradd/groupadd refuse adding entries already in an
3841         external database (http://bugs.debian.org/282184).
3842
3843         * NEWS, libmisc/sulog.c:
3844         log in successful/failed su through syslog (http://bugs.debian.org/190215).
3845
3846         * NEWS, man/it/groupdel.8, man/it/passwd.1, man/it/pwconv.8, man/it/useradd.8, man/it/userdel.8, man/it/usermod.8:
3847         updated it groupdel(8), passwd(1), pwconv(8), useradd(8), userdel(8), usermod(8) man pages
3848         (merge 205_it-manpages Debian patch).
3849
3850         * man/pt_BR/gpasswd.1: merge 204_pt_BR-manpages Debian patch.
3851
3852 2005-10-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
3853
3854         * man/Attic/porttime.5, man/Attic/pwck.8, man/Attic/shadow.3, man/porttime.5.xml, man/pwck.8.xml:
3855         improvements by Yuri Kozlov <kozlov.y@gmail.com>.
3856
3857         * NEWS, po/tl.po: updated (by Eric Pareja <xenos@upm.edu.ph>).
3858
3859         * po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/su.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po:
3860         remove "." from su message.
3861
3862         * po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po:
3863         "make update-po".
3864
3865         * src/usermod.c: cleanups in usage() output.
3866
3867         * src/usermod.c: indent code.
3868
3869         * NEWS, src/usermod.c:
3870         rewrited for use getopt_long() (Christian Perrier <bubulle@kheops.frmug.org>).
3871
3872 2005-10-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
3873
3874         * po/uk.po: updated (by Eugeniy Meshcheryakov <eugen@univ.kiev.ua>).
3875
3876 2005-10-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
3877
3878         * man/Attic/faillog.5, man/Attic/groupmems.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/chpasswd.8.xml, man/groupmems.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/Attic/chpasswd.8:
3879         bunch of cleanups (Yuri Kozlov <kozlov.y@gmail.com>).
3880
3881 2005-10-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
3882
3883         * src/userdel.c, src/usermod.c, lib/pam_defs.h, libmisc/pam_pass.c, libmisc/pwdcheck.c, src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/login.c, src/newusers.c, src/su.c, src/useradd.c:
3884         Simplifications: move all per shadow tool declared struct pam_conv conv
3885         from src/*c to lib/pam_defs.h. #include "pam_defs.h" instead <security/pam_appl.h>
3886         and <security/pam_misc.h>.
3887         Patch partialy based on openpam fixes by Rob Holland <rob@inversepath.com>.
3888
3889         * NEWS, lib/commonio.c:
3890         fixed grpck segmentation fault on using -s when /etc/gshadow is empty (fix by
3891         Tomasz Lemiech <szpajder@staszic.waw.pl>).
3892
3893 2005-10-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
3894
3895         * man/Attic/faillog.5, man/faillog.5.xml:
3896         typos (by A Costa <agcosta@gis.net>).
3897
3898 2005-10-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
3899
3900         * man/Attic/chage.1, man/Attic/chpasswd.8, man/chage.1.xml, man/chpasswd.8.xml:
3901         typos (by A Costa <agcosta@gis.net>).
3902
3903         * NEWS, po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>).
3904
3905 2005-10-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
3906
3907         * man/de/newgrp.1, man/es/Makefile.am, man/es/newgrp.1, man/zh_CN/Makefile.am, man/zh_CN/newgrp.1, man/zh_TW/Makefile.am, man/zh_TW/newgrp.1, NEWS, man/de/Makefile.am:
3908         newgrp(1): added de, es, zh_CN, zh_TW translations.
3909
3910 2005-10-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
3911
3912         * man/Attic/gpasswd.1, man/gpasswd.1.xml:
3913         move "Notes about group passwords" section from passwd man page.
3914
3915         * src/passwd.c, NEWS, man/Attic/passwd.1, man/passwd.1.xml:
3916         remove handle -f, -g and -s options in passwd.
3917
3918         * man/userdel.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/logoutd.8.xml, man/newgrp.1.xml, man/newusers.8.xml, man/pwconv.8.xml, man/sg.1.xml:
3919         use locase in <refentrytitle>.
3920
3921         * man/Attic/pw_auth.3, man/Attic/pw_auth.3.xml, man/Attic/shadow.3, man/shadow.3.xml:
3922         added refmiscinfo class="sectdesc">Library Calls</refmiscinfo> in <refmeta>.
3923
3924         * man/Attic/pwconv.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/vipw.8, man/newusers.8.xml, man/pwconv.8.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/vipw.8.xml, man/Attic/chpasswd.8, man/Attic/faillog.8, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/grpck.8, man/Attic/lastlog.8, man/Attic/logoutd.8, man/Attic/newusers.8, man/chpasswd.8.xml, man/faillog.8.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/grpck.8.xml, man/lastlog.8.xml, man/logoutd.8.xml:
3925         added <refmiscinfo class="sectdesc">System Management Commands</refmiscinfo>
3926         in <refmeta>.
3927
3928         * man/Attic/login.defs.5, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/shadow.5, man/Attic/suauth.5, man/login.defs.5.xml, man/passwd.5.xml, man/porttime.5.xml, man/shadow.5.xml, man/suauth.5.xml, man/Attic/login.access.5, man/limits.5.xml, man/login.access.5.xml, man/Attic/faillog.5, man/Attic/gshadow.5, man/Attic/limits.5, man/faillog.5.xml, man/gshadow.5.xml:
3929         added <refmiscinfo class="sectdesc">File Formats and Conversions</refmiscinfo>
3930         in <refmeta>.
3931
3932         * man/Attic/pwconv.8, man/Attic/suauth.5, man/Attic/vipw.8, man/pwconv.8.xml, man/suauth.5.xml, man/vipw.8.xml:
3933         remove <refentryinfo><date></date></refentryinfo> and <refmiscinfo class='date'> tags.
3934
3935         * man/Attic/newgrp.1, man/Attic/sg.1, man/newgrp.1.xml, man/sg.1.xml:
3936         added <refmiscinfo class="sectdesc">User Commands</refmiscinfo> tag.
3937
3938 2005-10-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
3939
3940         * NEWS, configure.in: start work on 4.0.14.
3941
3942 2005-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
3943
3944         * NEWS: move release 4.0.13 date to 10-10-2005.
3945
3946         * NEWS:  added infor about removed duplicated pam_start() in chage.
3947
3948         * NEWS: updated.
3949
3950         * man/Makefile.am: added sg.1.xml to man_XMANS.
3951
3952         * man/Attic/chage.1, man/chage.1.xml:
3953         cleanups (by Yuri Kozlov <kozlov.y@gmail.com>).
3954
3955         * man/Attic/newgrp.1, man/newgrp.1.xml:
3956         use <filename> in few more places.
3957
3958         * man/Attic/newgrp.1, man/newgrp.1.xml:
3959         better newgrp description (http://bugs.debian.org/325558).
3960
3961 2005-10-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
3962
3963         * src/chpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/newusers.c, src/useradd.c, src/userdel.c, src/usermod.c:
3964         remove using pam_chauthtok().
3965
3966         * src/chsh.c: finish PAM support using pam_start() & co.
3967
3968         * src/chage.c: remove using pam_chauthtok() on finish chage.
3969
3970         * src/chfn.c:
3971         use E_NOPERM in more places. remove using pam_chauthtok() on finish chfn.
3972
3973         * src/chfn.c: cleanups.
3974
3975         * src/chage.c:
3976         removed duplicaded not moved PAM code) was introduced during merge
3977         shadow-4.0.4.1-owl-pam-auth.diff patch).
3978
3979         * src/chfn.c: finish PAM support.
3980
3981 2005-10-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
3982
3983         * man/Attic/chfn.1, man/Attic/chsh.1, man/chfn.1.xml, man/chsh.1.xml:
3984         cleanups (by  Alexander Gattin <xrgtn@yandex.ru>).
3985
3986 2005-10-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
3987
3988         * NEWS, src/userdel.c:
3989         userdel should not remove the group which is primary for someone else (fix
3990         by Nicolas François <nicolas.francois@centraliens.net> http://bugs.debian.org/295416)
3991
3992 2005-10-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
3993
3994         * man/vipw.8.xml, man/Attic/chage.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/faillog.8, man/Attic/grpck.8, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/Attic/passwd.1, man/Attic/porttime.5, man/Attic/pw_auth.3.xml, man/Attic/shadow.3, man/Attic/su.1, man/Attic/suauth.5, man/chage.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/faillog.8.xml, man/groupmems.8.xml, man/grpck.8.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/passwd.1.xml, man/porttime.5.xml, man/shadow.3.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml:
3995         s/<emphasis remap='B'>/<emphasis>/
3996
3997         * man/Attic/sg.1, man/sg.1.xml: use <command> instead <emphasis>.
3998
3999         * man/newgrp.1.xml, man/sg.1.xml, man/chage.1.xml, man/chsh.1.xml, man/login.defs.5.xml:
4000         s/\.  /\. /
4001
4002         * man/Attic/shadow.5, man/shadow.5.xml:
4003         better document "!" and "*" fields in /etc/shadow
4004         (based on 441_manpages-shadow.5 patch from Debian).
4005
4006         * man/Attic/newgrp.1, man/newgrp.1.xml:
4007         SHADOWPWD was removed (always enabled)
4008         (based on 446_newgrp.1_no_SHADOWPWD patch from Debian).
4009
4010         * po/ru.po: updated for 4.0.13 (by Yuri Kozlov <kozlov.y@gmail.com>).
4011
4012 2005-09-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
4013
4014         * NEWS: cleanups.
4015
4016         * man/Attic/vipw.8, man/vipw.8.xml, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/expiry.1, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/gshadow.5, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pw_auth.3.xml, man/Attic/pwck.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/chage.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newgrp.1.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml:
4017         next round of cleanups.
4018
4019         * man/Makefile.am: added rules for id.1, pw_auth.3 and sulogin.8.
4020
4021         * libmisc/setupenv.c:
4022         during the changes on libmisc/setupenv.c, a piece of code was moved
4023         without its comment (merge 449_comment_missplaced Debian patch).
4024
4025 2005-09-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
4026
4027         * man/Attic/chfn.1, man/Attic/chsh.1, man/Attic/groupadd.8, man/Attic/newusers.8, man/Attic/pwconv.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/chfn.1.xml, man/chsh.1.xml, man/groupadd.8.xml, man/newusers.8.xml, man/pwconv.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, NEWS:
4028         added missing references to /etc/login.defs and login.defs(5)
4029         (Christian Perrier <bubulle@kheops.frmug.org>).
4030
4031 2005-09-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
4032
4033         * NEWS: s/XSL/XSLT/
4034
4035         * po/pl.po: few updates.
4036
4037         * man/Attic/passwd.1, man/passwd.1.xml:
4038         -i option description is back (lost on rewrite and pointed by
4039         Miroslav Kure <kurem@upcase.inf.upol.cz>).
4040
4041         * po/cs.po:
4042         updated for 4.0.13 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
4043
4044 2005-09-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
4045
4046         * NEWS: updated.
4047
4048         * configure.in: fixes for correct handle --with{,out}-<feature>.
4049
4050         * configure.in:
4051         use @<:@ @:>@ instead ( ) inside AC_HELP_STRING() and s/feactures/features/
4052         (based on fixes by Mike Frysinger <vapier@gentoo.org>).
4053
4054         * po/da.po: updated for 4.0.13 (by Claus Hindsgaul <claus_h@image.dk>).
4055
4056         * po/es.po: updated for 4.0.13 (by Ruben Porras <nahoo@inicia.es>).
4057
4058 2005-09-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
4059
4060         * NEWS, libmisc/failure.c:
4061         use "%c" in strftime() output (based on patch from
4062         http://bugs.debian.org/89902 by Christian Perrier <bubulle@debian.org>)
4063
4064         * man/Attic/getspnam.3, man/Attic/shadow.3, man/shadow.3.xml:
4065         added <refname>getspnam</refname> to <refnamediv>.
4066
4067         * man/Attic/sg.1, man/sg.1.xml: fixed <cmdsynopsis>.
4068
4069         * man/Attic/sg.1, man/Makefile.am, man/sg.1.xml:
4070         added separated sg(1) man page.
4071
4072 2005-09-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
4073
4074         * lib/commonio.c, NEWS:
4075         don't assume selinux is enabled if is_selinux_enabled() returns -1
4076         (merge isSelinuxEnabled FC patch by Jeremy Katz <katzj@redhat.com>).
4077
4078         * po/ro.po: updated (by Sorin Batariuc <sorin@bonbon.net>).
4079
4080 2005-09-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
4081
4082         * NEWS: schedule release 4.0.13 to 03-10-2005.
4083
4084 2005-09-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
4085
4086         * NEWS, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/gshadow.5, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/vipw.8:
4087         regenerate all roff man pages using DocBook XSL Stylesheets 1.69.1.
4088
4089         * man/logoutd.8.xml: fixed id inside <refentry>.
4090
4091         * man/login.1.xml, man/logoutd.8.xml, man/newgrp.1.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/chage.1.xml, man/chfn.1.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml:
4092         added missing <para></para> inside <listitem> tags for pass correctly xmllint.
4093
4094         * man/Attic/login.access.5, man/login.access.5.xml:
4095         rewrited FILES section.
4096
4097         * man/login.access.5.xml: cleanups.
4098
4099 2005-09-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
4100
4101         * NEWS, man/Attic/passwd.5, man/passwd.5.xml:
4102         rewrited based on work by Greg Wooledge <greg@wooledge.org>
4103         http://bugs.debian.org/328113
4104
4105 2005-09-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
4106
4107         * po/ro.po: updates (by Sorin Batariuc <sorin@bonbon.net>).
4108
4109 2005-09-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4110
4111         * src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/expiry.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/groups.c, src/grpck.c, src/id.c, src/login.c, src/login_nopam.c, src/logoutd.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/suauth.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c:
4112         remove empty lines after comment.
4113
4114         * src/useradd.c: group all #include.
4115
4116         * po/fr.po:
4117         updated (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
4118
4119 2005-09-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4120
4121         * src/gpasswd.c: remove exit(1) after failure().
4122
4123         * src/usermod.c: consolidate few #ifdef WITH_AUDIT .. #endif sections.
4124
4125 2005-09-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
4126
4127         * src/Makefile.am: added missing $(LDADD) in gpasswd_LDADD.
4128
4129         * NEWS, libmisc/limits.c:
4130         fixed setup max address space limits (added missing break statement in case)
4131         spoted by Lasse Collin <lasse.collin@tukaani.org>
4132         (fix for non-PAM case)
4133
4134         * configure.in: try find and use by default feactures:
4135         with_audit="yes"
4136         with_libcrack="no"
4137         with_libpam="yes"
4138         with_libskey="no"
4139         with_selinux="yes"
4140         Report on finish also S/Key and CrackLib support.
4141
4142         * configure.in: cleanups.
4143
4144         * src/Makefile.am: sort *_LDADD.
4145
4146         * src/Makefile.am: added missing gpasswd_LDADD = $(LIBAUDIT).
4147
4148         * src/groupadd.c, src/groupdel.c, src/groupmod.c, src/useradd.c, src/userdel.c, src/usermod.c, lib/defines.h, lib/prototypes.h, src/chage.c, src/gpasswd.c:
4149         indent code.
4150
4151         * libmisc/Makefile.am: sort libmisc_a_SOURCES elements.
4152
4153         * libmisc/audit_help.c: added shadow copyright text and indent file.
4154
4155         * libmisc/audit_help.c:
4156         patr of auditing support not added on commiting audit changes.
4157
4158         * src/Makefile.am: s/AUDIT/LIBAUDIT/
4159
4160         * configure.in: added reporting on finish is auditing is enabled.
4161         Change to use shared libaudit. Aded missing AC_SUBST(LIBAUDIT).
4162         Break some to log lines.
4163
4164         * src/Makefile.am, src/chage.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/useradd.c, src/userdel.c, src/usermod.c, NEWS, configure.in, lib/defines.h, lib/prototypes.h, libmisc/Makefile.am:
4165         auditing support added. Patch prepared by Peter Vrabec
4166         <pvrabec@redhat.com> basing on work by Steve Grubb from
4167         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159215 Now auditing
4168         support have commands: chage, gpasswd, groupadd, groupdel, groupmod,
4169         useradd, userdel, usermod.
4170
4171         * po/pt.po: finish update (by Christian Perrier <bubulle@debian.org>).
4172
4173 2005-09-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
4174
4175         * po/pt.po, NEWS: updated (by Miguel Figueiredo <elmig@debianpt.org>).
4176
4177 2005-09-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
4178
4179         * src/passwd.c:
4180         fix warning (initialization makes pointer from integer without a cast) in
4181         long_options[] entry.
4182
4183         * po/fr.po, NEWS:
4184         partialy updated (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
4185
4186 2005-09-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
4187
4188         * src/chage.c: indent source sode.
4189
4190         * src/chage.c, src/chfn.c, src/chsh.c, src/passwd.c, NEWS:
4191         change to use new selinux API for selinux_check_passwd_access()
4192         (patch from Fedora by Dan Walsh <dwalsh@redhat.com>).
4193
4194 2005-09-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
4195
4196         * man/Attic/newgrp.1, man/newgrp.1.xml: finished rewrite.
4197
4198         * etc/login.defs: moved from login.defs.linux.
4199
4200         * src/login_nopam.c: use #ident.
4201
4202         * etc/Attic/login.defs.hurd, etc/Attic/login.defs.linux, etc/Makefile.am:
4203         remove login.defs.hurd and login.defs.linux.
4204
4205         * src/groupadd.c, src/useradd.c:
4206         as same as in man pages to useradd and groupadd change to 1000 default
4207         GID_MIN and UID_MIN (if not found in login.defs).
4208
4209         * etc/login.defs: s/chkpasswd/chpasswd/
4210
4211 2005-08-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
4212
4213         * man/Makefile.am, man/chsh.1.xml, man/limits.5.xml, man/login.access.5.xml, man/newgrp.1.xml, man/newusers.8.xml:
4214         fixed id= in <refentry>.
4215
4216         * man/Attic/gpasswd.1, man/gpasswd.1.xml:
4217         fixed refentry id (must be 'gpasswd.1').
4218
4219         * man/Makefile.am, man/newgrp.1.xml:
4220         raw version converted from roff using doclifter.
4221
4222         * lib/exitcodes.h: new exit codes:
4223         #define E_PASSWD_NOTFOUND       14      /* not found password file */
4224         #define E_GROUP_NOTFOUND        16      /* not found group file */
4225         #define E_GSHADOW_NOTFOUND      17      /* not found shadow group file */
4226
4227         * man/Attic/chage.1, man/chage.1.xml, lib/exitcodes.h:
4228         change to 15 (from 14) exit code in chage when shadow not found.
4229
4230         * src/Attic/chsh_chkshell.c, src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/expiry.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/groups.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/id.c, src/lastlog.c, src/login.c, src/login_nopam.c, src/logoutd.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c, libmisc/pwd_init.c, libmisc/pwdcheck.c, libmisc/rlogin.c, libmisc/salt.c, libmisc/setugid.c, libmisc/setupenv.c, libmisc/shell.c, libmisc/strtoday.c, libmisc/sub.c, libmisc/sulog.c, libmisc/ttytype.c, libmisc/tz.c, libmisc/ulimit.c, libmisc/utmp.c, libmisc/valid.c, libmisc/xmalloc.c, libmisc/addgrps.c, libmisc/age.c, libmisc/basename.c, libmisc/chkname.c, libmisc/chowndir.c, libmisc/chowntty.c, libmisc/console.c, libmisc/copydir.c, libmisc/entry.c, libmisc/env.c, libmisc/failure.c, libmisc/fields.c, libmisc/hushed.c, libmisc/isexpired.c, libmisc/limits.c, libmisc/list.c, libmisc/log.c, libmisc/loginprompt.c, libmisc/mail.c, libmisc/motd.c, libmisc/myname.c, libmisc/obscure.c, libmisc/pam_pass.c, libmisc/pwd2spwd.c, NEWS, lib/Attic/getpass.c, lib/Attic/rcsid.h, lib/Makefile.am, lib/commonio.c, lib/encrypt.c, lib/fputsx.c, lib/getdef.c, lib/groupio.c, lib/gshadow.c, lib/lockpw.c, lib/port.c, lib/pwauth.c, lib/pwio.c, lib/sgetgrent.c, lib/sgetpwent.c, lib/sgetspent.c, lib/sgroupio.c, lib/shadow.c, lib/shadowio.c:
4231         use #ident preprocesor directive istead RCID macro with content similar
4232         to example described in ident(1) man page (modern compilers like latest GCC
4233         removes not used functions by global optimization).
4234         So "ident /usr/bin/passwd" will show again some useable informations.
4235
4236         * man/Makefile.am: added support for regenerate roff files from XML.
4237         Added depeing shadow-man-pages.pot on $(man_XMANS).
4238
4239 2005-08-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
4240
4241         * man/Attic/login.1, man/login.1.xml, NEWS:
4242         added securetty(5) to SEE ALSO section (fixed Debian bug http://bugs.debian.org/325773).
4243
4244         * po/pl.po: more updates.
4245
4246         * configure.in:
4247         typo in handle --with-selinux. Fixes in xsltproc detection.
4248
4249         * autogen.sh:
4250         added --enable-man and --enable-maintainer-mode to configure options.
4251
4252         * man/Attic/chage.1, man/chage.1.xml, NEWS:
4253         added EXIT VALUES section (by Nicolas François <nicolas.francois@centraliens.net>).
4254
4255         * man/Attic/passwd.1, man/passwd.1.xml:
4256         remove "Password expiry information" section (all options are described now
4257         in OPTIONS section). Describe -a and -k options.
4258
4259         * NEWS, src/su.c:
4260         fixed twice copy enviroment which causes auth problems (bug was introduced in 4.0.12;
4261         fix by Nicolas François <nicolas.francois@centraliens.net>).
4262
4263         * src/passwd.c, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po:
4264         s/Incorrect password for `%s'/Incorrect password for %s/ (one phrase for translate less).
4265
4266         * src/login.c, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po:
4267         s/login: failure forking: %s/%s: failure forking: %s/ (one phrase for translate less).
4268
4269         * po/pl.po: partialy updated.
4270
4271 2005-08-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
4272
4273         * lib/exitcodes.h, src/chage.c:
4274         s/E_NOT_SHADOWED/E_SHADOW_NOTFOUND/ and change value of this exit code to 14.
4275
4276         * NEWS, lib/exitcodes.h, src/chage.c:
4277         differentiate the different failure causes by the exit value
4278         This will permit to adduser Debian script to detect if chage failed because the
4279         system doesn't have shadowed passwords (fix for http://bugs.debian.org/317012)
4280         Plain merge 443_chage_exit_values Debian patch.
4281
4282         * man/Attic/pw_auth.3.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/vipw.8.xml, man/chage.1.xml, man/chfn.1.xml:
4283         use tabs in indentation (~10KB less in all xml files).
4284
4285         * po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po:
4286         run "make update-po" and remove obsoleted strings.
4287
4288         * src/expiry.c, src/login.c: remove #if 0 .. #endif code.
4289
4290         * src/login.c: remove #if 1 .. #endif.
4291
4292         * libmisc/obscure.c, libmisc/utmp.c, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, src/chage.c, src/login.c, src/logoutd.c, src/newgrp.c, src/su.c, src/useradd.c, NEWS:
4293         merge 010_more-i18ned-messages Debian patch which adds i18n support for few more messages
4294         (orginaly patch was prepared by Guillem Jover <guillem@debian.org>).
4295
4296         * man/id/chsh.1:
4297         fix .SH (fix merged from 207_id-manpages debian patch).
4298
4299 2005-08-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
4300
4301         * acinclude.m4: add aclocal macros (based on acinclude.m4 from glib):
4302         JH_PATH_XML_CATALOG: checks the location of the XML Catalog,
4303         JH_CHECK_XML_CATALOG: checks if a particular URI appears in the XML catalog.
4304
4305         * man/Attic/useradd.8, man/useradd.8.xml:
4306         cleanups in "Changing the default values" section.
4307
4308         * man/useradd.8.xml:
4309         replace <emphasis remap='I'></emphasis> by <replaceable></replaceable>.
4310         Other minor cleanups.
4311
4312         * configure.in:
4313         fixed missing )] in AC_ARG_WITH(skey, ..) (thank for fix to Yuri Kozlov <kozlov.y@gmail.com>).
4314
4315         * man/Attic/chsh.1, man/Attic/faillog.5, man/Attic/gshadow.5, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pw_auth.3.xml, man/Attic/shadow.3, man/Attic/suauth.5, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/chsh.1.xml, man/faillog.8.xml, man/groupadd.8.xml, man/gshadow.5.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/porttime.5.xml, man/shadow.3.xml, man/suauth.5.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml:
4316         typos, and change some arguments so they do not match the name of a
4317         command (fixes by Nicolas François <nicolas.francois@centraliens.net>).
4318
4319         * NEWS, libmisc/chkname.c, man/Attic/groupadd.8, man/Attic/useradd.8, man/groupadd.8.xml, man/useradd.8.xml:
4320         fix regular expression describing alloved login/group names (pointed
4321         by Nicolas François <nicolas.francois@centraliens.net>)
4322         (correct is [a-z_][a-z0-9_-]*[$]).
4323
4324         * man/Attic/useradd.8, man/useradd.8.xml:
4325         remove "Creating New Users" section and merge this directly in DESCRIPTION.
4326         Add <option></option> for -o in EXIT VALUES section.
4327
4328         * po/ru.po, NEWS:
4329         update ru translations (by Yuri Kozlov <kozlov.y@gmail.com>).
4330
4331 2005-08-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
4332
4333         * man/Attic/passwd.1, man/passwd.1.xml:
4334         removed "Account maintenance" section.
4335
4336         * man/Attic/passwd.1, man/passwd.1.xml: partialy done rewrite.
4337
4338         * po/ro.po:
4339         some fixes after review of the translation (by Sorin Batariuc <sorin@bonbon.net>).
4340
4341         * man/Attic/lastlog.8, man/lastlog.8.xml:
4342         s/Print help message and exit./Display help message and exit./
4343
4344         * man/Attic/chage.1, man/chage.1.xml: document -h,--help option.
4345
4346         * man/Attic/groupadd.8, man/groupadd.8.xml:
4347         document -h,--help option. added <option></option> for -o in EXIT VALUES.
4348         Cleanups in SYNOPSIS section.
4349
4350         * man/Attic/chage.1, man/Attic/faillog.8, man/chage.1.xml, man/faillog.8.xml:
4351         replace <emphasis remap='I'></emphasis> by <replaceable></replaceable>.
4352
4353         * man/Attic/lastlog.8, man/lastlog.8.xml:
4354         document new -b,--before option.
4355
4356         * po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/it.po, po/ja.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/el.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, src/lastlog.c:
4357         s/lastlog results/lastlog records/ in lastlog usage output.
4358
4359         * man/Attic/lastlog.8, man/lastlog.8.xml:
4360         add "" aroud <command></command>.
4361
4362         * po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, src/lastlog.c:
4363         alphabetic order options in lastlog usage output. Run "make -C po update-po".
4364
4365         * src/lastlog.c, NEWS:
4366         added handle -b option which allow print only lastlog records older than
4367         specified DAYS (fix by <miles@lubin.us>).
4368
4369         * libmisc/salt.c, NEWS:
4370         fixed for use login.defs::MD5_CRYPT_ENAB only if PAM support
4371         is disabled (fix by John Gatewood Ham <zappaman@buraphalinux.org>).
4372
4373 2005-08-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
4374
4375         * configure.in:
4376         use AC_HELP_STRING() in AC_ARG_ENABLE() and AC_ARG_WITH().
4377         Exit with error message if configure was runed --with-selinux
4378         and libselinux not found.
4379
4380 2005-08-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
4381
4382         * libmisc/chkname.c, NEWS, man/Attic/groupadd.8, man/Attic/useradd.8, man/groupadd.8.xml, man/useradd.8.xml:
4383         documents in CAVEATS section the limitations shadow places on user and
4384         group names (fix by Mike Frysinger <vapier@gentoo.org>).
4385
4386         * src/passwd.c, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po:
4387         added missing -i, --inactive in usage() output.
4388
4389 2005-08-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
4390
4391         * po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, src/passwd.c, NEWS:
4392         passwd rewrited for use getopt_long().
4393
4394         * man/Attic/chage.1, man/chage.1.xml: /warndays/--warndays/
4395
4396         * man/Attic/pw_auth.3.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/vipw.8.xml, man/chage.1.xml, man/chfn.1.xml, man/chpasswd.8.xml, man/chsh.1.xml:
4397         remove trailing spaces.
4398
4399         * src/lastlog.c, src/login.c, src/logoutd.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/pwunconv.c, src/suauth.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c, src/Attic/chsh_chkshell.c, src/chpasswd.c, src/chsh.c, src/expiry.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmems.c, src/groupmod.c, src/groups.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/id.c:
4400         reorder #includes, indentations and minor cleanups.
4401
4402         * src/newgrp.c: indent code.
4403
4404         * NEWS, src/newgrp.c:
4405         when newgrp process sits between parent and child shells, it should
4406         propagate STOPs from child to parent and CONTs from parent to child,
4407         otherwise e.g. bash's "suspend" command won't work.
4408         Fixed Debian http://bugs.debian.org/314727
4409
4410 2005-08-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
4411
4412         * configure.in: typo.
4413
4414         * configure.in:
4415         add display short summary information on finish autoconf script.
4416
4417         * NEWS, configure.in: start work on 4.0.13.
4418
4419 2005-08-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
4420
4421         * po/ru.po: updated for 4.0.12 (by Yuri Kozlov <yuray@id.ru>).
4422
4423         * NEWS, po/sk.po:
4424         updated for 4.0.12 (by Peter Mann <Peter.Mann@tuke.sk>).
4425
4426 2005-08-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
4427
4428         * po/nl.po, NEWS:
4429         updated for 4.0.12 (by cobaco (aka Bart Cornelis) <cobaco@linux.be>).
4430
4431 2005-08-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
4432
4433         * NEWS, po/fi.po:
4434         updated for 4.0.12 (by Tommi Vainikainen <thv+debian@iki.fi>).
4435
4436         * NEWS, po/de.po:
4437         updated for 4.0.12 (by Frank Schmid <frank@cs-schmid.de>).
4438
4439         * po/pt.po, NEWS:
4440         updated for 4.0.12 (by Miguel Figueiredo <elmig@debianpt.org>).
4441
4442 2005-08-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
4443
4444         * po/cs.po:
4445         updated for 4.0.12 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
4446
4447         * src/chpasswd.c, src/groupdel.c, src/newusers.c, src/useradd.c, src/userdel.c, src/usermod.c:
4448         remove duplicated #include <pwd.h>.
4449
4450         * po/pl.po: finished update for 4.0.12.
4451
4452         * src/useradd.c, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po:
4453         s/Not copying any file into it./Not copying any file from skel directory into it./
4454
4455         * src/useradd.c, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po:
4456         break warning message longer than 80 characters.
4457
4458         * po/pl.po: updated.
4459
4460         * src/groupadd.c, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po:
4461         fixed missing \n in usage() output.
4462
4463         * lib/getdef.c, src/login.c, src/newgrp.c, NEWS:
4464         remove using login.defs::CLOSE_SESSIONS variable and allways close PAM session.
4465
4466 2005-08-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
4467
4468         * NEWS, configure.in:
4469         realy enable shadow group support by default (pointed by
4470         Greg Schafer <gschafer@zip.com.au> and Peter Vrabec <pvrabec@redhat.com>).
4471         Indentations in --help output.
4472
4473         * man/Attic/chage.1, man/chage.1.xml:
4474         s/occurrence/occurence/ (334_chage.1-typo Debian patch).
4475
4476         * man/Attic/chfn.1, man/chfn.1.xml:
4477         s/may only change may only change/may only change/ (based on 336_chfn.1 Debian patch).
4478
4479         * man/it/Makefile.am: cleanups (443_man_it_Makefile.am Debian patch).
4480
4481         * man/Attic/userdel.8, man/userdel.8.xml: s/an NIS client/a NIS client/
4482
4483         * man/Attic/useradd.8, man/useradd.8.xml: s/an NIS group/a NIS group/
4484
4485         * man/Attic/lastlog.8, man/lastlog.8.xml:
4486         s/you have an high UID/you have a high UID/
4487
4488         * man/Attic/lastlog.8, man/lastlog.8.xml:
4489         added missing <para></para> in AUTHORS section (cached by Nicolas).
4490
4491         * po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po:
4492         run "make update-po".
4493
4494         * po/POTFILES.in: added missing libmisc/pwdcheck.c. Sorted.
4495
4496 2005-08-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
4497
4498         * NEWS: s/22-07-2005/22-08-2005/
4499
4500         * NEWS: schedule release 4.0.12 in 22-07-2005.
4501
4502         * libmisc/setupenv.c, man/pl/login.defs.5, NEWS, etc/Attic/login.defs.hurd, etc/Attic/login.defs.linux, lib/getdef.c:
4503         removed handle login.defs::QMAIL_DIR variable.
4504
4505         * libmisc/chowntty.c, NEWS:
4506         allow regular user to login on read-only root file system (not only for root).
4507         Patch by Nicolas François <nicolas.francois@centraliens.net>
4508         Fix for http://bugs.debian.org/52069
4509
4510         * NEWS, man/Attic/usermod.8, man/usermod.8.xml:
4511         give the correct range for system users: 0-999 instead of 0-99
4512         (http://bugs.debian.org/286258)
4513
4514         * man/Attic/chage.1, man/chage.1.xml: s/an password/a password/
4515
4516         * man/Attic/chage.1, man/chage.1.xml, src/chage.c, NEWS:
4517         another maxdays fix based on 427_chage_expiry_0 Debian patch
4518         (fix for http://bugs.debian.org/78961).
4519         Better description -1 value passed in -E, -I and -M options.
4520
4521         * src/gpasswd.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, NEWS:
4522         added flushing group nscd cache on exit.
4523
4524         * src/pwck.c, src/pwconv.c, NEWS:
4525         added flushing passwd nscd cache on exit.
4526
4527         * NEWS, src/usermod.c:
4528         fixed handle -p option (patch by Peter Vrabec <pvrabec@redhat.com>).
4529         Indented.
4530
4531         * man/Attic/chage.1, man/chage.1.xml, NEWS, src/chage.c:
4532         use -1 as value for disable password inactivity.
4533         Patch by Peter Vrabec <pvrabec@redhat.com> which fixes:
4534         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=109499
4535         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137498
4536
4537 2005-08-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4538
4539         * src/useradd.c, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po:
4540         do not copy files from skel directory if home directory exist and write
4541         warning message about not copying skel files.
4542         Patch by Peter Vrabec <pvrabec@redhat.com> which fixes:
4543         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143150
4544         https://bugzilla.redhat.com/beta/show_bug.cgi?id=158574
4545         https://bugzilla.redhat.com/beta/show_bug.cgi?id=80242
4546
4547         * po/pl.po: updated.
4548
4549 2005-08-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4550
4551         * src/useradd.c:
4552         s/spoll/spool/ (spoted by Nicolas François <nicolas.francois@centraliens.net>).
4553
4554 2005-08-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
4555
4556         * NEWS, src/su.c:
4557         ignore SIGINT while authenticating. A ^C could defeat the waiting
4558         period and permit brute-force attacks (fixed http://bugs.debian.org/288827).
4559
4560 2005-08-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
4561
4562         * lib/defines.h, NEWS, configure.in:
4563         added require ngettext (added [need-ngettext] to AM_GNU_GETTEXT() parameters)
4564         and stub prototype for ngettext() in lib/prototypes.h (neccessary if shadow
4565         compiled with disabled NLS support)
4566         Based on fixes by Martin Schlemmer <azarah@nosferatu.za.org>.
4567
4568         * src/faillog.c: start using exitcodes.h.
4569
4570         * NEWS, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/gshadow.5, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/vipw.8, man/logoutd.8.xml, man/shadow.3.xml, man/sulogin.8.xml:
4571         regenerate all roff man pages using DocBook XSL Stylesheets 1.69.0.
4572
4573         * src/chage.c, src/chpasswd.c, src/newusers.c, src/passwd.c, src/pwunconv.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c, NEWS:
4574         remove flushing shadow nscd cache (nscd do not caches shadow map).
4575
4576 2005-08-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
4577
4578         * src/groupadd.c, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, NEWS:
4579         rewrited groupadd for use getopt_long().
4580
4581         * src/chage.c: indent.
4582
4583         * NEWS, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/userdel.c:
4584         do OPENLOG() before pam_start().
4585
4586         * NEWS, src/groupadd.c: fixed double OPENLOG().
4587
4588         * src/passwd.c, src/vipw.c, src/userdel.c: reorder nscd_flush_cache().
4589
4590         * src/chfn.c, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po:
4591         cleanups in printf() translated messages for make translators work easier.
4592
4593         * NEWS, src/chage.c: added flushing NSS shadow map on exit.
4594
4595         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, src/useradd.c:
4596         s/the the/the/
4597
4598         * po/POTFILES.in: removed lib/{grpack,gspack,pwpack,sppack}.c.
4599
4600         * NEWS, src/newusers.c:
4601         added flushing NSS passwd, shadow and group maps.
4602
4603         * NEWS, src/chpasswd.c, src/useradd.c:
4604         added flushing NSS shadow map on exit.
4605
4606         * lib/prototypes.h: removed outdated prototypes for lib/gsdbm.c.
4607
4608         * NEWS, lib/Attic/grpack.c, lib/Attic/gspack.c, lib/Attic/pwpack.c, lib/Attic/sppack.c, lib/Makefile.am, lib/prototypes.h:
4609         remove lib/{grpack,gspack,pwpack,sppack}.c and prototypes from lib/prototypes.h (outdated).
4610
4611         * lib/prototypes.h: removed outdated prototypes from lib/pwdbm.c.
4612
4613 2005-07-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
4614
4615         * NEWS, src/usermod.c: added flushing NSS shadow map.
4616
4617 2005-07-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
4618
4619         * man/Attic/chage.1, man/chage.1.xml:
4620         typo (s/passwordchanges/password changes/).
4621
4622 2005-07-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
4623
4624         * lib/getdef.c, src/su.c:
4625         ENV_SUPATH and ENV_PATH must be used independently to PAM.
4626
4627         * lib/exitcodes.h: added E_BAD_ARG.
4628
4629         * src/gpasswd.c: start use exitcodes.h.
4630
4631         * lib/getdef.c: remove ENV_ROOTPATH def_table[] (not used).
4632
4633 2005-07-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
4634
4635         * src/chsh.c: start use exitcodes.h.
4636
4637 2005-07-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
4638
4639         * po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/Makevars, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po:
4640         added --no-location to po/Makevars::XGETTEXT_OPTIONS: shorter .po files.
4641
4642         * NEWS, src/grpck.c, src/pwck.c:
4643         pwck: now pwck OPENLOG with correct name ("pwck" instead "pwsk"),
4644         pwck, grpck: replace all puts() with printf() - it fixes problems with extra blank
4645         lines printed in some messages
4646         (fixes by Alexander Gattin <arg@online.com.ua>)
4647
4648 2005-07-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
4649
4650         * po/Makevars: added:
4651         MSGID_BUGS_ADDRESS = kloczek@pld.org.pl
4652
4653 2005-07-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
4654
4655         * src/chfn.c: start use #include "exitcodes.h",
4656
4657         * lib/exitcodes.h: cleanups.
4658
4659         * lib/Makefile.am, lib/exitcodes.h, src/chage.c:
4660         start separate all E_* exit codes to lib/exitcodes.h.
4661
4662         * src/passwd.c, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po:
4663         use separated message "Password set to expire." instead "Password changed."
4664         on "passwd -e" (fix by Christian Perrier <bubulle@debian.org>).
4665
4666         * NEWS, po/fr.po:
4667         updated (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
4668
4669         * NEWS, configure.in: start work on 4.0.12.
4670
4671 2005-07-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
4672
4673         * po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, NEWS, configure.in, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po:
4674         4.0.11.1 will be released tmorrow (21-07-2005).
4675
4676         * configure.in, NEWS:
4677         fixed configure.in: now is possible build shadow with enabled/disabled shadow group
4678         support (thanks for report symptoms of the bug to Greg Schafer <gschafer@zip.com.au>).
4679
4680         * po/sv.po, NEWS: update finished (by Per Olofsson <pelle@dsv.su.se>)
4681
4682         * po/sv.po: partialy updated (by Per Olofsson <pelle@dsv.su.se>).
4683
4684 2005-07-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
4685
4686         * NEWS, configure.in: start work on 4.0.12.
4687
4688 2005-07-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
4689
4690         * libmisc/sub.c:
4691         fixed compilation warning about incompatible implicit declaration of built-in
4692         function printf: added "#include <stdio.h>".
4693
4694         * src/groupadd.c:
4695         move #ifdef USE_PAM .. #endif #includes outside #ifdef SHADOWGRP .. #endif.
4696
4697         * libmisc/pwdcheck.c:
4698         added missing "#include <stdio.h>" (fix compilation with PAM disabled).
4699
4700         * po/ro.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/pl.po, po/pt_BR.po, po/nl.po, po/nn.po, po/nb.po, po/ko.po, po/ja.po, po/it.po, po/he.po, po/id.po, po/fr.po, po/bs.po, po/ca.po, po/da.po, po/el.po, po/es.po, po/eu.po, po/fi.po:
4701         run "make update-po".
4702
4703         * src/su.c:
4704         move declaration of pamh nad caught variables to #ifdef USE_PAM .. #endif.
4705
4706         * po/pl.po, NEWS: updated pl translation.
4707
4708 2005-07-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
4709
4710         * NEWS, po/sk.po:
4711         updated for 4.0.11 (by Peter Mann <Peter.Mann@tuke.sk>).
4712
4713 2005-07-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
4714
4715         * NEWS, po/cs.po:
4716         updated for 4.0.11 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
4717
4718 2005-07-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
4719
4720         * po/de.po, NEWS:
4721         updated for 4.0.11 (by Frank Schmid <frank@cs-schmid.de>).
4722
4723 2005-07-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
4724
4725         * NEWS, po/pt.po:
4726         updated for 4.0.11 (by Miguel Figueiredo <elmig@debianpt.org>).
4727
4728 2005-07-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
4729
4730         * po/stats: reorder gsub().
4731
4732         * po/ru.po: cleanups.
4733
4734         * po/ru.po, NEWS:
4735         updated for 4.0.11 (by Yuri Kozlov <yucoz@yandex.ru>).
4736
4737 2005-07-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
4738
4739         * lib/getdef.c:
4740         move MAIL_DIR variable from def_table[] to part independent to USE_PAM
4741         (still used in userdel/usermod).
4742
4743         * NEWS, man/Attic/pwck.8, man/pwck.8.xml:
4744         document -q option (based on Debian patch for fix http://bugs.debian.org/309408)
4745         Rewrited OPTIONS section and better SYNOPSIS.
4746
4747         * NEWS, po/da.po:
4748         - updated for 4.0.11 (by Claus Hindsgaul <claus_h@image.dk>).
4749
4750         * NEWS, src/su.c:
4751         ignore SIGINT while authenticating. A ^C could defeat the waiting period and
4752         permit brute-force attacks. Also ignore SIGQUIT.
4753         Fixed: http://bugs.debian.org/52372 and http://bugs.debian.org/288827
4754
4755         * po/fi.po, NEWS:
4756         - updated for 4.0.11 (by Tommi Vainikainen <thv+debian@iki.fi>).
4757
4758         * po/ro.po: - updated Project-Id-Version field.
4759
4760         * NEWS, po/ro.po:
4761         - updated for 4.0.11 (by Sorin B. <sorin@bonbon.net>).
4762
4763 2005-07-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
4764
4765         * NEWS, man/Attic/lastlog.8, man/lastlog.8.xml:
4766         document that lastlog is a sparse file, and don't need to be rotated.
4767         http://bugs.debian.org/219321
4768
4769         * src/chage.c: use E_USAGE=2 as usage() exit code.
4770
4771         * NEWS, po/es.po:
4772         updated for 4.0.11 (by Ruben Porras <nahoo82@telefonica.net>).
4773
4774         * src/useradd.c: cleanups in usage() oyput.
4775
4776         * po/zh_TW.po, po/vi.po, po/zh_CN.po, po/uk.po, po/tl.po, po/tr.po, po/sv.po, po/sq.po, po/sk.po, po/ro.po, po/ru.po, po/pt.po, po/pt_BR.po, po/pl.po, po/nb.po, po/nl.po, po/nn.po, po/ko.po, po/it.po, po/ja.po, po/he.po, po/id.po, po/fr.po, po/eu.po, po/fi.po, po/es.po, po/da.po, po/de.po, po/el.po, po/bs.po, po/ca.po, po/cs.po:
4777         cleanups in usage() output.
4778
4779         * NEWS: release 4.0.11 is sheduled to 18-06-2005.
4780
4781 2005-07-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
4782
4783         * man/Attic/login.1, man/login.1.xml, NEWS:
4784         better explain the respective roles of login, init and getty with regards
4785         to the utmp file (based on 441_manpages-shadow.5 Debian patch)
4786
4787         * man/Attic/su.1, man/groupdel.8.xml, man/su.1.xml, man/Attic/groupdel.8:
4788         s/presense/presence/; s/filesystem/file system/
4789         (sed on 440_manpages-login.1 Debian patch)
4790
4791         * man/pl/Attic/shadowconfig.8, man/pl/Makefile.am, man/ja/Attic/shadowconfig.8, man/ja/Makefile.am, man/it/Attic/shadowconfig.8, man/Attic/shadowconfig.8, man/Attic/shadowconfig.8.xml, man/Makefile.am, NEWS:
4792         removed shadowconfig(8) man page (will be maintained in Debian shadow pkg repository).
4793
4794         * man/it/sg.1: added.
4795
4796         * man/it/Makefile.am: more files in man_MANS.
4797
4798         * man/it/Makefile.am: move pwunconv.8 to man_MANS.
4799
4800         * man/useradd.8.xml, man/Attic/useradd.8:
4801         updated after rewrite for for getopt_long() in useradd (-D and -k options
4802         idescription must be finished).
4803
4804         * src/useradd.c, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, NEWS:
4805         rewrited for use getopt_long().
4806
4807         * po/stats: more gsub().
4808
4809 2005-07-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
4810
4811         * src/newgrp.c:
4812         indent source code and use fix for handle splitted groups unconditionaly.
4813
4814         * lib/nscd.c: indent.
4815
4816         * NEWS, src/newgrp.c:
4817         add fix for handle splitted NIS groups: extends the functionality that,
4818         if the requested group is given, all groups of the same GID are tested for
4819         membership of the requesting user.
4820         (fix by Christian Mudra <C.Mudra@science-computing.de>
4821
4822         * lib/nscd.c, NEWS:
4823         for some reason doing the INVALIDATE call with two write()'s fails.
4824         Do one writev() call instead. http://bugs.gentoo.org/show_bug.cgi?id=80413
4825         (submited by Martin Schlemmer <azarah@gentoo.org>)
4826
4827         * NEWS, lib/nscd.c:
4828         merge nscd-socket-path patch from Fedora: newer glibc's have a different nscd socket
4829         location (/var/run/nscd/socket instead /var/run/.nscd_socket).
4830
4831 2005-07-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4832
4833         * po/stats: improved.
4834
4835         * man/Attic/groupadd.8, man/groupadd.8.xml, NEWS:
4836         document -o option in groupadd(8).
4837
4838         * configure.in: s/'"$<foo>" != "no"'/'"$<foo>" = "yes"'/
4839
4840         * NEWS, configure.in, lib/Makefile.am, lib/pwauth.c:
4841         S/Key support is back.
4842
4843         * po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po:
4844         run "make update-po".
4845
4846         * po/pl.po: updated.
4847
4848         * src/useradd.c: s,key=value,KEY=VALUE,
4849
4850         * src/groupadd.c, NEWS, man/Attic/groupadd.8, man/groupadd.8.xml:
4851         change -O option to -K and document it in man page.
4852
4853         * man/Attic/useradd.8, man/useradd.8.xml, src/useradd.c:
4854         s/NAME=VALUE/KEY=VALUE/; s/key=value/KEY=VALUE/
4855
4856         * src/chfn.c, src/groupadd.c, src/groupmems.c, src/login.c, src/passwd.c, src/vipw.c:
4857         sort cases in switch (flag) {}.
4858
4859         * src/gpasswd.c, src/groupadd.c, src/groupmems.c, src/groupmod.c, src/passwd.c, src/useradd.c, src/usermod.c:
4860         sort getopt() optstring.
4861
4862         * src/useradd.c:
4863         remove A: from getopt() optstring (the same bug as in usermod).
4864
4865         * src/usermod.c:
4866         remove A: from getopt() optstring (it was for handle AUTH_METHODS code but now
4867         it is not used option). Catched by Thorsten Kukuk <kukuk@suse.de>.
4868
4869         * src/usermod.c, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po:
4870         indent source code. Added usermod error message about -a option usage to translated messages.
4871
4872         * po/POTFILES.in: mistake s,chage_chkshell.c,chsh_chkshell.c,
4873
4874         * po/POTFILES.in: s,libmisc/chkshell.c,src/chage_chkshell.c,
4875
4876         * man/Attic/usermod.8, man/usermod.8.xml, src/usermod.c, NEWS:
4877         added -a option. This flag can only be used in conjunction with the -G
4878         option. It cause usermod to append user to the current supplementary group list.
4879         (patch by Peter Vrabec <pvrabec@redhat.com>)
4880
4881         * libmisc/Attic/chkshell.c, libmisc/Makefile.am, src/Attic/chsh_chkshell.c, src/Makefile.am:
4882         move libmisc/chkshell.c to src/chsh_chkshell.c. check_shell() is used only by chsh.
4883
4884 2005-07-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4885
4886         * Attic/acconfig.h, NEWS, configure.in:
4887         finish move all autoheader templates from acconfig.h to configure.in.
4888
4889         * src/chage.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, NEWS:
4890         added missing \n in chage error messages.
4891
4892         * po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/bs.po:
4893         run "make update-po".
4894
4895         * src/usermod.c: move all #include in one place.
4896
4897         * src/useradd.c: s/-O/-K/
4898
4899         * man/Attic/useradd.8, man/useradd.8.xml:
4900         cleanups in Note: in -K description.
4901
4902         * NEWS, man/Attic/useradd.8, man/useradd.8.xml, src/useradd.c:
4903         change -O option to -K and document it in man page.
4904
4905         * man/Attic/useradd.8, man/useradd.8.xml:
4906         added separated <cmdsynopsis></cmdsynopsis> for -D description and remove using </srb> tags from
4907         <refsynopsisdiv id='synopsis'>.
4908
4909         * src/login.c:
4910         replace #ifdef USE_PAM .. #endif #ifndef USE_PAN .. #endif by
4911         #ifdef USE_PAM .. #else .. #endif.
4912
4913         * src/su.c: conditiona code reorganization.
4914
4915         * src/login.c: remove one #ifndef USE_PAM .. #endif.
4916
4917         * libmisc/setupenv.c: move setup $MAIL to !USE_PAM.
4918
4919         * libmisc/setupenv.c, src/su.c:
4920         consolidate two sections of code #ifndef USE_PAM to one.
4921
4922         * src/su.c, src/sulogin.c, libmisc/setupenv.c, libmisc/tz.c, src/login.c, NEWS:
4923         fixed erroneous warning messages about some login.defs variables when used with PAM
4924         (fix by DJ Lucas <dj@linuxfromscratch.org>)
4925
4926 2005-07-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
4927
4928         * configure.in, libmisc/getdate.y, libmisc/utmp.c, src/logoutd.c:
4929         remove non-USG code.
4930
4931         * Attic/acconfig.h, configure.in:
4932         start moving all autoheader templates from acconfig.h to configure.in.
4933
4934         * configure.in: remove not used AC_DEFINE(HAVE_LIBCRYPT).
4935
4936         * Attic/acconfig.h, NEWS, configure.in:
4937         stop with error message if crypt() not found. Remove --with{,out}-libcrypt switch.
4938
4939         * src/login.c: fixed use SYSLOG macro.
4940
4941 2005-07-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
4942
4943         * src/login_nopam.c: fixed use SYSLOG macro.
4944
4945 2005-07-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
4946
4947         * NEWS, src/login.c:
4948         setup limits and umask (using login.defs ULIMITS and UMASK variables) only when
4949         PAM support is disabled (it is task for pam_limits and pam_umask modules).
4950
4951 2005-06-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
4952
4953         * src/sulogin.c, src/login.c, src/login_nopam.c, NEWS:
4954         use SYSLOG macro instead syslog() which saves the locale, sets the locale to C,
4955         sends the message and restores the locale (fix by Nicolas François <nicolas.francois@centraliens.net>).
4956
4957         * NEWS, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/userdel.8, man/Attic/usermod.8, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmod.8.xml, man/userdel.8.xml, man/usermod.8.xml:
4958         in SEE ALLSO section added refer to gpasswd(8)
4959         (suggested by Mike Frysinger <vapier@gentoo.org>)
4960
4961         * NEWS, configure.in: start work on 4.0.11.
4962
4963 2005-06-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
4964
4965         * NEWS: +1 day release 4.0.10 date.
4966
4967         * po/pl.po: kill fuzzy.
4968
4969         * po/de.po: partial update by Frank Schmid <frank@cs-schmid.de>.
4970
4971 2005-06-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
4972
4973         * po/ca.po: run "make update-po".
4974
4975         * po/sk.po: updated sk translation by Peter Mann <Peter.Mann@tuke.sk>.
4976
4977 2005-06-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
4978
4979         * NEWS: typo.
4980
4981 2005-06-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
4982
4983         * po/pl.po: typo.
4984
4985         * po/pl.po: updated for 4.0.10.
4986
4987         * po/ru.po, NEWS: updated ru translation by maintainer.
4988
4989         * NEWS: added past releases dates. Cleanups.
4990
4991         * man/Attic/shadowconfig.8: merge version generated from XML file.
4992
4993         * po/ca.po, po/cs.po, po/da.po, po/fi.po, NEWS:
4994         translations updated by maintainers.
4995
4996 2005-06-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
4997
4998         * src/chage.c, po/zh_TW.po, po/vi.po, po/zh_CN.po, po/tl.po, po/tr.po, po/uk.po, po/sk.po, po/sq.po, po/sv.po, po/ro.po, po/ru.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/eu.po, po/fi.po, po/fr.po, po/de.po, po/el.po, po/es.po, po/ca.po, po/cs.po, po/da.po, po/bs.po (usage):
4999         s/EXPIRE/EXPIRE_DATE/.
5000
5001         * po/pl.po: start update for 4.0.10.
5002
5003         * src/usermod.c, src/useradd.c, src/userdel.c, src/id.c, src/newgrp.c, src/su.c, po/zh_TW.po, po/zh_CN.po, po/vi.po, po/uk.po, po/tr.po, po/tl.po, po/sv.po, po/sq.po, po/sk.po, po/ru.po, po/pt_BR.po, po/ro.po, po/pt.po, po/pl.po, po/nn.po, po/nl.po, po/nb.po, po/ko.po, po/ja.po, po/it.po, po/id.po, po/he.po, po/fr.po, po/eu.po, po/fi.po, po/es.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po:
5004         s/uid/UID/ in all commnets and messages.
5005
5006         * libmisc/failure.c, libmisc/limits.c, lib/pwio.c:
5007         s/uid/UID/ in comments.
5008
5009         * src/usermod.c, src/useradd.c, src/groupadd.c, src/groupmod.c, src/id.c, src/newgrp.c, po/zh_TW.po, po/zh_CN.po, po/vi.po, po/uk.po, po/tr.po, po/tl.po, po/sv.po, po/sq.po, po/sk.po, po/ru.po, po/ro.po, po/pt_BR.po, po/pt.po, po/pl.po, po/nn.po, po/nl.po, po/nb.po, po/ko.po, po/ja.po, po/it.po, po/he.po, po/id.po, po/fr.po, po/fi.po, po/eu.po, po/es.po, po/el.po, po/da.po, po/de.po, po/cs.po, po/bs.po, po/ca.po, libmisc/limits.c, lib/groupio.c:
5010         s/gid/GID/ in all comments and messages.
5011
5012         * src/gpasswd.c, src/login.c, src/passwd.c, src/chage.c, src/chfn.c, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po:
5013         one message in i18n messages less: use in all places "Permission denied" instead
5014         "permission denied".
5015
5016         * libmisc/getdate.y:
5017         remove extern for gmtime(), localtime() and mktime() and instead add #include <time.h>.
5018
5019         * libmisc/entry.c: removed extern for fgetpwent().
5020
5021         * NEWS, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/gshadow.5, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/login.1, man/Attic/login.defs.5, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/pw_auth.3, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/vipw.8:
5022         now most of the man pages now are generated from XML files so in case any submiting
5023         any chages to this resources please make diff fies to XML files.
5024
5025         * man/Attic/pw_auth.3.xml: cleanups.
5026
5027         * man/grpck.8.xml, man/passwd.1.xml:
5028         correctly code EXIT VALUES section using <variablelist>. Cleanups.
5029
5030         * man/shadow.3.xml: cleanups.
5031
5032 2005-06-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
5033
5034         * man/ja/Attic/mkpasswd.8, man/ja/Makefile.am, man/pl/Attic/mkpasswd.8, man/pl/Makefile.am:
5035         remove ja and pl mkpasswd.8 man pages.
5036
5037 2005-06-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
5038
5039         * man/pwck.8.xml, man/useradd.8.xml, man/userdel.8.xml:
5040         correctly code EXIT VALUES section.
5041
5042         * Attic/acconfig.h: removed DES_RPC and OPIE templates.
5043
5044         * src/Attic/mkpasswd.c, src/Makefile.am, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, NEWS, man/Attic/mkpasswd.8, man/Attic/mkpasswd.8.xml, man/Makefile.am, po/POTFILES.in, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po:
5045         removed mkpasswd.
5046
5047         * man/Makefile.am: do not install mkpasswd(8) man page.
5048
5049         * src/Makefile.am: move mkpasswd.c to EXTRA_DIST.
5050
5051         * man/passwd.5.xml:
5052         use <itemizedlist mark='bullet'> for describe passwd fields. Remove outdated
5053         information about additional fields in comment field. Cleanups.
5054
5055         * man/newusers.8.xml: cleanups.
5056
5057         * man/gshadow.5.xml:
5058         use <itemizedlist mark='bullet'> for gshadow fields desscription.
5059
5060         * man/shadow.5.xml: cleanups.
5061
5062         * man/shadow.5.xml:
5063         use <itemizedlist mark='bullet'> for describe shadow fields.
5064
5065         * man/Attic/pw_auth.3.xml: cleanups.
5066
5067         * man/Attic/pw_auth.3.xml: use correct <refname>.
5068
5069         * man/Attic/pw_auth.3.xml: cleanups.
5070
5071         * man/groupdel.8.xml, man/groupmod.8.xml:
5072         correctly code EXIT VALUES section.
5073
5074         * man/groupadd.8.xml: cleanups.
5075
5076         * man/Attic/mkpasswd.8.xml: added missing <variablelist> tag.
5077
5078         * man/usermod.8.xml: cleanups.
5079
5080         * man/usermod.8.xml: remove <sbr/> tags from SYNOPSIS section.
5081
5082         * man/faillog.8.xml: cleanups.
5083
5084         * man/faillog.5.xml:
5085         put struct faillog definition in <programlisting></programlisting>.
5086
5087         * man/chsh.1.xml, man/chpasswd.8.xml: cleanups.
5088
5089         * man/groupadd.8.xml:
5090         seems I found good way for code EXIT VALUES section.
5091
5092         * man/shadow.3.xml:
5093         put meanings of each field spwd struct in <itemizedlist mark='bullet'>.
5094
5095         * man/shadow.3.xml:
5096         place definition of struct spwd in <programlisting></programlisting>.
5097
5098         * NEWS, src/userdel.c:
5099         userdel now deletes user groups from /etc/gshdow as well as /etc/group.
5100         Fix by Nicolas François <nicolas.francois@centraliens.net>.
5101         http://bugs.debian.org/99442
5102
5103         * src/usermod.c, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, NEWS, po/bs.po, po/ca.po, po/cs.po:
5104         fixed bug in usermod ad run "make -C po update-po".
5105         When relocating a user's home directory, don't fail and remove the new
5106         home directory if we can't remove the old home directory for some
5107         reason; the results can be spectularly poort if, for instance, only
5108         the rmdir() fails. Patch prepared by Timo Lindfors <lindi-spamtrap@newmail.com>.
5109         http://bugs.debian.org/166369
5110
5111 2005-06-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
5112
5113         * src/login.c: indent.
5114
5115         * man/Attic/pw_auth.3.xml, man/Attic/shadowconfig.8.xml, man/chage.1.xml, man/faillog.8.xml, man/groupmems.8.xml, man/gshadow.5.xml, man/login.1.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/vipw.8.xml:
5116         cleanups.
5117
5118 2005-06-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
5119
5120         * man/chage.1.xml, man/chfn.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/faillog.5.xml:
5121         cleanups.
5122
5123         * man/login.1.xml: rewrited FILES section.
5124
5125         * man/id.1.xml, man/lastlog.8.xml, man/gshadow.5.xml: cleanups.
5126
5127         * man/groups.1.xml: typos.
5128
5129         * man/chfn.1.xml, man/expiry.1.xml, man/gpasswd.1.xml: cleanups.
5130
5131 2005-06-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
5132
5133         * NEWS:
5134         last patch for UTMPX was submited by by Nicolas François <nicolas.francois@centraliens.net>
5135
5136         * libmisc/failure.c, libmisc/failure.h, NEWS:
5137         use also UTMPX API instead UTMP on failure (login was by affected this when shadow
5138         was builded without PAM support).
5139
5140         * NEWS, src/login.c:
5141         the PAM session needs to be closed as root, thus before change_uid()
5142         http://bugs.debian.org/53570 http://bugs.debian.org/195048 http://bugs.debian.org/211884
5143
5144         * man/Attic/passwd.1, man/passwd.1.xml:
5145         s/compatiblity/compatibility/ (fix by Christian Perrier <bubulle@kheops.frmug.org>).
5146
5147 2005-06-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
5148
5149         * NEWS, man/Attic/chfn.1, man/chfn.1.xml:
5150         give more details about the influence of login.defs on what's allowed to
5151         users (based on Debian patches).
5152
5153         * NEWS, src/su.c:
5154         fix syslogs to be less ambiguous. Use old:new format instead of old-new
5155         because '-' can appear in usernames.
5156         http://bugs.debian.org/213592
5157
5158         * NEWS, src/login.c:
5159         made login's -f option also able to use the username after -- if none
5160         was passed as it's optarg
5161         http://bugs.debian.org/53702
5162
5163         * po/POTFILES.in, NEWS, libmisc/Attic/setup.c, libmisc/Makefile.am:
5164         not used now (removed).
5165
5166         * man/Attic/usermod.8, man/usermod.8.xml:
5167         s/inactive_time/inactive_days/ in -f parameter in SYNOPSIS (fix by Christian
5168         Perrier <bubulle@debian.org>).
5169
5170 2005-06-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
5171
5172         * man/Attic/grpck.8, man/grpck.8.xml:
5173         typo: s/incorrectable/uncorrectable/ (by A Costa <agcosta@gis.net>).
5174
5175         * man/Attic/gshadow.5, man/gshadow.5.xml:
5176         typos: s/folowing/following/; s/encryped/encrypted/; s/supercedes/supersedes/
5177         (by A Costa <agcosta@gis.net>).
5178
5179         * man/Attic/shadow.5, man/shadow.5.xml:
5180         typos: s/encryped/encrypted/; s/supercedes/supersedes/
5181         (by A Costa <agcosta@gis.net>)
5182
5183 2005-06-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
5184
5185         * src/login.c, NEWS:
5186         check for hushed login and pass PAM_SILENT if true.
5187         http://bugs.debian.org/48002
5188
5189         * src/login.c, NEWS:
5190         fixed loggin of username on succesful login (was using the normal username,
5191         when it should have used pam_user) http://bugs.debian.org/47819
5192
5193 2005-06-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
5194
5195         * NEWS, po/zh_TW.po: updated (by Tetralet <tetralet@pchome.com.tw>).
5196
5197         * NEWS, po/ca.po: updated (by Guillem Jover <guillem@debian.org>).
5198
5199         * man/de/passwd.1:
5200         added small comment with marker usefull for translators.
5201
5202 2005-05-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
5203
5204         * src/Attic/mkpasswd.c, src/chpasswd.c, src/faillog.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/su.c, src/useradd.c, src/userdel.c, src/usermod.c, lib/encrypt.c, lib/getdef.c, lib/gshadow.c, lib/pwauth.h, lib/shadow.c, libmisc/failure.c, libmisc/isexpired.c, libmisc/salt.c:
5205         indent all.
5206
5207         * src/chage.c, src/chpasswd.c, src/expiry.c, src/login.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, lib/Attic/sppack.c, lib/defines.h, lib/lockpw.c, lib/prototypes.h, lib/sgetspent.c, lib/shadow.c, lib/shadowio.c, libmisc/age.c, libmisc/entry.c, libmisc/isexpired.c, libmisc/pwd2spwd.c, libmisc/pwdcheck.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, Attic/acconfig.h, NEWS, configure.in:
5208         remove using SHADOWPWD #define so now shadow is allways builded with shadow
5209         password support.
5210
5211 2005-05-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
5212
5213         * src/chage.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, NEWS, man/Attic/chage.1, man/chage.1.xml:
5214         rewrite for use getopt_long().
5215
5216 2005-05-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
5217
5218         * NEWS, configure.in: start working on 4.0.10.
5219
5220         * man/Makefile.am: remove shadow-man-pages.pot target from all.
5221
5222 2005-05-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
5223
5224         * lib/encrypt.c, NEWS:
5225         fixed passwd segfault in non-PAM connfiguration (submited by Greg Schafer <gschafer@zip.com.au>).
5226
5227         * po/sv.po: upsdate (by Christian Perrier <bubulle@debian.org>).
5228
5229         * NEWS, src/newgrp.c:
5230         fixed NULL pointer dereference - getlogin() and ttyname() can
5231         return NULL which is not checked (http://bugs.debian.org/162303).
5232
5233         * man/Attic/su.1, man/pwconv.8.xml, man/su.1.xml, man/Attic/pwconv.8:
5234         fixed typo (s,similiar,similar,).
5235
5236 2005-05-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
5237
5238         * NEWS, po/ro.po: updated by Sorin B. <sorin@bonbon.net>.
5239
5240         * po/ru.po, NEWS: updated by yu-koz <yu-koz@yandex.ru>.
5241
5242 2005-05-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
5243
5244         * po/ro.po: few updates by Sorin Batariuc <sorin@bonbon.net>.
5245
5246 2005-05-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
5247
5248         * po/ru.po: updated (by Yuri Kozlov <yuray@id.ru>).
5249
5250 2005-05-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
5251
5252         * po/vi.po:
5253         completed translations for HEAD (by Clytie Siddall <clytie@riverland.net.au>).
5254
5255 2005-05-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
5256
5257         * NEWS, po/LINGUAS, po/vi.po: added new vi translation.
5258
5259         * NEWS, lib/getdef.c:
5260         leaves the table as it is, and changes from the binary search to
5261         a sequential one (fix by Lucas Correia Villa Real <lucasvr@gobolinux.org>).
5262
5263         * man/Attic/passwd.1, man/passwd.1.xml:
5264         make bold passwd and chfn commands.
5265
5266 2005-04-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
5267
5268         * man/usermod.8.xml, man/vipw.8.xml: cleanups.
5269
5270 2005-04-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
5271
5272         * man/Attic/shadowconfig.8.xml, man/gpasswd.1.xml, man/groups.1.xml, man/grpck.8.xml, man/login.defs.5.xml, man/passwd.1.xml, man/pwck.8.xml, man/sulogin.8.xml, man/useradd.8.xml:
5273         replace <emphasis remap='B'></emphasis> by <command></command>.
5274
5275         * po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, src/lastlog.c:
5276         fixed lastlog --help message (s,--login,--user,) http://bugs.debian.org/249611
5277
5278         * man/Attic/mkpasswd.8.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml:
5279         use <varlistentry></varlistentry> in FILES section. Cleanups.
5280
5281         * man/expiry.1.xml, man/chsh.1.xml, man/chpasswd.8.xml, man/chfn.1.xml, man/porttime.5.xml, man/Attic/pw_auth.3.xml:
5282         cleanups.
5283
5284         * man/Attic/vipw.8, man/vipw.8.xml:
5285         small fix: s,vi,vi(1), (reported by Helge Kreutzmann <kreutzm@itp.uni-hannover.de> in
5286         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=260636).
5287         s,VISUAL,$VISUAL; s,EDITOR,$EDITOR,
5288
5289 2005-04-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
5290
5291         * man/login.1.xml: fixed bold (use <command></command>). Cleanups.
5292
5293         * man/Attic/login.1: fixed typo in bold.
5294
5295         * man/chage.1.xml: fixed italic. Cleanups.
5296
5297         * man/Attic/chage.1: fixed typo in italic.
5298
5299         * man/login.defs.5.xml:
5300         fixed italic (use <filename></filename> istead italic). Cleanups.
5301
5302         * man/Attic/login.defs.5: fixed typo in italic.
5303
5304         * man/vipw.8.xml: fixed italic (use <filename></filename>).
5305
5306         * man/Attic/vipw.8: typo in italic.
5307
5308         * man/Makefile.am:
5309         added target for generate shadow-man-pages.pot. List all now useable xml files
5310         in man_XMANS variable.
5311
5312         * man/pwconv.8.xml:
5313         fixed bold. Use in more places <command></command> istead bold.
5314
5315         * man/Attic/login.defs.5: typo in bold.
5316
5317         * man/su.1.xml:
5318         removed comment. Use <variablelist></variablelist> in Files secstion.
5319         Fixed bold.
5320
5321         * man/Attic/pwconv.8, man/Attic/su.1: typo in bold.
5322
5323 2005-04-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
5324
5325         * NEWS, configure.in: start work on 4.0.9.
5326
5327         * po/nl.po: kill fuzzy.
5328
5329         * man/Attic/chage.1:
5330         reverte last commit (by mistake commited experimental version generated from XML file).
5331
5332         * NEWS, po/nl.po:
5333         updated for 4.0.8 (by "cobaco (aka Bart Cornelis)" <cobaco@linux.be>).
5334
5335         * po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po:
5336         two typos (s,specyfied,specified,; s,maiximum,maximum,).
5337
5338         * NEWS, po/sk.po:
5339         updated for 4.0.8 (by Peter Mann <Peter.Mann@tuke.sk>).
5340
5341         * src/lastlog.c: typo (s,specyfied,specified,)
5342
5343         * src/faillog.c: typo (s,maiximum,maximum,).
5344
5345 2005-04-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
5346
5347         * man/chage.1.xml, man/chfn.1.xml, man/chsh.1.xml, man/expiry.1.xml, man/gpasswd.1.xml, man/groups.1.xml, man/id.1.xml, man/login.1.xml, man/passwd.1.xml, man/su.1.xml:
5348         added <refmiscinfo class="sectdesc">User Commands</refmiscinfo> in <refmeta></refmeta>.
5349
5350         * man/Attic/mkpasswd.8.xml, man/Attic/pw_auth.3.xml, man/Attic/shadowconfig.8.xml, man/chfn.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/vigr.8.xml:
5351         Use encoding="UTF-8" and DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN".
5352
5353         * man/userdel.8.xml, man/usermod.8.xml, man/vigr.8.xml, man/vipw.8.xml, man/Attic/mkpasswd.8.xml, man/Attic/pw_auth.3.xml, man/Attic/shadowconfig.8.xml, man/chage.1.xml, man/chfn.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml:
5354         better formation using "xmlindent -l 80 -d 2".
5355
5356 2005-04-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
5357
5358         * man/it/Attic/shadowconfig.8, man/it/chsh.1, man/it/expiry.1, man/it/faillog.5, man/it/faillog.8, man/it/getspnam.3, man/it/groups.1, man/it/grpck.8, man/it/grpconv.8, man/it/grpunconv.8, man/it/id.1, man/it/lastlog.8, man/it/login.1, man/it/logoutd.8, man/it/newgrp.1, man/it/porttime.5, man/it/pwck.8, man/it/shadow.3, man/it/shadow.5, man/it/su.1, man/it/vipw.8, NEWS, man/it/Makefile.am, man/it/chage.1, man/it/chfn.1, man/it/chpasswd.8:
5359         updated it man pages: chfn.1, chsh.1, groups.1, grpck.8, grpconv.8, grpunconv.8,
5360         id.1, lastlog.8, login.1, newgrp.1, pwunconv.8, shadow.5, vigr.8, vipw.8.
5361         new it man pages: chage.1, chpasswd.8, expiry.1, faillog.5, faillog.8,
5362         getspnam.3, logoutd.8, porttime.5, pwck.8, shadow.3, shadowconfig.8, su.1.
5363         (by Danilo Piazzalunga <danilopiazza@libero.it>)
5364
5365         * po/uk.po:
5366         cleanups in plural forms (by Roman Festchook <roma@polesye.net>).
5367
5368         * man/Attic/chage.1, man/Attic/mkpasswd.8.xml, man/Attic/pw_auth.3.xml, man/Attic/shadowconfig.8.xml, man/chfn.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/vipw.8.xml:
5369         reformated using xemacs.
5370
5371 2005-04-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
5372
5373         * po/fr.po, NEWS:
5374         updated for 4.0.8 (by Christian Perrier <bubulle@kheops.frmug.org>).
5375
5376         * NEWS, po/eu.po: updated for 4.0.8 (by ^pi^ <piarres@gmail.com>).
5377
5378         * NEWS, po/uk.po:
5379         updated for 4.0.8 (by Roman Festchook <roma@polesye.net>).
5380
5381         * po/cs.po:
5382         updated for 4.0.8 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
5383
5384         * po/da.po, NEWS:
5385         updated for 4.0.8 (by Claus Hindsgaul <claus_h@image.dk>).
5386
5387         * po/ko.po, NEWS:
5388         updated for 4.0.8 (by Changwoo Ryu <cwryu@debian.org>).
5389
5390         * po/fi.po: kill one fuzzy (by Tommi Vainikainen <thv+debian@iki.fi>).
5391
5392 2005-04-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
5393
5394         * man/chpasswd.8.xml: Rewrited by hand & xemacs.
5395
5396         * man/chfn.1.xml: cleanups in <refentry> tag.
5397
5398         * man/chfn.1.xml: Rewrited by hand & xemacs.
5399
5400         * NEWS, po/pt.po:
5401         updated for 4.0.8 (by Miguel Figueiredo <elmig@debianpt.org>).
5402
5403         * po/es.po, NEWS: updated (by Ruben Porras <nahoo@inicia.es>).
5404
5405 2005-04-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
5406
5407         * man/Attic/useradd.8:
5408         fixed typos in useadd syntax (in SYNOPSIS section) catched using doclifter.
5409
5410         * man/Attic/mkpasswd.8.xml, man/Attic/pw_auth.3.xml, man/Attic/shadowconfig.8.xml, man/chfn.1.xml, man/chpasswd.8.xml, man/chsh.1.xml, man/expiry.1.xml, man/faillog.5.xml, man/faillog.8.xml, man/getspnam.3.xml, man/gpasswd.1.xml, man/groupadd.8.xml, man/groupdel.8.xml, man/groupmems.8.xml, man/groupmod.8.xml, man/groups.1.xml, man/grpck.8.xml, man/grpconv.8.xml, man/grpunconv.8.xml, man/gshadow.5.xml, man/id.1.xml, man/lastlog.8.xml, man/limits.5.xml, man/login.1.xml, man/login.access.5.xml, man/login.defs.5.xml, man/logoutd.8.xml, man/newusers.8.xml, man/passwd.1.xml, man/passwd.5.xml, man/porttime.5.xml, man/pwck.8.xml, man/pwconv.8.xml, man/pwunconv.8.xml, man/sg.1.xml, man/shadow.3.xml, man/shadow.5.xml, man/su.1.xml, man/suauth.5.xml, man/sulogin.8.xml, man/useradd.8.xml, man/userdel.8.xml, man/usermod.8.xml, man/vigr.8.xml, man/vipw.8.xml:
5411         raw version converted using doclifter.
5412
5413         * configure.in: remove handle --with-lib{opie,skey}.
5414
5415         * man/de/chsh.1:
5416         synced with english version (by Simon Brandmair <sbrandmair@gmx.net>).
5417
5418         * man/Attic/usermod.8: improved -o description.
5419
5420         * man/de/passwd.1:
5421         added translation EXIT VALUES section (by Simon Brandmair <sbrandmair@gmx.net>).
5422
5423         * NEWS, po/it.po:
5424         updated it translation (by Danilo Piazzalunga <danilopiazza@libero.it>).
5425
5426 2005-04-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
5427
5428         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po:
5429         cleanups.
5430
5431         * po/pl.po: updated.
5432
5433         * src/usermod.c:
5434         use the same error message ("%s: PAM authentication failed\n") on fail
5435         authentication as in other tools.
5436
5437         * po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po:
5438         run "make update-po".
5439
5440         * src/login.c, src/login_nopam.c:
5441         fixed build with disabled PAM support: move bad_time_notify() and check_nologin()
5442         back to src/login.c but use this functions #ifndef USE_PAM.
5443
5444         * NEWS, lib/Makefile.am, lib/pwauth.c:
5445         remove not working OPIE and SKEY support.
5446
5447         * configure.in: typo (s,SELinuux,SELinux,).
5448
5449         * NEWS: typos.
5450
5451         * NEWS: chage, useradd, usermod: reduce multiple OPENLOG() calls.
5452
5453         * src/useradd.c, src/usermod.c: fix multiple OPENLOG() calls.
5454
5455         * src/chage.c: cleanups.
5456
5457         * src/chage.c: fix multiple OPENLOG() calls.
5458
5459         * src/chage.c:
5460         use E_SUCCESS/E_NOPERM #defines instead 0/1 in exit() arguments.
5461
5462 2005-04-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
5463
5464         * src/passwd.c:
5465         adjust also syslog message on usage -S option without permission.
5466         Consolidate SELinix and non-SELinux code.
5467
5468         * po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, NEWS, src/passwd.c:
5469         fix #61313 Debian bug: "passwd -S root" (as a normal user) should not
5470         display "You may not change the password for root.
5471
5472         * NEWS, man/Attic/passwd.1:
5473         fix #160477 Debian bug: improve -S output description.
5474
5475         * man/de/passwd.1:
5476         new translation by Simon Brandmair <sbrandmair@gmx.net> with merged all
5477         changes between revision 1.2 a 1.5.
5478
5479 2005-04-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
5480
5481         * man/Attic/passwd.1, man/pl/passwd.1: bold passwd and chage commands.
5482
5483         * NEWS, src/vipw.c:
5484         fixed race condition in vipw (Debian #242407 bug; fix by Alexander Gattin
5485         <arg@online.com.ua>).
5486
5487         * man/pl/Attic/chage.1.xml, man/pl/chage.1:
5488         synced with english version.
5489
5490         * man/Attic/chage.1, man/chage.1.xml:
5491         add info about what mean -1 passed n expiredate parameter (based on #304542
5492         Debian bug; submited by Federico Grau <grauf@rfa.org>).
5493
5494 2005-04-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
5495
5496         * po/fi.po, NEWS:
5497         updated translation (by Tommi Vainikainen <tvainikan@cc.hut.fi>).
5498
5499         * man/hu/passwd.1, man/it/passwd.1, man/ja/passwd.1, man/pl/passwd.1, man/Attic/passwd.1, man/de/passwd.1, man/es/passwd.1:
5500         cleanups and unifications in SEE ALSO section.
5501
5502 2005-04-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
5503
5504         * configure.in:
5505         Info documentation says about AC_GNU_SOURCE: "should be called before any
5506         macros that run the C compiler". So move this macro on top configure.in for
5507         avoid autoconf warnings.
5508
5509         * configure.in:
5510         AC_SYS_LARGEFILE() performs checking is fseeko() is avalaible so "fseeko" can
5511         be removed from AC_CHECK_FUNCS() parameters.
5512
5513         * NEWS, configure.in: Remove using AC_PROG_GCC_TRADITIONAL macro.
5514         Add using AC_GNU_SOURCE macro for kill compilation warnings about implicit
5515         declaration of function `fseeko'.
5516
5517         * po/cs.po: killed fuzzy (by Miroslav Kure <kurem@debian.cz>).
5518
5519         * man/ja/newgrp.1, man/pl/newgrp.1, NEWS, man/Attic/newgrp.1, man/hu/newgrp.1:
5520         newgrp uses /bin/sh (not bash).
5521
5522         * man/Attic/gpasswd.1, man/Attic/groupdel.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/id.1, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/pwck.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8:
5523         describe /etc/group in FILES section as "group account information".
5524
5525         * man/Attic/grpck.8:
5526         describe /etc/passwd in FILES section as "user account information".
5527
5528         * po/stats: small script for generate translations statistics.
5529
5530         * NEWS, po/cs.po: Updated by Miroslav Kure <kurem@debian.cz>.
5531
5532         * man/chage.1.xml, man/Attic/chage.1, man/Attic/expiry.1, man/Attic/login.1, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/passwd.1, man/Attic/pwck.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/sulogin.8:
5533         describe /etc/shadow in FILES section as "secure user account information".
5534
5535         * man/Attic/newgrp.1:
5536         Reformated paragraph. s,Bourne shell,\fBbash\fR shell,
5537
5538         * NEWS, man/Attic/newgrp.1:
5539         fix #251926, #166173, #113191 Debian bugs: explain why editing /etc/group
5540         (without gshadow) doesn't permit to use newgrp.
5541
5542         * po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po:
5543         added/fixed Plural-Forms: header entries. Run "make update-po".
5544
5545         * po/pl.po:
5546         added Plural-Forms: header entry and updated for last change in
5547         libmisc/failure.c.
5548
5549         * libmisc/failure.c:
5550         break message text with failure login since last login.
5551
5552         * libmisc/failure.c:
5553         Use ngettext instead of string concatenation and static number of cases.
5554         Patch by Tommi Vainikainen <tvainika@cc.hut.fi>.
5555
5556 2005-04-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
5557
5558         * po/cs.po:
5559         new translation maintainer: Miroslav Kure <kurem@debian.cz>.
5560
5561 2005-04-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
5562
5563         * po/pl.po: updated for 4.0.8.
5564
5565 2005-04-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
5566
5567         * po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, src/faillog.c:
5568         changed faillog records display format for allow fit in 80 columns all
5569         faillog atributies.
5570
5571         * po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po:
5572         run "make update-po". Updated pl.po.
5573
5574         * src/faillog.c (usage): typo (s,IDAYS,DAYS,).
5575
5576         * man/Attic/faillog.8, NEWS:
5577         updated after rewrite faillog command for use getopt_long().
5578
5579         * src/faillog.c:
5580         Add handle -h,--help option. Show in usage output information about
5581         -t,--time option. Remove handle -p option.
5582
5583         * po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po:
5584         run "make update-po".
5585
5586         * po/POTFILES.in: updated.
5587
5588         * man/Attic/gpasswd.1: typo (s,fB,\fB,).
5589
5590 2005-04-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
5591
5592         * NEWS, man/ja/login.1:
5593         updated ja man page for Debian #95213 bug (by Kenshi Muto <kmuto@debian.org>).
5594
5595         * src/chage.c, src/chfn.c, src/chsh.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/grpck.c, src/passwd.c, src/pwck.c, src/useradd.c, src/userdel.c, src/usermod.c, NEWS, lib/Attic/grdbm.c, lib/Attic/gsdbm.c, lib/Attic/pwdbm.c, lib/Attic/spdbm.c, lib/Makefile.am, lib/gshadow.c, lib/shadow.c:
5596         next round of cleanups: removed NDBM code (unused).
5597
5598         * src/login.c: consilidate some !USE_PAM lines.
5599
5600         * src/login.c, src/login_nopam.c:
5601         move bad_time_notify() and check_nologin() to src/login_nopam.c.
5602
5603         * lib/prototypes.h: remove not used login_desrpc() prototype.
5604
5605         * lib/Attic/rad64.c, lib/encrypt.c, lib/prototypes.h, lib/Makefile.am:
5606         remove lib/rad64 with not used c64i() and i64c() functions.
5607
5608         * lib/encrypt.c:
5609         remove "#ifdef SW_CRYPT .. #endif" and "#ifdef DOUBLESIZE .. #endif" unused code.
5610
5611         * lib/encrypt.c: remove "#ifdef MD5_CRYPT .. #endif" unused code.
5612
5613         * libmisc/salt.c:
5614         remove prototypes for *l64a() and add #include <stdlib.h>. Remove unused
5615         now code (old style random salt generator).
5616
5617         * src/chage.c: cleanups.
5618
5619         * src/chpasswd.c:
5620         remove prototypes for *l64a() and add #include <stdlib.h>.
5621
5622         * src/login.c: remove login_fbtab() prototype.
5623
5624         * src/chage.c:
5625         remove prototypes for a64l() and *l64a() and add #include <stdlib.h>.
5626
5627 2005-04-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
5628
5629         * man/ru/passwd.5, man/zh_CN/chfn.1, man/zh_CN/chpasswd.8, man/zh_CN/chsh.1, man/zh_CN/groupadd.8, man/zh_CN/groupdel.8, man/zh_CN/groupmod.8, man/zh_CN/useradd.8, man/zh_CN/userdel.8, man/zh_CN/usermod.8, man/zh_TW/chfn.1, man/zh_TW/chsh.1, man/zh_TW/groupadd.8, man/zh_TW/groupdel.8, man/zh_TW/groupmod.8, man/zh_TW/useradd.8, man/zh_TW/userdel.8, man/zh_TW/usermod.8, man/ko/chfn.1, man/ko/chsh.1, man/ko/groups.1, man/ko/id.1, man/ko/login.1, man/ko/passwd.5, man/ko/su.1, man/pt_BR/gpasswd.1, man/pt_BR/groupadd.8, man/pt_BR/groupdel.8, man/pt_BR/groupmod.8, man/pt_BR/shadow.5, man/ja/Attic/mkpasswd.8, man/ja/Attic/pw_auth.3, man/ja/chage.1, man/ja/chfn.1, man/ja/chpasswd.8, man/ja/chsh.1, man/ja/expiry.1, man/ja/faillog.8, man/ja/gpasswd.1, man/ja/groupadd.8, man/ja/groupmod.8, man/ja/groups.1, man/ja/grpck.8, man/ja/id.1, man/ja/lastlog.8, man/ja/limits.5, man/ja/login.1, man/ja/login.access.5, man/ja/login.defs.5, man/ja/newgrp.1, man/ja/passwd.1, man/ja/porttime.5, man/ja/pwck.8, man/ja/shadow.3, man/ja/su.1, man/ja/suauth.5, man/ja/sulogin.8, man/ja/useradd.8, man/ja/userdel.8, man/ja/usermod.8, man/ja/vipw.8, man/hu/chfn.1, man/hu/chsh.1, man/hu/gpasswd.1, man/hu/groups.1, man/hu/id.1, man/hu/login.1, man/hu/newgrp.1, man/hu/passwd.1, man/hu/su.1, man/id/chsh.1, man/id/login.1, man/id/useradd.8, man/it/chfn.1, man/it/chsh.1, man/it/gpasswd.1, man/it/groupadd.8, man/it/groupdel.8, man/it/groupmod.8, man/it/groups.1, man/it/grpck.8, man/it/id.1, man/it/lastlog.8, man/it/login.1, man/it/passwd.5, man/it/shadow.5, man/it/useradd.8, man/it/userdel.8, man/it/usermod.8, man/it/vipw.8, man/de/chfn.1, man/de/chsh.1, man/de/login.1, man/de/passwd.1, man/de/passwd.5, man/de/su.1, man/de/vipw.8, man/es/login.1, man/es/passwd.1, man/es/su.1, man/fr/chage.1, man/fr/chpasswd.8, man/fr/chsh.1, man/fr/faillog.5, man/fr/gpasswd.1, man/fr/groups.1, man/fr/id.1, man/fr/passwd.1, man/fr/passwd.5, man/fr/shadow.5, man/fr/su.1, man/fr/useradd.8, man/fr/userdel.8, man/fr/usermod.8, man/cs/groups.1, man/cs/id.1, man/cs/lastlog.8, man/cs/passwd.5, man/cs/shadow.5, man/cs/su.1, man/pl/Attic/mkpasswd.8, man/pl/Attic/pw_auth.3, man/pl/Attic/shadowconfig.8, man/pl/chage.1, man/pl/chfn.1, man/pl/chpasswd.8, man/pl/chsh.1, man/pl/expiry.1, man/pl/faillog.5, man/pl/faillog.8, man/pl/gpasswd.1, man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmems.8, man/pl/groupmod.8, man/pl/groups.1, man/pl/grpck.8, man/pl/id.1, man/pl/lastlog.8, man/pl/limits.5, man/pl/login.1, man/pl/login.access.5, man/pl/login.defs.5, man/pl/logoutd.8, man/pl/newgrp.1, man/pl/newusers.8, man/pl/passwd.1, man/pl/passwd.5, man/pl/porttime.5, man/pl/pwck.8, man/pl/pwconv.8, man/pl/shadow.3, man/pl/shadow.5, man/pl/su.1, man/pl/suauth.5, man/pl/sulogin.8, man/pl/useradd.8, man/pl/userdel.8, man/pl/vipw.8, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/expiry.1, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/grpck.8, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.defs.5, man/Attic/newgrp.1, man/Attic/passwd.1, man/Attic/porttime.5, man/Attic/pwck.8, man/Attic/shadow.3, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/usermod.8, man/Attic/vipw.8:
5630         more replaces "-" by "\-" (s,\\-,-,g; s,-,\\-,g).
5631
5632         * man/pl/usermod.8: finish sync with english version.
5633
5634         * man/hu/login.1, man/pl/login.1, NEWS, man/Attic/login.1, man/de/login.1:
5635         removed fragment about abilities pass enviroment variables in login prompt.
5636
5637         * man/Attic/gpasswd.1, man/Attic/newgrp.1:
5638         fixes by Nicolas Nicolas François <nicolas.francois@centraliens.net> (not all
5639         commited).
5640
5641 2005-04-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
5642
5643         * man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pwck.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/vipw.8, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/gshadow.5, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/limits.5:
5644         replace all "-" by "\-" (s,\\-,-,; s,-,\\-,).
5645
5646         * man/cs/groups.1: cleanups.
5647
5648         * NEWS, src/su.c:
5649         fixed use of SU_WHEEL_ONLY in su. Now su realy is avalaible for wheel group
5650         members. Thanks to Mike Frysinger <vapier@gentoo.org> for report:
5651         http://bugs.gentoo.org/show_bug.cgi?id=80345
5652
5653         * man/pl/Attic/chage.1.xml:
5654         converted from roff using doclifter. Rewrited by hand. Probably will be
5655         removed after prepare infrastructure for translate man pages using gettext
5656         but temporary I need this for some experiments.
5657
5658         * src/login.c: remove unused #ifded LOGIN_FBTAB .. #endif code.
5659
5660         * configure.in, libmisc/Attic/login_access.c, libmisc/Makefile.am, src/Makefile.am, src/login.c, src/login_nopam.c:
5661         move libmisc/login_access.c to src/login_mopam.c.
5662         Remove using LOGIN_ACCESS #define. Now LOGIN_ACCESS is equal to !USE_PAM.
5663         In src/login_nopam.c will be cumulated non-PAM specyfic login code.
5664
5665         * src/lastlog.c, src/login.c, src/useradd.c, src/usermod.c, libmisc/log.c:
5666         cleanups: remove using #include "lastlog_.h".
5667
5668         * src/login.c: fixed build with PAM support disabled.
5669
5670         * src/login.c: remove "#ifdef HUP_MESG_FILE .. #endif" code.
5671
5672         * src/login.c: reindent using -l80.
5673
5674         * man/Attic/chage.1, man/chage.1.xml:
5675         s/chage/chage command/ in DESCRIPTION.
5676
5677         * man/chage.1.xml:
5678         converted from roff using doclifter. Rewrited by hand.
5679
5680         * man/Attic/chage.1, man/Attic/chfn.1, man/Attic/faillog.8, man/Attic/groupmod.8, man/Attic/pwconv.8, man/Attic/useradd.8, man/Attic/usermod.8:
5681         cleanups.
5682
5683         * man/Attic/pwconv.8: fixed typo: s,fI,\fI,
5684
5685         * po/POTFILES.in: remove libmisc/login_{desrpc,krb}.c.
5686
5687         * lib/getdef.c, libmisc/Attic/login_desrpc.c, libmisc/Attic/login_krb.c, libmisc/Makefile.am, src/login.c, NEWS, autogen.sh, configure.in:
5688         drop never finished kerberos and des_rpc support.
5689
5690         * man/it/chfn.1: cleanups.
5691
5692 2005-04-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
5693
5694         * NEWS, configure.in:
5695         fixed UTMP path detection (by Kelledin <kelledin@users.sf.net>).
5696
5697         * man/fr/chsh.1: typo.
5698
5699         * man/de/Makefile.am, man/de/passwd.5:
5700         imported from Deutscher manpages.
5701
5702         * man/cs/Makefile.am, man/cs/groups.1, man/cs/lastlog.8, man/cs/su.1:
5703         new files imported from Czech man-pages.
5704
5705         * man/pl/faillog.8, man/pl/groupmems.8, man/pl/id.1, man/pt_BR/groupadd.8, man/pt_BR/groupmod.8, man/zh_CN/groupadd.8, man/zh_CN/groupmod.8, man/zh_CN/useradd.8, man/zh_CN/usermod.8, man/zh_TW/groupadd.8, man/zh_TW/groupmod.8, man/zh_TW/useradd.8, man/zh_TW/usermod.8, man/fr/chage.1, man/fr/chpasswd.8, man/fr/passwd.1, man/hu/chsh.1, man/it/groupadd.8, man/it/groupmod.8, man/it/usermod.8, man/ja/chage.1, man/ja/chfn.1, man/ja/chsh.1, man/ja/gpasswd.1, man/ja/groupadd.8, man/ja/groupmod.8, man/ja/login.1, man/ja/passwd.1, man/ja/useradd.8, man/ja/usermod.8, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chsh.1, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/id.1, man/Attic/login.1, man/Attic/passwd.1, man/Attic/useradd.8, man/de/chfn.1, man/de/chsh.1, man/de/login.1, man/de/passwd.1:
5706         cleanups: aded missing \fR.
5707
5708         * man/Attic/gpasswd.1, man/Attic/gshadow.5, man/Makefile.am, NEWS:
5709         added new file (by Nicolas Nicolas François <nicolas.francois@centraliens.net>).
5710
5711 2005-03-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
5712
5713         * man/pl/chage.1, man/pl/chfn.1, man/pl/chsh.1, man/pl/gpasswd.1:
5714         added missing \fR.
5715
5716         * man/pl/groupmod.8: typo: s,\fI,\fR,
5717
5718         * man/pl/login.1, man/pl/passwd.1: cleanups: aded missing \fR.
5719
5720         * man/pl/sulogin.8: cleanups.
5721
5722         * man/pl/useradd.8: cleanups: aded missing \fR.
5723
5724         * man/pl/usermod.8: partialy synced with english version.
5725
5726         * man/Attic/usermod.8: typo.
5727
5728         * NEWS, man/Attic/usermod.8:
5729         fixed #302388 Debian bug: added separated -o option description.
5730
5731         * lib/getdef.c:
5732         FAILLOG_ENAB, LOGIN_STRING moved to code "#ifndef USE_PAM" dependent.
5733
5734         * lib/pwauth.c, lib/pwauth.h: enable pw_auth() only #ifndef USE_PAM.
5735
5736         * src/userdel.c, src/usermod.c, src/vipw.c, src/Attic/mkpasswd.c, src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/expiry.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmems.c, src/groupmod.c, src/groups.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/logoutd.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/suauth.c, src/sulogin.c, src/useradd.c, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, libmisc/Attic/login_access.c, libmisc/Attic/login_krb.c, libmisc/addgrps.c, libmisc/age.c, libmisc/chkname.h, libmisc/chowndir.c, libmisc/chowntty.c, libmisc/copydir.c, libmisc/env.c, libmisc/failure.c, libmisc/failure.h, libmisc/getdate.h, libmisc/hushed.c, libmisc/isexpired.c, libmisc/limits.c, libmisc/loginprompt.c, libmisc/motd.c, libmisc/pam_pass.c, libmisc/pwdcheck.c, libmisc/rlogin.c, libmisc/setugid.c, libmisc/setupenv.c, libmisc/shell.c, libmisc/strtoday.c, libmisc/sulog.c, libmisc/ttytype.c, libmisc/utmp.c, libmisc/xmalloc.c, NEWS, lib/Attic/getpass.c, lib/Attic/grdbm.c, lib/Attic/grpack.c, lib/Attic/gsdbm.c, lib/Attic/gspack.c, lib/Attic/pwdbm.c, lib/Attic/pwpack.c, lib/Attic/rad64.c, lib/Attic/rcsid.h, lib/Attic/spdbm.c, lib/Attic/sppack.c, lib/commonio.c, lib/commonio.h, lib/defines.h, lib/encrypt.c, lib/faillog.h, lib/fputsx.c, lib/getdef.c, lib/getdef.h, lib/groupio.c, lib/groupio.h, lib/gshadow.c, lib/gshadow_.h, lib/lockpw.c, lib/port.c, lib/port.h, lib/prototypes.h, lib/pwauth.c, lib/pwauth.h, lib/pwio.c, lib/pwio.h, lib/sgetgrent.c, lib/sgetpwent.c, lib/sgetspent.c, lib/sgroupio.c, lib/sgroupio.h, lib/shadow.c, lib/shadowio.c, lib/shadowio.h, lib/utent.c:
5737         reindent all source code using -l80.
5738
5739         * libmisc/.indent.pro, src/.indent.pro, lib/.indent.pro: -l80 added.
5740
5741         * lib/gshadow.c, NEWS:
5742         rewrited group count to dynamic (by John Newbigin <jnewbigin@ict.swin.edu.au >).
5743
5744         * po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po:
5745         run "make update-po".
5746
5747         * src/login.c: use allways "\n%s login: " login prompt.
5748
5749         * src/login.c: removed radius support (even not compiles).
5750
5751         * doc/Attic/README.mirrors, doc/Makefile.am: removed.
5752
5753         * src/userdel.c (update_user): removed next redundant closing }.
5754
5755         * src/userdel.c: remove using unused NO_REMOVE_MAILBOX #define.
5756
5757         * src/userdel.c (update_user): removed redundant closing }.
5758
5759 2005-03-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
5760
5761         * lib/getdef.c:
5762         move PASS_MAX_DAYS, PASS_MIN_DAYS and PASS_WARN_AGE to part PAM not dependent
5763         (used in useradd, pwconv).
5764
5765         * configure.in, src/Makefile.am:
5766         move define LOCALEDIR using AC_DEFINE_UNQUOTED() to src/Makefile.am::AM_CPPFLAGS.
5767
5768         * man/Attic/pwconv.8: typo in bold.
5769
5770         * doc/Attic/INSTALL: removed.
5771
5772         * doc/Attic/README.sun4, doc/Makefile.am: removed outdated README.sun4.
5773
5774 2005-03-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
5775
5776         * po/pl.po: put mine data in Last-Translator: field.
5777
5778         * src/newusers.c:
5779         use the same as in useradd default UMASK (022 instead 077) if diffrent not
5780         defined in login.defs.
5781
5782         * NEWS, libmisc/copydir.c:
5783         added SELinux changes (based on Fedora patch).
5784
5785         * NEWS: typo.
5786
5787         * man/Attic/login.defs.5: typo in bold.
5788
5789         * src/chfn.c, src/chsh.c, lib/getdef.c:
5790         move CHFN_AUTH, CHSH_AUTH variables from login.defs to part !USE_PAM dependent.
5791         Use "auth required pam_unix.so" in /etc/pam.d/{chfn,chsh} for force enter password
5792         on use chfn/chsh.
5793
5794         * lib/getdef.c: added CHSH_AUTH variable in def_table[] table.
5795
5796         * src/chsh.c: s/CHFN_AUTH/CHSH_AUTH/
5797
5798         * man/Attic/shadow.5, man/Attic/passwd.5:
5799         add more accurate information about what contains field with encrypted password in
5800         each passwd/shadow line (reported by Mike Brodbelt).
5801
5802         * autogen.sh: reorder.
5803
5804         * lib/getdef.c:
5805         CRACKLIB_DICTPATH, ENV_HZ, ENV_PATH, ENV_ROOTPATH, ENV_SUPATH, ENV_TZ,
5806         ENVIRON_FILE, FTMP_FILE, ISSUE_FILE, LASTLOG_ENAB, MAIL_CHECK_ENAB, MAIL_DIR,
5807         MAIL_FILE, MD5_CRYPT_ENAB, MOTD_FILE, NOLOGINS_FILE, OBSCURE_CHECKS_ENAB,
5808         PASS_ALWAYS_WARN, PASS_CHANGE_TRIES, PASS_MAX_DAYS, PASS_MAX_LEN, PASS_MIN_DAYS,
5809         PASS_MIN_LEN, PASS_WARN_AGE, PORTTIME_CHECKS_ENAB, SU_WHEEL_ONLY, QMAIL_DIR,
5810         QUOTAS_ENAB, ULIMIT variables moved to code "#ifndef USE_PAM" dependent.
5811
5812         * configure.in:
5813         fix importand typo: added missing ",". Now LOGIN_ACCESS realy is defined only
5814         when PAM is not enabled.
5815
5816         * libmisc/obscure.c, libmisc/limits.c:
5817         all functions from this file are "#ifndef USE_PAM" dependent.
5818
5819         * libmisc/setugid.c (change_uid):
5820         removed dead code depndent on "#ifdef BSD".
5821
5822         * libmisc/ttytype.c (ttytype):
5823         removed dead code depend on "defined(SUN) || defined(BSD) || defined(SUN4)".
5824
5825         * src/login.c (setup_tty): remove dead code.
5826
5827         * libmisc/rlogin.c:
5828         fix compilation warning: replace #include <unistd.h> by #include <netdb.h>
5829         where ruserok() is declared.
5830
5831 2005-03-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
5832
5833         * po/pl.po: kill one fuzzy entry.
5834
5835 2005-03-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
5836
5837         * NEWS, libmisc/log.c:
5838         fixed create lastlog entry fo users never loged in on non-PAM
5839         variant of login (fix by <oracular@ziplip.com>).
5840
5841 2005-03-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
5842
5843         * NEWS, etc/Attic/login.defs.linux, etc/login.defs, lib/getdef.c, man/pl/login.defs.5:
5844         remove handle login.defs::NOLOGIN_STR (never used).
5845
5846 2005-02-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
5847
5848         * man/Attic/shadow.5:
5849         added missing '\&' in line starting with '\.', which causes groff to skip
5850         it entirely (fix submited by Danilo Piazzalunga <danilopiazza@libero.it>).
5851
5852         * TODO: cleanups.
5853
5854 2005-02-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
5855
5856         * src/useradd.c, NEWS:
5857         useradd: fixes a potential security problem when mailbox is created in
5858         useradd.
5859         Patch and comment by Koblinger Egmont <egmont@uhulinux.hu>:
5860         Only two arguments are passed to the open() call though it expects three
5861         because O_CREAT is present. Hence the permission of the file first becomes
5862         some random garbage found on the stack, and an attacker can perhaps open
5863         this file and hold it open for reading or writing before the proper
5864         fchmod() is executed. (Actually, we could also pass the final "mode" to
5865         the open() call and then save the consequent fchmod().)
5866
5867 2005-02-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
5868
5869         * NEWS, po/LINGUAS, po/tl.po:
5870         added tl translation (fron Debian resources).
5871
5872 2005-02-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
5873
5874         * NEWS, src/chage.c, src/chfn.c, src/chsh.c, src/passwd.c:
5875         SELinux changes: added changes in chage, chfn, chsh, passwd for allow
5876         construct more grained user password/accuunt properties on SELinux
5877         policies level. Patch originally based on RH changes (submited by Chris
5878         PeBenito <pebenito@gentoo.org>)
5879
5880 2005-02-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
5881
5882         * po/fr.po, NEWS:
5883         updated translation (by Jean-Luc Coulon <jean-luc.coulon@wanadoo.fr>) from
5884         Debian resources.
5885
5886 2005-01-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
5887
5888         * NEWS, configure.in: open work on 4.0.8.
5889
5890 2005-01-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
5891
5892         * po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po:
5893         "make update-po".
5894
5895 2005-01-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
5896
5897         * NEWS, po/it.po:
5898         updated it translations (by Danilo Piazzalunga <danilopiazza@libero.it>).
5899
5900 2005-01-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
5901
5902         * libmisc/rlogin.c: remove ruserok() prototyle and #include <unistd.h>.
5903
5904         * lib/getdef.c: remove strtol() prototype (it comes with <stdlib.h>).
5905
5906         * po/da.po, po/es.po, po/nl.po, po/pl.po, po/pt.po:
5907         "Project-Id-Version: shadow 4.0.7".
5908
5909         * NEWS, po/fi.po:
5910         updated fi translation (by Tommi Vainikainen <thv+debian@iki.fi>).
5911
5912 2005-01-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
5913
5914         * po/da.po, po/es.po, po/pl.po, po/pt.po: kill fuzzy entries.
5915
5916         * po/nl.po, NEWS:
5917         updated nl translations (by cobaco (aka Bart Cornelis)" <cobaco@linux.be>).
5918
5919         * lib/Makefile.am (libshadow_la_LIBADD): removed snprintf.h.
5920
5921         * NEWS, po/LINGUAS, po/zh_TW.po:
5922         added zh_TW translation (from Debian resources).
5923
5924         * po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po:
5925         "make update-po".
5926
5927         * src/Attic/mkpasswd.c, src/passwd.c, src/userdel.c, src/chage.c, src/chfn.c, src/chsh.c, src/gpasswd.c, src/groups.c, src/login.c:
5928         "less means better" added fixes which makes english texts more consistent
5929         especially with capitalization issues. Based on fixes by Tommi Vainikainen
5930         <thv+debian@iki.fi> (make all text begining from lower case .. not upper).
5931         This patch cuts i18n entries in each po/*po file from 420 to 402.
5932
5933 2005-01-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
5934
5935         * NEWS: added pt to updated translations.
5936
5937         * lib/defines.h: reverte last change (mistake).
5938
5939         * po/pt.po:
5940         updated translation by Miguel Figueiredo <elmig@debianpt.org>.
5941
5942 2005-01-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
5943
5944         * NEWS: typo.
5945
5946         * NEWS: update da, es and pl (100%) translations.
5947
5948         * po/pl.po: finish translations.
5949
5950         * po/da.po: updated translations by Claus Hindsgaul <claus_h@image.dk>.
5951
5952         * NEWS, TODO: Typos found by Claus Hindsgaul <claus_h@image.dk>.
5953
5954         * po/es.po: Updates from Ruben Porras <nahoo@inicia.es>.
5955
5956         * lib/defines.h: - remove usong shadow_.h.
5957
5958         * po/pl.po: kill fuzzy.
5959
5960         * NEWS, lib/Attic/grent.c, lib/Attic/lastlog_.h, lib/Attic/md5.c, lib/Attic/md5.h, lib/Attic/md5crypt.c, lib/Attic/mkdir.c, lib/Attic/putgrent.c, lib/Attic/putpwent.c, lib/Attic/putspent.c, lib/Attic/pwent.c, lib/Attic/rename.c, lib/Attic/rmdir.c, lib/Attic/shadow_.h, lib/Attic/snprintf.c, lib/Attic/snprintf.h, lib/Attic/strcasecmp.c, lib/Attic/strdup.c, lib/Attic/strerror.c, lib/Attic/strstr.c, lib/Makefile.am:
5961         remove unused now files in lib/ directory.
5962
5963         * po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/POTFILES.in, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po:
5964         Now correctly shadow passes "make distcheck".
5965
5966         * NEWS: typo.
5967
5968 2005-01-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
5969
5970         * src/faillog.c, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, NEWS:
5971         switch faillog ro use getopt_long().
5972
5973         * etc/pam.d/su: aded line with "session required pam_env.so".
5974
5975 2004-12-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
5976
5977         * man/de/Makefile.am, man/de/vigr.8, man/de/vipw.8, NEWS:
5978         added de vigr(8), vipw(8) man pages (from Debian resources).
5979
5980 2004-12-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
5981
5982         * po/LINGUAS, po/ro.po, po/sq.po, NEWS:
5983         added ro, sq translations (from Debian resources).
5984
5985 2004-12-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
5986
5987         * configure.in:
5988         added checing is fseeko() function is avalaibabe in system: added fseeko to
5989         AC_CHECK_FUNCS parameters.
5990
5991         * lib/Makefile.am:
5992         fixed warning message about incorrect try linking non-PIC code with shared
5993         library: removed $(top_builddir)/libmisc/libmisc.a from libshadow_la_LIBADD.
5994
5995         * NEWS:
5996         - final entry about fixed large file support in lastlog and faillog.
5997
5998         * src/vipw.c, lib/Attic/pwent.c, lib/Attic/grent.c:
5999         use fseeko() instead fseek(). This not realuy neccessary because in this
6000         cases fseek() was used for move to begin of file. This only for minimize
6001         external functions count.
6002
6003         * src/faillog.c:
6004         fixes for allow operate on large files by faillog: use fseeko() instead
6005         fseek().
6006
6007         * src/lastlog.c:
6008         fixes for allow operate lastlog on large files: use fseeko() instead fseek()
6009         and do not casrt file offsets to unsigned long (based on large-file patch
6010         from FC).
6011
6012         * src/faillog.c: fixed typo in usage().
6013
6014 2004-12-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
6015
6016         * man/pl/newgrp.1: fixed typo in bold macro.
6017
6018 2004-12-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
6019
6020         * man/pl/chpasswd.8: remove bold from NAZWA section.
6021
6022 2004-12-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
6023
6024         * src/faillog.c: remove using Prog variable.
6025
6026         * configure.in, NEWS:
6027         fixed large file support: added AC_SYS_LARGEFILE macro to autoconf.
6028
6029         * man/Attic/groupmod.8, man/pl/groupmod.8: separate OPTIONS section.
6030
6031         * man/pl/chpasswd.8: sync with english version.
6032
6033         * man/Attic/chpasswd.8:
6034         bold "chpasswd" command name in CAVEATS section.
6035
6036         * man/Attic/chpasswd.8: s/protect/protected/
6037
6038         * man/pl/lastlog.8: cleanups.
6039
6040         * man/Attic/chpasswd.8, man/Attic/lastlog.8, man/Attic/newusers.8:
6041         remove bold from NAME section.
6042
6043         * man/it/groupadd.8, man/it/useradd.8: separate OPZIONI section.
6044
6045         * man/pl/groupmems.8: fixes in OPCJE section.
6046
6047         * man/Attic/chpasswd.8: more cleanups.
6048
6049 2004-12-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
6050
6051         * man/Attic/chage.1, man/Attic/chfn.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/login.1, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.5, man/Attic/pw_auth.3, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/shadowconfig.8, man/Attic/suauth.5, man/Attic/useradd.8:
6052         Fixed varoiuse typos and misspeling based partialy on patch from Bug#141322
6053         from Debian (submited by Christian Perrier <bubulle@debian.org>).
6054
6055         * man/Attic/chpasswd.8: more cleanups.
6056
6057         * man/pl/faillog.8, man/Attic/faillog.8, man/ja/faillog.8:
6058         remove from OPTIONS section information about avalaibability on some systems
6059         faillog database in other location thad listed in FILES section.
6060
6061         * man/Attic/chpasswd.8: updated.
6062
6063         * man/fr/faillog.5:
6064         fixed FICHIERS secttion: corrected change to italic on /var/log/faillog.
6065
6066         * src/faillog.c:
6067         move main() to the end of file and reorder rest functions. Now declararion
6068         finction prototypes can be removed.
6069
6070 2004-12-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
6071
6072         * NEWS: updated.
6073
6074         * man/pl/lastlog.8: synced with current english version.
6075
6076         * man/Attic/lastlog.8: use the same style as in chpasswd(8).
6077
6078         * po/uk.po, po/zh_CN.po, po/tr.po, po/sv.po, po/ru.po, po/sk.po, po/pt_BR.po, po/pt.po, po/pl.po, po/nn.po, po/nl.po, po/nb.po, po/ko.po, po/ja.po, po/he.po, po/id.po, po/it.po, po/fi.po, po/fr.po, po/es.po, po/eu.po, po/el.po, po/da.po, po/de.po, po/cs.po, po/ca.po, po/bs.po:
6079         "make update-po" after rewrite lastlog.
6080
6081         * src/lastlog.c: Rewrite for use the same style as in chpasswd.c.
6082         Move open lastlog file after commadline option parsing so now --help option
6083         can be used by user without read access to lastlog file.
6084
6085         * src/chpasswd.c:
6086         s/display this help and exit/display this help message and exit/ in ussage()
6087         output.
6088
6089         * po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po:
6090         "make update-po".
6091
6092         * src/chpasswd.c:
6093         Added handle -h|--help option. Improved and updated ussage() output.
6094
6095 2004-12-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
6096
6097         * po/tr.po, po/uk.po, po/zh_CN.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/da.po, po/de.po, po/el.po, po/bs.po, po/ca.po, po/cs.po:
6098         "make update-po" and resolve fuzzy with last change in src/chpasswd.c.
6099
6100         * src/chpasswd.c, NEWS:
6101         switch chpasswd to use getopt_long() and adds a --md5 option
6102         (by Ian Gulliver <ian@penguinhosting.net>).
6103
6104         * NEWS, configure.in: start work on 4.0.7.
6105
6106 2004-11-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
6107
6108         * NEWS: cleanups.
6109
6110         * po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po:
6111         removed not used translations.
6112
6113         * NEWS, src/su.c:
6114         fix adding of pam_env env variables to enviroment (Martin Schlemmer <azarah@nosferatu.za.org>).
6115
6116         * NEWS, configure.in:
6117         fixed filling MAIL_SPOOL_DIR and MAIL_SPOOL_FILE variables which was allways
6118         empty (Gregorio Guidi <g.guidi@sns.it>)
6119
6120         * NEWS: updated.
6121
6122         * src/useradd.c, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po:
6123         do not translate variable names from /etc/default/useradd during "useradd -D".
6124
6125 2004-11-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
6126
6127         * man/zh_CN/groupadd.8, man/zh_CN/groupmod.8, man/zh_CN/useradd.8, man/zh_CN/usermod.8, man/zh_TW/groupadd.8, man/zh_TW/groupmod.8, man/zh_TW/useradd.8, man/zh_TW/usermod.8, man/it/groupadd.8, man/it/groupmod.8, man/it/useradd.8, man/it/usermod.8, man/ja/groupadd.8, man/ja/groupmod.8, man/ja/useradd.8, man/ja/usermod.8, man/pl/groupadd.8, man/pl/groupmod.8, man/pl/useradd.8, man/pl/usermod.8, man/pt_BR/groupadd.8, man/pt_BR/groupmod.8, man/Attic/groupadd.8, man/Attic/groupmod.8, man/Attic/useradd.8, man/fr/useradd.8, man/fr/usermod.8, man/id/useradd.8:
6128         correction: groups/users with gid/uid 0 and 999 are reserved for system accounts.
6129
6130         * man/zh_CN/groupmod.8, man/zh_CN/useradd.8, man/zh_CN/usermod.8, man/zh_TW/groupmod.8, man/zh_TW/useradd.8, man/zh_TW/usermod.8, man/id/useradd.8, man/it/groupadd.8, man/it/groupmod.8, man/it/useradd.8, man/it/usermod.8, man/ja/groupadd.8, man/ja/groupmod.8, man/ja/useradd.8, man/ja/usermod.8, man/pl/groupadd.8, man/pl/groupmod.8, man/pl/useradd.8, man/pl/usermod.8, man/pt_BR/groupmod.8, man/Attic/groupadd.8, man/Attic/groupmod.8, man/Attic/useradd.8, man/fr/useradd.8, man/fr/usermod.8:
6131         zgroups/users with gid/uid 0 and 499 are typically reserved for system accounts.
6132
6133 2004-11-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
6134
6135         * man/pl/Attic/mkpasswd.8, man/pl/chage.1, man/pl/chsh.1, man/pl/faillog.8, man/pl/groupadd.8, man/pl/groupmems.8, man/pl/groupmod.8, man/pl/lastlog.8, man/pl/useradd.8, man/pl/userdel.8, man/pl/usermod.8, man/Attic/chage.1, man/Attic/chsh.1, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupmems.8, man/Attic/lastlog.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8:
6136         separated OPTIONS section.
6137
6138         * lib/commonio.c: reverte last change.
6139
6140         * libmisc/pwdcheck.c:
6141         one word fix .. ommited "else" was removed. Now security bug which allow
6142         unauthorized account properties modification is realy closed.
6143
6144 2004-10-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
6145
6146         * lib/commonio.c:
6147         add matchpathcon to create the files correctly when they do not exist (based
6148         on patch from FC).
6149
6150         * man/Attic/passwd.1: fixed two typos ("/" in incorrect place).
6151
6152 2004-10-27  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
6153
6154         * etc/pam.d/useradd: - added header
6155
6156         * etc/pam.d/chfn, etc/pam.d/chsh, etc/pam.d/userdel: - fixed header
6157
6158 2004-10-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
6159
6160         * etc/pam.d/chfn, etc/pam.d/chsh, etc/pam.d/userdel:
6161         added missing template/example PAM service config files for chfn, chsh, userdel.
6162
6163         * NEWS, configure.in: start 4.0.6.
6164
6165 2004-10-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
6166
6167         * man/pl/Attic/adduser.8, man/pl/Makefile.am, man/Attic/adduser.8, man/Makefile.am, man/fr/Attic/adduser.8, man/fr/Makefile.am, man/id/Attic/adduser.8, man/id/Makefile.am, man/it/Attic/adduser.8, man/it/Makefile.am, man/ja/Attic/adduser.8, man/ja/Makefile.am, NEWS:
6168         remove adduser(8) roff include man page to useradd(8).
6169
6170         * lib/Makefile.am: more fixes for non-inst libmisc.
6171
6172         * libmisc/Makefile.am, src/Makefile.am, NEWS:
6173         change libmisc to private static library.
6174
6175         * etc/pam.d/Makefile.am: typo.
6176
6177 2004-10-24  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
6178
6179         * po/pl.po: - more translation/formatting fixes
6180
6181         * po/pl.po: - updated translation
6182
6183         * po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/bs.po:
6184         - make update-po, updated usage() translation
6185
6186         * src/useradd.c: - syntax fix for useradd in usage()
6187
6188         * po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po:
6189         - usage() formatting and other fixes
6190
6191         * po/fi.po: - proper UTF
6192
6193         * po/pl.po: - pl translation fixes/updates by Jakub Bogusz
6194
6195 2004-10-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
6196
6197         * etc/pam.d/chage, etc/pam.d/chpasswd, etc/pam.d/groupadd, etc/pam.d/groupdel, etc/pam.d/groupmod, etc/pam.d/newusers, etc/pam.d/useradd, etc/pam.d/usermod:
6198         use default path to PAM modules.
6199
6200         * etc/pam.d/Attic/shadow, etc/pam.d/Makefile.am, etc/pam.d/chage, etc/pam.d/chpasswd, etc/pam.d/groupadd, etc/pam.d/groupdel, etc/pam.d/groupmod, etc/pam.d/login, etc/pam.d/newusers, etc/pam.d/usermod:
6201         Remove shadow PAM config file. Added PAM config files for: chage, chpasswd,
6202         groupadd, groupdel, groupmod, login, newusers.
6203
6204         * po/zh_CN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po:
6205         "make update-po".
6206
6207         * configure.in: reverte previous incorrect commit.
6208
6209         * NEWS, src/su.c:
6210         add pam_open_session() support. If builded without PAM support
6211         propagate $DISPLAY and $XAUTHORITY enviroment variables.
6212         Based on http://www.gentoo.org/cgi-bin/viewcvs.cgi/sys-apps/shadow/files/shadow-4.0.4.1-su-pam_open_session.patch?rev=1.1
6213
6214 2004-10-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
6215
6216         * configure.in: cleanups.
6217
6218         * lib/defines.h:
6219         define syslog() depending on ENABLE_NLS (not on HAVE_SETLOCALE).
6220
6221 2004-10-23  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
6222
6223         * man/fr/Makefile.am: - killed non-existent manpage
6224
6225 2004-10-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
6226
6227         * libmisc/copydir.c, NEWS:
6228         when placing symlinks into /etc/skel copy_tree of libmisc/copydir.c will
6229         properly create the symlink in the destination directory but not change the
6230         ownership to the target user/group. This makes httpd Option
6231         SymlinkIfOwnerMatch break for default weg pages including symlinks placed
6232         into /etc/skel/public_html for example.
6233         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=66819
6234
6235 2004-10-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
6236
6237         * src/Makefile.am:
6238         seems I foud CorrectWay(tm) for add some symlinks on install target.
6239
6240         * po/pl.po: more fixes.
6241
6242         * po/pl.po: added missing \n.
6243
6244         * src/chage.c, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, NEWS, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po:
6245         more verbose/human readable -l output. This output is much more beter for
6246         send directly via email for each users as message with account status (for
6247         example as message with warning about account/password expiration).
6248
6249         * configure.in: start prepare for 4.0.5.
6250
6251         * src/Makefile.am, libmisc/Makefile.am, lib/Makefile.am, configure.in:
6252         move LOCALEDIR to autoheader variables. Remove redefining DEFS in
6253         Makefile.am (not neccessary now).
6254
6255         * src/chage.c, src/chpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/grpck.c, src/logoutd.c, src/newusers.c, src/pwck.c, src/useradd.c, src/userdel.c, src/usermod.c, NEWS:
6256         applied OWL shadow-4.0.4.1-owl-pam-auth.diff patch by Solar Designer
6257         <solar@openwall.com>:
6258           Moved the PAM authentication in user management commands after
6259           command-line parsing, made it use separate service names for each command.
6260           Use constant strings rather than argv[0] for syslog ident in the user
6261           management commands.
6262
6263         * man/Attic/useradd.8:
6264         reword the useradd manpage a little to make it more clear. Fix from:
6265         http://www.gentoo.org/cgi-bin/viewcvs.cgi/sys-apps/shadow/files/shadow-4.0.4.1-useradd-manpage-update.patch?rev=1.1
6266
6267         * configure.in: added libselinux detection.
6268
6269         * lib/Makefile.am, lib/commonio.c, lib/commonio.h, NEWS, autogen.sh, configure.in:
6270         added SELinux support (basing on patch from Gentoo).
6271
6272         * man/fr/Makefile.am (man_MANS): added getspnam.3.
6273
6274 2004-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
6275
6276         * po/pt.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, src/groupadd.c, src/groupmod.c:
6277         English grammar fix: s/is a not a valid group name/is not a valid group name/
6278         (pointed by Mike Frysinger <vapier@gentoo.org>).
6279
6280 2004-10-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
6281
6282         * NEWS, src/userdel.c:
6283         When removing a user with userdel, userdel always exits 1 (fixed).
6284         Based on http://bugs.gentoo.org/show_bug.cgi?id=66687.
6285
6286 2004-08-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
6287
6288         * configure.in:
6289         Use AC_SEARCH_LIBS() for inet_ntoa(), socket(), gethostbyname() probing (instead AC_CHECK_FUNC()).
6290
6291 2004-08-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
6292
6293         * man/Makefile.am: shadow(3) man page moved to man_MANS.
6294
6295         * libmisc/ttytype.c: Removed getenv() prototype (it is in <stdlib.h>).
6296
6297         * src/Attic/mkpasswd.c:
6298         Removed fgetsx() prototype (it is in lib/prototypes.h).
6299
6300         * man/it/vigr.8: Fixed typo (s/wipw/vipw/).
6301
6302 2004-08-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
6303
6304         * NEWS: Typo.
6305
6306         * po/tr.po, po/uk.po, po/zh_CN.po, po/bs.po, po/cs.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nn.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po:
6307         Run "make update-po".
6308
6309         * po/ca.po, po/da.po, po/nl.po, po/pt_BR.po: Converted to UTF-8.
6310
6311         * po/LINGUAS: Typo.
6312
6313         * po/nb.po, po/nl.po, po/nn.po, po/pt.po, po/pt_BR.po, po/tr.po, po/zh_CN.po, NEWS, po/LINGUAS, po/bs.po, po/ca.po, po/da.po, po/eu.po, po/he.po, po/id.po:
6314         New translations: bs, ca, da, eu, he, id, nb, nl, nn, pt, pt_BR, tr,
6315         zh_CN (stolen froM Debian)
6316
6317         * man/Attic/grpck.8, man/Attic/mkpasswd.8, man/Attic/pwck.8, man/pl/Attic/mkpasswd.8, man/pl/grpck.8, man/pl/pwck.8:
6318         Corrected section number.
6319
6320 2004-08-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
6321
6322         * man/zh_TW/chfn.1, man/zh_TW/chsh.1, man/zh_TW/groupadd.8, man/id/chsh.1, man/id/login.1, man/it/chfn.1, man/pl/chage.1, man/pl/groupadd.8, man/pl/groupmems.8, man/pl/lastlog.8, man/pl/login.1, man/pt_BR/groupadd.8, man/zh_CN/chfn.1, man/zh_CN/chsh.1, man/de/login.1, man/de/su.1, man/fr/chsh.1, man/fr/passwd.1, man/fr/usermod.8, man/hu/chfn.1, man/Attic/chage.1, man/Attic/groupadd.8, man/Attic/groupmems.8, man/Attic/lastlog.8, man/Attic/login.1, man/Attic/usermod.8:
6323         Options description in alphabetical order.
6324
6325         * NEWS, src/login.c:
6326         Applied 036_pam_access_with_preauth.patch Debian patch submited by Bjorn
6327         Torkelsson <Bjorn.Torkelsson@hpc2n.umu.se>: add support for PAM account
6328         management to restrict access using pam_access when login is invoked with -f.
6329
6330 2004-06-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
6331
6332         * man/Attic/getspnam.3: added roff link to shadow(3).
6333
6334         * man/Makefile.am (man_MANS): added getspnam.3.
6335
6336 2004-06-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
6337
6338         * NEWS, lib/commonio.c, lib/getdef.c, src/vipw.c:
6339         Applied OWL shadow-4.0.4.1-owl-check-reads.diff patch by Solar Designer.
6340         Add checking for read errors in commonio and vipw/vigr (not doing so could
6341         result in data loss when the records are written back).
6342
6343         * NEWS: Add note about apply shadow-4.0.4.1-owl-tmp.diff OWL patch.
6344
6345         * src/useradd.c, configure.in:
6346         Remove looking for mkstemp() prototype and allways use mkstemp() (removed
6347         using mktemp if mkstemp() not found).
6348         Partialy based on tmp OWL patch by Solar Designer <solar@openwall.com>.
6349
6350         * NEWS, libmisc/pwdcheck.c:
6351         Fixed securirty bug which allow unauthorized account properties modification.
6352         Affected tools: chfn and chsh.
6353         Bug was discovered by Martin Schulze <joey@infodrom.org>.
6354
6355 2004-05-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
6356
6357         * NEWS: typo.
6358
6359         * NEWS, po/LINGUAS, po/it.po:
6360         added it translation (by Danilo Piazzalunga <danilopiazza@libero.it>).
6361
6362 2004-05-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
6363
6364         * NEWS: typos.
6365
6366         * po/sk.po: updated (by Peter Mann <Peter.Mann@tuke.sk>).
6367
6368 2004-05-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
6369
6370         * po/sk.po: run "make update-po".
6371
6372         * NEWS, po/LINGUAS, po/sk.po:
6373         added sk translation (by Mann <Peter.Mann@tuke.sk>, submited by Christian
6374         Perrier <bubulle@kheops.frmug.org>).
6375
6376 2004-05-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6377
6378         * configure.in:
6379         Use autoconf cache variables for file and directory location tests (by
6380         Maciej W. Rozycki  <macro@ds2.pg.gda.pl>).
6381
6382 2004-05-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
6383
6384         * man/Attic/passwd.5:
6385         Correct path directory delimiters (by Maciej W. Rozycki <macro@ds2.pg.gda.pl>).
6386
6387         * libmisc/xmalloc.c (malloc):
6388         Remove the declaration (by Maciej W. Rozycki <macro@ds2.pg.gda.pl>).
6389
6390 2004-04-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
6391
6392         * src/login.c, NEWS:
6393         Fixed handle -f option: now it works correctly without specify "-h
6394         <host>" if open login session localy is required (thanks for help
6395         investigate bug for Krzysztof Kotlenga).
6396
6397         * po/es.po: Updated (by Ruben Porras <nahoo82@telefonica.net>).
6398
6399 2004-04-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
6400
6401         * po/cs.po, po/de.po, po/el.po, po/fi.po, po/fr.po, po/ja.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6402         Run "update-po".
6403
6404 2004-04-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
6405
6406         * po/es.po: Updated to current (by run "update-po").
6407
6408         * po/es.po: Converted to utf-8.
6409
6410         * po/LINGUAS: Added es.
6411
6412         * po/es.po, NEWS:
6413         Added es translation (by Ruben Porras <nahoo82@telefonica.net>).
6414
6415 2004-04-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
6416
6417         * po/ko.po, NEWS:
6418         Updated ko translations (by Changwoo Ryu <cwryu@debian.org>).
6419
6420 2004-04-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
6421
6422         * po/fi.po: iconv -f iso8859-9 -t utf8
6423
6424 2004-03-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
6425
6426         * libmisc/age.c:
6427         Use endsgent() conditionaly depending on SHADOWGRP (fix submited by Gabor Z.
6428         Papp <gzp@papp.hu>).
6429
6430         * po/LINGUAS, po/fi.po, NEWS:
6431         Added fi translation (by Tommi Vainikainen <thv@iki.fi>).
6432
6433         * README: Fixed shadow and shadow-commit lists on-line archives URLs.
6434
6435 2004-01-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
6436
6437         * NEWS, configure.in, man/fr/Makefile.am, man/hu/Makefile.am, man/it/Makefile.am:
6438         New version 4.0.4.1
6439         bug fixes in automake files for generate correct tar ball on "make dist":
6440         added midsiing "EXTRA_DIST = $(man_MANS)" in man/*/Makefile.am.
6441
6442         * man/ko/Makefile.am: New version 4.0.4.1
6443         bug fixes in automake files for generate correct tar ball on "make dist":
6444         added missing "EXTRA_DIST = $(man_MANS)" in man/*/Makefile.am.
6445
6446         * man/de/Makefile.am, man/es/Makefile.am: New version 4.0.4.1
6447         bug fixes in automake files for generate correct tar ball on "make dist":
6448         added midsiing "EXTRA_DIST = $(man_MANS)" in man/*/Makefile.am.
6449
6450         * configure.in: Fixed checking is avalaible st_rdev in struct stat.
6451
6452 2004-01-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
6453
6454         * po/pl.po: Typo.
6455
6456         * man/pl/useradd.8: Cleanups in SYNOPSIS.
6457
6458 2004-01-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
6459
6460         * po/pl.po: Cleanups.
6461
6462 2004-01-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6463
6464         * configure.in: Cleanups after autoupdate.
6465
6466 2004-01-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
6467
6468         * src/groupadd.c, po/sv.po, po/uk.po, po/ru.po, po/ko.po, po/pl.po, po/fr.po, po/ja.po, po/el.po, po/cs.po, po/de.po, man/zh_TW/groupadd.8, man/zh_CN/groupadd.8, man/pt_BR/groupadd.8, man/pl/groupadd.8, man/ja/groupadd.8, man/it/groupadd.8, man/Attic/groupadd.8, NEWS:
6469         Added missing information about -f options in groupadd usage mesage (document
6470         this also in man page).
6471
6472 2003-12-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
6473
6474         * lib/Attic/lastlog_.h, libmisc/log.c, libmisc/utmp.c, src/lastlog.c, src/login.c:
6475         More time() or gettimeofday() prevention overwrite memory on 64bit arch
6476         (partialy based on patch from MDK).
6477
6478         * po/sv.po, po/uk.po, po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po:
6479         Post remove TCFS support "make update-po".
6480
6481         * man/Makefile.am: Removed getspnam.3 from EXTRA_DIST.
6482
6483         * po/POTFILES.in: Removed lib/tcfsio.c.
6484
6485         * lib/Attic/tcfsio.c, lib/Attic/tcfsio.h, lib/Makefile.am, src/passwd.c, src/userdel.c, NEWS, configure.in, doc/Attic/README.pam:
6486         Removed TCFS support (tcfs is dead).
6487
6488         * configure.in:
6489         Added using AM_MAINTAINER_MODE. AC_INIT without parameters.
6490
6491         * Attic/acconfig.h, configure.in:
6492         Cleanups on autoheadres level: use AC_DEFINE(VAR, VAL, [Comment]) for
6493         USE_PAM, HAVE_TCFS and TCFS_GDBM_SUPPORT.
6494
6495         * src/newusers.c, src/useradd.c, Attic/acconfig.h, autogen.sh, lib/Attic/pwpack.c, NEWS:
6496         Remove all old BSD_QUOTA dependent code.
6497
6498 2003-12-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
6499
6500         * lib/Makefile.am, libmisc/Makefile.am, src/Makefile.am:
6501         Removed -I$(top_srcdir) from INCLUDES (isn't neccessary becaus this is in
6502         DEFAULT_INCLUDES) - slightly shorter compile output.
6503
6504         * Makefile.am, configure.in:
6505         Added using AM_GNU_GETTEXT([external]) - removed intl SUBDIRS.
6506         Added locale.h to AC_CHECK_HEADERS() - lib/defines.h have part which depends
6507         on HAVE_LOCALE_H.
6508
6509         * lib/nscd.h: Added missing newline at end of file.
6510
6511         * Attic/acconfig.h: Remove unused (#un)defines.
6512
6513         * autogen.sh: Typo.
6514
6515         * autogen.sh: Much more simpler script - use autoreconf.
6516
6517         * po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6518         "make update-po".
6519
6520 2003-12-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6521
6522         * po/LINGUAS: Languages list for gettext 1.12.x.
6523
6524 2003-10-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
6525
6526         * po/pl.po: Kill fuzzy entries.
6527
6528 2003-10-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
6529
6530         * man/Attic/usermod.8:
6531         Typo: missing "." on end of sentence (submited by Stepan Kasal <kasal@ucw.cz>).
6532
6533 2003-09-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6534
6535         * po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po, po/cs.po, po/de.po, po/el.po, NEWS:
6536         convert all po/*.po files to utf-8.
6537
6538 2003-09-05  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
6539
6540         * po/ru.po: - fixed header
6541
6542 2003-07-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
6543
6544         * po/pl.po, po/ru.po, po/sv.po, po/uk.po, libmisc/pam_pass.c, po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po:
6545         Otput "passwd: password updated successfully\n" message on successfull
6546         password change (based on Debian changes).
6547
6548         * src/newgrp.c: Remove work around for unsecure gettext.
6549
6550 2003-06-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
6551
6552         * src/useradd.c, src/usermod.c:
6553         Added initializing memory in variables when get_groups() function is not called,
6554         and memory allocated for user_groups is not initialized (in both useradd and
6555         usermod when -G options is used and in usermod when -l option is used).
6556         That causing segfaults sometimes.
6557         This fix is importand but not critical because usermod and usermod aren't suid
6558         root.
6559         Problem reported and fixed by Alexey Voinov <voins@altlinux.ru>.
6560
6561 2003-06-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
6562
6563         * man/Attic/login.1: Fixed FILES section.
6564
6565         * src/chfn.c, src/chpasswd.c, src/chsh.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/grpconv.c, src/grpunconv.c, src/id.c, src/login.c, src/logoutd.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/suauth.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c:
6566         Indented.
6567
6568         * src/chage.c: Move *flg variables to global.
6569
6570         * Attic/acconfig.h: Comment for USG.
6571
6572 2003-05-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
6573
6574         * man/de/chfn.1, man/de/login.1:
6575         Fixed section name (s/NAME/BEZEICHNUNG/).
6576
6577         * man/de/chfn.1, man/de/chsh.1: Sync FILES section with en version.
6578
6579         * man/Attic/login.1: Typo (s/avr/var/).
6580
6581         * man/de/login.1: Sync FILES section with en man version.
6582
6583         * man/de/chfn.1, man/de/chsh.1, man/de/login.1: Remove ^M from EOL.
6584
6585         * man/de/login.1, man/de/Makefile.am, man/de/chfn.1, man/de/chsh.1, NEWS:
6586         Next round updates from Josef Spillner <josef@ggzgamingzone.org>: update
6587         chsh(1), login(1) and added new chfn(1) german man pages.
6588
6589         * NEWS: Added info about remove d_passwd(5), dialups(5) man pags.
6590
6591 2003-05-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
6592
6593         * NEWS, TODO, src/chfn.c, src/chpasswd.c, src/chsh.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/passwd.c, src/pwunconv.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c:
6594         One TODO entry gone: fix nscd flushing databases on change (use
6595         per service flushing method instead HUPing nscd process).
6596
6597         * lib/Makefile.am, lib/commonio.c, lib/nscd.c, lib/nscd.h, libmisc/Attic/nscd.c, libmisc/Attic/nscd.h, libmisc/Makefile.am:
6598         Move nscd.{c,h} from libmisc/ to lib/.
6599         Fix warning about implicit declaration of function `nscd_flush_cache' in lib/commonio.c.
6600
6601         * lib/pwauth.h: Fix pw_auth() prototype.
6602
6603         * libmisc/Attic/nscd.c, libmisc/Attic/nscd.h, libmisc/Makefile.am:
6604         Added header file for nscd communication functions.
6605
6606         * libmisc/chkname.c (good_name):
6607         fixed warning about comparison between pointer and integer.
6608
6609         * po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6610         "make update-po".
6611
6612         * src/useradd.c (main):
6613         chain create_mail() and small fix in usage message.
6614
6615         * src/userdel.c: Removed AUTH_METHODS code.
6616
6617         * lib/pwauth.c: Fixed pw_auth() prototype.
6618
6619         * src/sulogin.c, src/usermod.c: Removed AUTH_METHODS code.
6620
6621         * po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6622         "make update-po".
6623
6624         * src/useradd.c: Indent.
6625
6626         * man/ja/Attic/pwauth.8, man/ja/Makefile.am, man/pl/Attic/pwauth.8, man/pl/Makefile.am, src/passwd.c, src/useradd.c, NEWS, lib/pwauth.c, man/Attic/pwauth.8, man/Makefile.am:
6627         Cleanups continuations: removed old AUTH_METHODS dependent code,
6628         removed also pwauth(8) man page.
6629
6630         * man/pl/Makefile.am (man_MANS): remove d_passwd.5 man page.
6631
6632         * src/useradd.c, src/usermod.c, po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6633         Cleanups in usage messages.
6634
6635         * src/newgrp.c: Cleanups in comments.
6636
6637         * po/uk.po, po/sv.po, po/ru.po, po/pl.po, po/ko.po, po/ja.po, po/fr.po, po/el.po, po/de.po, po/cs.po:
6638         "make update-po".
6639
6640         * lib/getdef.c (main): remove gettextize error messages from test code.
6641
6642         * NEWS: Cleanups.
6643
6644 2003-05-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6645
6646         * src/useradd.c, man/pl/useradd.8, po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po, NEWS, TODO, etc/useradd, man/Attic/useradd.8:
6647         Added handle by useradd /etc/defaults/useradd::CREATE_MAIL_SPOOL={yes|no}.
6648         Now on adding user account can be added also created empty user mail
6649         spool. Curent code handle only mailbox.
6650         TODO: add handle create user mail spool in maildir format.
6651
6652         * TODO: Typo.
6653
6654         * src/chage.c (usage): fix missing ")".
6655         (main): updated commented description.
6656
6657         * src/useradd.c: Indent.
6658
6659         * man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8:
6660         Minor cleanups.
6661
6662         * man/Attic/chage.1, man/pl/chage.1:
6663         Rewrite for use claissic list form options descriptions.
6664
6665         * man/pl/groupadd.8:
6666         s/Polecenie groupadd posiada opcje:/Polecenie groupadd posiada następujące opcje:/
6667
6668         * TODO: ALL:
6669         move base passwd/shadow/group/gshadow operation to module for allow write
6670         diffrent backend modules for db, NIS, LDAP and others. Default backend it
6671         will be choose depending on /etc/nsswitch.conf and allow overrride this by
6672         -r <repository> options (where the <repository> can be file, db, nis
6673         nisplus, ldap .. like on /etc/nsswitch.conf in service column).
6674         passwd have old piece of code with handling -r option and it will be good
6675         finish this and propagate on other shadow tools for allow operate on other
6676         user databases by well known tools.
6677
6678         useradd:
6679         add handle /etc/defaults/useradd::CREATE_MAIL_SPOOL={yes,no} for allow
6680         create empty mail spool for added user.
6681
6682         * man/pl/Attic/d_passwd.5, man/pl/Attic/dialups.5: Removed.
6683
6684         * man/Attic/groupmems.8: Close few \fB by add \fR.
6685
6686         * man/Attic/groupadd.8, man/Attic/groupmems.8: Minor cleanups.
6687
6688 2003-05-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
6689
6690         * src/grpconv.c, src/grpunconv.c, src/pwconv.c, src/pwunconv.c:
6691         Move non-SHADOWPWD stub code to end of file (like in chage.c) and do not use
6692         gettextized message.
6693
6694         * po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6695         "make update-po".
6696
6697         * src/chage.c, NEWS:
6698         Now all code depend on SHADOWPWD. If shadow will not be configured on
6699         autoconf level for using shadow possword chage is olny stub which informs
6700         "chage not configured for shadow password support."
6701
6702         * man/it/Makefile.am: Removed EXTRA_DIST (not neccessary).
6703
6704         * man/es/Makefile.am: Removed groups.1 (doen't exist es groups(1)).
6705
6706         * man/de/Makefile.am (man_MANS): added login.1.
6707
6708         * man/de/Makefile.am: Removed EXTRA_DIST (isn't neccessary now).
6709
6710         * man/hu/Makefile.am, man/ja/Makefile.am, man/ko/Makefile.am, man/pl/Makefile.am, man/de/Makefile.am, man/fr/Makefile.am, NEWS, man/Makefile.am:
6711         Install groups(1) man page (moved from EXTRA_DIST to man_MANS).
6712
6713         * po/.cvsignore:
6714         Added files generated by gettextize from gettext 0.11.5.
6715
6716         * po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6717         Updated after removing dialup tools.
6718
6719         * po/POTFILES.in: Removed lib/{dialchk,dialup}.c and src/dpasswd.c.
6720
6721 2003-05-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
6722
6723         * libmisc/shell.c (shell): do not gettexitize DEBUG message.
6724
6725         * src/chsh.c, src/grpconv.c, src/login.c, src/logoutd.c, src/sulogin.c, src/vipw.c, libmisc/Attic/login_access.c, libmisc/getdate.y, libmisc/limits.c, libmisc/obscure.c, libmisc/setupenv.c, lib/Attic/getpass.c, lib/pwauth.c:
6726         Removed "#if 0 .. #endif" dead code.
6727
6728         * libmisc/utmp.c: Fixed unterminated #if.
6729
6730         * libmisc/Attic/login_access.c (resolve_hostname):
6731         cleanup: removed #if 1 .. #endif.
6732
6733         * libmisc/.cvsignore: Added getdate.c.
6734
6735         * libmisc/Attic/getdate.c:
6736         Removed - this file is generated by bison/yacc.
6737
6738         * configure.in:
6739         Change file name passwd in AC_INIT argument from lib/dialchk.c to src/passwd.c.
6740
6741         * src/su.c:
6742         Removed dead code (#if 0 .. #endif) with call motd() and mailcheck()
6743         (was commnted because GNU su doesn't do this).
6744
6745 2003-05-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
6746
6747         * src/Attic/dpasswd.c, src/login.c, src/Makefile.am, man/pl/Attic/dpasswd.8, man/pl/Makefile.am, man/ja/Attic/dpasswd.8, man/ja/Makefile.am, man/Attic/dpasswd.8, man/Makefile.am, lib/Attic/dialchk.c, lib/Attic/dialchk.h, lib/Attic/dialup.c, lib/Attic/dialup.h, lib/Makefile.am, lib/getdef.c, etc/Attic/login.defs.linux, etc/login.defs, NEWS:
6748         Removed old dpasswd and DIALUPS_CHECK_ENAB login.defs handling code from login.
6749
6750         * doc/Attic/ANNOUNCE, doc/Makefile.am, NEWS: Removed old doc/ANNOUNCE.
6751
6752         * src/login.c, lib/getdef.c, etc/Attic/login.defs.linux, NEWS:
6753         Remove NO_PASSWORD_CONSOLE code.
6754
6755 2003-05-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
6756
6757         * libmisc/pwd2spwd.c, libmisc/utmp.c, libmisc/entry.c, libmisc/isexpired.c, lib/sgetspent.c, lib/shadow.c, lib/Attic/putpwent.c, lib/Attic/pwent.c, lib/Attic/pwpack.c, lib/defines.h, lib/pwio.c, lib/sgetpwent.c, Attic/acconfig.h, configure.in:
6758         Remove old SVR4, ATT_AGE, ATT_COMMENT dependent code.
6759
6760         * src/chage.c:
6761         Remove some ageing code which was not used if SHADOWPWD isn't defined.
6762         Now handling mindays, maxdays and lastday also depends on SHADOWPWD.
6763
6764 2003-05-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
6765
6766         * man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/dpasswd.8, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pwauth.8, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/shadowconfig.8, man/Attic/su.1, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/vipw.8:
6767         Reformated.
6768
6769         * etc/login.defs:
6770         Use FHS 2.x compliant paths to lastlog, sulog, mail spool and also change
6771         ENV_SUPATH to PATH=/sbin:/bin:/usr/sbin:/usr/bin and
6772         ENV_PATH to PATH=/bin:/usr/bin
6773
6774         * old/Attic/Makefile.am, old/Attic/Makefile.linux, old/Attic/Makefile.sun4, old/Attic/Makefile.svr4, old/Attic/Makefile.xenix, old/Attic/config.h.linux, old/Attic/config.h.sun4, old/Attic/config.h.svr4, old/Attic/config.h.xenix, old/Attic/orig-config.h, old/Attic/pwconv-old.8, old/Attic/pwconv-old.c, old/Attic/pwconv.8, old/Attic/pwd.h.m4, old/Attic/pwunconv-old.8, old/Attic/pwunconv-old.c, old/Attic/pwunconv.8, old/Attic/scologin.c, old/Attic/vipw.8:
6775         Removed old stuff.
6776
6777 2003-04-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
6778
6779         * po/pl.po, po/ru.po, po/sv.po, po/uk.po, po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po:
6780         make update-po
6781
6782         * src/su.c: Remove not mached #endif after removing ATT_AGE code.
6783
6784         * man/ko/passwd.5: Remove ^M from end of line.
6785
6786         * src/chage.c, src/chpasswd.c, src/login.c, src/newusers.c, src/passwd.c, src/pwunconv.c, src/su.c, src/useradd.c, Attic/acconfig.h, NEWS, configure.in:
6787         Removed old ATT_AGE (account ageing in passwd file) dependent code.
6788
6789         * po/pl.po: Fix chage and lastlog messages.
6790
6791 2003-04-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
6792
6793         * libmisc/limits.c, src/logoutd.c:
6794         More utmp/utmpx fixes: use endutend() or endutxend() depending on HAVE_UTMPX_H.
6795
6796         * po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6797         Run "make update-po" after remove SVR4 code and fix duplicated entries in sv.po.
6798
6799         * NEWS, src/login.c, src/logoutd.c, src/useradd.c:
6800         Remove old SVR4 and SVR4_SI86_EUA dependent code from login, useradd and
6801         logoutd.
6802
6803 2003-04-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
6804
6805         * man/pl/usermod.8: Remove "OD TŁUMACZA" section.
6806
6807         * man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmod.8, man/pl/grpck.8, man/pl/passwd.1, man/pl/pwck.8, man/pl/useradd.8, man/pl/userdel.8, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/grpck.8, man/Attic/passwd.1, man/Attic/pwck.8, man/Attic/useradd.8, man/Attic/userdel.8:
6808         Added EXIT VALUES section with full description exit codes.
6809
6810         * src/groupadd.c: Typo (s/nut/not/).
6811
6812         * man/Attic/shadowconfig.8: Merge changes from Debian.
6813
6814         * NEWS, man/Attic/passwd.5:
6815         Remove text about password aging from passwd(5) (based on Debian changes).
6816
6817         * po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po, src/lastlog.c, man/Attic/lastlog.8, man/it/lastlog.8, man/ja/lastlog.8, man/pl/lastlog.8:
6818         More unification in lastlog command syntax.
6819
6820         * man/Attic/lastlog.8, man/it/lastlog.8, man/ja/lastlog.8, man/pl/lastlog.8:
6821         Unifications in SYNOPSIS.
6822
6823         * man/it/gpasswd.1, man/it/groupadd.8, man/it/groupdel.8, man/it/groupmod.8, man/it/grpck.8, man/it/lastlog.8, man/it/useradd.8, man/it/userdel.8, man/it/usermod.8:
6824         Remove ^M from end of line.
6825
6826         * man/Attic/gpasswd.1, man/Attic/groupadd.8:
6827         Indentation in FILES section.
6828
6829         * src/pwconv.c, src/useradd.c, src/userdel.c:
6830         s/bad command syntax/invalid command syntax/
6831
6832         * src/userdel.c:
6833         Indent by hand (seems indent have problems with complex conditions).
6834
6835         * man/ru/Makefile.am: man_MANS: s#passwd.1#passwd.5#
6836
6837         * po/pl.po: s/nie mogę/nie można/
6838
6839         * po/fr.po: Emoticon removed.
6840
6841         * NEWS, configure.in, man/Makefile.am, man/ru/.cvsignore, man/ru/Makefile.am, man/ru/passwd.5:
6842         Added ru passwd(1) man page from KSI resources.
6843
6844         * man/zh_CN/Makefile.am, man/zh_CN/chfn.1, man/zh_CN/chsh.1, man/zh_TW/Makefile.am, man/zh_TW/chfn.1, man/zh_TW/chsh.1, man/ja/Attic/dpasswd.8, man/ja/Attic/mkpasswd.8, man/ja/Attic/pw_auth.3, man/ja/Attic/pwauth.8, man/ja/Attic/shadowconfig.8, man/ja/Makefile.am, man/ja/chage.1, man/ja/chfn.1, man/ja/chpasswd.8, man/ja/chsh.1, man/ja/expiry.1, man/ja/faillog.5, man/ja/faillog.8, man/ja/gpasswd.1, man/ja/groupadd.8, man/ja/groupdel.8, man/ja/groupmod.8, man/ja/groups.1, man/ja/grpck.8, man/ja/id.1, man/ja/lastlog.8, man/ja/limits.5, man/ja/login.1, man/ja/login.access.5, man/ja/login.defs.5, man/ja/logoutd.8, man/ja/newgrp.1, man/ja/newusers.8, man/ja/passwd.1, man/ja/passwd.5, man/ja/porttime.5, man/ja/pwck.8, man/ja/pwconv.8, man/ja/shadow.3, man/ja/shadow.5, man/ja/su.1, man/ja/suauth.5, man/ja/sulogin.8, man/ja/useradd.8, man/ja/userdel.8, man/ja/usermod.8, man/ja/vipw.8, NEWS, man/cs/Makefile.am, man/cs/id.1:
6845         Added chch(1), chfn(1) man pages from chinese man pages translation
6846         project.
6847         Added id(1) man page czech man pages translation project.
6848         Updated ja man pages and added expiry(1).
6849
6850         * man/hu/groups.1, man/hu/login.1:
6851         Remove info about $HOME/.profile from FILES section (this does not depends
6852         stricte on shadow).
6853
6854         * configure.in, man/Makefile.am, man/es/Makefile.am:
6855         Added es man pages to ac/am suit.
6856
6857         * man/es/.cvsignore, man/hu/.cvsignore, man/pt_BR/.cvsignore, man/zh_CN/.cvsignore, man/zh_TW/.cvsignore:
6858         Added .cvsignore files.
6859
6860         * man/hu/Makefile.am, man/hu/su.1:
6861         Added su(1) man page from hungarian man pages translation project.
6862
6863 2003-04-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
6864
6865         * NEWS: Ready for gettext 0.11.5, automake 1.7.4, autoconf 2.57.
6866         Many cleanups and unifications in man pages.
6867
6868         * man/pt_BR/gpasswd.1, man/pt_BR/groupadd.8, man/pt_BR/groupdel.8, man/pt_BR/groupmod.8, man/pt_BR/shadow.5, man/zh_CN/chpasswd.8, man/zh_CN/groupadd.8, man/zh_CN/groupdel.8, man/zh_CN/groupmod.8, man/zh_CN/useradd.8, man/zh_CN/userdel.8, man/zh_CN/usermod.8, man/zh_TW/groupadd.8, man/zh_TW/groupdel.8, man/zh_TW/groupmod.8, man/zh_TW/useradd.8, man/zh_TW/userdel.8, man/zh_TW/usermod.8, man/ko/login.1, man/ko/su.1, man/pl/chage.1, man/pl/chfn.1, man/pl/chsh.1, man/pl/expiry.1, man/pl/gpasswd.1, man/pl/groupmems.8, man/pl/groups.1, man/pl/id.1, man/pl/lastlog.8, man/pl/login.1, man/pl/newgrp.1, man/pl/passwd.1, man/pl/su.1, man/pl/sulogin.8, man/pl/useradd.8, man/pl/usermod.8, man/ja/Attic/mkpasswd.8, man/ja/chage.1, man/ja/chfn.1, man/ja/chsh.1, man/ja/faillog.5, man/ja/faillog.8, man/ja/gpasswd.1, man/ja/groupadd.8, man/ja/groupdel.8, man/ja/groupmod.8, man/ja/groups.1, man/ja/grpck.8, man/ja/id.1, man/ja/lastlog.8, man/ja/limits.5, man/ja/login.1, man/ja/login.access.5, man/ja/logoutd.8, man/ja/newgrp.1, man/ja/passwd.1, man/ja/passwd.5, man/ja/porttime.5, man/ja/pwck.8, man/ja/shadow.3, man/ja/shadow.5, man/ja/su.1, man/ja/suauth.5, man/ja/sulogin.8, man/ja/useradd.8, man/ja/userdel.8, man/ja/usermod.8, man/hu/chsh.1, man/hu/gpasswd.1, man/hu/groups.1, man/hu/login.1, man/hu/newgrp.1, man/hu/passwd.1, man/it/gpasswd.1, man/it/groupadd.8, man/it/groupdel.8, man/it/groupmod.8, man/it/grpck.8, man/it/lastlog.8, man/it/shadow.5, man/it/useradd.8, man/it/userdel.8, man/it/usermod.8, man/cs/shadow.5, man/es/su.1, man/fr/chage.1, man/fr/faillog.5, man/fr/gpasswd.1, man/fr/shadow.5, man/fr/su.1, man/fr/userdel.8, man/fr/usermod.8, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chsh.1, man/Attic/dpasswd.8, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/Attic/logoutd.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pwck.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8:
6869         Fixes: correct utmp/wtmp paths.
6870         Unifications: bold commnanda and italify other file names.
6871         Other minor changes and cleanups and unifications.
6872
6873         * libmisc/limits.c: More utmpx/utmp fixes.
6874
6875         * src/chpasswd.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmems.c, src/groupmod.c, src/id.c, src/login.c, src/newgrp.c, src/passwd.c, src/useradd.c, src/userdel.c, src/usermod.c, po/cs.po, po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po, po/sv.po, po/uk.po:
6876         Usage help message unification (s/usage:/Usage:/).
6877
6878         * TODO: Missing "are".
6879
6880         * src/logoutd.c, src/userdel.c, NEWS:
6881         Handle also utmpx if avalaile in userdel and logoutd.
6882
6883 2003-04-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
6884
6885         * src/sulogin.c: Remove unused utent declaration.
6886
6887         * src/sulogin.c, src/login.c:
6888         Remove #include <utmp.h> and <utmpx.h>. This comes with #include "prototypes.h".
6889
6890         * lib/prototypes.h:
6891         "#include <utmp.h>" or "#include <utmpx.h>" depending on HAVE_UTMPX_H.
6892
6893         * libmisc/failure.c:
6894         Remove "#include <utmp.h>" (this is included in failure.h).
6895
6896         * configure.in:
6897         On detect mail spool directory location try first /var/mail.
6898
6899 2003-04-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
6900
6901         * libmisc/Attic/getdate.c, libmisc/Attic/login_access.c, libmisc/Attic/login_desrpc.c, libmisc/Attic/login_krb.c, libmisc/Attic/nscd.c, libmisc/Attic/setup.c, libmisc/entry.c, libmisc/env.c, libmisc/failure.c, libmisc/fields.c, libmisc/hushed.c, libmisc/isexpired.c, libmisc/limits.c, libmisc/list.c, libmisc/log.c, libmisc/loginprompt.c, libmisc/mail.c, libmisc/motd.c, libmisc/myname.c, libmisc/obscure.c, libmisc/pam_pass.c, libmisc/pwd2spwd.c, libmisc/pwd_init.c, libmisc/pwdcheck.c, libmisc/rlogin.c, libmisc/salt.c, libmisc/setugid.c, libmisc/setupenv.c, libmisc/shell.c, libmisc/strtoday.c, libmisc/sub.c, libmisc/sulog.c, libmisc/ttytype.c, libmisc/tz.c, libmisc/ulimit.c, libmisc/utmp.c, libmisc/valid.c, libmisc/xmalloc.c, libmisc/Attic/chkshell.c, libmisc/addgrps.c, libmisc/age.c, libmisc/basename.c, libmisc/chkname.c, libmisc/chowndir.c, libmisc/chowntty.c, libmisc/console.c, libmisc/copydir.c:
6902         Indent all using current .indent.pro settings.
6903
6904         * po/Makevars: New file neccessary for gettext >=0.11.5.
6905
6906         * man/Makefile.am: Removed getspnam.3 from man_MANS (dos not exist).
6907
6908         * po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po:
6909         Fixes after filtering gettext 0.11.5 (missing headers elements, inforrect
6910         format strings).
6911
6912 2003-04-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
6913
6914         * NEWS, man/de/passwd.1:
6915         updated german passwd(1) man page (by Josef Spillner <josef@ggzgamingzone.org>)
6916
6917 2003-03-12  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
6918
6919         * po/pl.po: - updated; terminology unification
6920
6921 2003-02-28  Paweł Gołaszewski  <blues@pld.org.pl>
6922
6923         * etc/login.defs: - missing "MD5_CRYPT_ENAB  yes" added
6924
6925 2003-01-20  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
6926
6927         * configure.in: - added Makefiles for man/zh_{CN,TW}
6928
6929         * man/Makefile.am, man/zh_CN/Makefile.am, man/zh_CN/chpasswd.8, man/zh_CN/groupadd.8, man/zh_CN/groupdel.8, man/zh_CN/groupmod.8, man/zh_CN/useradd.8, man/zh_CN/userdel.8, man/zh_CN/usermod.8, man/zh_TW/Makefile.am, man/zh_TW/groupadd.8, man/zh_TW/groupdel.8, man/zh_TW/groupmod.8, man/zh_TW/useradd.8, man/zh_TW/userdel.8, man/zh_TW/usermod.8:
6930         - added zh man pages from MDK (2 x 6) and from cman (1)
6931
6932 2003-01-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6933
6934         * man/ja/shadow.3, man/pl/shadow.3, man/Attic/shadow.3:
6935         sync spwd structure declaration with current glibc declaration (tahnks for
6936         point this bug to Michael Kerrisk <michael.kerrisk@gmx.net>).
6937
6938         * man/pl/faillog.5: s/konsolę/terminal/
6939
6940 2002-12-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
6941
6942         * src/Makefile.am: typo (s/EXTRA_DOST/EXTRA_DIST/).
6943
6944 2002-10-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
6945
6946         * src/Makefile.am:
6947         fixed making vigr symlink to vipw (not vipw to vigr) in install-exec-hook (fix submited by
6948         Dimitar Zhekov <jimmy@is-vn.bg>).
6949
6950         * debian/Attic/login.copyright, debian/Attic/login.postinst, debian/Attic/login.postrm, debian/Attic/login.preinst, debian/Attic/login.prerm, debian/Attic/logoutd.init, debian/Attic/passwd.conffiles, debian/Attic/passwd.copyright, debian/Attic/passwd.cron, debian/Attic/passwd.init, debian/Attic/passwd.postinst, debian/Attic/passwd.postrm, debian/Attic/porttime, debian/Attic/rules, debian/Attic/secure-su.README, debian/Attic/secure-su.conffiles, debian/Attic/secure-su.copyright, debian/Attic/secure-su.postrm, debian/Attic/secure-su.preinst, debian/Attic/securetty, debian/Attic/shadowconfig.sh, debian/Attic/Makefile.am, debian/Attic/changelog, debian/Attic/checksums, debian/Attic/control, debian/Attic/control.gnu, debian/Attic/control.linux, debian/Attic/login.conffiles, Makefile.am, configure.in:
6951         removed debian directory.
6952
6953 2002-10-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
6954
6955         * NEWS, src/newgrp.c:
6956         Use CLOSE_SESSIONS depending code only when USE_PAM.
6957         The problem was reported by Mattias Webjorn Eriksson using Slackware
6958         8.1 and reproduced it using slackware-current (9.0beta) (fix submited by
6959         Simon Williams <simon@no-dns-yet.org.uk>).
6960
6961 2002-10-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6962
6963         * man/ja/login.1, man/ja/logoutd.8, man/pl/login.1, man/pl/logoutd.8, man/Attic/login.1, man/Attic/logoutd.8, man/hu/login.1:
6964         changed utmp and wtmp files paths (s#/etc/utmp/#/var/run/utmp#; s#/etc/wtmp#/var/log/wtmp#)
6965
6966         * po/ru.po, configure.in: added ru translation (from KSI resources).
6967
6968 2002-09-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6969
6970         * NEWS, libmisc/failure.c:
6971         libbmisc/failure.c (too_many_failures): incorrect if() condition in non-PAM
6972         dependent code in fail login handling (fixed by Krzysztof Oledzki <ole@ans.pl>).
6973
6974 2002-08-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
6975
6976         * man/pl/useradd.8, man/Attic/useradd.8, NEWS:
6977         document useradd and groupadd -M option in en and pl man pages
6978         (by Jakub Mikusek <mick3y@o.k.pl>).
6979
6980         * configure.in: start prepare 4.0.4.
6981
6982 2002-03-18  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
6983
6984         * man/ja/Attic/dpasswd.8, man/ja/Attic/shadowconfig.8, man/ja/chpasswd.8, man/ja/faillog.8, man/ja/groupadd.8, man/ja/groupdel.8, man/ja/groupmod.8, man/ja/id.1, man/ja/lastlog.8, man/ja/login.defs.5, man/ja/newusers.8, man/ja/su.1, man/ja/useradd.8, man/ja/userdel.8, man/ja/usermod.8, man/ja/vipw.8:
6985         - updated to man-pages-ja-20020315 (except cvs tags)
6986
6987 2002-03-15  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
6988
6989         * TODO: - remove already done pl man updates from the list
6990
6991 2002-03-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
6992
6993         * man/ko/.cvsignore, man/ko/Makefile.am, man/ko/chfn.1, man/ko/chsh.1, man/ko/groups.1, man/ko/id.1, man/ko/login.1, man/ko/newgrp.1, man/ko/passwd.5, man/ko/su.1:
6994         added ko man pages.
6995
6996         * man/de/.cvsignore, man/de/Makefile.am:
6997         automake files for de man pages.
6998
6999         * TODO: updated.
7000
7001         * man/it/.cvsignore, man/it/Makefile.am, man/id/.cvsignore, man/id/Attic/adduser.8, man/id/Makefile.am, man/id/useradd.8, man/Makefile.am, man/cs/.cvsignore, man/cs/Makefile.am, man/fr/.cvsignore, man/fr/Makefile.am, configure.in, NEWS:
7002         added cs, de, fr, id, it, ko man pages to ac/am.
7003
7004 2002-03-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
7005
7006         * po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/sv.po, po/uk.po, po/cs.po, po/de.po, po/el.po:
7007         "make update-po"
7008
7009         * po/de.po, NEWS, configure.in:
7010         added de translation (by Frank Schmid <frank@cs-schmid.de>).
7011
7012         * NEWS: added info about Solar patch for man pages.
7013
7014 2002-03-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
7015
7016         * man/it/usermod.8, man/it/vigr.8, man/it/vipw.8, man/it/Attic/adduser.8, man/it/chfn.1, man/it/chsh.1, man/it/gpasswd.1, man/it/groupadd.8, man/it/groupdel.8, man/it/groupmod.8, man/it/groups.1, man/it/grpck.8, man/it/grpconv.8, man/it/grpunconv.8, man/it/id.1, man/it/lastlog.8, man/it/login.1, man/it/newgrp.1, man/it/passwd.1, man/it/passwd.5, man/it/pwconv.8, man/it/pwunconv.8, man/it/shadow.5, man/it/useradd.8, man/it/userdel.8, man/id/Attic/adduser.8, man/id/chsh.1, man/id/login.1, man/fr/Attic/adduser.8, man/fr/chage.1, man/fr/chpasswd.8, man/fr/chsh.1, man/fr/faillog.5, man/fr/gpasswd.1, man/fr/groups.1, man/fr/id.1, man/fr/newgrp.1, man/fr/passwd.1, man/fr/passwd.5, man/fr/shadow.5, man/fr/su.1, man/fr/useradd.8, man/fr/userdel.8, man/fr/usermod.8, man/es/login.1, man/es/passwd.1, man/es/su.1, man/de/chsh.1, man/de/groups.1, man/de/login.1, man/de/passwd.1, man/de/su.1, man/cs/passwd.5, man/cs/shadow.5:
7017         added some raw cs, de, es, fr, id, it man pages from national
7018         man pages translation projects (all man pages not yet added to Makefile.am
7019         files because all need some work).
7020
7021         * man/hu/chfn.1, man/hu/id.1:
7022         added id(1) chfn(1) from hu man pages translation project (it need some work
7023         because this documents describes GNU version id and chfn from util-linux).
7024
7025         * man/hu/Makefile.am, man/hu/login.1:
7026         added login(1) man page from hu man pages translation project.
7027
7028         * po/POTFILES.in: updated (suath.c moved to src/).
7029
7030         * src/Makefile.am: added su_SOURCES with "su.c suauth.c".
7031
7032         * libmisc/Makefile.am:
7033         remove suauth.c from libmisc_la_SOURCES (varialbles and functions from
7034         this file are usesd only in su).
7035
7036         * libmisc/Attic/suauth.c, src/suauth.c: move suauth.c o src/.
7037
7038         * libmisc/Attic/suauth.c:
7039         move "struct passwd pwent" outside #ifdef SU_ACCESS.
7040
7041 2002-03-09  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7042
7043         * man/pl/chage.1, man/pl/chfn.1, man/pl/chsh.1, man/pl/expiry.1, man/pl/gpasswd.1, man/pl/groups.1, man/pl/id.1, man/pl/login.1, man/pl/newgrp.1, man/pl/passwd.1, man/pl/su.1:
7044         - sync with en versions
7045
7046         * man/Attic/login.1, man/Attic/newgrp.1, man/Attic/passwd.1, man/Attic/su.1, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chsh.1, man/Attic/expiry.1, man/Attic/gpasswd.1, man/Attic/groups.1, man/Attic/id.1:
7047         - update to chage.1; formatting/typo fixes
7048
7049 2002-03-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
7050
7051         * po/uk.po, po/ko.po, po/pl.po, po/sv.po, po/ja.po, po/cs.po, po/el.po, po/fr.po:
7052         "make update-po"
7053
7054 2002-03-09  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7055
7056         * man/pt_BR/groupadd.8, man/pt_BR/groupdel.8, man/pt_BR/groupmod.8, man/pt_BR/shadow.5, man/pl/userdel.8, man/pl/usermod.8, man/pl/sulogin.8, man/pl/useradd.8, man/pl/pwconv.8, man/pl/su.1, man/pl/Attic/mkpasswd.8, man/pl/Attic/pwauth.8, man/pl/newgrp.1, man/pl/passwd.5, man/pl/login.defs.5, man/pl/chpasswd.8, man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmems.8, man/pl/groupmod.8, man/pl/groups.1, man/pl/grpck.8, man/pl/id.1, man/pl/login.1, man/hu/groups.1, man/hu/newgrp.1, man/ja/Attic/mkpasswd.8, man/ja/Attic/pw_auth.3, man/ja/Attic/pwauth.8, man/ja/groupadd.8, man/ja/groupdel.8, man/ja/groupmod.8, man/ja/groups.1, man/ja/grpck.8, man/ja/id.1, man/ja/lastlog.8, man/ja/login.1, man/ja/login.defs.5, man/ja/newgrp.1, man/ja/passwd.5, man/ja/pwck.8, man/ja/shadow.5, man/ja/su.1, man/ja/sulogin.8, man/ja/useradd.8, man/ja/userdel.8, man/ja/usermod.8, man/ja/vipw.8, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmems.8, man/Attic/groupmod.8:
7057         - further "SEE ALSO" references sorting
7058
7059 2002-03-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
7060
7061         * man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/shadow.5, man/Attic/su.1, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/vipw.8, man/Attic/chpasswd.8, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/login.1, man/Attic/login.defs.5, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.5, man/Attic/pw_auth.3, man/Attic/pwauth.8, man/Makefile.am:
7062         merged shadow-4.0.0-owl-man.patch by Solar Designer <solar@openwall.com>.
7063
7064         * NEWS: updated for 4.0.3.
7065
7066         * libmisc/Attic/suauth.c, libmisc/utmp.c, src/login.c, src/su.c:
7067         swapped utent dnd pwent efinition/extern and now shadow source can be configured
7068         --with-shared (fix by Dimitar Zhekov <jimmy@is-vn.bg>).
7069
7070 2002-03-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7071
7072         * configure.in: start prepare 4.0.3.
7073
7074         * src/Makefile.am:
7075         use ln -sf instead ln -s in install-exec-hok (fix pointed by Dimitar Zhekov
7076         <jimmy@is-vn.bg>).
7077
7078 2002-03-02  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7079
7080         * man/pl/passwd.1: sync with en version
7081
7082         * man/Attic/passwd.1: - they -> his/her, user's
7083         - typos
7084         - fix sentence about "writing down"
7085
7086         * man/Attic/passwd.1: relocation by NAKANO Takeo
7087
7088 2002-02-28  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7089
7090         * man/hu/passwd.1: missing "-"
7091
7092         * man/ja/Attic/shadowconfig.8, man/ja/passwd.5, man/ja/shadow.5:
7093         - updated to man-pages-ja-20020215
7094
7095 2002-02-23  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7096
7097         * po/cs.po, po/fr.po, po/pl.po, po/sv.po, po/uk.po, man/pl/useradd.8:
7098         - typos in pl/useradd.8; commented out unsupported -r option description
7099         - useradd "usage" formatting fixes
7100         - fix translation in uk.po
7101
7102 2002-02-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
7103
7104         * configure.in: release 4.0.2.
7105
7106 2002-02-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7107
7108         * Attic/shadow-utils.spec.in, Makefile.am, configure.in, shadow.spec.in:
7109         rename spec file s/shadow-utils.spec/shadow.spec/
7110
7111         * po/cs.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/sv.po, po/uk.po:
7112         update-po before release.
7113
7114         * po/ko.po, po/pl.po: cleanups.
7115
7116 2002-02-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
7117
7118         * man/pl/Attic/adduser.8, man/pl/grpconv.8, man/pl/grpunconv.8, man/pl/pwunconv.8, man/pl/sg.1, man/pl/vigr.8, man/ja/Attic/adduser.8, man/ja/grpconv.8, man/ja/grpunconv.8, man/ja/pwunconv.8, man/ja/sg.1, man/ja/vigr.8, man/hu/sg.1, man/Attic/adduser.8, man/Attic/grpconv.8, man/Attic/grpunconv.8, man/Attic/pwunconv.8, man/Attic/sg.1, man/Attic/vigr.8:
7119         placa ".so man<level>/<man_page>.<level>" in roff .so includes (seems some
7120         man page viewers do not handles correctly man documents without subdirectory
7121         name in roff .so incude).
7122
7123 2002-01-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
7124
7125         * po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/sv.po, po/uk.po, po/cs.po, po/el.po, NEWS:
7126         resolve many fuzzy translations also all this which may cause problems on
7127         displaing long uid/gid.
7128
7129         * src/id.c, po/ko.po, po/pl.po, po/sv.po, po/uk.po, po/cs.po, po/el.po, po/fr.po, po/ja.po:
7130         drop translate some messages in id output (about {,e}{u,g}id).
7131
7132 2002-01-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
7133
7134         * README: s#password: cvs#password: [empty password]#
7135
7136 2002-01-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
7137
7138         * NEWS: two new entries.
7139
7140         * libmisc/chkname.c (good_name):
7141         allow usernames ending with "$" for allow create machine
7142         acounts for samba (thanks for point this problem in 4.0.1 by
7143         Jerome Borsboom <borsboom@tch.fgg.eur.nl>).
7144
7145         * src/pwck.c, src/useradd.c, po/pl.po, po/sv.po, po/uk.po, po/cs.po, po/el.po, po/fr.po, po/ja.po, po/ko.po:
7146         s/invalid user name `%s'/invalid user name '%s'/
7147
7148 2002-01-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7149
7150         * configure.in:
7151         fix in libpam_misc detection (removed one "," AC_CHECK_LIB()).
7152         Thanks to Silvan Minghetti for report this.
7153
7154 2002-01-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7155
7156         * NEWS: start prepare to 4.0.2.
7157
7158         * po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/sv.po, po/uk.po, po/cs.po:
7159         updated.
7160
7161         * configure.in: It is good time to release 4.0.1.
7162
7163         * libmisc/.indent.pro, lib/.indent.pro: added -pcs option.
7164
7165         * TODO: some things goes out other in.
7166
7167         * src/newgrp.c, NEWS:
7168         added ability to log session closes in newgrp (look at long nice comments
7169         inside source code :_) by Joseph Parmelee <jparmele@wildbear.com>.
7170
7171         * src/groupadd.c, src/useradd.c:
7172         next part fixes for handle long UID/GID (by Thorsten Kukuk <kukuk@suse.de>).
7173
7174         * lib/getdef.c, lib/getdef.h:
7175         adeded getdef_unum(): get unsigned numerical value from table of
7176         definitions (Thorsten Kukuk <kukuk@suse.de>).
7177
7178         * NEWS: updated.
7179
7180         * libmisc/isexpired.c:
7181         remove "#if defined(SHADOWPWD)" (not removed during remove AGING).
7182
7183         * etc/Makefile.am: useradd config file added to EXTRA_DIST.
7184
7185 2002-01-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
7186
7187         * po/sv.po, po/uk.po, po/cs.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po:
7188         update.
7189
7190         * src/pwck.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/usermod.c, src/vipw.c, src/.indent.pro, src/Attic/dpasswd.c, src/Attic/mkpasswd.c, src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/expiry.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, src/groupmems.c, src/groupmod.c, src/groups.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/id.c, src/lastlog.c, src/login.c, src/logoutd.c, src/newgrp.c, src/newusers.c, src/passwd.c:
7191         Add -pcs to .indent.pro file and reindent all code.
7192         Remove "\n" from all SYSLOG() messages.
7193
7194         * NEWS: s/SuSe/SuSE/
7195
7196 2001-12-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
7197
7198         * man/pl/useradd.8, man/Attic/useradd.8: documment -o option.
7199
7200         * man/pl/usermod.8, man/pl/chfn.1, man/pl/chsh.1, man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmod.8, man/pl/groups.1, man/pl/id.1, man/pl/login.1, man/pl/newgrp.1, man/pl/passwd.1, man/pl/su.1, man/pl/useradd.8, man/pl/userdel.8:
7201         correct package name (s/shadow-password/shadow/).
7202
7203         * src/chage.c, src/expiry.c, src/login.c, src/passwd.c, src/su.c, libmisc/age.c, libmisc/isexpired.c, NEWS, configure.in:
7204         Finish integrate AGING code into SHADOWPW.
7205         Remove handle old HAVE_USERSEC_H code.
7206
7207         * po/uk.po: typo.
7208
7209         * man/pl/passwd.1, man/ja/passwd.1, man/Attic/chpasswd.8, man/Attic/dpasswd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1:
7210         cleanups.
7211
7212         * src/Attic/dpasswd.c, src/Attic/mkpasswd.c, src/expiry.c, src/grpck.c, src/id.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/chfn.c, src/chsh.c, po/ja.po, po/ko.po, po/pl.po, po/sv.po, po/uk.po, po/cs.po, po/el.po, po/fr.po, man/Attic/useradd.8:
7213         standarize usage messages syntax.
7214
7215         * man/pl/useradd.8, man/pl/usermod.8, man/pl/vipw.8, man/pl/userdel.8:
7216         removed duplicated man page text.
7217
7218         * src/chage.c, po/ja.po, po/ko.po, po/pl.po, po/sv.po, po/uk.po, po/cs.po, po/el.po, po/fr.po:
7219         standarize usage meissages syntax.
7220
7221         * src/chage.c, NEWS (main):
7222         merge part Solar shadow-4.0.0-owl-pam-auth.diff patch with reorder
7223         nitialize PAM and checkin is chage is runed by root or not - now chage can be
7224         runed from non-root account for checking by user own accout information.
7225
7226         * src/pwck.c: indent source.
7227
7228         * src/pwck.c (main): remove old work around for Slackware bug.
7229
7230 2001-12-20  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7231
7232         * man/ja/Attic/adduser.8, man/ja/Makefile.am, man/ja/limits.5, man/ja/pwconv.8:
7233         - updated to man-pages-ja-20011215
7234
7235 2001-11-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
7236
7237         * src/grpck.c:
7238         remove check for a Slackware bug (make sure GID is not -1; it was special
7239         meaning for some syscalls).
7240
7241         * src/newgrp.c, src/pwck.c, src/su.c, src/useradd.c, src/usermod.c, src/groupadd.c, src/groupmod.c, src/id.c, NEWS:
7242         fixes for handle/print correctly 32bit uid/gid (Thorsten Kukuk <kukuk@suse.de>).
7243
7244         * src/chage.c: - break usage vomment line.
7245
7246         * lib/defines.h:
7247         removed bunch spaces on end line in conditionale #include <errno.h>
7248         which in some cases dissallow compile correctly shadow (thanks for
7249         Silvan Minghetti <bullet@users.sourceforge.net>).
7250
7251 2001-11-17  Michał Moskal  <malekith@pld.org.pl>
7252
7253         * NEWS:
7254         - mention fix for SEGV when using pwck -s on /etc/passwd file with
7255           empty lines in it
7256
7257         * lib/commonio.c:
7258         - installed fix for SEGV when using pwck -s on /etc/passwd file with
7259           empty lines in it
7260
7261 2001-11-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7262
7263         * libmisc/chkname.c, NEWS:
7264         next merge from Solar patches (shadow-4.0.0-owl-check_names.diff) but only
7265         part this patch with checking login name matching; checking is login
7266         string isn't longer than possible probably it will be good prepare using
7267         _POSIX_LOGIN_NAME_MAX from <bits/posix1_lim.h>
7268
7269 2001-11-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
7270
7271         * NEWS: typos.
7272
7273         * NEWS: added info about new hu man pages.
7274
7275         * NEWS: updated.
7276
7277 2001-11-16  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7278
7279         * man/ja/Attic/pw_auth.3, man/ja/Attic/pwauth.8, man/ja/passwd.5, man/ja/porttime.5, man/ja/pwck.8, man/ja/shadow.3, man/ja/shadow.5, man/ja/su.1, man/ja/suauth.5, man/ja/sulogin.8, man/ja/userdel.8, man/ja/usermod.8, man/ja/Attic/dpasswd.8, man/ja/Attic/mkpasswd.8, man/ja/Makefile.am, man/ja/chage.1, man/ja/chfn.1, man/ja/chpasswd.8, man/ja/chsh.1, man/ja/faillog.5, man/ja/faillog.8, man/ja/gpasswd.1, man/ja/groupadd.8, man/ja/groupdel.8, man/ja/groupmod.8, man/ja/grpck.8, man/ja/lastlog.8, man/ja/login.1, man/ja/login.access.5, man/ja/login.defs.5, man/ja/logoutd.8, man/ja/newgrp.1, man/ja/passwd.1:
7280         - updated to man-pages-ja-20011115.tar.gz
7281
7282         * man/ja/groups.1: 3c26de91cfd359c0b7c36ca3cd3e170d  groups.1
7283
7284         * man/ja/grpconv.8: 402190c04b8df45e20afd01e3acd0da4  grpconv.8
7285
7286         * man/ja/grpunconv.8: 402190c04b8df45e20afd01e3acd0da4  grpunconv.8
7287
7288         * man/ja/id.1: 3edc687b1c09bbdd170553f326a71711  id.1
7289
7290         * man/ja/newusers.8: c2ecaa6ddffe07de2c39be3aefb5bcae  newusers.8
7291
7292         * man/ja/pwunconv.8: 402190c04b8df45e20afd01e3acd0da4  pwunconv.8
7293
7294         * man/ja/Attic/shadowconfig.8:
7295         f79300c0db64fd961443177c88605087  shadowconfig.8
7296
7297         * man/ja/useradd.8: 3333b9a2e5a388a472fb05106d65a596  useradd.8
7298
7299         * man/ja/vigr.8: 42825938683e54e391897ea100001af1  vigr.8
7300
7301         * man/ja/vipw.8: 0cb8db0f1f19de7690f0ef9baeceb919  vipw.8
7302
7303 2001-11-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
7304
7305         * lib/Attic/getpass.c:
7306         one fix warning from Solar shadow-4.0.0-owl-warnings.diff.
7307
7308         * src/chage.c, lib/defines.h:
7309         move "#include <errno.h>" to /lib/defines.h.
7310
7311         * configure.in: added AC_CHECK_HEADERS(errno.h)
7312
7313         * src/chage.c: apply shadow-4.0.0-owl-chage-drop-priv.diff and
7314         shadow-4.0.0-owl-chage-ro-no-lock.diff by Solar Designer <solar@openwall.com>.
7315         Added locks which are needed when doing r/w accesses, not when running as root.
7316         If root does read-only, there's no lock needed. Added missing
7317         "#include <errno.h>" for above.
7318
7319 2001-11-14  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7320
7321         * configure.in: - added hu directory antry
7322
7323         * man/Makefile.am: - groups.1 moved to EXTRA_DIST
7324         - added hu directory entry
7325
7326         * man/ja/Makefile.am: - sorted
7327         - shadow.3 moved to EXTRA_DIST
7328
7329         * man/pl/Makefile.am: - sorted
7330         - added entries for new pages
7331         - EXTRA_DIST synced with man/Makefile.am
7332
7333         * man/hu/Makefile.am, man/hu/chsh.1, man/hu/gpasswd.1, man/hu/groups.1, man/hu/newgrp.1, man/hu/passwd.1, man/hu/sg.1:
7334         - man pages from Debian
7335
7336         * man/Attic/groupmems.8: - typo
7337
7338         * man/pl/expiry.1, man/pl/groupmems.8: - translated pages
7339
7340 2001-11-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7341
7342         * libmisc/Makefile.am:
7343         fix building with cracklib enabled: $(LIBCRACK) added to libmisc_la_LIBADD.
7344
7345         * src/useradd.c: typo.
7346
7347 2001-11-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7348
7349         * src/Attic/dpasswd.c, src/gpasswd.c, src/groupadd.c, src/groupmod.c, src/grpck.c, src/lastlog.c, src/login.c, src/passwd.c, src/pwck.c, src/userdel.c, src/usermod.c, src/chage.c, src/chfn.c, src/chsh.c, libmisc/utmp.c:
7350         removed prototypes which are defined in libc header files
7351         (Thorsten Kukuk <kukuk@suse.de>).
7352
7353         * libmisc/Attic/nscd.c, libmisc/Makefile.am, lib/commonio.c:
7354         implemetn better reloading the nscd cache (per NSS map)
7355         by Thorsten Kukuk <kukuk@suse.de>
7356
7357         * src/login.c, libmisc/setupenv.c:
7358         fixed warnings "not used but defined" on compile using gcc 3.0.x
7359         by bulletpr00ph <bullet@users.sourceforge.net>.
7360
7361 2001-10-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
7362
7363         * NEWS: New entries for 4.0.1.
7364
7365         * po/pl.po: few more pl translations.
7366
7367         * po/cs.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/sv.po, po/uk.po:
7368         "make update-po".
7369
7370         * po/ja.po, po/ko.po, configure.in:
7371         added ja, ko translations found in SuSe.
7372
7373 2001-10-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7374
7375         * src/useradd.c: sort alphabetically *flg variables.
7376
7377         * debian/Attic/Makefile.am, debian/Attic/tar.c: removed.
7378
7379 2001-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
7380
7381         * man/ja/Makefile.am, man/ja/sg.1, man/pl/Makefile.am, man/pl/sg.1, man/pl/vigr.8, man/Attic/sg.1, man/Attic/vigr.8, man/Makefile.am:
7382         added vigr(1) man page as roff .so link to vipw(1),                                                                             - added sg(1) man page as roff .so link to newgrp(1).
7383
7384         * src/Makefile.am:
7385         added install symlinks newgrp -> sg, vipw -> vigr in install-exec-hook target.
7386
7387 2001-10-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7388
7389         * lib/Makefile.am (libshadow_la_SOURCES):
7390         reverte last change and added rcsid.h,
7391         (EXTRA_DIST): added missing "\".
7392
7393         * src/Makefile.am: (DEFS):
7394         - fix -DLOCALEDIR in DEFS,
7395         - added -DHAVE_CONFIG_H,
7396         - removed @DEFS@.
7397
7398         * lib/Makefile.am:
7399         added missing shadow_.h file to libshadow_la_SOURCES.
7400
7401 2001-09-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
7402
7403         * Makefile.am (AUTOMAKE_OPTIONS):
7404         version changed to 1.5 and added dist-bzip2.
7405
7406         * lib/Makefile.am, libmisc/Makefile.am, src/Makefile.am:
7407         add .indent.pro to EXTRA_DIST.
7408
7409         * etc/Makefile.am, etc/useradd: add example /etc/defaults/useradd.
7410
7411 2001-09-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7412
7413         * TODO: last touch.
7414
7415         * TODO: more TODO.
7416
7417         * lib/commonio.c, NEWS:
7418         Fix bug discovered and fixed by Marcel Ritter <Marcel.Ritter@rrze.uni-erlangen.de>
7419         Due to a big buffer size in lib/commonio.c this error does only appear
7420         if a line gets longer than 4096 bytes (there are probably very few people
7421         stumbling across this).
7422         Ths bug can be exposed by trashing /etc/groups file using useradd with script:
7423                 #!/bin/sh
7424                 typeset -i NUM
7425                 NUM=0
7426                 groupadd demogroup
7427                 while [ $NUM -le 1000 ]; do
7428                    useradd -g demogroup -G demogroup -p "NONE" user$NUM
7429                    NUM=$NUM+1
7430                 done
7431
7432 2001-09-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
7433
7434         * src/groups.c, src/id.c, src/newgrp.c, src/useradd.c, src/usermod.c, libmisc/addgrps.c, NEWS:
7435         remove limit 32 to groups per user (the same user can belong to
7436         more than 32 groups) by use sysconf(_SC_NGROUPS_MAX) instead constant
7437         NGROUPS_MAX (patch by Radu Constantin Rendec <radu.rendec@ines.ro>)
7438         NOTE: it probably need testing on other system for add some conditionals
7439         for using sysconf(_SC_NGROUPS_MAX) or NGROUPS_MAX constant.
7440
7441 2001-08-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
7442
7443         * etc/pam.d/Makefile.am, etc/pam.d/useradd: added file for useradd.
7444
7445 2001-08-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
7446
7447         * src/useradd.c (set_defaults):
7448         handle correctly error open/create useradd default config
7449         filei (based on orginal post to bugtraq).
7450
7451         * TODO: documment in pt_BR, ja man pages -s {pw,grp}ck option.
7452
7453         * libmisc/sulog.c, NEWS:
7454         remove limit to 6 chars logged tty name (apply 012_libmisc_sulog.c.diff Debian
7455         patch).
7456
7457         * man/pl/Attic/shadowconfig.8, man/Attic/shadowconfig.8:
7458         - aply 021_man_shadowconfig_usr_doc.diff debian patch.
7459
7460         * src/Makefile.am, lib/Makefile.am:
7461         use $(top_builddir) in .la files paths (for allow correct compile if
7462         $(top_builddir) isn't the same as $(top_srcdir)).
7463
7464         * po/.cvsignore, po/Attic/ChangeLog: removed ChangeLog.
7465
7466 2001-08-18  Michał Moskal  <malekith@pld.org.pl>
7467
7468         * src/grpck.c: - fixed getopt() call, thnx to arekm
7469
7470 2001-08-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
7471
7472         * NEWS: - include last changes to list changes in version 4.0.0.
7473
7474 2001-08-14  Michał Moskal  <malekith@pld.org.pl>
7475
7476         * NEWS: - mention new -s options
7477
7478         * man/pl/grpck.8, man/pl/pwck.8, man/Attic/grpck.8, man/Attic/pwck.8:
7479         - documented new -s options
7480
7481         * src/grpck.c, src/pwck.c: - added -s option to sort output files
7482
7483         * lib/groupio.c, lib/groupio.h, lib/pwio.c, lib/pwio.h, lib/sgroupio.c, lib/sgroupio.h, lib/shadowio.c, lib/shadowio.h:
7484         - added pw_sort, gr_sort, sgr_sort and spw_sort functions
7485
7486         * lib/commonio.c, lib/commonio.h:
7487         - added commonio_sort{,_wrt} functions
7488
7489 2001-08-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7490
7491         * po/Attic/ChangeLog, po/uk.po, configure.in:
7492         added uk translation (Roman Festchook <roma@polesye.net>).
7493
7494         * src/logoutd.c (mani):
7495         s/ut->ut_libe/ut->ut_user/ on prepare strin with user name for syslog
7496         line (reported by Roman Festchook <roma@polesye.net>).
7497
7498 2001-07-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
7499
7500         * Attic/acconfig.h: - added missing USG.
7501
7502 2001-07-04  Marek Michałkiewicz  <marekm@pld.org.pl>
7503
7504         * lib/commonio.c:
7505         fix buffer overflow (not a security hole) in commonio_setname
7506
7507 2001-06-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
7508
7509         * NEWS: entry about dropping support one argument pam_strerror().
7510
7511         * libmisc/pam_pass.c, src/login.c, src/su.c, Attic/acconfig.h, configure.in, lib/defines.h, lib/pam_defs.h:
7512         drop detecting is pam_strerror() need one or two arguments. Instead using
7513         PAM_STRERROR() macro use directly pam_strerror() function with two arguments.
7514         pam_strerror() with one argument is obsoleted.
7515
7516         * configure.in:
7517         pass display error message if libpam_misc not found in correct argument
7518         AC_CHECK_LIB().
7519
7520         * configure.in:
7521         added checking for libpam_misc if libpam found and if libpam_misc is avalaible
7522         add them to $LIBPAM. Othervise exit fron autoconf script with error message.
7523         Now shadow compiles if pam support is enabled.
7524
7525 2001-06-28  Marek Michałkiewicz  <marekm@pld.org.pl>
7526
7527         * libmisc/copydir.c: fix overwriting existing file (add O_TRUNC)
7528
7529 2001-06-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
7530
7531         * configure.in: remove intl/po2tbl.sed from AC_OUTPUT().
7532
7533         * configure.in:
7534         removed add md5.o md5crypt.o conditionaly to $LIBOBJS (this is obsoleted).
7535         In current version ndling md5 functionality is included conditionaly
7536         inside md5.c and md5crypt.c source files.
7537
7538         * lib/Attic/md5.c: added comments for #endif.
7539
7540         * configure.in: also do not use SU_ACCESS when PAM is used.
7541
7542         * configure.in:
7543         - check pam directly by AC_CHECK_LIB() (PAM from PLD is now fixed an also other
7544           PAM implementation must be fixed for this method checkin is libpam is avalaible;
7545           sorry .. no way this is plain linking procedure bug),
7546         - use AC_DEFINE(LOGIN_ACCES) only when PAM isn't used.
7547
7548 2001-06-23  Marek Michałkiewicz  <marekm@pld.org.pl>
7549
7550         * src/Makefile.am:
7551         add LDADD for groupmod and usermod, as they use PAM too
7552
7553         * src/login.c, src/su.c: fix uninitialized variable failcount
7554         skip '*' in pw_shell for subsystem root
7555
7556 2001-06-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
7557
7558         * src/login.c: use "extern int login_access()" only if !USE_PAM.
7559
7560         * src/Makefile.am:
7561         added LDADD rules for programs which uses PAM and cracklib.
7562
7563 2001-06-23  Marek Michałkiewicz  <marekm@pld.org.pl>
7564
7565         * libmisc/chowntty.c:
7566         allow root login even on read-only root filesystem
7567
7568         * libmisc/Makefile.am: add -DHAVE_CONFIG_H to DEFS
7569
7570 2001-06-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
7571
7572         * autogen.sh: run configure by default with --disable-desrpc,
7573         fix: --with-libpam (not --with-pam).
7574
7575 2001-06-23  Marek Michałkiewicz  <marekm@pld.org.pl>
7576
7577         * libmisc/chowntty.c:
7578         libmisc/chowntty.c (chown_tty): move perror() before syslog() call
7579         which might change errno.
7580
7581         * man/pl/login.defs.5, man/Attic/login.defs.5:
7582         (UMASK): Default value is 077, not 0 - see NEWS for shadow-3.3.2-951106.
7583
7584 2001-06-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
7585
7586         * NEWS, configure.in: prepare for release 4.0.0 version.
7587
7588         * configure.in: remove commented line.
7589
7590 2001-06-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
7591
7592         * po/pl.po: fixed charset (must be iso-8859-2).
7593
7594         * man/Makefile.am, man/ja/.cvsignore, man/ja/Attic/dpasswd.8, man/ja/Attic/mkpasswd.8, man/ja/Attic/pw_auth.3, man/ja/Attic/pwauth.8, man/ja/Makefile.am, man/ja/chage.1, man/ja/chfn.1, man/ja/chpasswd.8, man/ja/chsh.1, man/ja/faillog.5, man/ja/faillog.8, man/ja/gpasswd.1, man/ja/groupadd.8, man/ja/groupdel.8, man/ja/groupmod.8, man/ja/grpck.8, man/ja/lastlog.8, man/ja/login.1, man/ja/login.access.5, man/ja/login.defs.5, man/ja/logoutd.8, man/ja/newgrp.1, man/ja/passwd.1, man/ja/passwd.5, man/ja/porttime.5, man/ja/pwck.8, man/ja/pwconv.8, man/ja/shadow.3, man/ja/shadow.5, man/ja/su.1, man/ja/suauth.5, man/ja/sulogin.8, man/ja/userdel.8, man/ja/usermod.8, configure.in, NEWS:
7595         added ja man pages.
7596
7597 2001-05-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
7598
7599         * src/Attic/shadowconfig.sh, src/Makefile.am, debian/Attic/Makefile.am, debian/Attic/shadowconfig.sh:
7600         move shadowconfig.sh to debian/
7601
7602         * src/Makefile.am: added missing -I${top_srcdir} to INCLUDES.
7603
7604         * lib/Makefile.am: empty DEFS and INCLUDES="-I$(top_srcdir)".
7605
7606         * libmisc/Makefile.am:
7607         empty DEFS and INCLUDES="-I$(top_srcdir) -I$(top_srcdir)/lib".
7608
7609 2001-03-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
7610
7611         * src/.indent.pro, lib/.indent.pro, libmisc/.indent.pro:
7612         directory indent config file is -kr -i8 -bad (indent open this file and
7613         read options if options not specyfied in commnad line).
7614
7615         * autogen.sh (conf_flags): added --with-pam.
7616
7617         * NEWS: start complette next release information.
7618
7619 2001-02-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
7620
7621         * shlib/Attic/Makefile.am, shlib/Attic/Makefile.in.saved: - removed.
7622
7623         * src/Makefile.am, libmisc/Makefile.am, lib/Makefile.am:
7624         Rewrited automake suit for building lib, libmisc and src (now this look much
7625         better). Also for all is now used libtool in proper way.
7626
7627         * configure.in:
7628         - added useing AM_DISABLE_SHARED, AM_ENABLE_STATIC for disable compile shared
7629           libraries and enable static,
7630         - some cosmetics.
7631
7632         * Makefile.am (SUBDIRS): reorder libmisc must be before lib.
7633
7634 2001-02-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
7635
7636         * man/pt_BR/Makefile.am: - added man_MANS to EXTRA_DIST.
7637
7638 2001-01-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
7639
7640         * man/Makefile.am, man/pt_BR/Makefile.am, man/pt_BR/gpasswd.1, man/pt_BR/groupadd.8, man/pt_BR/groupdel.8, man/pt_BR/groupmod.8, man/pt_BR/shadow.5, configure.in:
7641         include pt_BR man pages for gpasswd(1), groupadd(1), groupdel(8),
7642         groupmod(8), shadow(5).
7643
7644 2001-01-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
7645
7646         * TODO: - updated.
7647
7648         * man/pl/Attic/dpasswd.8, man/pl/chage.1, man/pl/chfn.1, man/pl/chpasswd.8, man/pl/chsh.1, man/pl/faillog.5, man/pl/faillog.8, man/pl/gpasswd.1, man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmod.8, man/pl/groups.1, man/pl/grpck.8, man/pl/id.1, man/pl/lastlog.8, man/pl/login.1, man/pl/newgrp.1, man/pl/newusers.8, man/pl/passwd.1, man/pl/su.1, man/pl/useradd.8, man/pl/userdel.8, man/pl/vipw.8, man/Attic/dpasswd.8, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/su.1, man/Attic/useradd.8, man/Attic/usermod.8, man/Attic/vipw.8:
7649         many small cleanups, fixes also removed commented obsoleted texts.
7650
7651 2001-01-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
7652
7653         * autogen.sh: add to conf_flags --disable-shared.
7654
7655         * man/pl/Attic/d_passwd.5, man/pl/Attic/dialups.5, man/pl/Attic/dpasswd.8, man/pl/Attic/mkpasswd.8, man/pl/Attic/pw_auth.3, man/pl/Attic/pwauth.8, man/pl/Attic/shadowconfig.8, man/pl/chage.1, man/pl/chfn.1, man/pl/chpasswd.8, man/pl/chsh.1, man/pl/faillog.5, man/pl/faillog.8, man/pl/gpasswd.1, man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmod.8, man/pl/groups.1, man/pl/grpck.8, man/pl/id.1, man/pl/lastlog.8, man/pl/limits.5, man/pl/login.1, man/pl/login.access.5, man/pl/login.defs.5, man/pl/logoutd.8, man/pl/newgrp.1, man/pl/newusers.8, man/pl/passwd.1, man/pl/passwd.5, man/pl/porttime.5, man/pl/pwck.8, man/pl/pwconv.8, man/pl/shadow.3, man/pl/shadow.5, man/pl/su.1, man/pl/suauth.5, man/pl/sulogin.8, man/pl/useradd.8, man/pl/userdel.8, man/pl/usermod.8, man/pl/vipw.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pwauth.8, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/shadowconfig.8, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/vipw.8, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/dpasswd.8, man/Attic/expiry.1, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmems.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/limits.5, man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/logoutd.8:
7656         put or move to top cemmented Id cvs keyword,
7657         (passwd.1): documment -e option (patch from Debian),
7658         (userdel.1): remove commented obsoleted options.
7659
7660         * man/Makefile.am:
7661         put all files in man_MANS and EXTRA_DIST in alphabethic order.
7662
7663         * src/chpasswd.c, src/pwunconv.c:
7664         remove from comments program description and history logs.
7665
7666         * src/Makefile.am: move groups to bin_PROGRAMS.
7667
7668 2000-12-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
7669
7670         * src/su.c: Based on Debian modyfications:
7671         (main): #endif /* USE_PAM */ #ifdef USE_PAM replaced by #else,
7672         (main): removed some dead code (scoped by #if 0 .. #endif).
7673         (main): call to re-establish SIGINT to right place.
7674
7675         * man/pl/passwd.1: Removed SEE ALSO to shadow(3) and passwd(3).
7676
7677         * man/pl/shadow.5, man/Attic/shadow.5: Removed SEE ALSO to shadow(3).
7678
7679         * man/Attic/passwd.1:
7680         Removed SEE ALSO to passwd(3) and commented shadow(3).
7681
7682 2000-12-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7683
7684         * src/useradd.c (main):
7685         use "useradd" instead "shadow in pam_start() parameters - this
7686         allow use separated pam config file for useradd (for example for allow
7687         specified non-root user for add user).
7688
7689 2000-11-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
7690
7691         * TODO: remove write expiry(1) man page.
7692
7693         * man/Attic/expiry.1, man/Makefile.am:
7694         added expiry(1) man page from Debian.
7695
7696         * man/pl/lastlog.8, man/Attic/lastlog.8:
7697         updated man pages for whole dispaly syntax.
7698
7699         * src/lastlog.c (main): fixed command line syntax description.
7700
7701         * src/lastlog.c (main):
7702         display correctly and full current commnad line lastlog syntax
7703         and also output this string using gettext.
7704
7705         * src/lastlog.c (main):
7706         merge src_lastlogin.c patch from debian with use getopt_long()
7707         instead getopt() for add handling --help, --user, --time switches and
7708         dipslay useage message on -h, --help and as default action.
7709
7710 2000-11-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7711
7712         * src/groupmems.c, po/el.po, po/fr.po, po/pl.po, po/sv.po, po/POTFILES.in, po/cs.po:
7713         added i18n support for src/groupmems.c.
7714
7715         * src/useradd.c:
7716         * (set_defaults): use mkstemp() if avalaible. Othereise use mktemp().
7717
7718         * configure.in: * added checking for mkstemp().
7719
7720         * src/useradd.c: * (set_defaults): use mkstemp() instead mktemp(),
7721         * (mani): fix compilation error in previouse RH patch (removed using nflg).
7722
7723 2000-11-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
7724
7725         * TODO: - groupmems need some work on add PAM and i18n support.
7726
7727         * src/groupmems.c, man/Attic/groupmems.8:
7728         Added raw version groupmems program for administer members of a user's
7729         primary group. groupmems was written by George Kraft IV <gk4@us.ibm.com>
7730         and this tool have BSD license.
7731
7732         * src/Attic/patchlevel.h, src/Makefile.am:
7733         patchlevel.h, Makefile.am: removed patchlevel.h file,
7734         Makefile.am: removed bindir, sbindir (this comes with autoconf).
7735
7736 2000-11-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7737
7738         * TODO: - write expire man page.
7739
7740 2000-10-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
7741
7742         * old/Attic/pwconv-old.8, old/Attic/pwconv.8, old/Attic/pwunconv-old.8, old/Attic/pwunconv.8, man/pl/Attic/mkpasswd.8, man/pl/Attic/pw_auth.3, man/pl/Attic/pwauth.8, man/pl/login.defs.5, man/pl/logoutd.8, man/pl/newgrp.1, man/pl/newusers.8, man/pl/passwd.1, man/pl/porttime.5, man/pl/pwck.8, man/pl/shadow.3, man/pl/su.1, man/pl/sulogin.8, man/pl/useradd.8, man/pl/userdel.8, man/pl/usermod.8, man/pl/Attic/dpasswd.8, man/pl/chage.1, man/pl/chfn.1, man/pl/chpasswd.8, man/pl/chsh.1, man/pl/faillog.5, man/pl/faillog.8, man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmod.8, man/pl/groups.1, man/pl/grpck.8, man/pl/id.1, man/pl/lastlog.8, man/pl/login.1, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/dpasswd.8, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/login.1, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pwauth.8, man/Attic/pwck.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, debian/Attic/login.copyright, debian/Attic/passwd.copyright, debian/Attic/secure-su.copyright, doc/Attic/ANNOUNCE, doc/Attic/LSM, doc/Attic/README, doc/Attic/README.linux:
7743         Julianne F. Haugh new contact adress.
7744
7745         * NEWS: - summary chanfes for 20001016.
7746
7747         * doc/Attic/README.shadow-paper, doc/Makefile.am:
7748         - removed outdated README.shadow-paper.
7749
7750         * configure.in: - release 20001016.
7751
7752 2000-10-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
7753
7754         * man/pl/Makefile.am, man/Makefile.am: fixes in man/{,po}/Makefile.am:
7755         - $(man_MANS) added to EXTRA_DISTS,
7756         - do not install by default groups.1, id.1, pw_auth.3, shadow.3, pwauth.8,
7757           sulogin.8, dpasswd.8 (moved to EXTRA_DISTS),
7758
7759 2000-10-15  Marek Michałkiewicz  <marekm@pld.org.pl>
7760
7761         * lib/commonio.c (reload_nscd): Disable for now because not every
7762         version of nscd can handle it, unless ENABLE_NSCD_SIGHUP defined.
7763
7764 2000-10-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
7765
7766         * libmisc/pwdcheck.c, libmisc/Makefile.am: - added missing pwdcheck.c.
7767
7768         * configure.in: - removed old/Makefile from AC_OUTPUT list.
7769
7770 2000-10-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
7771
7772         * README: - fixed information about RO cvs access.
7773
7774         * NEWS: - summary changes description for shadow-20001012.
7775
7776         * configure.in: - release changed to 20001012.
7777
7778         * etc/Makefile.am: - removed shells and suauth from EXTRA_DIST.
7779
7780         * doc/Makefile.am: - removed README.debian from EXTRA_DIST.
7781
7782         * libmisc/Makefile.am: - removed pwdcheck.c from libmisc_a_SOURCES.
7783
7784         * debian/Attic/Makefile.am: - removed FILES from EXTRA_DIST.
7785
7786         * contrib/Makefile.am: - s/udbachk.v012.tgz/udbachk.tgz/
7787
7788         * doc/Makefile.am: - removed CHANGES (this file was moved to ../NEWS).
7789
7790 2000-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
7791
7792         * po/Attic/ChangeLog: - add empty file (gettext requires this).
7793
7794 2000-10-10  Arkadiusz Miśkiewicz  <misiek@pld.org.pl>
7795
7796         * README: typos fixed
7797
7798 2000-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
7799
7800         * Makefile.am: - added shadow-utils.spec.in to EXTR_DIST.
7801
7802         * redhat/Attic/shadow-utils.spec.in: - obsoleted.
7803
7804         * Attic/stamp-h.in: - removed (this file is autogenerated by autoconf).
7805
7806         * po/pl.po, po/sv.po, po/cs.po, po/el.po, po/fr.po:
7807         - update before release.
7808
7809         * doc/Attic/LSM: - new maintainer and new primary site.
7810
7811         * Makefile.am: - README added to EXTRA_DIST.
7812
7813         * README: - added README with all shadow sites and resources details.
7814
7815         * Attic/shadow-utils.spec.in: - partialy rewrited.
7816
7817         * configure.in: - change version to 20001010.
7818
7819         * Makefile.am: - added NEWS to EXTRA_DIST.
7820
7821         * Makefile.am, TODO: - added TODO.
7822
7823         * doc/Attic/CHANGES, NEWS: - rename doc/CHANGES -> NEWS.
7824
7825 2000-10-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
7826
7827         * redhat/Attic/Makefile.am, redhat/Attic/README, redhat/Attic/shadow-970616-fix.patch, redhat/Attic/shadow-970616-glibc.patch, redhat/Attic/shadow-970616-rh.patch, redhat/Attic/shadow-970616-utuser.patch, redhat/Attic/shadow-970616.login.defs, redhat/Attic/shadow-970616.useradd, redhat/Attic/shadow-utils-970616.spec, Attic/shadow-utils.spec.in, Makefile.am, configure.in:
7828         - remove redhat/ directory with obsoleted files.
7829
7830         * po/.cvsignore, src/.cvsignore, man/.cvsignore, man/pl/.cvsignore, .cvsignore, libmisc/.cvsignore:
7831         - shut up cvs.
7832
7833         * man/Makefile.am: - removed redundant ${man_MANS} from EXTRA_DIST.
7834
7835         * src/useradd.c:
7836         - fix a security bug (adduser could overwrite previously existing
7837           groups (shadow-19990827-group.patch from RH),
7838
7839         * po/cs.po, po/el.po, po/fr.po, po/pl.po, po/sv.po:
7840         - "make updated-po".
7841
7842         * man/pl/Makefile.am, man/pl/grpconv.8, man/pl/grpunconv.8, man/pl/pwunconv.8, man/Attic/grpconv.8, man/Attic/grpunconv.8, man/Attic/pwunconv.8, man/Makefile.am:
7843         - added man pages for grpconv(8), grpunconv(8), pwunconv(8) (.so link to
7844           pwconv(8))
7845
7846         * man/pl/Attic/adduser.8, man/pl/Makefile.am, man/Attic/adduser.8, man/Makefile.am:
7847         - added man page for adduser(8) (.so link to useradd(8)).
7848
7849         * po/Attic/doit:
7850         - removed (in po/Makefile.in.in exist special update-po target).
7851
7852         * etc/pam.d/passwd, etc/pam.d/su: - cosmetics.
7853
7854         * etc/pam.d/Attic/shadow: - sample PAM config file for shadow utils.
7855
7856         * etc/pam.d/Makefile.am: - added shadow to EXTRA_DIST
7857
7858         * src/chpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/newusers.c, src/useradd.c, src/userdel.c, src/usermod.c:
7859         - bind to shadow PAM file instead userdb (mainly PAMimication all shadow
7860           utils is used for proper updating db files but in real this can be used
7861           for perform many other tasks).
7862
7863         * src/Makefile.am: - added linking with @LIBPAM@ all PAMified tools.
7864
7865         * src/chpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/newusers.c, src/useradd.c, src/userdel.c, src/usermod.c:
7866         - added PAM support (bind to common "userdb" PAM authentication description
7867           file).
7868
7869         * src/chage.c: - added PAM support.
7870
7871 2000-10-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7872
7873         * autogen.sh:
7874         - added autogen.sh script which prepare raw source code from cvs to use.
7875
7876 2000-10-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
7877
7878         * man/pl/useradd.8, man/pl/userdel.8, man/pl/usermod.8, man/pl/vipw.8:
7879         - merged changes from PTM.
7880
7881         * man/pl/Makefile.am:
7882         - simplified: use only man_MANS and remaped $(mandir) variable.
7883
7884 2000-09-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
7885
7886         * po/cs.po, configure.in:
7887         - added cs translation (Jiri Pavlovsky <Jiri.Pavlovsky@ff.cuni.cz>).
7888
7889 2000-09-05  Marek Michałkiewicz  <marekm@pld.org.pl>
7890
7891         * man/pl/sulogin.8, man/pl/vipw.8, po/el.po, po/fr.po, po/pl.po, po/sv.po, man/pl/Attic/d_passwd.5, man/pl/Attic/dialups.5, man/pl/Attic/dpasswd.8, man/pl/Attic/mkpasswd.8, man/pl/Attic/pw_auth.3, man/pl/Attic/pwauth.8, man/pl/Attic/shadowconfig.8, man/pl/chage.1, man/pl/chfn.1, man/pl/chpasswd.8, man/pl/chsh.1, man/pl/faillog.5, man/pl/faillog.8, man/pl/gpasswd.1, man/pl/groups.1, man/pl/grpck.8, man/pl/id.1, man/pl/lastlog.8, man/pl/limits.5, man/pl/login.1, man/pl/login.access.5, man/pl/login.defs.5, man/pl/logoutd.8, man/pl/newgrp.1, man/pl/newusers.8, man/pl/passwd.1, man/pl/passwd.5, man/pl/porttime.5, man/pl/pwck.8, man/pl/pwconv.8, man/pl/shadow.3, man/pl/shadow.5, man/pl/su.1, man/pl/suauth.5:
7892         *** empty log message ***
7893
7894 2000-09-02  Marek Michałkiewicz  <marekm@pld.org.pl>
7895
7896         * src/groupmod.c, src/grpck.c, src/login.c, src/logoutd.c, src/newgrp.c, src/passwd.c, src/pwck.c, src/su.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/usermod.c, lib/commonio.h, lib/defines.h, lib/groupio.c, lib/pwio.c, lib/sgroupio.c, lib/shadowio.c, man/Attic/usermod.8, po/el.po, po/fr.po, po/pl.po, po/sv.po, redhat/Attic/shadow-utils.spec.in, src/Attic/dpasswd.c, src/chage.c, src/chfn.c, src/chsh.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, configure.in, debian/Attic/rules, doc/Attic/CHANGES, doc/Attic/LSM, lib/commonio.c:
7897         *** empty log message ***
7898
7899 2000-08-26  Marek Michałkiewicz  <marekm@pld.org.pl>
7900
7901         * contrib/Makefile.am, contrib/groupmems.shar, doc/Attic/LSM, po/el.po, po/fr.po, po/pl.po, po/sv.po, doc/Attic/README.mirrors, src/vipw.c, src/Attic/dpasswd.c, src/Attic/mkpasswd.c, src/Makefile.am, src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/expiry.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/groups.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/id.c, src/lastlog.c, src/login.c, src/logoutd.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/usermod.c, lib/Attic/dialchk.h, lib/Attic/dialup.h, lib/Attic/rad64.c, lib/Attic/tcfsio.h, lib/Makefile.am, lib/commonio.c, lib/commonio.h, lib/defines.h, lib/encrypt.c, lib/getdef.c, lib/getdef.h, lib/groupio.c, lib/groupio.h, lib/prototypes.h, lib/pwauth.c, lib/pwio.c, lib/pwio.h, lib/sgroupio.c, lib/sgroupio.h, lib/shadowio.h, libmisc/Attic/suauth.c, libmisc/chkname.h, libmisc/chowndir.c, libmisc/copydir.c, libmisc/entry.c, libmisc/failure.h, libmisc/getdate.h, libmisc/hushed.c, libmisc/loginprompt.c, libmisc/setupenv.c, libmisc/sulog.c, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/dpasswd.8, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/login.1, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pwauth.8, man/Attic/pwck.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Makefile.am, man/pl/Makefile.am, man/pl/groupadd.8, man/pl/groupdel.8, man/pl/groupmod.8, man/pl/useradd.8, man/pl/userdel.8, man/pl/usermod.8, etc/Attic/login.defs.hurd, etc/Attic/login.defs.linux, doc/Attic/ANNOUNCE, doc/Attic/CHANGES, doc/Attic/README, doc/Attic/README.linux, doc/Attic/README.pam, doc/WISHLIST, debian/Attic/login.copyright, debian/Attic/passwd.copyright, debian/Attic/secure-su.copyright, Attic/mkinstalldirs, configure.in, Makefile.am:
7902         *** empty log message ***
7903
7904 1999-08-27  Marek Michałkiewicz  <marekm@pld.org.pl>
7905
7906         * doc/Attic/LSM, po/el.po, po/fr.po, po/pl.po, po/sv.po, debian/Attic/passwd.postinst, lib/Attic/dialchk.c, lib/Attic/getpass.c, lib/getdef.c, lib/pwauth.c, libmisc/limits.c, libmisc/rlogin.c, man/Attic/limits.5, man/Attic/newgrp.1, src/Attic/dpasswd.c, src/chage.c, src/gpasswd.c, src/login.c, src/logoutd.c, src/newgrp.c, src/passwd.c, src/sulogin.c, Attic/acconfig.h, configure.in, debian/Attic/Makefile.am, debian/Attic/changelog, debian/Attic/control.gnu, debian/Attic/control.linux, debian/Attic/login.postrm, debian/Attic/logoutd, debian/Attic/logoutd.init, debian/Attic/passwd.conffiles, debian/Attic/passwd.cron, debian/Attic/passwd.init, debian/Attic/passwd.postrm, debian/Attic/rules, doc/Attic/CHANGES, doc/Attic/README.mirrors, doc/WISHLIST, etc/Attic/login.defs.hurd, etc/Attic/login.defs.linux, etc/Makefile.am, lib/defines.h:
7907         *** empty log message ***
7908
7909 1999-07-09  Marek Michałkiewicz  <marekm@pld.org.pl>
7910
7911         * configure.in, contrib/Makefile.am, debian/Attic/changelog, doc/Attic/CHANGES, doc/Attic/LSM, doc/WISHLIST, lib/Attic/strcasecmp.c, lib/prototypes.h, libmisc/Makefile.am, man/Attic/faillog.8, po/el.po, po/pl.po, src/Makefile.am, src/chfn.c, src/chsh.c, src/faillog.c, src/groupmod.c, src/grpconv.c, src/grpunconv.c, src/newgrp.c, src/passwd.c, src/vipw.c:
7912         *** empty log message ***
7913
7914 1999-06-07  Marek Michałkiewicz  <marekm@pld.org.pl>
7915
7916         * redhat/Attic/shadow-utils.spec.in, src/Attic/dpasswd.c, src/Attic/mkpasswd.c, src/Makefile.am, src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/expiry.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/groups.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/id.c, src/lastlog.c, src/login.c, src/logoutd.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/usermod.c, contrib/Makefile.am, contrib/README, contrib/udbachk.tgz, debian/Attic/changelog, debian/Attic/rules, doc/Attic/CHANGES, doc/Attic/LSM, doc/Attic/README.linux, doc/Attic/README.mirrors, doc/README.platforms, doc/WISHLIST, lib/Attic/getpass.c, lib/Attic/rcsid.h, lib/Makefile.am, lib/fputsx.c, lib/pam_defs.h, lib/prototypes.h, libmisc/Attic/login_desrpc.c, libmisc/pam_pass.c, libmisc/utmp.c, man/Attic/login.1, po/el.po, po/pl.po, Attic/acconfig.h, configure.in:
7917         *** empty log message ***
7918
7919 1999-03-07  Marek Michałkiewicz  <marekm@pld.org.pl>
7920
7921         * po/pl.po, po/el.po, doc/Attic/LSM, src/useradd.c, src/su.c, src/pwconv.c, src/pwck.c, src/passwd.c, src/newusers.c, src/newgrp.c, src/logoutd.c, src/login.c, src/grpconv.c, src/grpck.c, src/groupadd.c, src/gpasswd.c, src/Attic/dpasswd.c, src/chfn.c, src/chage.c, man/Attic/usermod.8, man/Attic/useradd.8, man/Attic/limits.5, man/Attic/chage.1, libmisc/valid.c, libmisc/sub.c, libmisc/strtoday.c, libmisc/setupenv.c, libmisc/obscure.c, libmisc/limits.c, libmisc/env.c, lib/Attic/snprintf.h, lib/getdef.c, lib/encrypt.c, lib/defines.h, etc/Attic/login.defs.linux, doc/WISHLIST, doc/Attic/README.nls, doc/Attic/README.pam, doc/README.platforms, doc/Attic/README.mirrors, doc/Attic/README.linux, doc/Makefile.am, doc/Attic/CHANGES, debian/Attic/tar.c, debian/Attic/rules, debian/Attic/logoutd, debian/Attic/control, debian/Attic/changelog, configure.in:
7922         *** empty log message ***
7923
7924 1998-12-28  Marek Michałkiewicz  <marekm@pld.org.pl>
7925
7926         * src/usermod.c, src/userdel.c, src/useradd.c, src/sulogin.c, src/su.c, src/pwunconv.c, src/pwconv.c, src/pwck.c, src/passwd.c, src/newusers.c, src/newgrp.c, src/Attic/mkpasswd.c, src/logoutd.c, src/login.c, src/lastlog.c, src/id.c, src/grpunconv.c, src/grpconv.c, src/grpck.c, src/groups.c, src/groupmod.c, src/groupdel.c, src/groupadd.c, src/gpasswd.c, src/faillog.c, src/expiry.c, src/Attic/dpasswd.c, src/chsh.c, src/chpasswd.c, src/chfn.c, src/chage.c, po/Attic/doit, po/POTFILES.in, po/el.po, src/Makefile.am, man/Attic/usermod.8, man/Attic/userdel.8, man/Attic/useradd.8, man/Attic/sulogin.8, man/Attic/su.1, man/Attic/shadow.5, man/Attic/shadow.3, man/Attic/pwck.8, man/Attic/pwauth.8, man/Attic/pw_auth.3, man/Attic/porttime.5, man/Attic/passwd.5, man/Attic/passwd.1, man/Attic/newusers.8, man/Attic/newgrp.1, man/Attic/mkpasswd.8, man/Attic/logoutd.8, man/Attic/login.defs.5, man/Attic/login.1, man/Attic/lastlog.8, man/Attic/id.1, man/Attic/grpck.8, man/Attic/groups.1, man/Attic/groupmod.8, man/Attic/groupdel.8, man/Attic/groupadd.8, man/Attic/faillog.8, man/Attic/faillog.5, man/Attic/dpasswd.8, man/Attic/chsh.1, man/Attic/chpasswd.8, man/Attic/chfn.1, man/Attic/chage.1, libmisc/xmalloc.c, libmisc/sub.c, libmisc/Attic/suauth.c, libmisc/shell.c, libmisc/setupenv.c, libmisc/pam_pass.c, libmisc/obscure.c, libmisc/mail.c, libmisc/Attic/login_desrpc.c, libmisc/limits.c, libmisc/failure.c, libmisc/env.c, libmisc/console.c, libmisc/chowntty.c, libmisc/age.c, libmisc/addgrps.c, libmisc/Makefile.am, lib/Attic/strerror.c, lib/pwauth.c, lib/prototypes.h, lib/Attic/getpass.c, lib/getdef.c, lib/Attic/dialchk.c, lib/defines.h, lib/Makefile.am, doc/WISHLIST, doc/README.platforms, doc/Attic/README.mirrors, doc/Attic/README.linux, doc/Attic/README, doc/Attic/LSM, doc/Attic/CHANGES, debian/Attic/secure-su.copyright, debian/Attic/passwd.copyright, debian/Attic/login.copyright, debian/Attic/control, debian/Attic/changelog, configure.in, Attic/acconfig.h, Makefile.am:
7927         *** empty log message ***
7928
7929 1998-07-24  Marek Michałkiewicz  <marekm@pld.org.pl>
7930
7931         * src/passwd.c, src/su.c, src/userdel.c, src/Makefile.am, src/chage.c, src/faillog.c, src/login.c, lib/Attic/tcfsio.c, lib/Attic/tcfsio.h, lib/pwauth.c, libmisc/chowntty.c, libmisc/pam_pass.c, libmisc/setugid.c, etc/pam.d/passwd, etc/pam.d/su, lib/Makefile.am, lib/commonio.c, lib/defines.h, lib/prototypes.h, doc/Attic/README.linux, doc/Attic/README.mirrors, doc/Makefile.am, doc/README.platforms, doc/WISHLIST, etc/Makefile.am, etc/pam.d/Makefile.am, doc/Attic/CHANGES, debian/Attic/changelog, configure.in, Attic/acconfig.h:
7932         *** empty log message ***
7933
7934 1998-06-26  Marek Michałkiewicz  <marekm@pld.org.pl>
7935
7936         * src/passwd.c, src/usermod.c, man/Attic/faillog.8, man/Attic/pwconv.8, src/logoutd.c, lib/Attic/getpass.c, libmisc/copydir.c, doc/Attic/README.linux, doc/Attic/README.mirrors, doc/WISHLIST, lib/commonio.c, debian/Attic/changelog, doc/Attic/CHANGES, configure.in:
7937         *** empty log message ***
7938
7939 1998-05-29  Marek Michałkiewicz  <marekm@pld.org.pl>
7940
7941         * man/Attic/lastlog.8, man/Attic/login.1, src/usermod.c, doc/Attic/CHANGES, doc/Attic/README.linux, etc/Attic/login.defs.linux, lib/defines.h, debian/Attic/changelog, debian/Attic/login.copyright, debian/Attic/login.postinst, debian/Attic/passwd.copyright, debian/Attic/rules, debian/Attic/secure-su.copyright, configure.in, contrib/Makefile.am, contrib/shadow-anonftp.patch:
7942         *** empty log message ***
7943
7944 1998-04-16  Marek Michałkiewicz  <marekm@pld.org.pl>
7945
7946         * src/useradd.c, src/userdel.c, src/usermod.c, src/passwd.c, src/sulogin.c, src/groupdel.c, src/login.c, src/logoutd.c, src/newgrp.c, src/Attic/dpasswd.c, src/chage.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, redhat/Attic/shadow-970616-rh.patch, redhat/Attic/shadow-970616-utuser.patch, redhat/Attic/shadow-970616.login.defs, redhat/Attic/shadow-970616.useradd, redhat/Attic/shadow-utils-970616.spec, src/Makefile.am, libmisc/utmp.c, redhat/Attic/Makefile.am, redhat/Attic/README, redhat/Attic/shadow-970616-fix.patch, redhat/Attic/shadow-970616-glibc.patch, libmisc/Attic/login_desrpc.c, libmisc/limits.c, libmisc/log.c, libmisc/loginprompt.c, libmisc/obscure.c, libmisc/strtoday.c, libmisc/chkname.c, libmisc/chowndir.c, libmisc/copydir.c, libmisc/failure.c, lib/Attic/dialchk.c, lib/Attic/pwpack.c, lib/defines.h, lib/pwauth.c, doc/Attic/CHANGES, doc/Attic/README.linux, doc/WISHLIST, doc/cracklib26.diff, lib/commonio.c, Attic/acconfig.h, configure.in, debian/Attic/tar.c:
7947         *** empty log message ***
7948
7949 1998-04-02  Marek Michałkiewicz  <marekm@pld.org.pl>
7950
7951         * src/groupmod.c, libmisc/sulog.c, lib/sgetspent.c, lib/sgetpwent.c, lib/sgetgrent.c, lib/Attic/putgrent.c, lib/gshadow.c, lib/getdef.c, lib/fputsx.c, lib/commonio.c, doc/Attic/README.linux, doc/Attic/README.mirrors, doc/Attic/CHANGES, configure.in:
7952         *** empty log message ***
7953
7954 1998-01-30  Marek Michałkiewicz  <marekm@pld.org.pl>
7955
7956         * Attic/install-sh, src/userdel.c, src/usermod.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/useradd.c, src/newgrp.c, src/newusers.c, src/passwd.c, src/pwck.c, src/groupmod.c, src/login.c, src/logoutd.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/expiry.c, redhat/Attic/README, redhat/Attic/shadow-utils.spec.in, src/Makefile.am, src/chage.c, man/Attic/login.defs.5, man/Attic/useradd.8, man/Attic/usermod.8, redhat/Attic/Makefile.am, libmisc/pam_pass.c, libmisc/strtoday.c, libmisc/tz.c, libmisc/Attic/login_access.c, libmisc/Attic/login_desrpc.c, libmisc/Attic/login_krb.c, libmisc/obscure.c, libmisc/age.c, libmisc/env.c, libmisc/limits.c, lib/Attic/strstr.c, lib/shadow.c, lib/shadowio.c, lib/shadowio.h, lib/utent.c, lib/Attic/rmdir.c, lib/pwio.c, lib/pwio.h, lib/sgetspent.c, lib/sgroupio.c, lib/Attic/mkdir.c, lib/Attic/putgrent.c, lib/prototypes.h, lib/pwauth.c, lib/Attic/md5crypt.c, lib/Attic/getpass.c, lib/groupio.c, lib/gshadow.c, lib/lockpw.c, lib/commonio.h, lib/defines.h, lib/encrypt.c, lib/getdef.c, lib/getdef.h, doc/Attic/README.mirrors, doc/Attic/automake-1.0.diff, doc/WISHLIST, lib/Makefile.am, lib/commonio.c, doc/Attic/ANNOUNCE, doc/Attic/CHANGES, doc/Attic/README.linux, doc/Makefile.am, doc/README.limits, debian/Attic/Makefile.am, debian/Attic/changelog, debian/Attic/login.copyright, debian/Attic/rules, Attic/mkinstalldirs, Attic/shadow-utils.spec, contrib/README, Attic/acconfig.h, Attic/aclocal.m4, configure.in, Makefile.am:
7957         *** empty log message ***
7958
7959 1998-01-25  Marek Michałkiewicz  <marekm@pld.org.pl>
7960
7961         * Attic/acconfig.h: *** empty log message ***
7962
7963 1997-12-14  Marek Michałkiewicz  <marekm@pld.org.pl>
7964
7965         * doc/Attic/CHANGES, debian/Attic/checksums, debian/Attic/rules, debian/Attic/Makefile.am, src/Makefile.am, src/userdel.c, src/usermod.c, src/pwck.c, src/useradd.c, src/Attic/mkpasswd.c, src/gpasswd.c, src/grpck.c, src/login.c, src/chage.c, src/chfn.c, src/chsh.c, man/Attic/shadowconfig.8, man/Attic/vipw.8, old/Attic/Makefile.am, old/Attic/pwunconv.8, man/Attic/login.defs.5, man/Attic/pwconv.8, man/Attic/pwunconv.8, man/Makefile.am, libmisc/limits.c, libmisc/rlogin.c, lib/Attic/pwdbm.c, lib/Attic/pwent.c, lib/prototypes.h, lib/shadow.c, doc/Attic/LSM, doc/WISHLIST, etc/limits, lib/Attic/grent.c, Attic/shadow-utils.spec, debian/Attic/changelog, configure.in:
7966         *** empty log message ***
7967
7968 1997-12-08  Marek Michałkiewicz  <marekm@pld.org.pl>
7969
7970         * src/userdel.c, src/usermod.c, src/Attic/shadowconfig.sh, src/su.c, src/sulogin.c, src/useradd.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/pwunconv.c, src/newgrp.c, src/newusers.c, src/Attic/mkpasswd.c, src/logoutd.c, src/grpconv.c, src/grpunconv.c, src/id.c, src/lastlog.c, src/login.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/groups.c, src/grpck.c, src/Attic/dpasswd.c, src/chsh.c, src/expiry.c, src/faillog.c, src/gpasswd.c, src/Makefile.am, src/chage.c, src/chfn.c, src/chpasswd.c, old/Attic/Makefile.am, old/Attic/pwconv.8, old/Attic/vipw.8, man/Attic/limits.5, man/Attic/pwconv.8, man/Attic/shadowconfig.8, man/Attic/vipw.8, man/Makefile.am, libmisc/tz.c, libmisc/ulimit.c, libmisc/utmp.c, libmisc/valid.c, libmisc/xmalloc.c, libmisc/Attic/suauth.c, libmisc/strtoday.c, libmisc/sub.c, libmisc/sulog.c, libmisc/ttytype.c, libmisc/Attic/setup.c, libmisc/salt.c, libmisc/setugid.c, libmisc/setupenv.c, libmisc/shell.c, libmisc/rlogin.c, libmisc/motd.c, libmisc/myname.c, libmisc/obscure.c, libmisc/pam_pass.c, libmisc/pwd2spwd.c, libmisc/pwd_init.c, libmisc/Attic/login_access.c, libmisc/Attic/login_desrpc.c, libmisc/Attic/login_krb.c, libmisc/loginprompt.c, libmisc/mail.c, libmisc/hushed.c, libmisc/isexpired.c, libmisc/limits.c, libmisc/list.c, libmisc/log.c, libmisc/Attic/getdate.c, libmisc/failure.h, libmisc/fields.c, libmisc/getdate.h, libmisc/getdate.y, libmisc/entry.c, libmisc/env.c, libmisc/failure.c, libmisc/chowndir.c, libmisc/chowntty.c, libmisc/console.c, libmisc/copydir.c, libmisc/Attic/chkshell.c, libmisc/age.c, libmisc/basename.c, libmisc/chkname.c, libmisc/chkname.h, lib/Attic/strdup.c, lib/Attic/strerror.c, lib/Attic/strstr.c, lib/utent.c, libmisc/Makefile.am, libmisc/addgrps.c, lib/Attic/spdbm.c, lib/Attic/sppack.c, lib/sgroupio.c, lib/shadow.c, lib/shadowio.c, lib/Attic/rename.c, lib/Attic/rmdir.c, lib/sgetgrent.c, lib/sgetpwent.c, lib/sgetspent.c, lib/Attic/rad64.c, lib/Attic/pwdbm.c, lib/Attic/pwent.c, lib/Attic/pwpack.c, lib/pwauth.c, lib/pwio.c, lib/Attic/mkdir.c, lib/Attic/putgrent.c, lib/Attic/putpwent.c, lib/Attic/putspent.c, lib/port.c, lib/prototypes.h, lib/Attic/gsdbm.c, lib/Attic/gspack.c, lib/Attic/md5.c, lib/Attic/md5crypt.c, lib/gshadow.c, lib/lockpw.c, lib/Attic/grdbm.c, lib/Attic/grent.c, lib/Attic/grpack.c, lib/groupio.c, lib/Attic/getpass.c, lib/Attic/dialup.c, lib/encrypt.c, lib/fputsx.c, lib/getdef.c, lib/Attic/dialchk.c, lib/Attic/dialchk.h, lib/commonio.c, lib/commonio.h, lib/defines.h, doc/Attic/automake-1.0.diff, etc/Attic/login.defs.linux, etc/limits, lib/Makefile.am, doc/Attic/CHANGES, doc/Attic/README.linux, doc/Attic/README.mirrors, doc/WISHLIST, debian/Attic/login.conffiles, debian/Attic/login.postinst, debian/Attic/passwd.postinst, debian/Attic/porttime, debian/Attic/rules, debian/Attic/secure-su.README, debian/Attic/securetty, contrib/pwdauth.c, debian/Attic/changelog, debian/Attic/control, Attic/acconfig.h, Attic/aclocal.m4, Attic/shadow-utils.spec, configure.in, Makefile.am:
7971         *** empty log message ***
7972
7973 1997-10-01  Marek Michałkiewicz  <marekm@pld.org.pl>
7974
7975         * debian/Attic/changelog, src/chpasswd.c, libmisc/Attic/login_access.c, lib/commonio.h, lib/sgroupio.c, lib/shadowio.c, etc/Attic/login.defs.linux, doc/Attic/CHANGES, doc/Attic/LSM, doc/Attic/README.mirrors, doc/WISHLIST, Attic/shadow-utils.spec:
7976         *** empty log message ***
7977
7978 1997-09-30  Marek Michałkiewicz  <marekm@pld.org.pl>
7979
7980         * src/useradd.c, src/userdel.c, src/usermod.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/newusers.c, src/passwd.c, src/pwck.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/login.c, src/groupmod.c, src/Attic/dpasswd.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/Makefile.am, old/Attic/install-sh, old/Attic/pwconv-old.8, old/Attic/pwunconv-old.8, old/Attic/Makefile.am, man/Attic/pwconv.8, man/Attic/pwunconv.8, libmisc/setugid.c, libmisc/shell.c, libmisc/utmp.c, libmisc/mail.c, libmisc/obscure.c, libmisc/pam_pass.c, libmisc/salt.c, libmisc/Attic/login_access.c, libmisc/isexpired.c, libmisc/env.c, libmisc/fields.c, libmisc/addgrps.c, libmisc/chowndir.c, libmisc/chowntty.c, libmisc/console.c, libmisc/copydir.c, lib/Attic/strerror.c, lib/Attic/snprintf.c, lib/Attic/snprintf.h, lib/sgroupio.c, lib/sgroupio.h, lib/shadowio.c, lib/shadowio.h, lib/Attic/putgrent.c, lib/Attic/pwent.c, lib/pwauth.c, lib/Attic/getpass.c, lib/Attic/grent.c, lib/prototypes.h, lib/commonio.c, lib/commonio.h, lib/defines.h, lib/encrypt.c, lib/getdef.c, lib/Makefile.am, etc/Attic/login.defs.linux, doc/Attic/README.linux, doc/Attic/README.mirrors, doc/WISHLIST, doc/Attic/CHANGES, doc/Attic/LSM, doc/Makefile.am, debian/Attic/rules, debian/Attic/changelog, contrib/adduser.c, configure.in, Attic/acconfig.h:
7981         *** empty log message ***
7982
7983 1997-09-29  Marek Michałkiewicz  <marekm@pld.org.pl>
7984
7985         * man/Attic/chpasswd.8, man/Attic/pwconv.8, man/Attic/pwunconv.8, man/Attic/su.1, man/Makefile.am:
7986         *** empty log message ***
7987
7988 1997-06-16  Marek Michałkiewicz  <marekm@pld.org.pl>
7989
7990         * doc/Attic/console.c.spec, doc/Makefile.am, doc/WISHLIST, doc/console.c.spec.txt, doc/Attic/CHANGES, debian/Attic/changelog, src/Attic/shadowconfig.sh, redhat/Attic/Makefile.am, redhat/Attic/README, redhat/Attic/shadow-970502-config.patch, redhat/Attic/shadow-utils.spec, doc/Attic/README.mirrors, doc/Attic/README.shadow-paper, doc/Attic/README.linux, debian/Attic/login.copyright, debian/Attic/passwd.copyright, debian/Attic/secure-su.copyright, Attic/shadow-utils.spec, Makefile.am, configure.in:
7991         *** empty log message ***
7992
7993 1997-06-01  Marek Michałkiewicz  <marekm@pld.org.pl>
7994
7995         * debian/Attic/changelog, src/userdel.c, src/usermod.c, src/pwck.c, src/pwunconv.c, src/useradd.c, src/grpunconv.c, src/newusers.c, src/passwd.c, src/expiry.c, src/grpconv.c, src/chage.c, src/chfn.c, src/chpasswd.c, src/chsh.c, src/Makefile.am, redhat/Attic/Makefile.am, redhat/Attic/README, redhat/Attic/shadow-970502-config.patch, redhat/Attic/shadow-utils.spec, libmisc/mail.c, libmisc/Attic/login_desrpc.c, lib/pwio.h, lib/shadowio.c, lib/shadowio.h, lib/prototypes.h, lib/pwauth.c, lib/pwio.c, lib/commonio.c, lib/defines.h, doc/Attic/README.linux, doc/WISHLIST, doc/Attic/CHANGES, doc/Attic/INSTALL, Attic/install-sh, Attic/mkinstalldirs, Attic/acconfig.h, Makefile.am, configure.in:
7996         *** empty log message ***
7997
7998 1997-05-02  Marek Michałkiewicz  <marekm@pld.org.pl>
7999
8000         * src/Attic/shadowconfig.sh, src/Makefile.am, man/Makefile.am, libmisc/mail.c, libmisc/salt.c, lib/sgroupio.c, lib/shadowio.c, lib/groupio.c, lib/pwio.c, etc/Makefile.am, doc/WISHLIST, doc/Attic/CHANGES, debian/Attic/shadowconfig, debian/Attic/Makefile.am, debian/Attic/changelog, debian/Attic/control, debian/Attic/rules, configure.in, Attic/configure, shlib/Attic/Makefile.in, man/Attic/Makefile.in, libmisc/Attic/Makefile.in, lib/Attic/Makefile.in, etc/Attic/Makefile.in, doc/Attic/Makefile.in, contrib/Attic/Makefile.in, Attic/Makefile.in, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/shadow.5, man/Attic/su.1, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/pw_auth.3, man/Attic/pwauth.8, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/pwunconv.8, man/Attic/shadow.3, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/limits.5, man/Attic/login.1, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/dpasswd.8, libmisc/valid.c, libmisc/sulog.c, libmisc/ttytype.c, libmisc/tz.c, libmisc/utmp.c, libmisc/Attic/setup.c, libmisc/setupenv.c, libmisc/shell.c, libmisc/strtoday.c, libmisc/sub.c, libmisc/setugid.c, libmisc/obscure.c, libmisc/pwd2spwd.c, libmisc/rlogin.c, libmisc/Attic/login_access.c, libmisc/loginprompt.c, libmisc/motd.c, libmisc/hushed.c, libmisc/isexpired.c, libmisc/limits.c, libmisc/list.c, libmisc/log.c, libmisc/copydir.c, libmisc/entry.c, libmisc/env.c, libmisc/failure.c, libmisc/fields.c, libmisc/age.c, libmisc/chowndir.c, libmisc/chowntty.c, libmisc/console.c, lib/utent.c, lib/Attic/shadow_.h, lib/Attic/spdbm.c, lib/Attic/sppack.c, lib/Attic/strstr.c, lib/shadow.c, lib/sgetpwent.c, lib/sgetspent.c, lib/Attic/pwpack.c, lib/Attic/rad64.c, lib/Attic/rename.c, lib/Attic/rmdir.c, lib/sgetgrent.c, lib/Attic/pwdbm.c, lib/Attic/pwent.c, lib/pwauth.h, lib/Attic/putgrent.c, lib/Attic/putpwent.c, lib/Attic/putspent.c, lib/port.h, lib/pwauth.c, lib/Attic/lastlog_.h, lib/Attic/mkdir.c, lib/lockpw.c, lib/port.c, lib/Attic/grpack.c, lib/Attic/gsdbm.c, lib/Attic/gspack.c, lib/gshadow.c, lib/gshadow_.h, lib/Attic/getpass.c, lib/Attic/grdbm.c, lib/Attic/grent.c, lib/getdef.c, lib/Attic/dialup.h, lib/encrypt.c, lib/faillog.h, lib/fputsx.c, lib/Attic/dialchk.c, lib/Attic/dialup.c, lib/commonio.c, lib/defines.h, etc/Attic/login.defs.linux, etc/login.defs, doc/Attic/README.linux, doc/Attic/LICENSE, doc/Attic/README, doc/Makefile.am, doc/HOWTO, doc/Attic/ANNOUNCE, debian/Attic/secure-su.README, debian/Attic/secure-su.conffiles, debian/Attic/secure-su.copyright, debian/Attic/secure-su.postrm, debian/Attic/secure-su.preinst, debian/Attic/securetty, debian/Attic/passwd.conffiles, debian/Attic/passwd.copyright, debian/Attic/passwd.postinst, debian/Attic/porttime, debian/Attic/login.conffiles, debian/Attic/login.copyright, debian/Attic/login.postinst, debian/Attic/login.postrm, debian/Attic/login.preinst, debian/Attic/login.prerm, debian/Attic/logoutd, Attic/acconfig.h, Attic/config.h.in, Makefile.am, old/Attic/Makefile.in, old/Attic/scologin.c, old/Attic/orig-config.h, old/Attic/pwconv-old.c, old/Attic/pwd.h.m4, old/Attic/pwunconv-old.c, old/Attic/config.h.sun4, old/Attic/config.h.svr4, old/Attic/config.h.xenix, old/Attic/config.h.linux, old/Attic/Makefile.sun4, old/Attic/Makefile.svr4, old/Attic/Makefile.xenix, old/Attic/Makefile.am, old/Attic/Makefile.linux, src/Attic/Makefile.in, src/pwconv.c, src/userdel.c, src/usermod.c, src/useradd.c, src/su.c, src/sulogin.c, src/Attic/pwconv5.c, src/Attic/scologin.c, src/pwck.c, src/pwunconv.c, src/Attic/patchlevel.h, src/newusers.c, src/passwd.c, src/Attic/mkpasswd.c, src/logoutd.c, src/newgrp.c, src/grpunconv.c, src/id.c, src/lastlog.c, src/login.c, src/grpck.c, src/grpconv.c, src/groupdel.c, src/groupmod.c, src/groups.c, src/faillog.c, src/gpasswd.c, src/groupadd.c, src/Attic/dpasswd.c, src/chsh.c, src/expiry.c, src/chfn.c, src/chpasswd.c, src/chage.c:
8001         *** empty log message ***
8002
8003 1997-02-11  Marek Michałkiewicz  <marekm@pld.org.pl>
8004
8005         * src/groupadd.c, src/useradd.c, libmisc/setupenv.c, lib/sgroupio.c, lib/shadowio.c, lib/groupio.c, lib/pwio.c, lib/Makefile.am, lib/commonio.c, doc/Attic/CHANGES, doc/HOWTO, README, configure.in:
8006         *** empty log message ***
8007
8008 1997-01-08  Marek Michałkiewicz  <marekm@pld.org.pl>
8009
8010         * src/groupadd.c, lib/commonio.c, README, src/useradd.c, src/userdel.c, src/usermod.c, src/Attic/pwconv5.c, src/pwconv.c, src/su.c, src/passwd.c, src/pwck.c, src/grpunconv.c, src/login.c, src/logoutd.c, src/newgrp.c, src/grpck.c, src/grpconv.c, src/faillog.c, src/gpasswd.c, src/groupmod.c, src/chage.c, src/chfn.c, src/chsh.c, src/expiry.c, libmisc/ttytype.c, libmisc/utmp.c, libmisc/Attic/suauth.c, libmisc/strtoday.c, libmisc/shell.c, libmisc/failure.c, libmisc/log.c, libmisc/loginprompt.c, libmisc/myname.c, lib/shadowio.h, libmisc/Makefile.am, libmisc/chkname.c, lib/sgetpwent.c, lib/sgroupio.c, lib/sgroupio.h, lib/shadow.c, lib/shadowio.c, lib/Attic/pwent.c, lib/pwio.c, lib/pwio.h, lib/Attic/putgrent.c, lib/groupio.c, lib/groupio.h, lib/gshadow.c, lib/prototypes.h, lib/defines.h, lib/faillog.h, lib/getdef.c, doc/Attic/README.linux, doc/WISHLIST, etc/Attic/login.defs.linux, lib/Makefile.am, doc/Attic/CHANGES, doc/HOWTO, Attic/acconfig.h, configure.in:
8011         *** empty log message ***
8012
8013 1996-10-27  Marek Michałkiewicz  <marekm@pld.org.pl>
8014
8015         * src/usermod.c, src/grpck.c, src/useradd.c, src/userdel.c, src/chsh.c, src/gpasswd.c, libmisc/isexpired.c, libmisc/limits.c, lib/sgroupio.c, lib/shadowio.c, lib/commonio.c, lib/groupio.c, lib/pwio.c, doc/Attic/CHANGES, doc/Attic/README.linux, doc/WISHLIST, Attic/configure, configure.in:
8016         *** empty log message ***
8017
8018 1996-09-25  Marek Michałkiewicz  <marekm@pld.org.pl>
8019
8020         * src/usermod.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/su.c, src/Attic/pwconv5.c, src/newgrp.c, src/passwd.c, src/pwck.c, src/grpck.c, src/login.c, src/logoutd.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/chfn.c, src/chsh.c, src/chage.c, libmisc/strtoday.c, libmisc/env.c, libmisc/fields.c, libmisc/isexpired.c, libmisc/setupenv.c, lib/Attic/rad64.c, lib/getdef.c, lib/prototypes.h, lib/defines.h, etc/Attic/login.defs.linux, doc/Attic/README.linux, doc/WISHLIST, doc/Attic/CHANGES, Attic/configure, configure.in, Attic/config.h.in:
8021         *** empty log message ***
8022
8023 1996-09-20  Marek Michałkiewicz  <marekm@pld.org.pl>
8024
8025         * src/usermod.c, src/su.c, src/sulogin.c, src/useradd.c, src/userdel.c, src/newusers.c, src/passwd.c, src/pwck.c, src/grpck.c, src/login.c, src/logoutd.c, src/newgrp.c, src/groupdel.c, src/groupmod.c, src/Attic/dpasswd.c, src/chsh.c, src/gpasswd.c, src/groupadd.c, src/Attic/Makefile.in, src/chage.c, src/chfn.c, src/Makefile.am, libmisc/Attic/suauth.c, libmisc/shell.c, libmisc/sub.c, libmisc/ttytype.c, libmisc/env.c, libmisc/setugid.c, libmisc/setupenv.c, libmisc/chowntty.c, lib/prototypes.h, lib/getdef.c, doc/Attic/CHANGES, doc/WISHLIST:
8026         *** empty log message ***
8027
8028 1996-09-10  Marek Michałkiewicz  <marekm@pld.org.pl>
8029
8030         * src/su.c, src/sulogin.c, src/usermod.c, src/logoutd.c, src/newgrp.c, src/passwd.c, src/pwconv.c, src/Attic/Makefile.in, src/chfn.c, src/chsh.c, src/grpunconv.c, src/login.c, src/Makefile.am, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/pw_auth.3, man/Attic/pwauth.8, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/pwunconv.8, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/login.1, man/Attic/login.access.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/dpasswd.8, man/Attic/faillog.5, libmisc/isexpired.c, libmisc/obscure.c, libmisc/setupenv.c, libmisc/utmp.c, libmisc/age.c, lib/Attic/getpass.c, lib/defines.h, lib/getdef.c, etc/Attic/login.defs.linux, etc/limits, etc/login.access, doc/Attic/CHANGES, doc/Attic/README.linux, doc/WISHLIST, contrib/Attic/Makefile.in, contrib/Makefile.am, Attic/configure, configure.in:
8031         *** empty log message ***
8032
8033 1996-08-10  Marek Michałkiewicz  <marekm@pld.org.pl>
8034
8035         * old/Attic/Makefile.am, old/Attic/Makefile.linux, old/Attic/Makefile.sun4, old/Attic/Makefile.svr4, old/Attic/Makefile.xenix, old/Attic/config.h.linux, old/Attic/config.h.sun4, old/Attic/config.h.svr4, old/Attic/config.h.xenix, old/Attic/install-sh, old/Attic/orig-config.h, old/Attic/pwd.h.m4, shlib/Attic/Makefile.am, shlib/Attic/Makefile.in, shlib/Attic/Makefile.in.saved:
8036         New file.
8037
8038         * contrib/adduser-old.c, contrib/adduser.sh, contrib/adduser2.sh, contrib/atudel:
8039         960810 - first version under cvs
8040
8041         * contrib/Attic/Makefile.in, contrib/Makefile.am, contrib/README, contrib/adduser.c, contrib/pwdauth.c, doc/Attic/ANNOUNCE, doc/Attic/CHANGES, doc/Attic/LICENSE, doc/Attic/Makefile.in, doc/Attic/README, doc/Attic/README.linux, doc/Attic/README.sun4, doc/Attic/automake-1.0.diff, doc/Attic/console.c.spec, doc/HOWTO, doc/Makefile.am, doc/README.limits, doc/WISHLIST, etc/Attic/Makefile.in, etc/Attic/login.defs.linux, etc/Makefile.am, etc/login.access, etc/login.defs, old/Attic/Makefile.in, src/Attic/patchlevel.h, src/Attic/pwconv5.c, src/Attic/scologin.c, src/chage.c, src/chfn.c, src/chsh.c, src/expiry.c, src/gpasswd.c, src/groups.c, src/grpconv.c, src/id.c, src/login.c, src/newgrp.c, src/passwd.c, src/pwconv.c, src/pwunconv.c, src/su.c, src/sulogin.c, lib/Attic/dialup.h, lib/Attic/grdbm.c, lib/Attic/grent.c, lib/Attic/grpack.c, lib/Attic/gsdbm.c, lib/Attic/gspack.c, lib/Attic/lastlog_.h, lib/Attic/md5.c, lib/Attic/md5.h, lib/Attic/md5crypt.c, lib/Attic/mkdir.c, lib/Attic/putgrent.c, lib/Attic/putpwent.c, lib/Attic/putspent.c, lib/Attic/pwdbm.c, lib/Attic/pwent.c, lib/Attic/pwpack.c, lib/Attic/rcsid.h, lib/Attic/rename.c, lib/Attic/rmdir.c, lib/Attic/shadow_.h, lib/Attic/spdbm.c, lib/Attic/sppack.c, lib/Attic/strdup.c, lib/Attic/strstr.c, lib/defines.h, lib/faillog.h, lib/getdef.h, lib/groupio.h, lib/gshadow_.h, lib/port.h, lib/prototypes.h, lib/pwauth.h, lib/pwio.h, lib/sgetgrent.c, lib/sgetpwent.c, lib/sgetspent.c, lib/sgroupio.h, lib/shadow.c, lib/shadowio.c, lib/shadowio.h, lib/utent.c, src/Attic/Makefile.in, src/Attic/dpasswd.c, src/Attic/mkpasswd.c, src/Makefile.am, src/chpasswd.c, src/faillog.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/grpck.c, src/lastlog.c, src/logoutd.c, src/newusers.c, src/pwck.c, src/useradd.c, src/userdel.c, src/usermod.c, lib/Attic/Makefile.in, lib/Attic/dialchk.c, lib/Attic/dialup.c, lib/Attic/getpass.c, lib/Attic/rad64.c, lib/Makefile.am, lib/commonio.c, lib/encrypt.c, lib/fputsx.c, lib/getdef.c, lib/groupio.c, lib/gshadow.c, lib/lockpw.c, lib/port.c, lib/pwauth.c, lib/pwio.c, lib/sgroupio.c, libmisc/Attic/login_access.c, libmisc/Attic/login_desrpc.c, libmisc/Attic/login_krb.c, libmisc/Attic/setup.c, libmisc/Attic/suauth.c, libmisc/age.c, libmisc/basename.c, libmisc/chkname.c, libmisc/chowndir.c, libmisc/chowntty.c, libmisc/console.c, libmisc/copydir.c, libmisc/entry.c, libmisc/env.c, libmisc/failure.c, libmisc/fields.c, libmisc/hushed.c, libmisc/isexpired.c, libmisc/limits.c, libmisc/list.c, libmisc/log.c, libmisc/loginprompt.c, libmisc/mail.c, libmisc/motd.c, libmisc/obscure.c, libmisc/pwd2spwd.c, libmisc/rlogin.c, libmisc/salt.c, libmisc/setugid.c, libmisc/setupenv.c, libmisc/shell.c, libmisc/strtoday.c, libmisc/sub.c, libmisc/sulog.c, libmisc/ttytype.c, libmisc/tz.c, libmisc/ulimit.c, libmisc/utmp.c, libmisc/valid.c, libmisc/xmalloc.c, man/Attic/Makefile.in, man/Attic/chage.1, man/Attic/chfn.1, man/Attic/chpasswd.8, man/Attic/chsh.1, man/Attic/dpasswd.8, man/Attic/faillog.5, man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8, man/Attic/groupdel.8, man/Attic/groupmod.8, man/Attic/groups.1, man/Attic/grpck.8, man/Attic/id.1, man/Attic/lastlog.8, man/Attic/login.1, man/Attic/login.access.5, man/Attic/login.defs.5, man/Attic/logoutd.8, man/Attic/mkpasswd.8, man/Attic/newgrp.1, man/Attic/newusers.8, man/Attic/passwd.1, man/Attic/passwd.5, man/Attic/porttime.5, man/Attic/pw_auth.3, man/Attic/pwauth.8, man/Attic/pwck.8, man/Attic/pwconv.8, man/Attic/pwunconv.8, man/Attic/shadow.3, man/Attic/shadow.5, man/Attic/su.1, man/Attic/suauth.5, man/Attic/sulogin.8, man/Attic/useradd.8, man/Attic/userdel.8, man/Attic/usermod.8, man/Makefile.am, Attic/Makefile.in, Attic/acconfig.h, Attic/aclocal.m4, Attic/config.h.in, Attic/configure, Attic/install-sh, Attic/mkinstalldirs, Attic/stamp-h.in, Makefile.am, README, configure.in, libmisc/Attic/Makefile.in, libmisc/Makefile.am, libmisc/addgrps.c:
8042         New file.
8043