]> granicus.if.org Git - shadow/blob - ChangeLog
828b33b8b0ee9273c4f19cd1be93485d8c6bac01
[shadow] / ChangeLog
1 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
2
3         * libmisc/sulog.c: Ignore the return value of umask() when the
4         mask is restored.
5         * libmisc/sulog.c: Add brackets.
6         * libmisc/sulog.c: Ignore return value of time() when use with a
7         non NULL argument.
8
9 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
10
11         * libmisc/log.c: Avoid assignments in comparisons.
12         * libmisc/log.c: Add brackets and parenthesis.
13         * libmisc/log.c: read() returns a ssize_t (note size_t).
14         * libmisc/log.c: Avoid implicit conversion of pointers to
15         booleans.
16         * libmisc/log.c: Ignore return value of time() when use with a
17         non NULL argument.
18
19 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
20
21         * libmisc/strtoday.c: Avoid implicit conversion of pointers to
22         booleans.
23         * libmisc/strtoday.c: Add brackets and parenthesis.
24
25 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
26
27         * libmisc/salt.c: Use a size_t for the size of strings instead of
28         unsigned int.
29         * libmisc/salt.c: Add brackets and parenthesis.
30         * libmisc/salt.c: Avoid assignments in comparisons.
31
32 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
33
34         * libmisc/age.c: fork() and wait return a pid_t, not an int.
35         * libmisc/age.c: Avoid implicit conversion of pointers to
36         booleans.
37         * libmisc/age.c: Avoid assignments in comparisons.
38         * libmisc/age.c: Ignore the return value of printf(), puts(),
39         fputs() and fflush().
40         * libmisc/age.c: Add brackets and parenthesis.
41         * libmisc/age.c: Cast the return value of time() to long and
42         converted to a date.
43
44 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
45
46         * libmisc/rlogin.c: The size argument of read() is a size_t.
47         Propagate this time to the callers (the get_remote_string() and
48         do_rlogin() functions).
49         * libmisc/rlogin.c: Add brackets and parenthesis.
50         * libmisc/rlogin.c: Avoid multi-statements lines.
51         * libmisc/rlogin.c: Avoid assignments in comparisons.
52         * libmisc/rlogin.c: Avoid implicit conversion of pointers to
53         booleans.
54
55 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
56
57         * libmisc/failure.c: Avoid assignments in comparisons.
58         * libmisc/failure.c: read() returns a ssize_t.
59         * libmisc/failure.c: Add brackets and parenthesis.
60         * libmisc/failure.c: Ignore return value of time() when use with a
61         non NULL argument.
62
63 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
64
65         * libmisc/chowntty.c: Avoid assignments in comparisons.
66         * libmisc/chowntty.c: Avoid implicit conversion of pointers to
67         booleans.
68         * libmisc/chowntty.c: Add brackets and parenthesis.
69
70 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
71
72         * libmisc/audit_help.c: Add brackets.
73
74 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
75
76         * libmisc/addgrps.c: Avoid implicit conversion of pointers to
77         booleans.
78         * libmisc/addgrps.c: Add brackets.
79
80 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
81
82         * libmisc/utmp.c: Avoid implicit conversion of pointers to
83         booleans.
84
85 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
86
87         * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c,
88         libmisc/loginprompt.c, libmisc/ttytype.c, libmisc/tz.c,
89         src/login_nopam.c, src/chpasswd.c, src/chgpasswd.c, lib/port.c:
90         The size argument of fgets is an int, not a size_t.
91         * libmisc/loginprompt.c: Ignore the return value from signal()
92         when the signal handlers are restored.
93         * src/chpasswd.c: Cast the return value of time() to a long
94         integer.
95         * src/chpasswd.c: Use the SCALE macro instead of (24L * 3600L)
96         for the values to be set in /etc/shadow.
97
98 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
99
100         * src/pwck.c: Use a bool when possible instead of int integers.
101         * src/pwck.c: Avoid implicit conversion of integers to booleans.
102
103 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
104
105         * src/su.c: Use a bool when possible instead of int integers.
106         * src/su.c: Add brackets and parenthesis.
107         * src/su.c: Avoid implicit conversion of pointers / integers
108         / chars to booleans.
109         * src/su.c: Ignore the return value of pam_end() before
110         exiting.
111         * src/su.c: Avoid assignments in comparisons.
112         * src/su.c: Avoid multi-statements lines.
113
114 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
115
116         * lib/prototypes.h, libmisc/valid.c: Change the prototype of
117         valid() to return a bool.
118         * libmisc/valid.c: Add parenthesis.
119
120 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
121
122         * lib/commonio.c: Add brackets and parenthesis.
123         * lib/commonio.c: Check the result of fgets().
124         * lib/commonio.c: Avoid implicit conversion of pointers to
125         booleans.
126
127 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
128
129         * lib/prototypes.h: Fix the prototypes to match earlier changes.
130
131 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
132
133         * lib/nscd.c: Include defines.h.
134         * lib/nscd.c: Always warn when the nscd cache cannot be flushed.
135         * lib/nscd.c: Avoid assignments in comparisons.
136         * lib/nscd.c: Ignore the return value of fputs() when printing
137         errors.
138
139 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
140
141         * lib/port.c: Add brackets and parenthesis.
142         * lib/port.c: Change isttytime() prototype to return a bool.
143         * lib/port.c: Ignore the return value of fclose () (file open
144         read-only).
145         * lib/port.c: Avoid multi-statements lines.
146
147 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
148
149         * src/id.c: Ignore the return value of fputs(), puts(), putchar(),
150         and printf().
151         * src/id.c: Ignore return value of setlocale(),
152         bindtextdomain(), and textdomain().
153         * src/id.c: Add brackets and parenthesis.
154         * src/id.c: Avoid implicit conversion of pointers / integers
155         to booleans.
156
157 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
158
159         * src/chsh.c: Use a bool when possible instead of int integers.
160         * src/chsh.c: restricted_shell() renamed is_restricted_shell().
161         check_shell() renamed shell_is_listed().
162         * src/chsh.c: Ignore return value of setlocale(),
163         bindtextdomain(), and textdomain().
164         * src/chsh.c: Avoid implicit conversion of pointers / integers
165         to booleans.
166         * src/chsh.c: Ignore the return value of pam_end() before
167         exiting.
168
169 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
170
171         * src/grpunconv.c: Use a bool when possible instead of int
172         integers.
173         * src/grpunconv.c: Add brackets and parenthesis.
174         * src/grpunconv.c: Ignore return value of setlocale(),
175         bindtextdomain(), and textdomain().
176         * src/grpunconv.c: Avoid implicit conversion of pointers / integers
177         to booleans.
178
179 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
180
181         * src/sulogin.c: Ignore return value of setlocale(),
182         bindtextdomain(), and textdomain().
183         * src/sulogin.c: Avoid implicit conversion of pointers / integers
184         / chars to booleans.
185         * src/sulogin.c: Avoid assignments in comparisons.
186         * src/sulogin.c: Ignore the return value of alarm().
187
188 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
189
190         * src/groups.c: Use a bool when possible instead of int integers.
191         * src/groups.c: Add brackets and parenthesis.
192         * src/groups.c: Avoid implicit conversion of pointers / integers
193         to booleans.
194         * src/groups.c: Avoid assignments in comparisons.
195         * src/groups.c: Ignore the return value of putchar(), printf()
196         * src/groups.c: Ignore return value of setlocale(),
197         bindtextdomain(), and textdomain().
198
199 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
200
201         * src/grpconv.c: Use a bool when possible instead of int integers.
202         * src/grpconv.c: Add brackets and parenthesis.
203         * src/grpconv.c: Ignore return value of setlocale(),
204         bindtextdomain(), and textdomain().
205         * src/grpconv.c: Avoid implicit conversion of pointers / integers
206         to booleans.
207
208 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
209
210         * src/faillog.c: Use a bool when possible instead of int integers.
211         * src/faillog.c: Avoid implicit conversion of pointers / integers
212         / chars to booleans.
213         * src/faillog.c: Ignore return value of setlocale(),
214         bindtextdomain(), and textdomain().
215         * src/faillog.c: Add brackets and parenthesis.
216
217 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
218
219         * src/login.c: Avoid multi-statements lines.
220         * src/login.c: Ignore the return value of pam_end() before
221         exiting.
222         * src/login.c: Use a bool when possible instead of int integers.
223         * src/login.c: Add brackets and parenthesis.
224         * src/login.c: Ignore the return values of fflush(), putchar(), puts().
225         * src/login.c: Ignore the return value of fclose() for read-only
226         files.
227         * src/login.c: Avoid assignments in comparisons.
228         * src/login.c: Ignore return value of setlocale(),
229         bindtextdomain(), and textdomain().
230         * src/login.c: Avoid implicit conversion of pointers / integers
231         / chars to booleans.
232
233 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
234
235         * src/chage.c: Use a bool when possible instead of int integers.
236         * src/chage.c: Ignore return value of setlocale(),
237         bindtextdomain(), and textdomain().
238
239 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
240
241         * src/groupadd.c: Use a bool when possible instead of int
242         integers.
243         * src/groupadd.c: Add brackets and parenthesis.
244         * src/groupadd.c: Avoid implicit conversion of pointers / integers
245         / chars to booleans.
246         * src/groupadd.c: Ignore return value of setlocale(),
247         bindtextdomain(), and textdomain().
248         * src/groupadd.c: Ignore the return value of pam_end() before
249         exiting.
250
251 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
252
253         * src/pwck.c: Use a bool when possible instead of int integers.
254         * src/pwck.c: Ignore return value of setlocale(),
255         bindtextdomain(), and textdomain().
256
257 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
258
259         * src/passwd.c: Use a bool when possible instead of int integers.
260         * src/passwd.c: Avoid assignments in comparisons.
261         * src/passwd.c: Add brackets and parenthesis.
262         * src/passwd.c: Avoid implicit conversion of pointers / integers /
263         chars to booleans.
264         * src/passwd.c: Move the "context_t c" declaration at the
265         beginning check_selinux_access.
266         * src/passwd.c: Ignore return value of setlocale(),
267         bindtextdomain(), and textdomain().
268
269 2008-06-10  Nicolas François  <nicolas.francois@centraliens.net>
270
271         * src/groupmod.c: Use a bool when possible instead of int
272         integers.
273         * src/groupmod.c: Avoid assignments in comparisons.
274         * src/groupmod.c: Add brackets and parenthesis.
275         * src/groupmod.c: Avoid implicit conversion of pointers / integers
276         / chars to booleans.
277         * src/groupmod.c: Use a %lu format to print GIDs, and cast the GID
278         to (unsigned long int).
279         * src/groupmod.c: Ignore return value of setlocale(),
280         bindtextdomain(), and textdomain().
281         * src/groupmod.c: Ignore the return value of pam_end() before
282         exiting.
283
284 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
285
286         * src/su.c: Ignore return value of setlocale(),
287         bindtextdomain(), and textdomain().
288
289 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
290
291         * src/useradd.c: Use a bool when possible instead of int integers.
292         * src/useradd.c: Avoid implicit conversion of pointers / integers
293         / chars to booleans.
294         * src/useradd.c: Add brackets and parenthesis.
295         * src/useradd.c: Avoid assignments in comparisons.
296         * src/useradd.c: Ignore the return value of fclose() for read-only
297         files.
298         * src/useradd.c: Ignore the return value of fflush() before
299         closing the files.
300         * src/useradd.c: Avoid multi-statements lines.
301         * src/useradd.c: Ignore return value of setlocale(),
302         bindtextdomain(), and textdomain().
303         * src/useradd.c: Ignore the return value of pam_end() before
304         exiting.
305
306 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
307
308         * src/vipw.c: Use a bool when possible instead of int integers.
309         * src/vipw.c: Ignore the return value of umask(), when the mask is
310         set again to the old value.
311         * src/vipw.c: Avoid implicit conversion of pointers / integers to
312         booleans.
313         * src/vipw.c: Add brackets and parenthesis.
314         * src/vipw.c: Avoid assignments in comparisons.
315         * src/vipw.c: Ignore return value of setlocale(),
316         bindtextdomain(), and textdomain().
317         * src/vipw.c: Add missing termination of the longopts parameter
318         for getopt_long().
319
320 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
321
322         * src/chgpasswd.c: Use a bool when possible instead of int
323         integers.
324         * src/chgpasswd.c: Ignore return value of setlocale(),
325         bindtextdomain(), and textdomain().
326         * src/chgpasswd.c: Avoid implicit conversion of integers to
327         booleans.
328
329 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
330
331         * src/groupdel.c: Use a bool when possible instead of int
332         integers.
333         * src/groupdel.c: Avoid implicit conversion of pointers / integers to
334         booleans.
335         * src/groupdel.c: Avoid assignments in comparisons.
336         * src/groupdel.c: Ignore the return value of pam_end() before
337         exiting.
338         * src/groupdel.c: Ignore return value of setlocale(),
339         bindtextdomain(), and textdomain().
340
341 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
342
343         * src/expiry.c: Ignore return value of setlocale(),
344         bindtextdomain(), and textdomain().
345         * src/expiry.c: Add brackets and parenthesis.
346         * src/expiry.c: Avoid assignments in comparisons.
347         * src/expiry.c: Avoid implicit conversion of pointers to booleans.
348
349 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
350
351         * src/pwunconv.c: Use a bool when possible instead of int
352         integers.
353         * src/pwunconv.c: Add brackets and parenthesis.
354         * src/pwunconv.c: Ignore return value of setlocale(),
355         bindtextdomain(), and textdomain().
356         * src/pwunconv.c: Avoid implicit conversion of pointers / integers
357         / chars to booleans.
358         * src/pwunconv.c: Avoid assignments in comparisons.
359
360 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
361
362         * src/usermod.c: Use a bool when possible instead of int integers.
363         * src/usermod.c: Add brackets and parenthesis.
364         * src/usermod.c: Avoid implicit conversion of pointers / integers
365         / chars to booleans.
366         * src/usermod.c: Avoid assignments in comparisons.
367         * src/usermod.c: Ignore return value of setlocale(),
368         bindtextdomain(), and textdomain().
369         * src/usermod.c: Ignore the return value of pam_end() before
370         exiting.
371
372 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
373
374         * src/groupmems.c: Move the declaration of option_index and
375         long_options before the blocks of code.
376         * src/groupmems.c: Ignore return value of setlocale(),
377         bindtextdomain(), and textdomain().
378         * src/groupmems.c: Ignore the return value of pam_end() before
379         exiting.
380
381 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
382
383         * src/chfn.c: Use a bool when possible instead of int integers.
384         * src/chfn.c: Avoid implicit conversion of integers / chars to
385         booleans.
386         * src/chfn.c: Ignore return value of setlocale(),
387         bindtextdomain(), and textdomain().
388
389 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
390
391         * src/logoutd.c: Use a bool when possible instead of int integers.
392         * src/logoutd.c: Avoid implicit conversion of pointers / integers
393         / chars to booleans.
394         * src/logoutd.c: Ignore return value of setlocale(),
395         bindtextdomain(), and textdomain().
396         * src/logoutd.c: Add brackets and parenthesis.
397
398 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
399
400         * src/chpasswd.c: Use a bool when possible instead of int
401         integers.
402         * src/chpasswd.c: Avoid implicit conversion of pointers / integers
403         / chars to booleans.
404         * src/chpasswd.c: Ignore return value of setlocale(),
405         bindtextdomain(), and textdomain().
406
407 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
408
409         * src/pwconv.c: Use a bool when possible instead of int integers.
410         * src/pwconv.c: Add brackets and parenthesis.
411         * src/pwconv.c: Ignore return value of setlocale(),
412         bindtextdomain(), and textdomain().
413         * src/pwconv.c: Avoid implicit conversion of pointers / integers /
414         chars to booleans.
415
416 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
417
418         * NEWS, src/newusers.c: Implement the -r, --system option.
419         * src/newusers.c: Use a bool when possible instead of int
420         integers.
421         * src/newusers.c: Avoid implicit conversion of pointers / integers
422         / chars to booleans.
423         * src/newusers.c: Ignore the return value of pam_end() before
424         exiting.
425         * src/newusers.c: Ignore return value of setlocale(),
426         bindtextdomain(), and textdomain().
427         * src/newusers.c: Avoid multi-statements lines.
428         * src/newusers.c: Add brackets and parenthesis.
429
430 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
431
432         * src/gpasswd.c: Use a bool when possible instead of int integers.
433         * src/gpasswd.c: Avoid implicit conversion of pointers / integers
434         / chars to booleans.
435         * src/gpasswd.c: Ignore the return value of putchar() and fflush()
436         before exiting.
437         * src/gpasswd.c: check_list() renamed is_valid_user_list(), and
438         return a bool.
439         * src/gpasswd.c: Ignore return value of setlocale(),
440         bindtextdomain(), and textdomain().
441
442 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
443
444         * src/grpck.c: Use a bool when possible instead of int integers.
445         * src/grpck.c: Ignore return value of setlocale(),
446         bindtextdomain(), and textdomain().
447
448 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
449
450         * src/lastlog.c: Use a bool when possible instead of int integers.
451         * src/lastlog.c: Avoid implicit conversion of pointers / integers
452         / chars to booleans.
453         * src/lastlog.c: Add brackets and parenthesis.
454         * src/lastlog.c: Ignore return value of setlocale(),
455         bindtextdomain(), and textdomain().
456
457 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
458
459         * src/userdel.c: Use a bool for the is_shadow_pwd, is_shadow_grp,
460         deleted_user_group, was_member, was_admin, and the
461         options' flags.
462         * src/userdel.c: Change path_prefix() prototype to return a bool.
463         * src/userdel.c: Ignore return value of setlocale(),
464         bindtextdomain(), and textdomain().
465         * src/userdel.c: Ignore the return value from pam_end() since we
466         are exiting anyway just afterwards.
467         * src/userdel.c: Avoid implicit conversion of pointers /
468         integers / chars to booleans.
469         * src/userdel.c: Add brackets and parenthesis.
470         * src/userdel.c: Avoid assignments in comparisons.
471         * src/userdel.c: Do not ignore the return value of the *_unlock()
472         functions.
473
474 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
475
476         * src/login_nopam.c: Do not use the YES and NO macros. Use the
477         booleans true and false instead. Change the prototypes of
478         list_match(), user_match(), from_match(), and string_match()
479         accordingly. Also use booleans internally.
480         * src/login_nopam.c: Add brackets and parenthesis.
481         * src/login_nopam.c: Avoid implicit conversion of pointers /
482         integers / chars to booleans.
483         * src/login_nopam.c: Avoid assignments in comparisons.
484
485 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
486
487         * src/newgrp.c: Use a bool for is_newgrp, notfound, needspasswd,
488         initflag, and cflag.
489         * src/newgrp.c: Add brackets and parenthesis.
490         * src/newgrp.c: Avoid implicit conversion of pointers / integers /
491         chars to booleans.
492         * src/newgrp.c: Avoid multi-statements lines.
493         * src/newgrp.c: Ignore return value of setlocale(),
494         bindtextdomain(), and textdomain().
495         * src/newgrp.c: Avoid assignments in comparisons.
496
497 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
498
499         * libmisc/list.c: Change is_on_list() prototype to return a bool.
500
501 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
502
503         * libmisc/find_new_ids.c: Change find_new_uid() and find_new_gid()
504         prototypes to use a bool for their first argument (sys_user /
505         sys_group).
506
507 2008-06-09  Nicolas François  <nicolas.francois@centraliens.net>
508
509         * libmisc/console.c: Change is_listed() prototype to return a bool.
510         The default parameter should also be a bool.
511         * libmisc/console.c: Add brackets and parenthesis.
512         * libmisc/console.c: Avoid assignments in comparisons.
513         * libmisc/console.c: Change console() prototype to return a bool.
514
515 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
516
517         * lib/sgetspent.c: Add brackets and parenthesis.
518         * lib/sgetspent.c: Avoid assignments in comparisons.
519         * lib/sgetspent.c: Avoid implicit conversion of pointers / chars
520         to booleans.
521         * lib/sgetspent.c: Avoid multi-statements lines.
522
523 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
524
525         * lib/sgetpwent.c: Avoid implicit conversion of pointers / chars to
526         booleans.
527         * lib/sgetpwent.c: Add brackets and parenthesis.
528         * lib/sgetpwent.c: Return NULL instead of 0.
529         * lib/sgetpwent.c: Do not check twice if fields[2] and fields[3]
530         are not empty.
531         * lib/sgetpwent.c: Avoid assignments in comparisons.
532
533 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
534
535         * libmisc/getdate.y: abbrev is a bool.
536         * libmisc/getdate.y: Avoid implicit conversion of pointers / chars /
537         integers to booleans.
538
539 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
540
541         * lib/prototypes.h: Fix prototypes according to earlier changes
542         (usage of the bool type).
543         * lib/prototypes.h: Add the arguments' name to the prototypes.
544
545 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
546
547         * lib/groupio.h: Add protection against multiple inclusions.
548
549 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
550
551         * lib/pwio.h: Add protection against multiple inclusions.
552         * lib/pwio.c: The changed, isopen, locked, and readonly fields
553         of the db are booleans.
554
555 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
556
557         * lib/shadowio.h, lib/shadowio.c: spw_file_present returns a bool.
558         * lib/shadowio.h: Add protection against multiple inclusions.
559         * lib/shadowio.c: The changed, isopen, locked, and readonly fields
560         of the db are booleans.
561
562 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
563
564         * lib/sgroupio.c: Avoid assignments in comparisons.
565         * lib/sgroupio.c: Add brackets.
566         * lib/sgroupio.c: Avoid implicit conversion of pointers / integers
567         to booleans.
568         * lib/sgroupio.c: The changed, isopen, locked, and readonly fields
569         of the db are booleans.
570         * lib/sgroupio.h, lib/sgroupio.c: sgr_file_present returns a bool.
571         * lib/sgroupio.h: Add protection against multiple inclusions.
572
573 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
574
575         * lib/gshadow.c: nis_used and nis_bound are booleans.
576         * lib/gshadow.c: Avoid implicit conversion of pointers / integers
577         to booleans.
578         * lib/gshadow.c: Avoid assignments in comparisons.
579         * lib/gshadow.c: Add brackets.
580
581 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
582
583         * lib/groupio.c: The changed, isopen, locked, and readonly fields
584         of the db are booleans.
585         * lib/groupio.h: Add protection against multiple inclusion.
586
587 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
588
589         * lib/sgetgrent.c: Avoid implicit conversion of pointers / chars
590         to booleans.
591         * lib/sgetgrent.c: Avoid assignments in comparisons.
592         * lib/sgetgrent.c: Add brackets.
593
594 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
595
596         * lib/encrypt.c: Avoid implicit conversion of pointers to
597         booleans.
598         * lib/encrypt.c: Add parenthesis.
599
600 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
601
602         * lib/port.c: Avoid implicit conversion of pointers / integers /
603         chars to booleans.
604         * lib/port.c: Avoid multiple statement on the same line.
605         * lib/port.c: Add brackets and parenthesis.
606         * lib/port.c: Avoid assignments in comparisons.
607         * lib/port.c: Fix typo comparision -> comparison (in comment).
608
609 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
610
611         * lib/fputsx.c: Add brackets.
612         * lib/fputsx.c: Avoid assignments in comparisons.
613         * lib/fputsx.c: Avoid implicit conversion of pointers / integers /
614         chars to booleans.
615
616 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
617
618         * lib/commonio.h: commonio_entry.changed, commonio_db.changed,
619         commonio_db.isopen, commonio_db.locked, and commonio_db.readonly
620         are no booleans.
621         * lib/commonio.h: Include defines.h to get the definition of bool.
622         * lib/commonio.h: commonio_present returns a bool
623         * lib/commonio.c: Implement above changes.
624         * lib/commonio.c: add argument names in prototypes.
625         * lib/commonio.c: name_is_nis returns a bool.
626         * lib/commonio.c: nscd_need_reload is a bool.
627         * lib/commonio.c: Improve types (use size_t / pid_t when needed
628         instead of int).
629         * lib/commonio.c: Avoid assignments in comparisons.
630         * lib/commonio.c: Add brackets and parenthesis.
631         * lib/commonio.c: Avoid implicit conversion of pointers / integers
632         to booleans
633         * lib/commonio.c: The return values of utime is not checked on
634         purpose.
635
636 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
637
638         * libmisc/isexpired.c: ARGSUSED is no more needed (shadow is
639         always supported).
640         * libmisc/isexpired.c: Avoid implicit conversion of pointers to
641         booleans.
642         * libmisc/isexpired.c: Add brackets and parenthesis.
643
644 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
645
646         * libmisc/sulog.c (sulog): The success argument is a bool.
647         * libmisc/sulog.c: The return values of fflush is not checked on
648         purpose.
649         * libmisc/sulog.c: Indicate that some return values should be
650         checked.
651
652 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
653
654         * libmisc/ttytype.c: Avoid implicit conversion of pointers /
655         integers to booleans.
656         * libmisc/ttytype.c: Avoid assignments in comparisons.
657         * libmisc/ttytype.c: Add brackets and parenthesis.
658         * libmisc/ttytype.c: The return values of fclose is not checked on
659         purpose.
660
661 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
662
663         * libmisc/mail.c: Avoid implicit conversion of pointers to
664         booleans.
665         * libmisc/mail.c: Avoid assignments in comparisons.
666
667 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
668
669         * libmisc/loginprompt.c: Avoid implicit conversion of pointers /
670         chars to booleans.
671         * libmisc/loginprompt.c: Add brackets.
672         * libmisc/loginprompt.c: Avoid assignments in comparisons.
673         * libmisc/loginprompt.c: The return values of fclose and fflush
674         are not checked on purpose.
675
676 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
677
678         * libmisc/setupenv.c: Avoid implicit conversion of chars to
679         booleans.
680
681 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
682
683         * libmisc/copydir.c: selinux_checked, selinux_enabled, and set_orig
684         are now booleans.
685
686 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
687
688         * libmisc/setugid.c (setup_uid_gid): The is_console argument is now
689         a bool.
690         * libmisc/setugid.c: Avoid implicit conversion of integers /
691         pointers to booleans.
692         * libmisc/setugid.c: Add brackets.
693
694 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
695
696         * libmisc/pam_pass.c (do_pam_passwd): The silent and
697         change_expired are no booleans instead of int.
698         * libmisc/pam_pass.c: The return value of pam_end is not checked
699         on purpose.
700
701 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
702
703         * libmisc/getlong.c: Avoid implicit conversion of pointers / chars
704         to booleans.
705         * libmisc/getlong.c: Add brackets.
706
707 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
708
709         * libmisc/valid.c: Avoid implicit conversion of pointers / chars
710         to booleans.
711         * libmisc/valid.c: Add brackets.
712
713 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
714
715         * libmisc/yesno.c: yes_or_no returns a bool instead of int.
716         * libmisc/yesno.c: Avoid implicit conversion of pointers to
717         booleans.
718         * libmisc/yesno.c: The return value of fflush is not checked
719         on purpose.
720
721 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
722
723         * libmisc/age.c: Avoid implicit conversion of integers to
724         booleans.
725
726 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
727
728         * libmisc/rlogin.c: Avoid assignments in comparisons.
729         * libmisc/rlogin.c: Avoid implicit conversion of integers to
730         booleans.
731         * libmisc/rlogin.c: Add brackets.
732
733 2008-05-26  Nicolas François  <nicolas.francois@centraliens.net>
734
735         * libmisc/failure.c (failcheck): The failed argument is a bool.
736         * libmisc/failure.h: Likewise.
737         * libmisc/failure.c (too_many_failures): too_many_failures returns
738         a bool.
739         * libmisc/failure.c: Add notes about unchecked return values.
740         * libmisc/failure.c: Avoid assignments in comparisons.
741         * libmisc/failure.c: Add brackets.
742
743 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
744
745         * libmisc/myname.c: Avoid assignments in comparisons.
746         * libmisc/myname.c: Avoid implicit conversion of pointers / chars
747         to booleans.
748         * libmisc/myname.c: Add brackets.
749
750 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
751
752         * libmisc/utmp.c (checkutmp): Change picky argument's type to
753         bool.
754         * libmisc/utmp.c: Use bool when possible (found_utmpx,
755         found_utmp).
756         * libmisc/utmp.c: Add note about unchecked return values.
757
758 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
759
760         * libmisc/addgrps.c: Change type of added to bool.
761         * libmisc/addgrps.c: Avoid implicit conversion of pointers to
762         booleans.
763
764 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
765
766         * libmisc/hushed.c: hushed returns a bool instead of int.
767         * libmisc/hushed.c: Avoid assignments in comparisons.
768         * libmisc/hushed.c (hushed): Change type of found to bool.
769         * libmisc/hushed.c: Add brackets.
770         * libmisc/hushed.c: Always check if the user or the shell is in
771         the file. Do not check the first character of the line first. This
772         is simpler and match better with the HUSHLOGIN_FILE documentation.
773
774 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
775
776         * lib/getdef.h, lib/getdef.c: getdef_bool returns a bool instead
777         of int.
778         * lib/getdef.c: Change typo of def_loaded to bool.
779         * lib/getdef.c: Add brackets.
780         * lib/getdef.c: Avoid assignments in comparisons.
781
782 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
783
784         * libmisc/chowntty.c: is_my_tty returns a bool.
785         * libmisc/chowntty.c: Avoid implicit conversion of integers to
786         booleans.
787         * libmisc/chowntty.c: Add brackets.
788
789 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
790
791         * libmisc/chowndir.c: Avoid assignment in comparisons, implicit
792         comparison of integers to booleans.
793         * libmisc/chowndir.c: The return value of closedir is not checked
794         on purpose.
795         * libmisc/chowndir.c: Add brackets.
796
797 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
798
799         * libmisc/chkname.h, libmisc/chkname.c: check_group_name (resp.
800         check_user_name) renamed to is_valid_user_name (resp.
801         is_valid_group_name). is_valid_user_name and is_valid_group_name
802         return a bool.
803         * src/grpck.c, src/newusers.c, src/usermod.c, src/useradd.c,
804         src/groupmod.c, src/pwck.c, src/groupadd.c: Use is_valid_user_name
805         and is_valid_group_name, following above change.
806         * libmisc/chkname.c: Avoid implicit conversion of chars to
807         booleans. Add brackets and parenthesis.
808
809 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
810
811         * libmisc/xmalloc.c: Avoid implicit conversion of integers /
812         pointers to booleans.
813         * libmisc/xgetXXbyYY.c: Likewise.
814
815 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
816
817         * configure.in, lib/defines.h: Allow usage of booleans in the
818         source.
819
820 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
821
822         * configure.in: Allow --disable-man and --enable-man=no.
823
824 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
825
826         Prepare the 4.1.2 release
827         * NEWS: set the release date.
828         * man/po/*.po, po/*.po: Updated PO files.
829         * configure.in: Set the version to 4.1.2.
830
831 2008-05-25  Nicolas François  <nicolas.francois@centraliens.net>
832
833         * po/Makevars, man/po/Makefile.in.in: Run msgmerge with
834         --previous. (This requires gettext >= 0.16)
835
836 2008-05-24  Nicolas François  <nicolas.francois@centraliens.net>
837
838         * libmisc/copydir.c (remove_tree): As we always use remove_tree
839         followed by rmdir to remove the directory itself, delete also the
840         root directory in remove_tree.
841         * src/userdel.c, src/usermod.c: Do not call rmdir after
842         remove_tree.
843
844 2008-05-24  Nicolas François  <nicolas.francois@centraliens.net>
845
846         * libmisc/copydir.c (remove_tree): Make sure unlink is successful
847         when removing files.
848
849 2008-05-24  Nicolas François  <nicolas.francois@centraliens.net>
850
851         * libmisc/pwdcheck.c: Simply passwd_check since it's never used
852         when configured with PAM support.
853
854 2008-05-24  Nicolas François  <nicolas.francois@centraliens.net>
855
856         Fix compiler warnings:
857         * libmisc/audit_help.c: Include prototypes.h to get the prototype
858         of audit_help_open.
859         * libmisc/salt.c: Use booleans instead of negating integers.
860         * src/passwd.c: Declare the check_selinux_access prototype and
861         avoid name clashes (change_user -> changed_user; change_uid ->
862         changed_uid; access -> requested_access)
863         * libmisc/list.c: Avoid assignments in comparisons, assignments
864         with post increments (x++), use of integers as booleans, and
865         explicitly mark blocks with brackets.
866         * libmisc/fields.c: Likewise.
867         * libmisc/copydir.c: Likewise.
868         * libmisc/fields.c: Add comments.
869         * libmisc/copydir.c: Mark function whose return value is not
870         checked as such.
871
872 2008-05-23  Nicolas François  <nicolas.francois@centraliens.net>
873
874         * libmisc/pam_pass.c: Use fputs rather than fprintf for constant
875         strings.
876
877 2008-05-21  Nicolas François  <nicolas.francois@centraliens.net>
878
879         * man/login.1.xml: Indicate that login should be executed with
880         "exec login" if called from a shell.
881
882 2008-05-21  Nicolas François  <nicolas.francois@centraliens.net>
883
884         * man/passwd.1.xml: Remove the advices for the choice of a good
885         password (they are debatable). Point to
886         http://en.wikipedia.org/wiki/Password_strength instead.
887
888 2008-05-20  Nicolas François  <nicolas.francois@centraliens.net>
889
890         * NEWS, libmisc/salt.c (SHA_salt_size): Seed the RNG, and fix a
891         overflow. These caused the SHA salt size to always be 8 bytes,
892         instead of being in the 8-16 range. Thanks to Peter Vrabec
893         pvrabec@redhat.com for noticing.
894         * NEWS, libmisc/salt.c (SHA_salt_rounds): Seed the RNG with
895         seedRNG instead of srand, and fix the same overflow. This caused
896         the number of rounds to always be the smallest one.
897
898 2008-05-20  Nicolas François  <nicolas.francois@centraliens.net>
899
900         * man/newusers.8.xml man/groupmems.8.xml man/groupdel.8.xml
901         man/useradd.8.xml man/groupadd.8.xml man/newgrp.1.xml man/sg.1.xml
902         man/chgpasswd.8.xml man/groupmod.8.xml: Tag the section which
903         require --enable-shadowgrp accordingly.
904
905 2008-05-19  Nicolas François  <nicolas.francois@centraliens.net>
906
907         * man/login.defs.5.xml: SHA_CRYPT_MAX_ROUNDS and
908         SHA_CRYPT_MIN_ROUNDS can only exist if configured with
909         --with-sha-crypt.
910
911 2008-05-19  Nicolas François  <nicolas.francois@centraliens.net>
912
913         * NEWS, man/useradd.8.xml: Document the -k, --skel option, and
914         update the -m, --create-home documentation.
915
916 2008-05-19  Nicolas François  <nicolas.francois@centraliens.net>
917
918         * man/useradd.8.xml: Sort options.
919
920 2008-05-19  Nicolas François  <nicolas.francois@centraliens.net>
921
922         * lib/getdef.c: SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can
923         only exist if configured with --with-sha-crypt.
924         * man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml: Likewise.
925
926 2008-05-19  Nicolas François  <nicolas.francois@centraliens.net>
927
928         * libmisc/salt.c: Document the section closed by #endif
929
930 2008-05-19  Nicolas François  <nicolas.francois@centraliens.net>
931
932         * src/useradd.c: Fix formatting.
933
934 2008-05-19  Nicolas François  <nicolas.francois@centraliens.net>
935
936         * NEWS, man/useradd.8.xml: Document the -r, --system option.
937         * NEWS, man/groupadd.8.xml: Document the -r, --system option.
938         * NEWS, man/newusers.8.xml: Document the -r, --system option.
939         * NEWS, man/newusers.8.xml: Document the -c, --crypt-method and
940         -s, --sha-rounds options.
941
942 2008-05-18  Nicolas François  <nicolas.francois@centraliens.net>
943
944         Import Debian patch 487_passwd_chauthtok_failed_message
945         * libmisc/pam_pass.c: Be more verbose and indicate that the
946         password was not changed when pam_chauthtok fails (in addition to
947         the PAM error, which may not be comprehensible for the users).
948
949 2008-05-18  Nicolas François  <nicolas.francois@centraliens.net>
950
951         Import Debian patch 434_login_stop_checking_args_after--
952         * NEWS, src/login.c (check_flags): Stop checking the arguments
953         after --. The later options will be sent to the shell, and do not
954         need to be checked.
955
956 2008-05-18  Nicolas François  <nicolas.francois@centraliens.net>
957
958         * src/vipw.c, src/su.c, src/newgrp.c: Harmonize the children's
959         SIGSTOP handling. Raise the signal which stopped the child instead
960         of always SIGSTOP.
961
962 2008-05-18  Nicolas François  <nicolas.francois@centraliens.net>
963
964         Import Debian patch 406_vipw_resume_properly.
965         Thanks to Dean Gaudet.
966         * NEWS, src/vipw.c: Resume properly after ^Z.
967
968 2008-04-27  Nicolas François  <nicolas.francois@centraliens.net>
969
970         * lib/getdef.c, lib/lockpw.c, lib/utent.c, lib/sgetgrent.c,
971         lib/getdef.h, lib/pwauth.c, lib/sgetspent.c, lib/pwauth.h,
972         lib/port.c, lib/encrypt.c, lib/groupio.c, lib/shadowmem.c,
973         lib/port.h, lib/groupio.h, lib/groupmem.c, lib/exitcodes.h,
974         lib/gshadow.c, lib/gshadow_.h, lib/sgroupio.c, lib/sgroupio.h,
975         lib/shadowio.c, lib/pwio.c, lib/sgetpwent.c, lib/commonio.c,
976         lib/faillog.h, lib/shadowio.h, lib/pwio.h, lib/pam_defs.h,
977         lib/pwmem.c, lib/commonio.h, lib/shadow.c, lib/fputsx.c,
978         lib/prototypes.h, libmisc/xmalloc.c, libmisc/limits.c,
979         libmisc/entry.c, libmisc/console.c, libmisc/ulimit.c,
980         libmisc/xgetXXbyYY.c, libmisc/chkname.c, libmisc/pwd2spwd.c,
981         libmisc/xgetpwnam.c, libmisc/basename.c, libmisc/chkname.h,
982         libmisc/chowndir.c, libmisc/audit_help.c, libmisc/chowntty.c,
983         libmisc/hushed.c, libmisc/xgetpwuid.c, libmisc/getdate.h,
984         libmisc/addgrps.c, libmisc/xgetgrgid.c, libmisc/utmp.c,
985         libmisc/myname.c, libmisc/failure.c, libmisc/find_new_ids.c,
986         libmisc/env.c, libmisc/rlogin.c, libmisc/age.c, libmisc/failure.h,
987         libmisc/xgetgrnam.c, libmisc/yesno.c, libmisc/valid.c,
988         libmisc/getlong.c, libmisc/obscure.c, libmisc/pam_pass.c,
989         libmisc/motd.c, libmisc/salt.c, libmisc/setugid.c,
990         libmisc/fields.c, libmisc/xgetspnam.c, libmisc/shell.c,
991         libmisc/copydir.c, libmisc/setupenv.c, libmisc/strtoday.c,
992         libmisc/loginprompt.c, libmisc/list.c, libmisc/pwd_init.c,
993         libmisc/log.c, libmisc/mail.c, libmisc/ttytype.c,
994         libmisc/pwdcheck.c, libmisc/sub.c, libmisc/sulog.c,
995         libmisc/isexpired.c, libmisc/tz.c, src/newgrp.c, src/userdel.c,
996         src/lastlog.c, src/grpck.c, src/gpasswd.c, src/newusers.c,
997         src/pwconv.c, src/chpasswd.c, src/logoutd.c, src/chfn.c,
998         src/groupmems.c, src/usermod.c, src/pwunconv.c, src/expiry.c,
999         src/groupdel.c, src/chgpasswd.c, src/vipw.c, src/useradd.c,
1000         src/su.c, src/groupmod.c, src/passwd.c, src/pwck.c,
1001         src/groupadd.c, src/nologin.c, src/chage.c, src/login.c,
1002         src/suauth.c, src/faillog.c, src/grpconv.c, src/groups.c,
1003         src/sulogin.c, src/grpunconv.c, src/chsh.c, src/id.c: Make sure
1004         every source files are distributed with a copyright and license.
1005         Files with no license use the default 3-clauses BSD license. The
1006         copyright were mostly not recorded; they were updated according to
1007         the Changelog. "Julianne Frances Haugh and contributors" changed
1008         to "copyright holders and contributors".
1009
1010 2008-04-27  Nicolas François  <nicolas.francois@centraliens.net>
1011
1012         * NEWS, libmisc/sulog.c: If the SULOG_FILE does not exist when an
1013         su session is logged, make sure the file is created with group
1014         root, instead of using the group of the caller.
1015
1016 2008-04-27  Nicolas François  <nicolas.francois@centraliens.net>
1017
1018         * NEWS, libmisc/fields.c, src/chfn.c, man/chfn.1.xml: Allow
1019         non-US-ASCII characters in the GECOS fields ("name", "room
1020         number", and "other info" fields).
1021
1022 2008-04-17  Nicolas François  <nicolas.francois@centraliens.net>
1023
1024         * NEWS, src/newgrp.c: Fix compilation failure when compiled with
1025         audit support. Thanks to Mike Frysinger for reporting it.
1026
1027 2008-04-16  Nicolas François  <nicolas.francois@centraliens.net>
1028
1029         Ensure that getpwent() is used in setpwent(), getpwent(),
1030         endpwend() sequences (ditto for getgrent(), getspent(), and
1031         getsgent()). The only real (minor) issue was in login, which kept
1032         the passwd file open.
1033         * libmisc/entry.c: Remove unneeded setspent() and endspent() (only
1034         getspnam is called in the middle).
1035         * libmisc/find_new_ids.c: Make sure to close the password and
1036         group files with endpwent() and endgrent().
1037         * libmisc/pwdcheck.c: Remove unneeded endspent() (only getspnam()
1038         is called before).
1039         * src/lastlog.c, src/passwd.c, src/groupmod.c, src/faillog.c,
1040         src/groups.c: Make sure to close
1041         the password file with endpwent().
1042         * src/login.c: Remove unneeded setpwent() (only xgetpwnam is
1043         called before).
1044         * src/login.c, src/newgrp.c: Fix typos in comments.
1045
1046 2008-04-16  Nicolas François  <nicolas.francois@centraliens.net>
1047
1048         * NEWS, configure.in: Fix the detection of the audit, pam, and
1049         selinux. Fail if the feature is requested but the library (or
1050         header file) could not be found. If nothing is specified, enable
1051         the feature only if we can find the library (or header file).
1052         * configure.in: Document --with-selinux as "yes if found" rather
1053         than "autodetected" for consistency with other options.
1054
1055 2008-04-04  Mark Rosenstand  <mark@borkware.net>
1056
1057         * NEWS, etc/pam.d/Makefile.am: Add chfn, chsh, and userdel to
1058         $(pamd_files). Remove the duplicate useradd. And sort
1059         alphabetically.
1060
1061 2008-04-04  Nicolas François  <nicolas.francois@centraliens.net>
1062
1063         * NEWS: Prepare next release, 4.1.2.
1064
1065 2008-04-02  Nicolas François  <nicolas.francois@centraliens.net>
1066
1067         * NEWS, configure.in: Prepare release 4.1.1
1068         * NEWS: Fix the release date of 4.1.0. Was in 2007, not 2008.
1069
1070 2008-04-02  Nicolas François  <nicolas.francois@centraliens.net>
1071
1072         * po/fr.po: Update according to the file under review.
1073         Thanks to Jean-Luc Coulon.
1074
1075 2008-04-01  Holger Wansing  <linux@wansing-online.de>
1076
1077         * po/de.po: updated to 431t
1078
1079 2008-03-31  Piarres Beobide  <pi+debian@beobide.net>
1080
1081         * po/eu.po: updated to 431t
1082
1083 2008-03-30  Leandro Azevedo  <leorock182@gmail.com>
1084
1085         * po/pt_BR.po: updated to 360t71f
1086
1087 2008-03-30  Mehmet Türker <mturker@innova.com.tr>
1088
1089         * po/tr.po: updated to 431t
1090
1091 2008-03-30  Clytie Siddall  <clytie@riverland.net.au>
1092
1093         * po/vi.po: updated to 431t
1094
1095 2008-03-30  Daniel Nylander  <yeager@ubuntu.com>
1096
1097         * po/sv.po: updated to 431t
1098
1099 2008-03-29  helix84 <helix84@centrum.sk>
1100
1101         * po/sk.po: updated to 431t
1102
1103 2008-03-27  Danilo Piazzalunga  <danilopiazza@gmail.com>
1104
1105         * po/it.po: updated to 431t
1106
1107 2008-03-26  Nicolas François  <nicolas.francois@centraliens.net>
1108
1109         * TODO: Added entries regarding SE Linux.
1110
1111 2008-03-26  Russell Coker  <russell@coker.com.au>
1112
1113         * src/passwd.c, NEWS: Make SE Linux tests more strict, when the
1114         real UID is 0 SE Linux checks will be performed.
1115
1116 2008-03-24  Yuri Kozlov  <kozlov.y@gmail.com>
1117
1118         * po/ru.po: updated to 431t
1119
1120 2008-03-23  Miguel Figueiredo  <elmig@debianpt.org>
1121
1122         * po/pt.po: updated to 431t
1123
1124 2008-03-21  Changwoo Ryu  <cwryu@debian.org>
1125
1126         * po/ko.po: updated to 431t
1127
1128 2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
1129
1130         * man/login.defs.5.xml: Fix manpages generation. The SYS_GID_MAX
1131         and SYS_UID_MAX entities were not defined.
1132
1133 2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
1134
1135         * src/faillog.c: Fix minor compilation warning (assignment used as
1136         a comparison).
1137
1138 2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
1139
1140         * lib/prototypes.h, src/login.c: login_access() is used in
1141         src/login.c, and defined in src/login_nopam.c (which lacks a
1142         prototype). Move its prototype from src/login.c to
1143         lib/prototypes.h.
1144
1145 2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
1146
1147         * src/gpasswd.c, src/groupmod.c: Compilation fix. gshadow_locked
1148         should only be used if SHADOWGRP is defined.
1149
1150 2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
1151
1152         * src/grpck.c: Fix some warnings. compare_members_lists() is only
1153         used if SHADOWGRP is defined.
1154
1155 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1156
1157         * NEWS, src/groupmod.c: Make sure the passwd, group, and gshadow
1158         files are unlocked on exit. Unlock locked files in fail_exit().
1159         Prefer fail_exit() over exit().
1160         * NEWS, src/groupmod.c: When the GID of a group is changed, update
1161         also the GID of the passwd entries of the users whose primary
1162         group is the group being modified.
1163
1164 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1165
1166         * lib/commonio.c (commonio_remove): Fail when the name to be
1167         removed is used by different entries (like commonio_update does).
1168         * NEWS: This fix the behavior of groupdel when the system is not
1169         configured to support split group but different group entries
1170         have the name of the group to be deleted.
1171
1172 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1173
1174         * NEWS, src/useradd.c: Make sure the passwd, group, shadow, and
1175         gshadow files are unlocked on exit. Unlock locked files in
1176         fail_exit(). Prefer fail_exit() over exit().
1177
1178 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1179
1180         * NEWS, src/groupdel.c: Make sure the group, and gshadow files are
1181         unlocked on exit. Add function fail_exit(). Use fail_exit()
1182         instead of exit().
1183         * src/groupdel.c: Fail immediately instead of increasing errors.
1184         Better handling of error cases, like locked group or gshadow file.
1185
1186 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1187
1188         * NEWS, src/newusers.c: Make sure the passwd, group, shadow, and
1189         gshadow files are unlocked on exit. Add function fail_exit(). Use
1190         fail_exit() instead of exit().
1191
1192 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1193
1194         * NEWS, src/gpasswd.c: Make sure the group and gshadow files are
1195         unlocked on exit. Add function fail_exit(). Use fail_exit()
1196         instead of exit().
1197
1198 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1199
1200         * NEWS, src/groupdel.c: Do not rewrite the group and gshadow file
1201         in case of error.
1202
1203 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1204
1205         * src/groupdel.c: Do not log that the group was deleted if an
1206         error occurred.
1207
1208 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1209
1210         * NEWS, src/groupdel.c: Do not raise an error if the group does
1211         not exist in the gshadow file.
1212
1213 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
1214
1215         * etc/login.defs: Document MAX_MEMBERS_PER_GROUP.
1216
1217 2008-03-07  Nicolas François  <nicolas.francois@centraliens.net>
1218
1219         * src/newgrp.c: Add missing end of line in message.
1220         * src/newgrp.c: Add audit events for the authentication
1221         (AUDIT_GRP_AUTH). Thansk to Peter Vrabec.
1222
1223 2008-03-05  Nicolas François  <nicolas.francois@centraliens.net>
1224
1225         * NEWS, src/faillog.c: Only reset the entries of existing users
1226         with faillog -r (not all numeric IDs starting from 0). Thanks to
1227         Peter Vrabec.
1228
1229 2008-03-05  Nicolas François  <nicolas.francois@centraliens.net>
1230
1231         * src/pwunconv.c: Fix typo. One "can't open" message is a "can't
1232         lock".
1233
1234 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
1235
1236         * src/gpasswd.c: When a password is moved to the gshadow file, use
1237         "x" instead of "x" to indicate that the password is shadowed
1238         (consistency with grpconv).
1239
1240 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
1241
1242         * NEWS: Fix failures when the gshadow file is not present. Thanks
1243         to Christian Henz (http://bugs.debian.org/467488)
1244         * src/gpasswd.c (get_group): Do not fail if gshadow is not present. Just use
1245         the group file and set the grent structure
1246         * src/gpasswd.c (check_perms): The permissions should be checked
1247         using both the gshadow and group file. Add a <struct group *>
1248         parameter, and check if the gshadow file exists (is_shadowgrp).
1249         * src/gpasswd.c (main): Do not use sgent.sg_mem or sgent.sg_adm if
1250         the gshadow file is not present (sgent is not initialized in that
1251         case). The fields of sgent can be set, but not used.
1252
1253 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
1254
1255         * src/gpasswd.c: Fix typo in comment.
1256         * src/gpasswd.c: Move comment regarding FIRST_MEMBER_IS_ADMIN to
1257         where it belongs.
1258         * src/gpasswd.c: Indicate the end of the #ifdef FIRST_MEMBER_IS_ADMIN
1259         section.
1260
1261 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
1262
1263         * man/po/Makefile.in.in: Use --previous when merging PO files of
1264         the manpages.
1265
1266 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
1267
1268         * man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
1269         Document new variables.
1270         * man/newusers.8.xml, man/login.defs.5.xml,
1271         man/login.defs.d/GID_MAX.xml, man/login.defs.d/UID_MAX.xml:
1272         newusers uses now the GID_MAX, GID_MIN, UID_MAX, UID_MIN,
1273         SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
1274         * man/groupadd.8.xml, man/login.defs.5.xml: groupadd uses now the
1275         SYS_GID_MAX, and SYS_GID_MIN variables.
1276         * man/login.defs.5.xml: useradd uses now the SYS_GID_MAX,
1277         SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
1278         * man/Makefile.am: Add the new XML documentation files to EXTRA_DIST.
1279
1280 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
1281
1282         * lib/getdef.c: Added missing SYS_GID_MAX, SYS_GID_MIN,
1283         SYS_UID_MAX, and SYS_UID_MIN.
1284
1285 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
1286
1287         * NEWS, src/useradd.c, man/useradd.8.xml: Added options
1288         --user-group (-U, Uflg) and --no-user-group (-N, Nflg) to replace
1289         nflg.
1290         * man/login.defs.d/USERGROUPS_ENAB.xml: useradd now also uses
1291         USERGROUPS_ENAB.
1292
1293 2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
1294
1295         * src/groupmod.c: Add missing 'p' to the getopt_long's optstring.
1296
1297 2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
1298
1299         * src/groupadd.c: Add missing 'p' to the getopt_long's optstring.
1300         * src/groupadd.c: Fix --non-unique's has_arg field to no_argument
1301         instead of required_argument.
1302         * src/groupadd.c: Add missing -p, --password description to the
1303         Usage message.
1304
1305 2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
1306
1307         * NEWS, etc/login.defs: Set GID_MIN to the same value as UID_MIN
1308         by default (1000).
1309         * NEWS, etc/login.defs: Added variables SYS_UID_MIN (100),
1310         SYS_UID_MAX (999), SYS_GID_MIN (100), SYS_GID_MAX (999) for system
1311         accounts.
1312         * libmisc/find_new_ids.c: Added support for system accounts in
1313         find_new_uid() and find_new_gid().
1314         * NEWS, src/newusers.c, src/useradd.c, src/groupadd.c: Added new
1315         option -r, --system for system accounts in useradd, groupadd, and
1316         newusers.
1317
1318 2008-02-18  Nicolas François  <nicolas.francois@centraliens.net>
1319
1320         * NEWS, src/groupmems.c: Fix buffer overflow when adding an user
1321         to a group. Thanks to Peter Vrabec.
1322
1323 2008-02-14  Nicolas François  <nicolas.francois@centraliens.net>
1324
1325         * NEWS, etc/useradd: Change the default HOME directory in
1326         /etc/default/useradd according FHS (/home instead of /home/users).
1327         This fixes Alioth's bug #310559. Thanks to Dale E. Edmons.
1328
1329 2008-02-14  Nicolas François  <nicolas.francois@centraliens.net>
1330
1331         * NEWS, src/newgrp.c: Use the correct AUDIT_CHGRP_ID event instead of
1332         AUDIT_USER_START, when changing the user space group ID with
1333         newgrp or sg. Thanks to sgrubb@redhat.com for the patch.
1334
1335 2008-02-10  Nicolas François  <nicolas.francois@centraliens.net>
1336
1337         * src/usermod.c: Reset oflg with uflg if the new UID is equal to
1338         the old one.
1339         * src/usermod.c: Reset mflg with dflg if the new home directory is
1340         the same as the old one.
1341
1342 2008-02-10  Nicolas François  <nicolas.francois@centraliens.net>
1343
1344         * NEWS, src/usermod.c: Fix the handling of -a when a user is being
1345         renamed (with -l). The new name of the user was used for the new
1346         supplementary groups, but not in the existing ones.
1347
1348 2008-02-10  Nicolas François  <nicolas.francois@centraliens.net>
1349
1350         * src/newusers.c: Set the shadow's password instead of the
1351         passwd's password. Fix wrong cut&paste.
1352
1353 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
1354
1355         * src/usermod.c: Use a function to convert the dates from
1356         /etc/shadow to human readable dates.
1357         * src/usermod.c: Really log the expiration date change as human
1358         readable strings instead of integers.
1359         * src/usermod.c: No need to check audit_fd, audit_logger() will
1360         take care of this.
1361
1362 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
1363
1364         * src/login.c: Do not translate the fromhost variable. It is
1365         always used for syslog messages.
1366
1367 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
1368
1369         * NEWS, lib/defines.h: Switch to the C locale before sending
1370         messages to syslog. The messages sent by shadow were not
1371         translated, but error messages from PAM returned by pam_strerror()
1372         were translated in the users's locale.
1373
1374 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
1375
1376         * NEWS: newusers will behave more like useradd.
1377         * src/newusers.c: The user's ID must be found before the group ID
1378         to mimic useradd's behavior choices of UID and GID.
1379         * src/newusers.c: Reuse the generic find_new_uid() and
1380         find_new_gid() functions. This permits to respect the
1381         UID_MIN/UID_MAX and GID_MIN/GID_MAX variables, should 
1382         * src/newusers.c: Check if the user or group exist using the
1383         external databases (with the libc getpwnam/getgrnam functions).
1384         Refuse to update an user which exist in an external database but
1385         does not exist in the local database.
1386         * src/newusers.c: Check the usernames and groupnames with
1387         check_user_name() and check_group_name()
1388         * src/newusers.c: Use isdigit() for readability.
1389         * src/newusers.c: Check if numerical IDs are valid (no remaining
1390         chars).
1391
1392 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
1393
1394         * NEWS, src/newusers.c: Fix the support for the NONE crypt method.
1395
1396 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
1397
1398         * src/newusers.c: Fix shadow group support (the list of admins was
1399         not defined; it is now set to an empty list).
1400
1401 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
1402
1403         * NEWS, libmisc/salt.c: Do not seed the random number generator
1404         each time, and use the time in microseconds to avoid having the
1405         same salt for different passwords generated in the same second.
1406         This permits to avoid using the same salt for different passwords
1407         in newusers.
1408
1409 2008-02-03  Nicolas François  <nicolas.francois@centraliens.net>
1410
1411         * lib/pwio.c, lib/pwio.h: New function to find an user by
1412         its UID on the local database.
1413         * lib/groupio.c, lib/groupio.h: New function to find a group by
1414         its GID on the local database.
1415         * libmisc/find_new_ids.c, lib/prototypes.h: Add new generic
1416         functions to find the next user or group ID available:
1417         find_new_uid() and find_new_gid(). They work the same way as the
1418         functions with the same name of useradd or groupadd, except that
1419         they check in the local database to make sure an ID was not
1420         reserved in an uncommitted change (this is needed to be used in
1421         newusers), they report a status instead of calling exit(), and
1422         they can receive a preferred ID. They should later support system
1423         IDs. This should be a little bit slower, but not too much (if the
1424         database is not open the checks against the local database will
1425         exit immediately, and if it is already open, all the checks will be
1426         done regarding the data in memory).
1427         * po/POTFILES.in: The new libmisc/find_new_ids.c file contains
1428         translatable strings.
1429         * libmisc/Makefile.am: Add libmisc/find_new_ids.c to the sources
1430         of the libmisc library.
1431         * src/useradd.c, src/groupadd.c: Use the find_new_uid() and
1432         find_new_gid() from the library instead of the local functions.
1433
1434 2008-02-02  Nicolas François  <nicolas.francois@centraliens.net>
1435
1436         * po/*.po: Updated PO files.
1437         * libmisc/age.c, libmisc/yesno.c, src/lastlog.c, src/grpck.c,
1438         src/chfn.c, src/passwd.c, src/chage.c, src/login.c, src/sulogin.c,
1439         src/chsh.c: Fix call to puts (remove end of line, or use fputs).
1440         * po/*.po: Unfuzzy PO files according to above change.
1441
1442 2008-01-26  Nicolas François  <nicolas.francois@centraliens.net>
1443
1444         Fix build failures with --disable-shadowgrp. Thanks to Jürgen
1445         Daubert for the patch.
1446         * libmisc/salt.c: Include <stdio.h>, needed for stderr and printf
1447         functions.
1448         * lib/encrypt.c: Include <stdio.h>, needed for perror, stderr and
1449         printf functions
1450         * src/usermod.c: sgr_locked exists only if SHADOWGRP is defined.
1451         * src/chgpasswd.c: Only check is the gshadow file exists if
1452         SHADOWGRP is defined.
1453
1454 2008-01-24  Nicolas François  <nicolas.francois@centraliens.net>
1455
1456         * src/gpasswd.c, src/chfn.c, src/chage.c, src/chsh.c, src/grpck.c,
1457         src/vipw.c, src/pwck.c, src/sulogin.c, src/newgrp.c,
1458         src/userdel.c, src/lastlog.c, src/groupmems.c, src/usermod.c,
1459         src/expiry.c, src/groupdel.c, src/useradd.c, src/su.c,
1460         src/groupmod.c, src/passwd.c, src/groupadd.c, src/login.c,
1461         src/suauth.c, src/faillog.c, src/id.c, libmisc/limits.c,
1462         libmisc/addgrps.c, libmisc/env.c, libmisc/age.c, libmisc/yesno.c,
1463         lib/getdef.c: Replace printf by puts for fixed strings. This would
1464         avoid issues caused by formats introduced in translated strings.
1465
1466 2008-01-23  Nicolas François  <nicolas.francois@centraliens.net>
1467
1468         * src/useradd.c: Strings improvement s/can't get unique/no more
1469         available/.
1470
1471 2008-01-23  Nicolas François  <nicolas.francois@centraliens.net>
1472
1473         * NEWS, src/usermod.c: Check that the new fields set with -u, -s,
1474         -l, -g, -f, -e, -d, and -c differ from the old ones. If a
1475         requested new value is equal to the old one, no changes will
1476         be performed for that field. If no fields are changed, usermod
1477         will exist successfully with a warning. This avoids logging
1478         changes to syslog when there are actually no changes.
1479
1480 2008-01-23  Nicolas François  <nicolas.francois@centraliens.net>
1481
1482         * src/usermod.c: Always define user_newcomment, user_newshell,
1483         user_newexpire, and user_newinactive. It is more simple to always
1484         have user_<x> as the old field, and user_new<x> as the new field
1485         (even if the field did not change) instead of changing the
1486         algorithm depending on WITH_AUDIT.
1487
1488 2008-01-23  Nicolas François  <nicolas.francois@centraliens.net>
1489
1490         * src/usermod.c: user_newname can only be used in WITH_AUDIT code
1491         or when lflg is set. This issue was introduced in the code
1492         refactoring of usermod.
1493
1494 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
1495
1496         * src/groupadd.c: Fix typo in comment: s/find_new_uid/find_new_gid/
1497
1498 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
1499
1500         * src/useradd.c: s/gid/GID/ in message string.
1501         * src/useradd.c: Set this string for translation.
1502
1503 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
1504
1505         * man/grpck.8.xml: Fix typo. Remove "the" from "All entries in the
1506         <filename></filename> are checked [...]"
1507         * man/grpck.8.xml: Conditionally include the parts mentioning the
1508         gshadow file (based on SHADOWGRP).
1509         * man/grpck.8.xml: Add reference to the gshadow(5) manpage
1510         (conditionally included).
1511
1512 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
1513
1514         * man/grpck.8.xml, man/pwck.8.xml: Indicate that the shadow
1515         parameter is optional (i.e. a passwd file can be specified without
1516         a shadow file, and the group file can be specified without the
1517         gshadow file).
1518
1519 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
1520
1521         * man/grpck.8.xml: Document the options with a list of options,
1522         as in the pwck(8) manpage.
1523
1524 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
1525
1526         * NEWS, src/newgrp.c: Fix segfault when an user returns to an
1527         unknown GID (either the user was deleted during the user's newgrp
1528         session or the user's passwd entry referenced an invalid group).
1529         Add a syslog warning in that case.
1530         * src/newgrp.c: Add an end of line when reporting an invalid
1531         password.
1532
1533 2008-01-12  Nicolas François  <nicolas.francois@centraliens.net>
1534
1535         * NEWS, src/useradd.c: Fix the handling of the --defaults option
1536         (it required an argument, but should behave as -D)
1537         * NEWS, man/useradd.8.xml: Document the --defaults option, which
1538         was already described in the useradd's Usage information.
1539
1540 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1541
1542         * src/passwd.c: Avoid setting the password to a const empty
1543         string, but set the first char to \0. This avoids a warning.
1544
1545 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1546
1547         * libmisc/salt.c: Add prototype for l64a(), gensalt(),
1548         SHA_salt_size(), and SHA_salt_rounds().
1549         * libmisc/salt.c: l64a() and gensalt() are static.
1550         * libmisc/salt.c: The `meth' parameter of crypt_make_salt() is a
1551         const. (ditto for the method variable).
1552         * libmisc/salt.c: SHA_salt_rounds returns a const string.
1553         * libmisc/salt.c: Avoid warnings with cast of random() to double.
1554         * libmisc/salt.c: Replace rand() by random().
1555
1556 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1557
1558         * lib/Makefile.am: Do not link libshadow.la with the intl, crypt,
1559         skey and md libraries...
1560         * src/Makefile.am: ...Specify for each binary which library is
1561         required. skey and md are required for the binaries with
1562         authentication of the user (chfn, chsh, login, passwd, su). intl
1563         is required for all. mcrypt is required for user (chfn, chsh,
1564         login, passwd, su, sulogin) and group (newgrp, gpasswd)
1565         authentication and for the creation of passwords (chpasswd,
1566         chgpasswd, gpasswd, newusers, passwd).
1567
1568 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1569
1570         * lib/nscd.c, lib/nscd.h: Set the service parameter of
1571         nscd_flush_cache() to const. This avoids a lot of warnings.
1572         * lib/nscd.c: Include "nscd.h" to avoid inconsistent prototypes.
1573
1574 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1575
1576         * lib/encrypt.c: Set the method string as a constant string.
1577
1578 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1579
1580         * lib/port.c: Assume <errno.h> declares errno.
1581
1582 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1583
1584         * man/po/fr.po: Fix typo: s/rend compte indiqué/rend le compte
1585         indiqué/
1586
1587 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1588
1589         * src/suauth.c: Remove prototype of check_su_auth(). It is
1590         redundant with prototypes.h.
1591         * src/suauth.c: isgrp() is static.
1592
1593 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1594
1595         * libmisc/obscure.c: Tag the `old' parameter of palindrome(),
1596         similar(), and simple() as unused.
1597         * libmisc/loginprompt.c: Tag the `sig' parameter of login_exit()
1598         as unused.
1599         * src/expiry.c: Tag the `sig' parameter of catch_signals() as
1600         unused.
1601         * src/su.c: Tag the `sig' parameter of catch_signals() as unused.
1602         * src/su.c: Add int parameter to the prototype of oldsig().
1603         * src/login.c: Tag the `sig' parameter of alarm_handler() as
1604         unused.
1605         * src/sulogin.c: Tag the `sig' parameter of catch_signals() as
1606         unused.
1607         * libmisc/getdate.y: Tag the `string' parameter of yyerror() as
1608         unused.
1609         * libmisc/getdate.y: The string provided to yyerror() is const.
1610         * libmisc/getdate.y: Fix the prototypes of yylex() and yyerror().
1611
1612 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1613
1614         * lib/defines.h: Remove teh macro definition of SETXXENT_TYPE,
1615         SETXXENT_RET, and SETXXENT_TEST. They were used by the now
1616         removed pwent.c and grent.c.
1617         * lib/defines.h: Remove the definition of PASSWD_PAG_FILE,
1618         GROUP_PAG_FILE, SHADOW_PAG_FILE, and SGROUP_PAG_FILE. They are
1619         never used.
1620         * lib/defines.h: Don't include "snprintf.h". The file does not
1621         exist in shadow.
1622         * lib/defines.h: Add new macro unused to tag unused parameters.
1623
1624 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1625
1626         * src/useradd.c, src/groupmems.c: Assume optarg and optind are
1627         declared in <getopt.h>.
1628
1629 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1630
1631         * src/usermod.c: Remove the pw_name argument of new_pw_passwd. Use
1632         the user_newname global variable instead. This avoid using a
1633         parameter with the same name as a function.
1634
1635 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1636
1637         * src/newgrp.c: Removed unused gid parameter of syslog_sg().
1638         * src/newgrp.c: The loginname and tty buffers are never changed.
1639         Add the const qualifier.
1640
1641 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1642
1643         * src/chpasswd.c, src/chgpasswd.c: The crypt_method string always
1644         points to a constant string. Add the const qualifier.
1645
1646 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1647
1648         * src/pwunconv.c: Remove prototype of l64a() (not used in
1649         pwunconv).
1650
1651 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1652
1653         * src/login_nopam.c: Use an ANSI prototype for resolve_hostname()
1654         instead of K&R prototype.
1655         * src/login_nopam.c: Fix the prototypes of list_match(),
1656         user_match(), from_match(), string_match(). There were no
1657         parameters in the prototypes.
1658         * src/login_nopam.c: Fix the prototypes of the function parameter
1659         match_fn of list_match().
1660
1661 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1662
1663         * libmisc/copydir.c: Remove the src parameter of copy_special().
1664         The entry's information are taken from the stat structure.
1665
1666 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
1667
1668         * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
1669         lib/sgetpwent.c: Include "prototypes.h" to make
1670         sure the exported prototypes are the ones used for the definition
1671         of functions.
1672         * lib/prototypes.h: Added prototypes for __gr_del_entry(),
1673         __gr_get_db(), __gr_get_head(), __gr_set_changed(), __gr_dup(),
1674         __pw_del_entry(), __pw_get_db(), __pw_get_head(), __pw_dup(),
1675         sgetgrent(), sgetpwent(), __sgr_del_entry(), __sgr_dup(),
1676         __sgr_get_head(), __sgr_set_changed(), __spw_get_head(),
1677         __spw_del_entry(), __spw_dup().
1678         * lib/prototypes.h: Removed prototype for is_listed().
1679         * lib/prototypes.h: Added name of the check_su_auth()'s parameters.
1680         * lib/groupio.h: Removed prototypes for __gr_dup() and
1681         __gr_set_changed().
1682         * lib/sgroupio.c: Removed prototypes for putsgent(), sgetsgent(),
1683         and __gr_get_db().
1684         * lib/sgroupio.h: Removed prototypes for __sgr_dup() and
1685         __sgr_set_changed().
1686         * lib/shadowio.c: Removed prototype for __pw_get_db().
1687         * lib/pwio.c: Removed prototype for sgetpwent() and putpwent().
1688         * lib/shadowio.h: Removed prototypes for __spw_dup() and
1689         __spw_set_changed().
1690         * lib/pwio.h: Removed prototypes for __pw_dup() and
1691         __pw_set_changed().
1692         * lib/commonio.h: Add protection against multiple inclusions.
1693         * lib/prototypes.h: Include commonio.h (needed for the
1694         __xx_del_entry() functions).
1695         * src/grpck.c: Remove prototypes for __gr_del_entry(),
1696         __gr_get_head(), __sgr_del_entry(), and __sgr_get_head().
1697         * src/pwck.c: Remove prototypes for __pw_del_entry(),
1698         __pw_get_head(), __spw_del_entry(), and __spw_get_head().
1699         * lib/groupio.c: Remove prototype for sgetgrent().
1700         * lib/groupio.c: Add the name of the parameters for
1701         merge_group_entries() and split_groups().
1702         * lib/groupio.h: Remove prototypes for __gr_dup() and
1703         __gr_set_changed().
1704
1705 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
1706
1707         * man/groupadd.8.xml, man/groupmod.8.xml: Add documentation for
1708         the new --password options.
1709
1710 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
1711
1712         * src/useradd.c: Fix find_new_gid() prototype. Add a void
1713         parameter.
1714
1715 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
1716
1717         * lib/prototypes.h: Add the dolastlog() prototype.
1718         * lib/prototypes.h: Typo: login.c -> loginprompt.c
1719         * src/login.c: Remove declaration of dolastlog().
1720         * lib/prototypes.h: Include <lastlog.h> for the declaration of
1721         struct lastlog.
1722         * lib/prototypes.h: Remove old comments in the header.
1723
1724 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
1725
1726         * libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h>
1727         and "pwauth.h" only when compiled without PAM support.
1728         * src/chfn.c, src/chsh.c: Do not include <shadow.h>
1729         * lib/commonio.c: Do not include <shadow.h>. Do not include
1730         <pwd.h>. Include "nscd.h" instead of <nscd.h>.
1731
1732 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
1733
1734         * configure.in: Do not check if shadow.h exist, but make sure it
1735         exists.
1736         * libmisc/pwdcheck.c, src/chfn.c, src/chsh.c, lib/defines.h,
1737         lib/shadowmem.c, lib/shadowio.c, lib/commonio.c:
1738         HAVE_SHADOW_H is no more needed (shadow.h should always exist).
1739
1740 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
1741
1742         * lib/groupio.c: Remove prototype of putgrent(), add parameter's
1743         name of sgetgrent().
1744         * lib/prototypes.h: Fix the do_pam_passwd() prototype (it returns
1745         void).
1746
1747 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
1748
1749         * NEWS, src/groupmod.c, src/groupadd.c: Add option --password to
1750         groupadd and groupmod (similar to useradd and usermod).
1751
1752 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
1753
1754         * lib/prototypes.h: grent.c does not exist anymore. Remove the
1755         putgrent prototype.
1756         * lib/prototypes.h: "shadowio.h" was included for the definition
1757         of the spwd structure. Replace this include by <shadow.h>
1758         * libmisc/xmalloc.c, libmisc/utmp.c, libmisc/strtoday.c,
1759         libmisc/pwd_init.c, libmisc/tz.c, lib/port.c, lib/fputsx.c,
1760         libmisc/pam_pass.c, libmisc/log.c: Include "prototypes.h" to make
1761         sure the exported prototypes are the ones used for the definition
1762         of functions.
1763         * libmisc/console.c: Define is_listed() as static and add its
1764         prototype.
1765         * libmisc/xgetXXbyYY.c, libmisc/yesno.c: Include config.h as a
1766         system include, as recommended by the autoconf documentation.
1767         * src/chage.c: Define isnum() as static and add its prototype.
1768         * libmisc/xgetspnam.c: Add missing include "shadowio.h". (This was
1769         OK as long as prototypes.h included this file.)
1770         * src/nologin.c: Make a proper prototype for the main() function
1771         declaration. (add void)
1772         * src/login.c: login_prompt is the name of a function, use
1773         loginprompt for the internal variable.
1774         * src/chsh.c: loginsh is a global variable, use newshell for the
1775         update_shell()'s parameter.
1776         * lib/gshadow.c: The prototypes of fgetsx() and fputsx() are
1777         already defined in prototypes.h. Remove the declaration of these
1778         functions.
1779         * lib/gshdow.c: list() is an external function. DO not shadow it
1780         with a static function. The internal list() was renamed
1781         build_list().
1782         * lib/commonio.c: stat shadows another stat variable. Remove this
1783         variable, and directly check the result of getfscreatecon().
1784         * libmisc/utmp.c: Remove the declaration of getutent(),
1785         getutline(), setutent(), and endutent() which are declared in
1786         <utmp.h>
1787
1788 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1789
1790         * src/newgrp.c: Remove duplicate logging to syslog.
1791
1792 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1793
1794         * src/newgrp.c: Avoid assignments in conditionals.
1795         * src/newgrp.c: Split check_perms(), syslog_sg() out of main().
1796
1797 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1798
1799         * lib/shadow.c: Avoid assignments in conditionals.
1800
1801 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1802
1803         * lib/groupio.c (split_groups): Test the pointer returned by malloc.
1804
1805 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1806
1807         * lib/commonio.c: Document add_one_entry_nis(), write_all(),
1808         commonio_remove(), commonio_locate(), and commonio_rewind().
1809
1810 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1811
1812         * src/pwck.c: Avoid implicit brackets.
1813         * src/pwck.c: Avoid implicit conversions to booleans.
1814
1815 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1816
1817         * src/grpck.c: Avoid implicit brackets.
1818         * src/grpck.c: Avoid implicit conversions to booleans.
1819
1820 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1821
1822         * NEWS: No functional changes were introduced by the previous pwck
1823         and grpck changes, except for the following bug fix: no syslog
1824         logging if a passwd or group file was specified on the command
1825         line without a shadowed database file, even if the system shadowed
1826         database was changed).
1827
1828 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1829
1830         * src/pwck.c: Fix typos in comments (gshadow/shadow).
1831
1832 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1833
1834         * src/pwck.c: Split process_flags(), open_files(), close_files()
1835         check_pw_file(), and check_spw_file() out of main(). New global
1836         variables is_shadow, sort_mode, use_system_pw_file, and
1837         use_system_spw_file.
1838
1839 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1840
1841         * libmisc/xgetXXbyYY.c: De-comment code (duplicate the entry when
1842         the _R function is not present on the system).
1843
1844 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1845
1846         * src/lastlog.c: Remove statbuf, not used.
1847         * src/lastlog.c: Fix types, cast umin and umax to uid_t.
1848         * src/lastlog.c: (option -u) user needs to be a signed long, not
1849         uid_t (to accept rangees like -<uid>
1850
1851 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1852
1853         * src/useradd.c: Avoid ?: construct without the middle term.
1854
1855 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1856
1857         * libmisc/copydir.c, src/usermod.c, lib/prototypes.h: The uid and
1858         gid parameters can be set to -1 to indicate that the original
1859         owners must be kept. Change the types from uid_t/gid_t to a
1860         long int (signed).
1861         * libmisc/copydir.c: Change the copy_entry(), copy_dir(),
1862         copy_symlink(), copy_special(), and copy_file() prototypes
1863         accordingly.
1864         * lib/prototypes.h: Add the parameters' name for the
1865         libmisc/copydir.c functions.
1866
1867 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1868
1869         * libmisc/limits.c, libmisc/obscure.c, src/login_nopam.c,
1870         lib/pwauth.c: Avoid empty file when USE_PAM is set.
1871         * libmisc/audit_help.c: Avoid empty file when WITH_AUDIT is not set.
1872         * src/login_nopam.c: Fix warnings: resolve_hostname takes and
1873         returns a constant string.
1874
1875 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
1876
1877         * src/grpck.c: Split process_flags(), open_files(), and
1878         close_files() out of main(). New global variables is_shadow,
1879         sort_mode, use_system_grp_file, and use_system_sgr_file.
1880         * src/grpck.c: Split check_grp_file() and check_sgr_file() out of
1881         main().
1882         * src/grpck.c: Split check_members() and compare_members_lists()
1883         out of check_grp_file() and check_sgr_file().
1884
1885 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
1886
1887         * man/po/Makefile.in.in: If remove-potcdate.sin does not exist,
1888         use the one from teh po directory (it is not installed
1889         automatically by autopoint.
1890
1891 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
1892
1893         * lib/commonio.h: Fix the type of the bitfields in the commonio_entry
1894         and commonio_db structures to unsigned int (instead of int).
1895
1896 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
1897
1898         * src/chsh.c: Split process_flags(), check_perms(), and update_shell()
1899         out of main().
1900         * src/chsh.c: Before pam_end(), the return value of the previous
1901         pam API was already checked. No need to validate it again.
1902         * src/chsh.c: Avoid implicit brackets.
1903         * src/chsh.c: Avoid assignments in comparisons.
1904
1905 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
1906
1907         * src/chfn.c: New function: process_flags() split out of main().
1908         The flags variables are now global.
1909         * src/chfn.c: New functions: check_perms(), update_gecos(),
1910         get_old_fields(), and check_fields() split out of main().
1911         * src/chfn.c: Before pam_end(), the return value of the previous
1912         pam API was already checked. No need to validate it again.
1913         * src/chfn.c: Avoid implicit brackets.
1914         * src/chfn.c: Document may_change_field().
1915         * src/chfn.c: Avoid implicit conversions to booleans.
1916         * src/chfn.c: Avoid assignments in comparisons.
1917
1918 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
1919
1920         * src/newusers.c: Compilation fix for PAM support (pamh needs to be
1921         global since the function split).
1922         * src/chpasswd.c: Likewise.
1923         * src/chgpasswd.c: Likewise.
1924         * src/chpasswd.c: Avoid implicit conversions to booleans.
1925
1926 2007-12-31  Nicolas François  <nicolas.francois@centraliens.net>
1927
1928         * src/chage.c: Fix typo: s/maximim/maximum/
1929         * src/chage.c: New function: fail_exit(). Change most of the exit()
1930         to a fail_exit, which makes sure the files are unlocked (new global
1931         variables: pw_locked, spw_locked), the PAM transaction is ended, and
1932         the failure is logged to libaudit (use a global user_name and user_uid
1933         for logging).
1934         * src/chage.c: Compilation fix for PAM support (pamh needs to be
1935         global since the function split).
1936         * src/chage.c: Document process_flags(), check_flags(), check_perms(),
1937         open_files(), and close_files().
1938         * src/chage.c: Split update_age() and get_defaults() out of main()
1939         * src/chage.c: Drop the privileges just after opening the files.
1940         * src/chage.c: Do not log to audit only if the user has an entry in
1941         the shadow file.
1942         * NEWS, src/chage.c (open_files): Also open the password file for
1943         writing. This fix chage when the user only has a password entry (and
1944         no shadow entries).
1945         * src/chage.c (get_defaults): Use default values that don't change the
1946         behavior of the account for the fields that are not specified when the
1947         user has no shadow entry.
1948
1949 2007-12-30  Nicolas François  <nicolas.francois@centraliens.net>
1950
1951         * src/groupadd.c: Compilation fix for PAM support (pamh needs to be
1952         global since the function split).
1953         * src/groupadd.c: End the PAM transaction in fail_exit().
1954         * src/groupadd.c: Document check_flags().
1955
1956 2007-12-30  Nicolas François  <nicolas.francois@centraliens.net>
1957
1958         * src/vipw.c: Compilation fix for non-gshadow support.
1959
1960 2007-12-29  Nicolas François  <nicolas.francois@centraliens.net>
1961
1962         * NEWS, src/newusers.c: Added support for gshadow.
1963
1964 2007-12-29  Nicolas François  <nicolas.francois@centraliens.net>
1965
1966         * NEWS, src/newusers.c: Do not add the new user to the group's
1967         members, because the group is already the primary group of the new
1968         user.
1969
1970 2007-12-29  Nicolas François  <nicolas.francois@centraliens.net>
1971
1972         newusers cleanups
1973         * src/newusers.c: main() split in new functions: process_flags(),
1974         check_flags(), check_perms(), open_files(), and close_files().
1975         * src/newusers.c: Before pam_end(), the return value of the previous
1976         pam API was already checked. No need to validate it again.
1977         * src/newusers.c: Avoid implicit brackets.
1978         * src/newusers.c: Avoid assignments in comparisons.
1979         * src/newusers.c: Avoid variables with the name of a type.
1980
1981 2007-12-29  Nicolas François  <nicolas.francois@centraliens.net>
1982
1983         chage cleanups
1984         * src/chage.c: Before pam_end(), the return value of the previous
1985         pam API was already checked. No need to validate it again.
1986         * src/chage.c: main() split in new functions: process_flags(),
1987         check_flags(), check_perms(), open_files(), and close_files().
1988         * src/chage.c: Avoid using a variable with the same name as a type.
1989         * src/chage.c: Remove dead code. It was probably put here to add more
1990         information to the audit_logger.
1991         * src/chage.c: Avoid implicit brackets.
1992         * src/chage.c: Avoid implicit conversion to booleans.
1993         * src/chage.c: Avoid assignments in comparisons.
1994
1995 2007-12-28  Nicolas François  <nicolas.francois@centraliens.net>
1996
1997         Same changes for chgpasswd:
1998         * src/chgpasswd.c: Before pam_end(), the return value of the previous
1999         pam API was already checked. No need to validate it again.
2000         * src/chgpasswd.c: main() split in process_flags(), check_flags(),
2001         check_perms(), open_files(), and close_files().
2002         * src/chgpasswd.c: Avoid assignments in comparisons.
2003         * src/chgpasswd.c: Avoid implicit brackets.
2004         * src/chgpasswd.c: Fix comments to match chgpasswd (group instead of
2005         user's passwords are changed).
2006
2007 2007-12-28  Nicolas François  <nicolas.francois@centraliens.net>
2008
2009         * src/chpasswd.c: Before pam_end(), the return value of the previous
2010         pam API was already checked. No need to validate it again.
2011         * src/chpasswd.c: New functions: process_flags(), check_flags(),
2012         check_perms(). Split out of main().
2013         * src/chpasswd.c: Other new functions: open_files(), close_files().
2014         This force flushing the password database after the password file is
2015         unlocked.
2016         * src/chpasswd.c: Avoid assignments in comparisons.
2017         * src/chpasswd.c: Avoid implicit brackets.
2018
2019 2007-12-28  Nicolas François  <nicolas.francois@centraliens.net>
2020
2021         * src/groupadd.c (find_new_gid): A group with the specified name
2022         cannot exist at that time. Remove the check.
2023         * src/groupadd.c (find_new_gid): If oflg is set, gflg is also set.
2024         Use (!gflg), which is clearer than (!gflg || !oflg).
2025         * src/groupadd.c (find_new_gid): find_new_gid is never called when an
2026         GID is specified with -g. Simplify find_new_gid accordingly.
2027         * src/groupadd.c (process_flags): prefer fail_exit to exit. This avoid
2028         an explicit call to audit_logger().
2029         * src/groupadd.c (main): Before pam_end(), the return value of the
2030         previous pam API was already checked. No need to validate it again.
2031         * src/groupadd.c (main, check_perms): New function check_perms().
2032         Split the validation of the user's permissions out of main()
2033
2034 2007-12-28  Nicolas François  <nicolas.francois@centraliens.net>
2035
2036         src/groupadd.c cleanup
2037         * src/groupadd.c (fail_exit): When compiled without AUDIT support, if
2038         the return code was E_SUCCESS, fail_exit() wouldn't have exited. Fix
2039         the scope of #idef WITH_AUDIT.
2040         * src/groupadd.c: Avoid implicit brackets.
2041         * src/groupadd.c: Split the processing and checking of options out of
2042         main() (process_flags).
2043         * src/groupadd.c: New function check_flags(). Split the validation of
2044         options and arguments out of process_flags.
2045         * src/groupadd.c: Add the parameters' names in the prototypes.
2046
2047 2007-12-27  Nicolas François  <nicolas.francois@centraliens.net>
2048
2049         libmisc/copydir.c cleanup
2050         * libmisc/copydir.c: Split copy_tree() in more maintainable functions:
2051         copy_entry(), copy_dir(), copy_symlink(), copy_hardlink(),
2052         copy_special(), and copy_file().
2053         * libmisc/copydir.c: -1 is used to indicate an error, directly set err
2054         to -1, instead of incrementing it, and checking if not nul at the
2055         end.
2056         * libmisc/copydir.c: Avoid assignments in comparisons.
2057         * libmisc/copydir.c: Document selinux_file_context.
2058         * libmisc/copydir.c: Avoid implicit brackets.
2059         * libmisc/copydir.c: Avoid implicit conversions to booleans.
2060
2061 2007-12-27  Nicolas François  <nicolas.francois@centraliens.net>
2062
2063         gpasswd cleanup
2064         * src/gpasswd.c: Add argument name to the internal function
2065         prototypes.
2066         * src/gpasswd.c: Document global variables.
2067         * src/gpasswd.c: New function: process_flags(). Split the processing
2068         of options out of main().
2069         * src/gpasswd.c: New functions: open_files(), close_files(),
2070         update_group(). Split out from main() to simplify this (too) big
2071         function.
2072         * src/gpasswd.c: New functions: check_perms(), get_group(),
2073         change_passwd(), check_flags(). Split out of main() to simplify main().
2074         * src/gpasswd.c: Avoid implicit brackets.
2075         * src/gpasswd.c: Avoid assignments in comparisons.
2076         * src/gpasswd.c: Avoid implicit conversions to booleans.
2077
2078 2007-12-27  Nicolas François  <nicolas.francois@centraliens.net>
2079
2080         Merge Debian's patch 462_warn_to_edit_shadow
2081         * NEW, src/vipw.c: Recommend editing the shadowed (resp. regular) file
2082         if the regular (resp. shadowed) file was edited.
2083
2084 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2085
2086         Merge Debian's patch 451_login_PATH
2087         * NEWS, libmisc/setupenv.c: Export PATH according to ENV_PATH and
2088         ENV_SUPATH, as for su. This impacts login.
2089         * man/login.1.xml: PATH and SUPATH are now used both when PAM support
2090         is disabled and enabled.
2091
2092 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2093
2094         Merge Debian's patch 496_login_init_session
2095         * src/login.c, src/sulogin.c: If started as init, start a new session.
2096
2097 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2098
2099         Merge Debian's patch 408_passwd_check_arguments
2100         * NEWS, src/passwd.c: Make sure that no more than one username
2101         argument was provided.
2102
2103 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2104
2105         Merge Debian's patch 412_lastlog_-u_numerical_range
2106         * NEWS, src/lastlog.c, man/lastlog.8.xml: Accept numerical user, or
2107         ranges with the -u option.
2108
2109 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2110
2111         Merge Debian's patch 466_fflush-prompt
2112         * libmisc/Makefile.am, lib/prototypes.h, libmisc/yesno.c, src/grpck.c,
2113         src/pwck.c: move yes_or_no() from grpck/pwck to a separate
2114         libmisc/yesno.c (with a read_only argument).
2115         * libmisc/fields.c, libmisc/yesno.c: Make sure stdout is flushed before
2116         reading the user's answer.
2117
2118 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2119
2120         Merge Debian's patch 480_getopt_args_reorder
2121         * NEWS, src/su.c: su's arguments are now reordered.
2122
2123 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2124
2125         Merge RedHat's patch shadow-4.0.18.1-mtime.patch:
2126         * NEWS: Document that usermod will now preserve user's file modification
2127         and access time.
2128         * libmisc/copydir.c: Preserve the access and modification time of copied
2129         files. This is important for usermod. This will also impact useradd, for
2130         the skeleton files, but this is not important.
2131         * libmisc/copydir.c: Stop and return an error if a file could not be
2132         closed after during a copy.
2133
2134 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2135
2136         Cleanups:
2137         * src/useradd.c (find_new_gid): Check that gflg is not set (assert).
2138         * src/useradd.c (find_new_gid): Do not check the group name uniqueness
2139         (already checked in main).
2140         * src/useradd.c (find_new_gid): Avoid a "continue" in the loop.
2141         * src/useradd.c (find_new_gid): Remove irrelevant comments.
2142         * src/useradd.c (find_new_gid): Fix the function definition's comment.
2143
2144 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2145
2146         Merge RedHat's patch shadow-4.0.18.1-findNewUidOnce.patch:
2147         * src/useradd.c (usr_update): Do not call find_new_uid(). The UID was
2148         already either specified or found by another call to find_new_uid().
2149         * src/useradd.c (find_new_uid): Always start with uid_min (find_new_uid()
2150         is never called when user_id was already specified).
2151         * src/useradd.c (find_new_uid): Fix the comments (find_new_uid() is not
2152         called when the UID is specified (uflg)).
2153         * src/useradd.c (main): Only call find_new_uid() if (!oflg) and (!uflg).
2154         If uflg is set (but not oflg), check the UID uniqueness.
2155         * src/useradd.c (find_new_uid): Don't check the uid and user name
2156         uniqueness in find_new_uid(). The user name uniqueness is already checked
2157         during the parameter validation. UID uniqueness is also checked (see
2158         above).
2159         * src/useradd.c (find_new_uid): Don't check uflg in find_new_uid().
2160         * src/useradd.c (find_new_uid): Make sure that find_new_uid() is not
2161         called when uflg is set (assert).
2162
2163 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2164
2165         Merge RedHat's patch shadow-4.1.0-lOption.patch
2166         * NEWS, src/useradd.c, man/useradd.8.xml: Add option -l to avoid adding
2167         the user to the lastlog and faillog databases.
2168
2169 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2170
2171         * src/useradd.c, src/groupadd.c: NO_GETPWENT is no more supported. Remove
2172         associated chunks of code.
2173
2174 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2175
2176         * man/groupadd.8.xml: Document the long options (--force, --gid, --key,
2177         --non-unique).
2178
2179 2007-12-26  Nicolas François  <nicolas.francois@centraliens.net>
2180
2181         Merge RedHat's patch shadow-4.0.3-noinst.patch
2182         * NEWS, lib/Makefile.am: Do not install the shadow library per default.
2183         lib_LTLIBRARIES changed to noinst_LTLIBRARIES.
2184
2185 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
2186
2187         * NEWS, configure.in: Prepare the 4.1.0 release.
2188
2189 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
2190
2191         * NEWS, src/chgpasswd.c: Use chgpasswd PAM policy file instead of
2192         chpasswd's one.
2193
2194 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
2195
2196         * man/pwconv.8.xml: Fix typos.
2197         * man/chpasswd.8.xml, man/chgpasswd.8.xml: Document the NONE crypt
2198         method.
2199         * man/login.defs.d/MAIL_DIR.xml: Add comment regarding useradd not
2200         using MAIL_FILE.
2201         * man/login.defs.d/ERASECHAR.xml, man/login.defs.d/KILLCHAR.xml,
2202         man/login.defs.d/CONSOLE_GROUPS.xml, man/login.defs.d/ENV_HZ.xml,
2203         man/login.defs.d/ENV_PATH.xml, man/login.defs.d/ENV_SUPATH.xml:
2204         These variables are also used by some tools when compiled with PAM
2205         support.
2206         * man/login.defs.d/ENV_HZ.xml: Add note that it is only used by
2207         sulogin when compiled with PAM support.
2208         * man/login.defs.d/ENV_SUPATH.xml: Typos: ENV_PATH -> ENV_SUPATH,
2209         and mention sbin in the path.
2210         * man/login.defs.d/LOGIN_STRING.xml: Fix typo: confition ->
2211         condition.
2212         * man/sg.1.xml: Add CONFIGURATION section (SYSLOG_SG_ENAB).
2213         * man/su.1.xml: ENV_HZ, LOGIN_STRING, MAIL_DIR, USERGROUPS_ENAB
2214         are only used when su is compiled without PAM support.
2215         * man/login.defs.5.xml: Added variables: OBSCURE_CHECKS_ENAB
2216         PASS_ALWAYS_WARN PASS_CHANGE_TRIES SULOG_FILE SU_NAME
2217         SU_WHEEL_ONLY SYSLOG_SG_ENAB SYSLOG_SU_ENAB.
2218         * man/login.defs.5.xml: ENVIRON_FILE is only used when compiled
2219         without PAM support.
2220         * man/login.defs.5.xml: sulogin uses variables even when compiled
2221         with PAM support.
2222         * man/login.1.xml: ENV_HZ ENV_PATH ENV_SUPATH MAIL_DIR UMASK are
2223         only used when login is not compiled with PAM support.
2224
2225 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
2226
2227         * src/login.c: Make sure is_console is only defined when USE_PAM
2228         is not defined.
2229
2230 2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
2231
2232         * libmisc/pwd2spwd.c: Fix time() prototype.
2233
2234 2007-12-08  Nicolas François  <nicolas.francois@centraliens.net>
2235
2236         * man/login.defs.d/CONSOLE_GROUPS.xml,
2237         man/login.defs.d/CONSOLE.xml, man/login.defs.d/DEFAULT_HOME.xml,
2238         man/login.defs.d/ENV_HZ.xml, man/login.defs.d/ENVIRON_FILE.xml,
2239         man/login.defs.d/ENV_PATH.xml, man/login.defs.d/ENV_SUPATH.xml,
2240         man/login.defs.d/ENV_TZ.xml, man/login.defs.d/ERASECHAR.xml,
2241         man/login.defs.d/FAIL_DELAY.xml,
2242         man/login.defs.d/FAILLOG_ENAB.xml,
2243         man/login.defs.d/FAKE_SHELL.xml, man/login.defs.d/FTMP_FILE.xml,
2244         man/login.defs.d/HUSHLOGIN_FILE.xml,
2245         man/login.defs.d/ISSUE_FILE.xml, man/login.defs.d/KILLCHAR.xml,
2246         man/login.defs.d/LASTLOG_ENAB.xml, man/login.defs.d/LOGIN_RETRIES.xml,
2247         man/login.defs.d/LOGIN_TIMEOUT.xml, man/login.defs.d/LOG_OK_LOGINS.xml,
2248         man/login.defs.d/LOG_UNKFAIL_ENAB.xml,
2249         man/login.defs.d/MAIL_CHECK_ENAB.xml, man/login.defs.d/MOTD_FILE.xml,
2250         man/login.defs.d/NOLOGINS_FILE.xml,
2251         man/login.defs.d/OBSCURE_CHECKS_ENAB.xml,
2252         man/login.defs.d/PASS_ALWAYS_WARN.xml,
2253         man/login.defs.d/PASS_CHANGE_TRIES.xml,
2254         man/login.defs.d/PASS_MAX_LEN.xml,
2255         man/login.defs.d/PORTTIME_CHECKS_ENAB.xml,
2256         man/login.defs.d/QUOTAS_ENAB.xml, man/login.defs.d/SULOG_FILE.xml,
2257         man/login.defs.d/SU_NAME.xml, man/login.defs.d/SU_WHEEL_ONLY.xml,
2258         man/login.defs.d/SYSLOG_SG_ENAB.xml,
2259         man/login.defs.d/SYSLOG_SU_ENAB.xml,
2260         man/login.defs.d/TTYGROUP.xml, man/login.defs.d/TTYTYPE_FILE.xml,
2261         man/login.defs.d/ULIMIT.xml, man/login.defs.d/USERGROUPS_ENAB.xml:
2262         New documentation of login.defs variables.
2263         * man/login.defs.d/MAIL_DIR.xml: Updated. It now contains the
2264         MAIL_FILE documentation.
2265         * man/login.defs.d/LOGIN_STRING.xml: Updated. Mentions %s.
2266         * man/pwconv.8.xml, man/groupmems.8.xml, man/groupdel.8.xml,
2267         man/useradd.8.xml, man/pwck.8.xml, man/groupadd.8.xml,
2268         man/sulogin.8.xml, man/newgrp.1.xml, man/usermod.8.xml,
2269         man/su.1.xml, man/vipw.8.xml, man/passwd.1.xml,
2270         man/groupmod.8.xml, man/login.1.xml, man/userdel.8.xml,
2271         man/grpck.8.xml: Added CONFIGURATION section.
2272         * man/generate_mans.mak: The generations of manpages depends on
2273         the variables from the Makefiles. Add the dependency on Makefile.
2274         * man/login.defs.5.xml: New login.defs variable documented.
2275         * man/Makefile.am: Added XML variable documentation to the
2276         distributed files.
2277
2278 2007-12-05  Nicolas François  <nicolas.francois@centraliens.net>
2279
2280         * man/gshadow.5.xml: Fix the newgrp section in the gshadow.5
2281         manpage. Thanks to Andre Majorel <aym-naibed@teaser.fr>.
2282
2283 2007-11-27  Nicolas François  <nicolas.francois@centraliens.net>
2284
2285         * man/Makefile.am: Added the login.defs variables description to
2286         the man's EXTRA_DIST.
2287
2288 2007-11-27  Nicolas François  <nicolas.francois@centraliens.net>
2289
2290         * man/chfn.1.xml: Uses CHFN_AUTH, CHFN_RESTRICT, LOGIN_STRING.
2291         * man/chgpasswd.8.xml: Uses ENCRYPT_METHOD, MAX_MEMBERS_PER_GROUP,
2292         MD5_CRYPT_ENAB, SHA_CRYPT_MIN_ROUNDS (SHA_CRYPT_MAX_ROUNDS).
2293         * man/chpasswd.8.xml: Switch to using entities for ENCRYPT_METHOD,
2294         MD5_CRYPT_ENAB, SHA_CRYPT_MIN_ROUNDS (SHA_CRYPT_MAX_ROUNDS).
2295         * man/chsh.1.xml: Uses CHSH_AUTH, LOGIN_STRING.
2296         * man/expiry.1.xml: Does not use any login.defs parameter.
2297         * man/gpasswd.1.xml: Uses ENCRYPT_METHOD, MAX_MEMBERS_PER_GROUP,
2298         MD5_CRYPT_ENAB, SHA_CRYPT_MIN_ROUNDS.
2299         * man/login.defs.5.xml: Added CHSH_AUTH.
2300         * man/login.defs.5.xml: Cross reference -> cross references.
2301         * man/login.defs.5.xml: chfn only uses CHFN_AUTH when no_pam.
2302         * man/login.defs.5.xml: chsh uses CHSH_AUTH, not CHFN_AUTH.
2303         * man/login.defs.d/CHSH_AUTH.xml: Added.
2304         * man/login.defs.5.xml: chsh uses parameters only when no_pam.
2305         * man/login.defs.5.xml: expiry does not use CONSOLE_GROUPS, even
2306         if linked in the binary.
2307         * man/newusers.8.xml: Uses ENCRYPT_METHOD, MAX_MEMBERS_PER_GROUP,
2308         MD5_CRYPT_ENAB, PASS_MAX_DAYS, PASS_MIN_DAYS, PASS_WARN_AGE,
2309         SHA_CRYPT_MIN_ROUNDS, UMASK.
2310
2311 2007-11-26  Nicolas François  <nicolas.francois@centraliens.net>
2312
2313         * man/generate_translations.mak, man/po/Makefile.in.in: Add
2314         --expand-all-entities to the call to xml2po to avoid translating
2315         the external entities separately.
2316
2317 2007-11-26  Nicolas François  <nicolas.francois@centraliens.net>
2318
2319         * man/login.defs.d/, man/login.defs.d/CHFN_RESTRICT.xml,
2320         man/login.defs.d/MAIL_DIR.xml, man/login.defs.d/PASS_MAX_DAYS.xml,
2321         man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml,
2322         man/login.defs.d/CHFN_AUTH.xml, man/login.defs.d/MD5_CRYPT_ENAB.xml,
2323         man/login.defs.d/PASS_WARN_AGE.xml, ·man/login.defs.d/UMASK.xml,
2324         man/login.defs.d/PASS_MIN_DAYS.xml, man/login.defs.d/UID_MAX.xml,
2325         man/login.defs.d/LOGIN_STRING.xml, man/login.defs.d/GID_MAX.xml,
2326         man/login.defs.d/ENCRYPT_METHOD.xml, man/login.defs.d/USERDEL_CMD.xml,
2327         man/login.defs.d/MAX_MEMBERS_PER_GROUP.xml, man/login.defs.5.xml:
2328         Put each variable description in an external entities. This will permit
2329         to reference them in the various utils manpages.
2330         * man/login.defs.5.xml: Describe the usage of variables by each
2331         tools when compiled without PAM support.
2332
2333 2007-11-26  Nicolas François  <nicolas.francois@centraliens.net>
2334
2335         * po/stats: Do not generate gmo files.
2336
2337 2007-11-25  Nicolas François  <nicolas.francois@centraliens.net>
2338
2339         * man/po/LINGUAS: Added missing LINGUAS.
2340         * man/po/de.po, man/po/fr.po, man/po/it.po, man/po/pl.po,
2341         man/po/ru.po, man/po/sv.po: Updated.
2342
2343 2007-11-25  Nicolas François  <nicolas.francois@centraliens.net>
2344
2345         * configure.in, man/po/Makefile.in.in, man/po/Makevars,
2346         man/po/POTFILES.in, man/Makefile.am: Generate the PO files for the
2347         manpages in the man/po directory (instead of man/<lang>). Use a
2348         Makefile.in.in based on gettext's one. This ensure that the PO are
2349         generated before being used in the <lang> directories.
2350         * man/generate_mans.mak, man/generate_translations.mak,
2351         man/Makefile.am: New makefile for the generation of manpages from
2352         XML (generate_mans.mak). This avoid duplicate chunks in
2353         generate_translations.mak and Makefile.am
2354         * man/de/de.po, man/fr/fr.po, man/it/it.po, man/pl/pl.po,
2355         man/ru/ru.po, man/sv/sv.po: Moved to...
2356         * man/po/de.po, man/po/fr.po, man/po/it.po, man/po/pl.po,
2357         man/po/ru.po, man/po/sv.po: ... here.
2358
2359 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
2360
2361         * src/userdel.c, src/lastlog.c, src/newusers.c, src/chpasswd.c,
2362         src/usermod.c, src/chgpasswd.c, src/vipw.c, src/useradd.c,
2363         src/su.c, src/groupmod.c, src/passwd.c, src/groupadd.c,
2364         src/chage.c, src/faillog.c, src/chsh.c: Do not use tabulations in
2365         Usage strings.
2366         * po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po,
2367         po/eu.po, po/fi.po, po/fr.po, po/gl.po, po/hu.po, po/id.po,
2368         po/it.po, po/ja.po, po/nb.po, po/pl.po, po/pt_BR.po, po/pt.po,
2369         po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/tl.po, po/tr.po,
2370         po/uk.po, po/vi.po: Unfuzzy previous changes.
2371         * po/bs.po, po/he.po, po/nn.po, po/sq.po: No Usage string
2372         translated. Just updated PO.
2373         * po/dz.po, po/km.po, po/ko.po, po/ne.po, po/nl.po, po/zh_CN.po,
2374         po/zh_TW.po: It would be too error prone for me to unfuzzy these
2375         ones. Updated PO. (km and ne should be reviewed: options are
2376         translated).
2377
2378 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
2379
2380         * po/ne.po, po/bs.po, po/cs.po, po/pt_BR.po, po/km.po, po/es.po,
2381         po/eu.po, po/ko.po, po/hu.po, po/sk.po, po/vi.po, po/uk.po,
2382         po/ro.po, po/sq.po, po/ru.po, po/id.po, po/nb.po, po/el.po,
2383         po/gl.po, po/fr.po, po/nl.po, po/pl.po, po/nn.po, po/it.po,
2384         po/dz.po, po/tl.po, po/pt.po, po/ca.po, po/da.po, po/tr.po,
2385         po/sv.po, po/de.po, po/ja.po, po/zh_TW.po, po/he.po, po/fi.po,
2386         po/zh_CN.po: Run "make update-po" in the po directory.
2387
2388 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
2389
2390         * configure.in: New configure option: --with-sha-crypt enabled by
2391         default. Keeping the feature enabled is safe. Disabling it permits
2392         to disable the references to the SHA256 and SHA512 password
2393         encryption algorithms from the usage help and manuals (in addition
2394         to the support for these algorithms in the code).
2395         * libmisc/obscure.c, libmisc/salt.c, src/newusers.c,
2396         src/chpasswd.c, src/chgpasswd.c, src/passwd.c: ENCRYPT_METHOD is
2397         always supported in login.defs. Remove the ENCRYPTMETHOD_SELECT
2398         preprocessor condition.
2399         * libmisc/obscure.c, libmisc/salt.c, src/newusers.c,
2400         src/chpasswd.c, src/chgpasswd.c, src/passwd.c: Disable SHA256 and
2401         SHA512 if USE_SHA_CRYPT is not defined (this corresponds to a
2402         subset of the ENCRYPTMETHOD_SELECT sections).
2403
2404 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
2405
2406         * lib/encrypt.c: If we requested a non DES encryption, make sure
2407         crypt returned a encrypted password longer than 13 chars. This
2408         protects against the GNU crypt() which does not return NULL if the
2409         algorithm is not supported, and return a DES encrypted password.
2410
2411 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
2412
2413         * lib/groupio.c: Add missing #include "getdef.h"
2414
2415 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
2416
2417         * src/newusers.c: Provide the crypt method to all the
2418         crypt_make_salt invocations.
2419         * src/newusers.c: Tag the ENCRYPTMETHOD_SELECT dependent code
2420         accordingly.
2421
2422 2007-11-24  Nicolas François  <nicolas.francois@centraliens.net>
2423
2424         * libmisc/salt.c: Make sure method is not NULL, defaulting to DES.
2425         Thanks to Dan Kopecek <dkopecek@redhat.com>.
2426         * src/chpasswd.c, src/chgpasswd.c: Do not use DES by default, but
2427         the system default define in /Etc/login.defs. Thanks to Dan
2428         Kopecek <dkopecek@redhat.com>.
2429         * NEWS, man/chpasswd.8.xml, man/chgpasswd.8.xml: Do not mention
2430         DES as the default algorithm.
2431         * src/chpasswd.c, src/chgpasswd.c: Tag the ENCRYPTMETHOD_SELECT
2432         dependent code accordingly.
2433
2434 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
2435
2436         * libmisc/salt.c: Move the srandom call to gensalt.
2437         * libmisc/salt.c (gensalt): Replace the test on salt_size by an
2438         assert.
2439
2440 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
2441
2442         Patch contributed by Dan Kopecek <dkopecek@redhat.com>
2443         * src/chpasswd.c, src/chgpasswd.c, src/newusers.c: Fix compilation
2444         when ENCRYPTMETHOD_SELECT is not defined.
2445         * libmisc/salt.c (MAGNUM): The nul char was put on (array)[2]
2446         instead of (array)[3].
2447         * libmisc/salt.c: MAGNUM should be defined even if
2448         ENCRYPTMETHOD_SELECT is not defined.
2449         * libmisc/salt.c: Use random instead of rand.
2450         * libmisc/salt.c (gensalt): New function to generate a salt
2451         (instead of using gettimeofday).
2452
2453 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
2454
2455         * NEWS, src/newusers.c: New options -c/--crypt-method
2456         -s/--sha-rounds.
2457
2458 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
2459
2460         * src/chpasswd.c: Added crypt method: NONE.
2461         * src/chpasswd.c: Added --sha-rounds to the usage().
2462         * libmisc/Makefile.am, libmisc/getlong.c, src/chgpasswd.c,
2463         src/chpasswd.c, lib/prototypes.h: New getlong function. Replace
2464         chpasswd's and chgpasswd's getnumber.
2465
2466 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
2467
2468         * lib/groupio.c: Removed unused variable 'member'.
2469
2470 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
2471
2472         * man/chpasswd.8.xml: Document the variables used by chpasswd.
2473         The definitions are copied from login.defs. I should try to use a
2474         less error prone process for this.
2475
2476 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
2477
2478         * man/login.defs.5.xml: Use <replaceable> for the values set by
2479         users. (was sometimes <emphasis remap='I'>)
2480         * man/login.defs.5.xml: Use <option> vor the variable names. This
2481         makes the manpage much more readable.
2482         * man/login.defs.5.xml (ENCRYPT_METHOD, MD5_CRYPT_ENAB,
2483         SHA_CRYPT_MIN_ROUNDS, SHA_CRYPT_MAX_ROUNDS): Mention that command
2484         line option may supersede the system setting.
2485         * man/login.defs.5.xml: Document the variables used by chpasswd
2486         and chgpasswd.
2487
2488 2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
2489
2490         * lib/shadowmem.c, lib/groupmem.c, lib/pwmem.c:
2491         svn propset svn:keywords Id
2492
2493 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
2494
2495         * NEWS, lib/getdef.c, man/login.defs.5.xml: New login.defs
2496         variable: MAX_MEMBERS_PER_GROUP. Used for the split groups support.
2497         * lib/commonio.c, lib/commonio.h: Add an open_hook and close_hook
2498         operation. They are called after the database is actually opened
2499         and parse, or before it is closed.
2500         * lib/groupio.c: Add an open_hook to merge split groups, and an
2501         close group to split groups if MAX_MEMBERS_PER_GROUP is set.
2502         This fixes gpasswd and chgpasswd when split groups are used.
2503         * lib/sgroupio.c, lib/shadowio.c, lib/pwio.c: No open or close
2504         hooks for these databases. (unsure about what should be the gshadow
2505         behavior for split groups)
2506
2507 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
2508
2509         * NEWS, src/gpasswd.c: Read the group and shadow groups using
2510         gr_locate and sgr_locate. gpasswd write in the file database. Thus
2511         it should read information from the file database, not using
2512         getgrnam. The change to sgr_locate is just for consistency. This
2513         requires opening the group databases (read only) using
2514         gr_open/sgr_open.
2515
2516 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
2517
2518         * configure.in: SHADOWGRP added to AM_CONDITIONAL for the
2519         generation of manpages.
2520         * man/generate_translations.mak: Added pam/no_pam condition (like
2521         in man/Makefile.am).
2522         * man/Makefile.am, man/generate_translations.mak: Added
2523         gshadow/no_gshadow condition.
2524         * man/gpasswd.1.xml: Use the gshadow/no_gshadow condition to
2525         change the manpage depending on the shadow group support.
2526         * NEWS: Indicate that manpages should be re-generated if configure
2527         option are changed, due to conditions.
2528
2529 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
2530
2531         * po/ru.po: Updated to 399t. Thanks to Yuri Kozlov <kozlov.y@gmail.com>.
2532         * man/po/ru.po: Updated to 757t. Thanks also to Yuri Kozlov
2533         <kozlov.y@gmail.com>.
2534
2535 2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
2536
2537         * man/Makefile.am: Add support for conditionally including
2538         paragraphs. (e.g. to support the documentation of PAM and !PAM
2539         features).
2540
2541 2007-11-21  Nicolas François  <nicolas.francois@centraliens.net>
2542
2543         * man/newusers.8.xml: Added /etc/gshadow, /etc/group, /etc/shadow,
2544         and /etc/passwd to section FILES.
2545         * man/newusers.8.xml: Mentions that PAM is not used to set the
2546         passwords.
2547         * man/chpasswd.8.xml: Added section FILES (/etc/passwd,
2548         /etc/shadow, /etc/login.defs).
2549         * man/chpasswd.8.xml: Use the same paragraph as in newusers.8.xml
2550         to indicate that PAM is not used.
2551         * man/chgpasswd.8.xml: Added section FILES (/etc/group,
2552         /etc/gshadow, /etc/login.defs).
2553
2554 2007-11-21  Nicolas François  <nicolas.francois@centraliens.net>
2555
2556         * src/newusers.c: Try harder to get the GID equal to the UID.
2557         This was not the case when the GID is not specified, and a GID
2558         exist with an ID higher than the all the UIDs.
2559         * src/newusers.c: Typo in comment: contrained -> constrained.
2560
2561 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
2562
2563         * src/chgpasswd.c: If the shadow group file is not present, do not
2564         try to locate the group entry from /etc/gshadow, and set the
2565         password in /etc/group.
2566
2567 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
2568
2569         * libmisc/obscure.c, libmisc/salt.c, src/passwd.c: Match DES, MD5,
2570         SHA256, and SHA512 exactly (not only the first 3/6 chars).
2571         * libmisc/salt.c (SHA_salt_rounds): Set rounds to the specified
2572         prefered_rounds value, if specified.
2573         * src/gpasswd.c, libmisc/salt.c: Fix compilation warnings (use
2574         size_t for lengths).
2575         * src/chpasswd.c, src/chgpasswd.c: Add missing parenthesis.
2576
2577 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
2578
2579         * man/sv, man/de, man/fr, man/pl, man/ru, man/it: Ignore the
2580         generated manpages. Add *.[1358] to the svn:ignore property.
2581
2582 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
2583
2584         * src/chgpasswd.c, src/chpasswd.c: The -c, -e, and -m options are
2585         exclusives.
2586
2587 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
2588
2589         * man/chpasswd.8.xml, man/chgpasswd.8.xml: Document how the
2590         encryption algorithm is chosen for the passwords. Document the new
2591         -c and -s options. Add a reference to login.defs(5).
2592         * man/login.defs.5.xml: Document the ENCRYPT_METHOD,
2593         MD5_CRYPT_ENAB, SHA_CRYPT_MIN_ROUNDS, and SHA_CRYPT_MAX_ROUNDS
2594         variables.
2595         * etc/login.defs: Indicate that MD5_CRYPT_ENAB is deprecated.
2596         Document the relationship with PAM for MD5_CRYPT_ENAB and
2597         ENCRYPT_METHOD.
2598
2599 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
2600
2601         * src/passwd.c: Increase the size of crypt_passwd from 128 to 256
2602         to avoid overflow in case of SHA512 (161 should be sufficient).
2603
2604 2007-11-20  Nicolas François  <nicolas.francois@centraliens.net>
2605
2606         * lib/prototypes.h, libmisc/salt.c: Add parameters to
2607         crypt_make_salt to force the crypt method and number of rounds.
2608         * libmisc/salt.c: Add parameter to SHA_salt_rounds to force the
2609         number of rounds.
2610         * libmisc/salt.c, lib/getdef.c: ENCRYPT_METHOD and MD5_CRYPT_ENAB
2611         are needed also when USE_PAM (e.g. for chpasswd).
2612         * src/passwd.c, src/newusers.c, src/gpasswd.c: Use the new
2613         crypt_make_salt prototype
2614         * src/chpasswd.c, src/chgpasswd.c: Add option -c, --crypt-method
2615         and -s, --sha-rounds to specify the crypt method and number of
2616         rounds in case of one of the SHA methods. The new prototype of
2617         crypt_make_salt simplifies the handling of -m, --md5.
2618
2619 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2620
2621         * libmisc/salt.c: The salt has a random size (between 8 and 16
2622         bytes).
2623         * lib/getdef.c, etc/login.defs: Add definitions for
2624         SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS.
2625         * libmisc/salt.c: Use SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS
2626         to add a random number of rounds if needed.
2627
2628 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2629
2630         * libmisc/salt.c (MAGNUM): Terminate the array with nul (the array
2631         is then used with strcat).
2632         * libmisc/salt.c (crypt_make_salt): Initialize result[0] to nul at
2633         the beginning (was not initialized when USE_PAM).
2634         * libmisc/salt.c (crypt_make_salt): Check that ENCRYPT_METHOD is a
2635         valid crypt method.
2636
2637 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2638
2639         * NEWS, libmisc/obscure.c, libmisc/salt.c, src/passwd.c,
2640         lib/getdef.c, etc/login.defs: Add support for SHA256 and SHA512
2641         encrypt methods. Apply RedHat's patch shadow-4.0.18.1-sha256.patch.
2642         Thanks to Peter Vrabec. Hardly no changes except re-indent and
2643         changes related to recent modifications (max_salt_len in
2644         crypt_make_salt). Changes in lib/defines.h not applied (definition
2645         of ENCRYPTMETHOD_SELECT). I will add a configure check or flag.
2646
2647 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2648
2649         * man/de/Makefile.am: Add su.1 to the generated manpages.
2650         * man/fr/Makefile.am: Add id.1 to EXTRA_DIST. It will be
2651         generated.
2652         * man/pl/Makefile.am: Add groupmems.8 to the generated manpages.
2653         * man/it/Makefile.am: Add logoutd.8 to EXTRA_DIST. It will be
2654         generated.
2655         * man/de/su.1, man/fr/id.1, man/pl/groupmems.8, man/it/logoutd.8:
2656         Removed, since auto-generated.
2657
2658 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2659
2660         Fix some compilation warnings:
2661         * src/login.c: "dereferencing type-punned pointer will break
2662         strict-aliasing rules", add a variable indirection: ptr_pam_user.
2663         * lib/commonio.c: do not initialize the sb stat structure.
2664         * lib/pwio.c, lib/shadowio.c, lib/sgroupio.c, lib/groupio.c:
2665         initialize the security context if WITH_SELINUX.
2666         * lib/nscd.c: The service argument is not const (used in the exec*
2667         parameters). This matches with the prototype definition.
2668         * src/groupmems.c: Avoid ++i when i is also used in the same line.
2669         * src/newusers.c: i is positive every time it is compared. Add
2670         cast to unsigned int.
2671         * src/nologin.c: Use a main() prototype with no arguments.
2672         * libmisc/getdate.y: Initialize the type and value fields of the
2673         terminating entry for each TABLE.
2674         * libmisc/tz.c: Use "TZ=CST6CDT" as the default timezone.
2675
2676 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2677
2678         * man/pl/Makefile.am: Add getspnam.3 to EXTRA_DIST since it is
2679         generated with shadow.3.
2680         * man/generate_translations.mak: Clean all the manpages, based on
2681         $(EXTRA_DIST), not $(man_MANS).
2682
2683 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2684
2685         * man/sv/getspnam.3, man/sv/faillog.5, man/sv/faillog.8,
2686         man/sv/grpconv.8, man/sv/chsh.1, man/sv/shadow.3,
2687         man/sv/grpunconv.8, man/sv/shadow.5, man/sv/newgrp.1,
2688         man/sv/limits.5, man/sv/gpasswd.1, man/sv/sg.1, man/sv/userdel.8,
2689         man/sv/lastlog.8, man/sv/login.access.5, man/sv/grpck.8,
2690         man/sv/chfn.1, man/sv/expiry.1, man/sv/newusers.8,
2691         man/sv/chpasswd.8, man/sv/pwconv.8, man/sv/logoutd.8,
2692         man/sv/groupmems.8, man/sv/usermod.8, man/sv/pwunconv.8,
2693         man/sv/su.1, man/sv/groupdel.8, man/sv/chgpasswd.8,
2694         man/sv/login.defs.5, man/sv/vipw.8, man/sv/useradd.8,
2695         man/sv/gshadow.5, man/sv/passwd.1, man/sv/groupmod.8,
2696         man/sv/passwd.5, man/sv/chage.1, man/sv/porttime.5,
2697         man/sv/login.1, man/sv/pwck.8, man/sv/nologin.8,
2698         man/sv/groupadd.8, man/sv/suauth.5, man/sv/vigr.8,
2699         man/sv/groups.1, man/de/passwd.1, man/de/newgrp.1, man/de/chsh.1,
2700         man/de/passwd.5, man/de/login.1, man/de/vipw.8, man/de/chfn.1,
2701         man/de/vigr.8, man/de/groups.1, man/fr/getspnam.3,
2702         man/fr/faillog.5, man/fr/faillog.8, man/fr/grpconv.8,
2703         man/fr/chsh.1, man/fr/shadow.3, man/fr/grpunconv.8,
2704         man/fr/shadow.5, man/fr/newgrp.1, man/fr/limits.5,
2705         man/fr/gpasswd.1, man/fr/sg.1, man/fr/userdel.8,
2706         man/fr/login.access.5, man/fr/lastlog.8, man/fr/grpck.8,
2707         man/fr/chfn.1, man/fr/expiry.1, man/fr/newusers.8,
2708         man/fr/chpasswd.8, man/fr/pwconv.8, man/fr/logoutd.8,
2709         man/fr/usermod.8, man/fr/pwunconv.8, man/fr/su.1,
2710         man/fr/groupdel.8, man/fr/login.defs.5, man/fr/vipw.8,
2711         man/fr/useradd.8, man/fr/gshadow.5, man/fr/passwd.1,
2712         man/fr/groupmod.8, man/fr/passwd.5, man/fr/porttime.5,
2713         man/fr/chage.1, man/fr/login.1, man/fr/pwck.8, man/fr/groupadd.8,
2714         man/fr/suauth.5, man/fr/vigr.8, man/fr/groups.1, man/pl/faillog.5,
2715         man/pl/faillog.8, man/pl/chsh.1, man/pl/grpconv.8,
2716         man/pl/grpunconv.8, man/pl/shadow.5, man/pl/newgrp.1,
2717         man/pl/limits.5, man/pl/gpasswd.1, man/pl/sg.1, man/pl/userdel.8,
2718         man/pl/login.access.5, man/pl/lastlog.8, man/pl/grpck.8,
2719         man/pl/chfn.1, man/pl/expiry.1, man/pl/newusers.8,
2720         man/pl/pwconv.8, man/pl/chpasswd.8, man/pl/logoutd.8,
2721         man/pl/usermod.8, man/pl/pwunconv.8, man/pl/su.1,
2722         man/pl/groupdel.8, man/pl/vipw.8, man/pl/login.defs.5,
2723         man/pl/useradd.8, man/pl/passwd.1, man/pl/groupmod.8,
2724         man/pl/passwd.5, man/pl/porttime.5, man/pl/chage.1,
2725         man/pl/login.1, man/pl/pwck.8, man/pl/groupadd.8, man/pl/suauth.5,
2726         man/pl/vigr.8, man/pl/groups.1, man/ru/getspnam.3,
2727         man/ru/faillog.5, man/ru/faillog.8, man/ru/grpconv.8,
2728         man/ru/chsh.1, man/ru/shadow.3, man/ru/grpunconv.8,
2729         man/ru/shadow.5, man/ru/newgrp.1, man/ru/limits.5,
2730         man/ru/gpasswd.1, man/ru/sg.1, man/ru/userdel.8,
2731         man/ru/login.access.5, man/ru/lastlog.8, man/ru/grpck.8,
2732         man/ru/chfn.1, man/ru/expiry.1, man/ru/newusers.8,
2733         man/ru/chpasswd.8, man/ru/pwconv.8, man/ru/logoutd.8,
2734         man/ru/groupmems.8, man/ru/usermod.8, man/ru/pwunconv.8,
2735         man/ru/su.1, man/ru/groupdel.8, man/ru/chgpasswd.8,
2736         man/ru/login.defs.5, man/ru/vipw.8, man/ru/useradd.8,
2737         man/ru/gshadow.5, man/ru/passwd.1, man/ru/groupmod.8,
2738         man/ru/passwd.5, man/ru/chage.1, man/ru/porttime.5,
2739         man/ru/login.1, man/ru/pwck.8, man/ru/nologin.8,
2740         man/ru/groupadd.8, man/ru/suauth.5, man/ru/vigr.8,
2741         man/ru/groups.1, man/it/getspnam.3, man/it/faillog.5,
2742         man/it/faillog.8, man/it/grpconv.8, man/it/chsh.1,
2743         man/it/shadow.3, man/it/grpunconv.8, man/it/shadow.5,
2744         man/it/newgrp.1, man/it/gpasswd.1, man/it/sg.1, man/it/userdel.8,
2745         man/it/lastlog.8, man/it/grpck.8, man/it/chfn.1, man/it/expiry.1,
2746         man/it/newusers.8, man/it/chpasswd.8, man/it/pwconv.8,
2747         man/it/usermod.8, man/it/pwunconv.8, man/it/su.1,
2748         man/it/groupdel.8, man/it/vipw.8, man/it/useradd.8,
2749         man/it/passwd.1, man/it/groupmod.8, man/it/passwd.5,
2750         man/it/porttime.5, man/it/chage.1, man/it/login.1, man/it/pwck.8,
2751         man/it/groupadd.8, man/it/vigr.8, man/it/groups.1,
2752         man/pl/shadow.3, man/pl/sulogin.8, man/pl/id.1, man/ru/sulogin.8,
2753         man/ru/id.1, man/it/id.1: Remove generated translated manpages.
2754         They are still distributed with the shadow tarballs.
2755
2756 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2757
2758         * man/pl/chgpassw.8: Remove chgpassw.8 since the real manpage
2759         should be named chgpasswd.8.
2760
2761 2007-11-19  Nicolas François  <nicolas.francois@centraliens.net>
2762
2763         * man/vigr.8.xml: Remove file. The vigr man page is generated from
2764         the vipw XML file.
2765
2766 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
2767
2768         * lib/prototypes.h, configure.in, libmisc/Makefile.am,
2769         libmisc/xgetXXbyYY.c, libmisc/xgetpwnam.c, libmisc/xgetpwuid.c,
2770         libmisc/xgetgrnam.c, libmisc/xgetgrgid.c, libmisc/xgetspnam.c:
2771         Added functions xgetpwnam(), xgetpwuid(), xgetgrnam(),
2772         xgetgrgid(), and xgetspnam(). They allocate memory for the
2773         returned structure and are more robust to successive calls. They
2774         are implemented with the libc's getxxyyy_r() functions if
2775         available.
2776         * NEWS, libmisc/limits.c, libmisc/entry.c, libmisc/chowntty.c,
2777         libmisc/addgrps.c, libmisc/myname.c, libmisc/rlogin.c,
2778         libmisc/pwdcheck.c, src/newgrp.c, src/login_nopam.c, src/login.c,
2779         src/userdel.c, src/lastlog.c, src/grpck.c, src/gpasswd.c,
2780         src/newusers.c, src/chpasswd.c, src/chfn.c, src/groupmems.c,
2781         src/usermod.c, src/expiry.c, src/groupdel.c, src/chgpasswd.c,
2782         src/su.c, src/useradd.c, src/groupmod.c, src/passwd.c, src/pwck.c,
2783         src/groupadd.c, src/chage.c, src/login.c, src/suauth.c,
2784         src/faillog.c, src/groups.c, src/chsh.c, src/id.c: Review all the
2785         usage of one of the getpwnam(), getpwuid(), getgrnam(),
2786         getgrgid(), and getspnam() functions. It was noticed on
2787         http://bugs.debian.org/341230 that chfn and chsh use a passwd
2788         structure after calling a pam function, which result in using
2789         information from the passwd structure requested by pam, not the
2790         original one. It is much easier to use the new xget... functions
2791         to avoid these issues. I've checked which call to the original
2792         get... functions could be left (reducing the scope of the
2793         structure if possible), and I've left comments to ease future
2794         reviews (e.g. /* local, no need for xgetpwnam */).
2795         Note: the getpwent/getgrent calls should probably be checked also.
2796         * src/groupdel.c, src/expiry.c: Fix typos in comments.
2797         * src/groupmod.c: Re-indent.
2798         * lib/Makefile.am, lib/groupmem.c, lib/groupio.c, lib/pwmem.c,
2799         lib/pwio.c, lib/shadowmem.c, lib/shadowio.c: Move the __<xx>_dup
2800         functions (used by the xget... functions) from the <xx>io.c files
2801         to the new <xx>mem.c files. This avoid linking some utils against
2802         the SELinux library.
2803
2804 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
2805
2806         * man/pl/pl.po: Fix typo: chgpassw -> chgpasswd.
2807         * man/pl/Makefile.am: Fix typo: chgpassw -> chgpasswd.
2808         * man/de/de.po: groups shall not be translated (for command,
2809         refname, or refentrytitle).
2810
2811 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
2812
2813         * src/login.c: Fix typo introduced while fixing
2814         http://bugs.debian.org/451521 (compile fix).
2815
2816 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
2817
2818         * libmisc/Makefile.am: Fix typo: EXTRA_DOST -> EXTRA_DIST.
2819
2820 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
2821
2822         * src/login_nopam.c: Fix a typo in a comment.
2823
2824 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
2825
2826         * src/useradd.c: Do not document the behavior compared to old
2827         versions.
2828
2829 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2830
2831         * man/usermod.8.xml: Document the differences between locking an
2832         account and locking a password.
2833
2834 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2835
2836         * NEWS, src/usermod.c: Refuse to unlock an account when it would
2837         result in a passwordless account.  Based on Openwall's patch
2838         shadow-4.0.4.1-owl-usermod-unlock.diff.
2839         * NEWS, src/passwd.c: Likewise.
2840
2841 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2842
2843         * src/userdel.c (path_prefix): Make sure that the prefix is the
2844         name of a directory (not only the beginning of a directory).
2845         Openwall patch shadow-4.0.4.1-owl-userdel-path_prefix.diff.
2846
2847 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2848
2849         * NEWS, src/newgrp.c: Do not give an indication that the group has no
2850         password.
2851         * src/newgrp.c: Do not only bail on syslog if the password is not
2852         valid. Also give an indication to the user on stderr.
2853
2854 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2855
2856         Fixes from Openwall patch shadow-4.0.4.1-owl-chage-drop-priv.diff:
2857         * src/chage.c: Remove cleanup(). pw_lock is never called. Replace
2858         cleanup(2) by spw_unlock and remove the calls to cleanup(1).
2859         * src/chage.c: Remove variable pwrw. It is always set to 0. The
2860         password database is always read only.
2861         * src/chage.c: Make chage -l also drop the saved GID.
2862         * src/chage.c: Prefer setregid/setreuid to setgid/setuid.
2863
2864 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2865
2866         Fixes from Openwall patch shadow-4.0.4.1-alt-man.diff:
2867         * man/useradd.8.xml: Indicate that the NIS caveats is also valid
2868         for any external database as LDAP.
2869         * man/groupadd.8.xml: Likewise.
2870         * man/groupadd.8.xml: Reorder and reformat the caveats bullets.
2871
2872 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2873
2874         * NEWS: Applied Debian patch 409_man_generate_from_PO to
2875         automatically generate the translated manpages from the POs.
2876         * man/Makefile.am: Replace the individual rules for the generation
2877         of the manpages (from XML) by a generic Makefile rule an
2878         dependencies for the linked manpages.
2879         * man/generate_translations.mak: Generic rules for all the
2880         generated translated manpages (if ENABLE_REGENERATE_MAN).
2881         * man/Makefile.am: Removed rules for all the generated translated
2882         manpages.
2883         * man/sv/Makefile.am, man/de/Makefile.am, man/fr/Makefile.am,
2884         man/pl/Makefile.am, man/ru/Makefile.am, man/it/Makefile.am:
2885         Include generate_translations.mak to handle the generated
2886         translations (XML and roff files).
2887         * man/Makefile.am: Translated XML files moved from the CLEANFILES
2888         variable of man/Makefile.am to the various languages Makefiles.
2889
2890 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2891
2892         * man/chpasswd.8.xml: Document that chpasswd does not use PAM to
2893         update the passwords. This fixes http://bugs.debian.org/396726.
2894         Debian patch 411_chpasswd_document_no_pam.
2895
2896 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2897
2898         * NEWS, src/su.c: Avoid terminating the PAM library in the forked
2899         child.  This is done later in the parent after closing the PAM
2900         session. This fixes http://bugs.debian.org/412061.
2901         Debian patch 405_su_no_pam_end_before_exec.
2902
2903 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2904
2905         * man/newgrp.1.xml: Mention sg in the newgrp manpage.
2906         This fixes http://bugs.debian.org/396690.
2907         Debian patch 410_newgrp_man_mention_sg.
2908
2909 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2910
2911         * src/passwd.c: Fix typo: the warndays option was called warning.
2912         This is now warndays, as documented in the manpage and usage.
2913         This fixes http://bugs.debian.org/445481.
2914         Debian patch 417_passwd_warndays.
2915
2916 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2917
2918         * NEWS, src/pwck.c: Remove the preprocessor check SHADOWPWD. The
2919         variable is no more defined (and always assumed).
2920         Debian patch 493_pwck_no_SHADOWPWD.
2921
2922 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2923
2924         * NEWS, src/passwd.c, man/passwd.1.xml: -l/-u options: edit the
2925         shadow account expiry field *in addition* to editing the password
2926         field.  This fixes http://bugs.debian.org/389183.
2927         Debian patch 494_passwd_lock.
2928
2929 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2930
2931         * NEWS, src/newgrp.c: Do not request a password when a user uses
2932         newgrp to switch to her primary group.
2933         This fixes http://bugs.debian.org/396691.
2934         Debian patch 497_newgrp_primary_group.
2935         * src/newgrp.c: Remove a comment which states otherwise.
2936
2937 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2938
2939         * src/login.c: Log an error if the password entry could not be
2940         found (respect LOG_UNKFAIL_ENAB to avoid logging a password). This
2941         fixes the Debian bug http://bugs.debian.org/451521
2942
2943 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2944
2945         * man/useradd.8.xml: -b documenation: Use the same notation for
2946         the -d argument as in the -d documentation.
2947
2948 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2949
2950         * src/useradd.c: Allow the -b option even without the -D option.
2951
2952 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2953
2954         * src/usermod.c: Use the same error message for the below errors.
2955         (option working ONLY if another is specified).
2956
2957 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2958
2959         * src/usermod.c: Make usermod -o and -u work independently of the
2960         argument order.
2961
2962 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2963
2964         * src/usermod.c: Validate that two of the -L, -p, and -U options
2965         are not used at the same time after the parsing of options. -U
2966         used to be allowed after -p or -L, but not before.
2967
2968 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2969
2970         * src/usermod.c: Make usermod -d and -m work independently of the
2971         argument order. Thanks to Justin Pryzby <jpryzby+d@quoininc.com>
2972         for the patch. This fixes http://bugs.debian.org/451518.
2973
2974 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2975
2976         * NEWS, lib/nscd.c: Execute nscd -i instead of using the private
2977         glibc socket to flush the nscd tables. This comes from the RedHat
2978         patch shadow-4.0.16-nscd.c.
2979         * lib/commonio.c: Forbid inheritance of the passwd and group files
2980         to the spawed processes (like nscd). This comes from the RedHat
2981         patch shadow-4.0.17-notInheritFd.patch.
2982         * lib/nscd.h: Update header.
2983
2984 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
2985
2986         * src/usermod.c (fail_exit): Add static variables pw_locked,
2987         spw_locked, gr_locked, and sgr_locked to indicate which files must
2988         be unlocked.
2989         * src/usermod.c (open_files, close_files): Open and close the
2990         group files as well as the passwd files. This permit to check if
2991         the group files modification are allowed before writing the passwd
2992         files.
2993         * src/usermod.c (grp_update, update_gshadow, update_group): Do not
2994         return a status code, but call fail_exit() in case of error. The
2995         group files are no more opened and closed in update_gshadow() and
2996         update_group().
2997         * src/usermod.c (main): move the call to grp_update between
2998         open_files and close_files.
2999         * src/usermod.c: Differentiate failure to add a group entry and
3000         failure to add a shadow group entry.
3001
3002 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
3003
3004         * src/userdel.c: Differentiate failure to update a group entry and
3005         failure to update a shadow group entry.
3006
3007 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
3008
3009         * src/userdel.c, src/usermod.c, src/useradd.c: Inform the user if
3010         out of memory while updating a group database.
3011
3012 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
3013
3014         * NEWS, src/usermod.c: Update the group database before flushing
3015         the nscd caches.
3016
3017 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
3018
3019         * NEWS, src/userdel.c: Abort if an error is found while updating the
3020         user or group database. No changes will be written in the
3021         databases.
3022
3023 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
3024
3025         * src/useradd.c: It is no more needed to check that the user's
3026         groups are specified only once in the group file. This is checked
3027         by gr_update().
3028
3029 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
3030
3031         * lib/commonio.c (next_entry_by_name): New function.
3032         * NEWS, lib/commonio.c (commonio_update): When an entry is updated, make
3033         sure that there are no other entry with the same name. This fixes
3034         an infinite loop in userdel and usermod when an (erroneous) group
3035         file contains two entries with the same name.
3036         (https://bugzilla.redhat.com/show_bug.cgi?id=240915)
3037
3038 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
3039
3040         * libmisc/salt.c: Make sure the salt string is terminated at the
3041         right place (either 8th, or 11th position).
3042         * NEWS, src/chgpasswd.c, src/chpasswd.c: The protocol + salt does
3043         not need 15 chars. No need for a temporary buffer.
3044         This change the fix committed on 2007-11-10. The salt provided to
3045         pw_encrypt could have been too long.
3046
3047 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
3048
3049         * man/fr/fr.po: Fix typo: missing / in <placeholder-1/>. This
3050         caused the gpasswd title to be incomplete in the French manpage.
3051
3052 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
3053
3054         * configure.in: Check if the l64a function exists instead of a64l
3055         which we do not use.
3056         * libmisc/salt.c: Add support for uClibc with no l64a().
3057
3058 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
3059
3060         * configure.in: Check if the netdb.h header file and the innetgr
3061         function exist.
3062         * src/login_nopam.c, NEWS: Add support for systems with no
3063         innetgr().  On those systems, username with an @ will be treated
3064         like any other username (i.e. lookup in the local database for an
3065         user with an @). Thanks to Mike Frysinger for the patch.
3066
3067 2007-11-16  Nicolas François  <nicolas.francois@centraliens.net>
3068
3069         * src/useradd.c: Indentation fix.
3070
3071 2007-11-14  Nicolas François  <nicolas.francois@centraliens.net>
3072
3073         * src/newgrp.c, NEWS: Declare the child and pid variable at the
3074         beginning of a block. This fixes a compilation issue with gcc 2.95.
3075         The intent is the same as Gentoo's patch shadow-4.0.12-gcc2.patch.
3076
3077 2007-11-14  Nicolas François  <nicolas.francois@centraliens.net>
3078
3079         * src/Makefile, NEWS: Add a suidperms variable. This should ease
3080         the change of permission of suid binaries for distributors (not
3081         recommended).
3082
3083 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
3084
3085         * ./, libmisc/, src/, contrib/, doc/, lib/, man/, man/sv/,
3086         man/de/, man/ja/, man/fi/, man/pt_BR/, man/fr/, man/pl/, man/hu/,
3087         man/tr/, man/ru/, man/zh_TW/, man/id/, man/zh_CN/, man/cs/,
3088         man/es/, man/ko/, man/it/, etc/, etc/pam.d/, po/: Restore the
3089         ignore patterns from the previous repository.
3090
3091         * libmisc/*.c, libmisc/*.h, libmisc/getdate.y, shadow.spec.in,
3092         src/*.c, contrib/groupmems.shar, contrib/pwdauth.c,
3093         doc/README.platforms, doc/WISHLIST, doc/console.c.spec.txt,
3094         lib/*.c, lib/*.h, COPYING, man/*.xml, man/sv/*.[1358],
3095         man/de/*.[1358], man/ja/*.[1358], man/fi/*.[1358],
3096         man/fr/*.[1358], man/pt_BR/*.[1358], man/pl/*.[1358],
3097         man/hu/*.[1358], man/tr/*.[1358], man/ru/*.[1358],
3098         man/zh_TW/*.[1358], man/id/*.[1358], man/zh_CN/*.[1358],
3099         man/cs/*.[1358], man/es/*.[1358], man/ko/*.[1358],
3100         man/it/*.[1358], etc/login.access, etc/login.defs, NEWS: Added the
3101         subversion svn:keywords property (Id) for proper identification.
3102
3103 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
3104
3105         * man/sv/sv.po, man/de/de.po, man/fr/fr.po, man/pl/pl.po,
3106         man/ru/ru.po, man/it/it.po: Run "make update-po" in the man
3107         directory.
3108
3109         * po/ne.po, po/bs.po, po/cs.po, po/pt_BR.po, po/km.po, po/es.po,
3110         po/eu.po, po/ko.po, po/hu.po, po/sk.po, po/vi.po, po/uk.po,
3111         po/ro.po, po/sq.po, po/ru.po, po/id.po, po/nb.po, po/el.po,
3112         po/gl.po, po/fr.po, po/nl.po, po/pl.po, po/nn.po, po/it.po,
3113         po/dz.po, po/tl.po, po/pt.po, po/ca.po, po/da.po, po/tr.po,
3114         po/sv.po, po/de.po, po/ja.po, po/zh_TW.po, po/he.po, po/fi.po,
3115         po/zh_CN.po: Run "make update-po" in the po directory.
3116
3117 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
3118
3119         * NEWS, src/newgrp.c: Don't ask for a password if there are no
3120         group passwords. Just directly give up. This comes from the
3121         Fedora's patch shadow-4.0.13-newgrpPwd.patch, and seems to be the
3122         only part with an effect.
3123
3124 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
3125
3126         * NEWS, src/chgpasswd.c, src/chpasswd.c: Fix chpasswd and
3127         chgpasswd stack overflow. Based on Fedora's
3128         shadow-4.0.18.1-overflow.patch.
3129
3130 2007-11-10  Nicolas François  <nicolas.francois@centraliens.net>
3131
3132         * NEWS, src/useradd.c: Allow non numerical group identifier to be
3133         specified with useradd's -g option. Applied Debian patch
3134         397_non_numerical_identifier. Thanks also to Greg Schafer
3135         <gschafer@zip.com.au>.
3136
3137 2007-10-28  Nicolas François  <nicolas.francois@centraliens.net>
3138
3139         * configure.in: Prepare the next release: 4.0.18.2. The gettext
3140         version used for the configuration will be 0.16.
3141
3142 2007-10-28  Nicolas François  <nicolas.francois@centraliens.net>
3143
3144         * po/ja.po: Remove a plural form. nplurals=1 for japanese.
3145         Moreover, msgstr[0] was identical to msgstr[1].
3146
3147 2007-10-27  Nicolas François  <nicolas.francois@centraliens.net>
3148
3149         * libmisc/limits.c, man/limits.5.xml, etc/limits: Apply patch sent
3150         by Justin Bronder <jsbronder@gmail.com>. See Debian bug #442334.
3151         This adds support to 2 new resource limits: max nice value, and
3152         max real time priority. This is only used when shadow is not
3153         compiled with PAM support.
3154
3155 2007-10-27  Nicolas François  <nicolas.francois@centraliens.net>
3156
3157         * man/gpasswd.1.xml: Describe the options separately in the
3158         OPTIONS section. Simplify the synopsis.
3159
3160 2007-10-27  Nicolas François  <nicolas.francois@centraliens.net>
3161
3162         * README, po/Makevars: Update contact information.
3163
3164 2007-10-27  Christian Perrier  <bubulle@debian.org
3165
3166         * src/newgrp.c, src/passwd.c, src/su.c:
3167         No longer 'apologize' to users when they use incorrect passwords
3168         Remove "Sorry" from programs display
3169         Imported from Debian's patch 413_no-sorry-in-passwd and
3170         102_de-fix-sorry
3171         * man/fr/fr.po: fix translation errors. Imported from Debian's
3172         patch 201_fix_man_su_fr and 416_man-fr_newgrp
3173         * man/it/it.po, man/Makefile.am, man/it/Makefile.am:
3174         Use gettext for the Italian man pages translation. Imported from
3175         Debian's patch 202_it_man_uses_gettext. Thanks to Giuseppe
3176         Sacco who contributed the Italian translation.
3177         * man/de/de.po: (nearly) complete German translation of man pages
3178         Imported from Debian's patch 203_de-man-update. Thanks to 
3179         Simon Brandmair
3180         * src/usermod.c: Clarify the online help of usermod for "-a"
3181         Imported from Debian's patch 402-clarify_usermod_usage
3182         * man/shadow.5.xml: fix spelling error. Imported from Debian's
3183         patch 433_shadow.5-typo_312430
3184         * src/su.c: Be up front on the origin of su and mention the GNU
3185         origin. Imported from Debian's patch 438_su_GNU_origin
3186
3187 2007-10-27  Nicolas François  <nicolas.francois@centraliens.net>
3188
3189         * NEWS, po/zh_CN.po: Updated Chinese translation. Imported from
3190         Debian's patch 105_zh_CN. Thanks to Ming Hua for the update.
3191
3192 2007-10-13  Tommi Vainikainen  <thv+debian@iki.fi>
3193
3194         * NEWS, po/fi.po: Updated Finish translation (400t).
3195
3196 2007-10-13  Nicolas François  <nicolas.francois@centraliens.net>
3197
3198         * NEWS, src/su.c: If compiled without PAM support, enforce the
3199         limits from /etc/limits when one of the -, -l, or --login options
3200         is set, even if called by root. Thanks to Justin Bronder.
3201
3202 2007-10-07  Nicolas François  <nicolas.francois@centraliens.net>
3203
3204         * NEWS, Changelog: Convert the Changelog and NEWS files to UTF-8
3205         (it was partially ISO-8859-2).
3206
3207 2007-02-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
3208
3209         * 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:
3210         groupadd.8, groupmod.8, login.1, useradd.8, userdel.8, usermod.8: grammar
3211         mistakes and other correctstions (by Schulenberg <bensberg@justemail.net>).
3212
3213 2007-01-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
3214
3215         * NEWS, src/usermod.c:
3216         fixed handle -a option in usermod (by Benno Schulenberg <bensberg@justemail.net>).
3217
3218 2006-12-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
3219
3220         * man/sv/sv.po:
3221         more UTF8 fixe (by Mikael Magnusson <mikma@users.sourceforge.net>).
3222
3223         * man/sv/sv.po:
3224         UTF8 fixes (by Mikael Magnusson <mikma@users.sourceforge.net>).
3225
3226 2006-11-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
3227
3228         * man/pl/Makefile.am, man/pl/chgpassw.8, man/pl/chpasswd.8, man/pl/pl.po:
3229         translation chpasswd.8 and chgpassw.8 finished.
3230
3231 2006-11-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
3232
3233         * man/pl/pl.po: resolve fuzzy entries.
3234
3235         * 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:
3236         spelling fixes 's/super user/superuser/' (by Benno Schulenberg <bensberg@justemail.net>).
3237
3238         * man/sv/sv.po, man/de/de.po, man/fr/fr.po, man/pl/pl.po, man/ru/ru.po:
3239         run "make update-po".
3240
3241         * man/newusers.8.xml, man/su.1.xml:
3242         fixed wrong word, a few typos, some grammar mistakes, and puts in a comma here
3243         and there for clarity (by Benno Schulenberg <bensberg@justemail.net>).
3244
3245         * man/pl/groupmod.8, man/pl/chage.1, man/pl/chsh.1, man/pl/lastlog.8, man/pl/vipw.8:
3246         regenerated.
3247
3248         * man/de/de.po: run "make update-po".
3249
3250         * man/Makefile.am:
3251         added de to LINGUAS but man/de/de.po still need many work.
3252
3253 2006-11-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
3254
3255         * src/useradd.c: indent code.
3256
3257         * NEWS, src/useradd.c:
3258         improved auditing support (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211659).
3259
3260 2006-11-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
3261
3262         * 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:
3263         run "make update-po".
3264
3265         * NEWS, po/nl.po:
3266         updated (by cobaco (aka Bart Cornelis) <cobaco@skolelinux.no>).
3267
3268         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/sv/sv.po:
3269         "make update-po".
3270
3271 2006-11-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
3272
3273         * man/su.1.xml:
3274         added sg(1) to the SEE ALSO section (Debian Bug#396690).
3275
3276 2006-10-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
3277
3278         * man/newusers.8.xml: clarify pw_gid fileld content description.
3279
3280         * man/it/Makefile.am, man/sv/Makefile.am:
3281         s/man_nonpam/man_nopam/ (merged 498_man_nonpam_undefined Debian patch).
3282
3283         * po/nl.po:
3284         fixed https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212892
3285
3286 2006-10-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
3287
3288         * man/newusers.8.xml: there is no pw_age fileld in passwd.
3289
3290         * man/fr/fr.po:
3291         Fix an error in the passwd.1 French translation (fixed Debian bug #395537).
3292
3293         * 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:
3294         cleanups on begin DESCRIPTION section.
3295
3296         * man/pl/pl.po: typos.
3297
3298 2006-10-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
3299
3300         * po/pl.po: cleanups.
3301
3302 2006-10-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
3303
3304         * man/pl/pl.po: more translations.
3305
3306         * NEWS:
3307         UTF-8 corrections (by Benno Schulenberg <bensberg@justemail.net>).
3308
3309 2006-10-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
3310
3311         * man/groupdel.8.xml: added description for exit code 6.
3312
3313 2006-08-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
3314
3315         * man/de/de.po: copy & paste some msgid to msgstr.
3316
3317         * man/de/de.po:
3318         kill some fuzzy (by Nicolas François <nicolas.francois@centraliens.net>).
3319
3320 2006-08-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
3321
3322         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/sv/sv.po, man/passwd.1.xml:
3323         s/change password/password change/ in passwd(1) (by Simon Brandmair <sbrandmair@gmx.net>).
3324
3325         * man/de/de.po:
3326         initial version based on partial translations only for passwd(1) by
3327         Simon Brandmair <sbrandmair@gmx.net>.
3328
3329         * NEWS, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/useradd.c, src/userdel.c, src/usermod.c:
3330         flush nscd cashes after close /etc/{group,passwd} files.
3331
3332 2006-08-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
3333
3334         * po/tl.po: updated (by Eric Pareja <xenos@upm.edu.ph>).
3335
3336 2006-08-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
3337
3338         * NEWS, po/ja.po: updated (by Takeo Nakano <nakano@webmasters.gr.jp>).
3339
3340 2006-08-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
3341
3342         * man/fr/Makefile.am:
3343         removed whitespaces following trailing backslashes.
3344
3345         * NEWS, configure.in: release 4.0.18.1.
3346
3347         * 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:
3348         fixed missing man pages in dist tar ball necessary on build when PAM is disabled.
3349
3350         * NEWS, src/groupmems.c:
3351         fixed groupmems compilation when PAM is disabled (by Johannes Winkelmann <jw@smts.ch>).
3352
3353         * configure.in:
3354         typo s/followig/following/ (by Johannes Winkelmann <jw@smts.ch>).
3355
3356 2006-08-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
3357
3358         * NEWS: release date corrected.
3359
3360         * NEWS, src/su.c:
3361         fixed set enviroment too early when using PAM, so move it to !USE_PAM
3362         (patch submitted by Mike Frysinger <vapier@gentoo.org>).
3363
3364 2006-07-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
3365
3366         * 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:
3367         fr man pages are now up to date.
3368
3369         * man/fr/fr.po:
3370         more updates for 4.0.18 (by Nicolas François <nicolas.francois@centraliens.net>).
3371
3372         * man/fr/fr.po:
3373         updated for 4.0.18 (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
3374
3375 2006-07-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
3376
3377         * 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:
3378         updated.
3379
3380         * src/useradd.c, src/usermod.c:
3381         fixed UID/GID overflow (fixed http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=198920).
3382         Fixed expiredate/inactive/mindays/warndays/maxdays overflow (simillar to RH#198920).
3383
3384         * src/passwd.c:
3385         fixed inactive/mindays/warndays/maxdays overflow (similar to RH#198920).
3386
3387         * src/groupadd.c, src/groupmod.c:
3388         fixed GID overflow (fixed http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=198920).
3389
3390 2006-07-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
3391
3392         * src/.cvsignore: groupmems added.
3393
3394 2006-07-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
3395
3396         * po/fr.po:
3397         updated for 4.0.18 (by ean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
3398
3399         * po/uk.po: break lines longer than 80 cols and add missing \n.
3400
3401         * po/uk.po:
3402         updated for 4.0.18 (by Eugeniy Meshcheryakov <eugen@univ.kiev.ua>).
3403
3404         * man/pl/pl.po, man/ru/ru.po, man/sv/sv.po, man/chgpasswd.8.xml, man/chpasswd.8.xml, man/fr/fr.po:
3405         s/instead DES/instead of DES/
3406
3407         * NEWS: sv man pages are partially translated.
3408
3409 2006-07-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
3410
3411         * src/groupmems.c: fix compilation warnings.
3412
3413         * po/ko.po: use \t.
3414
3415         * po/nl.po: break lines longer than 80 cols and add missing \n.
3416
3417 2006-07-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
3418
3419         * man/ru/faillog.5: regenerated.
3420
3421         * po/ko.po: updated for 4.0.18 (by Changwoo Ryu <cwryu@debian.org>).
3422
3423 2006-07-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
3424
3425         * man/faillog.5.xml, man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/sv/sv.po:
3426         added <refmiscinfo class="sectdesc"> tag for faillog.5.xml.
3427
3428         * man/sv/Attic/grupper.1: removed.
3429
3430         * 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:
3431         corrected text charset and other minor cleanups (by Daniel Nylander <info@danielnylander.se>).
3432
3433         * po/tr.po: break lines longer than 80 cols.
3434
3435         * po/tr.po:
3436         updated for 4.0.18 (by Mehmet TURKER <mturker@innova.com.tr>).
3437
3438         * configure.in, man/Makefile.am, man/sv/Makefile.am:
3439         fixes for "make {dist|distchec}" and sv man pages.
3440
3441         * 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:
3442         full sv man pages set added (by Daniel Nylander <info@danielnylander.se>).
3443         This man pages are translated using new XML/xml2po/gettext infrastructure.
3444
3445         * po/pl.po: updated for 4.0.18.
3446
3447 2006-07-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
3448
3449         * po/pt.po:
3450         updated for 4.0.18 (by Miguel Figueiredo <mfigueiredo@gmail.com>).
3451
3452         * po/gl.po, NEWS:
3453         updated for 4.0.18 (by Jacobo Tarrio <jacobo@tarrio.org>).
3454
3455         * NEWS, po/eu.po:
3456         updated for 4.0.18 (by Piarres Beobide <pi@beobide.net>).
3457
3458         * 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:
3459         updated for 4.0.18 (by Yuri Kozlov <kozlov.y@gmail.com>).
3460
3461         * po/vi.po, NEWS:
3462         updated for 4.0.18 (by Clytie Siddall <clytie@riverland.net.au>).
3463
3464         * NEWS, po/cs.po:
3465         updated for 4.0.18 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
3466
3467         * NEWS, po/sv.po:
3468         updated for 4.0.18 (by Daniel Nylander <info@danielnylander.se>).
3469
3470         * NEWS, po/ca.po:
3471         updated for 4.0.18 (by Guillem Jover <guillem@debian.org>).
3472
3473 2006-07-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
3474
3475         * po/hu.po: cleanups.
3476
3477         * NEWS, po/da.po:
3478         updated for 4.0.18 (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
3479
3480         * po/hu.po, NEWS: updated for 4.0.18 (by SZERVÁC Attila <sas@321.hu>).
3481
3482         * NEWS: typos.
3483
3484         * man/ru/ru.po, man/fr/fr.po, man/pl/pl.po: run "make update-po".
3485
3486         * man/su.1.xml: fixes in <refsynopsisdiv>.
3487
3488         * src/groupmems.c: indent soutrce code.
3489
3490         * src/groupmems.c: use shadow Copyright.
3491
3492         * 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:
3493         added src/groupmems.c to POTFILES.in.
3494
3495         * NEWS, etc/pam.d/Makefile.am, etc/pam.d/groupmems, man/Makefile.am, man/groupmems.8.xml, src/Makefile.am, src/groupmems.c:
3496         groupmems rewrited for use PAM and getopt_long() nad now it is enabled
3497         for build and install (patch by George Kraft <gk4@swbell.net>).
3498
3499         * NEWS, configure.in: start prepare for 4.0.18.
3500
3501 2006-07-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
3502
3503         * 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:
3504         run "make update-po" and some cleanups (added missing \n and use tabs instead spaces).
3505
3506         * src/su.c: s#[login]#[LOGIN]# in help message.
3507
3508         * man/useradd.8.xml:
3509         added missing --<foo> long options names in "Changing the default values" section.
3510
3511         * po/tr.po: updated (by Murat Şenel <muratasenel@gmail.com>).
3512
3513 2006-07-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
3514
3515         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po: updated.
3516
3517         * man/useradd.8.xml: added newusers(8) to SEE ALSO section.
3518
3519         * etc/login.defs:
3520         removed GETPASS_ASTERISKS (patch by Mike Frysinger <vapier@gentoo.org>).
3521
3522 2006-07-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
3523
3524         * NEWS, man/pl/chsh.1, man/pl/pl.po: pl chage(1): translation finished.
3525
3526         * NEWS:
3527         s#fix by Mike Frysinger <vapier@gentoo.org>)#(patch by Ulrich Mueller <ulm@kph.uni-mainz.de>; http://bugs.gentoo.org/139966#
3528
3529         * NEWS, configure.in:
3530         S/Key: removed assign getpass() to libshadow_getpass() on autoconf level
3531         (fix by Mike Frysinger <vapier@gentoo.org>).
3532
3533 2006-07-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
3534
3535         * man/vipw.8.xml: make options <replaceable> in SYNOPSIS.
3536
3537         * 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:
3538         s/group/GROUP/ in groupadd help message.
3539
3540         * src/su.c (main):
3541         move **envcp declaration to #ifdef USE_PAM (fixed warning about unused
3542         variable when shadow is builded with PAM didabled).
3543
3544         * man/pl/pl.po, NEWS, man/pl/chage.1: pl chage(1) translation finished.
3545
3546         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po: updated.
3547
3548         * man/chsh.1.xml: updated after rewrite chsh for use getopt_long().
3549
3550         * po/pl.po: kill fuzzy.
3551
3552 2006-07-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
3553
3554         * 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:
3555         one \t more in help message.
3556
3557         * 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:
3558         updated.
3559
3560         * NEWS, src/chsh.c: chsh rewrited for use getopt_long().
3561
3562 2006-07-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
3563
3564         * man/pl/groupmod.8, man/pl/pl.po: finish translation groupmod(8).
3565
3566         * man/fr/fr.po, man/groupmod.8.xml, man/pl/groupmod.8, man/pl/pl.po, man/ru/ru.po:
3567         cleanups in groupmod(8).
3568
3569         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/usermod.8.xml, src/usermod.c, NEWS:
3570         back to previouse usermod -a option sematics and clarify -a behavior
3571         on documentation level (by Greg Schafer <gschafer@zip.com.au>).
3572
3573         * man/fr/fr.po, man/groupmod.8.xml, man/pl/pl.po, man/ru/ru.po:
3574         updated groupmod man page.
3575
3576 2006-07-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
3577
3578         * src/groupmod.c: too many \t in help message.
3579
3580         * 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:
3581         updated.
3582
3583         * 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:
3584         run "make update-po".
3585
3586         * src/groupmod.c: cleunps in help message.
3587
3588         * src/chage.c: s/user/\[LOGIN\]/ in help message.
3589
3590         * src/passwd.c: s/\[login\]/\[LOGIN\]/ in help message.
3591
3592         * NEWS, src/groupmod.c: groupmod rewrited for use getopt_log().
3593
3594 2006-07-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
3595
3596         * po/sv.po:
3597         added missing \n in help messages and few other minor cleanups.
3598
3599         * NEWS, po/sv.po:
3600         updated for 4.0.17 (by Daniel Nylander <info@danielnylander.se>).
3601
3602         * NEWS: 4.0.17 release date i 10-07-2006.
3603
3604         * NEWS, libmisc/copydir.c:
3605         fixed segfault usermod/userdel on remove home directory when it can't
3606         be removed; for example when it is /dev/null (fixed http://bugs.gentoo.org/139148).
3607
3608         * src/login.c, src/logoutd.c, src/userdel.c, libmisc/limits.c:
3609         remove USER_PROCESS conditionsi (code simplifications).
3610
3611 2006-07-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
3612
3613         * po/km.po: kill all fuzzy (Sokhem <khoemsokhem@khmeros.info>).
3614
3615 2006-07-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
3616
3617         * po/de.po: kill fuzzy (by Holger Wansing <linux@wansing-online.de>).
3618
3619 2006-07-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
3620
3621         * man/Makefile.am: removed duplicated all target.
3622
3623         * NEWS, po/LINGUAS, po/ne.po:
3624         new Nepali translation (by Paras Pradhan <pradhanparas@gmail.com>).
3625
3626         * NEWS, po/LINGUAS, po/dz.po: new Dzongkha translation.
3627
3628         * NEWS, po/de.po:
3629         updated for 4.0.17 (by Holger Wansing <linux@wansing-online.de>).
3630
3631         * NEWS, po/nl.po:
3632         updated for 4.0.17 (by "cobaco (aka Bart Cornelis)" <cobaco@skolelinux.no>)
3633
3634 2006-06-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
3635
3636         * po/ko.po: cleanups (by darehanl <darehanl@gmail.com>).
3637
3638         * src/usermod.c: fixes in getopt_long() optstring: s/a/a:/ and added h.
3639
3640         * src/faillog.c:
3641         fixed long_options[] entries: s/no_argument/required_argument/ for lock-secs,
3642         maximum, time and user options.
3643
3644         * NEWS, configure.in:
3645         improved SELinux detection on autoconf level (based on patch by
3646         Dan Yefimov <dan@D00M.lightwave.net.ru>).
3647
3648         * po/ro.po, NEWS:
3649         updated for 4.0.17 (by Sorin Batariuc <sorin@bonbon.net>).
3650
3651 2006-06-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
3652
3653         * NEWS: cleanups.
3654
3655         * man/pl/pl.po: more translations for chage(1).
3656
3657         * TODO: remove done things.
3658
3659         * NEWS, lib/Attic/getpass.c, lib/Makefile.am, lib/getdef.c, lib/pwauth.c, po/POTFILES.in:
3660         removed using private implementatuon getpass() libc function (now getpass() is
3661         used also when S/KEY support is enabled).
3662
3663         * NEWS, src/Makefile.am: move nologin do $(sbindir).
3664
3665         * man/pl/pl.po: more work.
3666
3667         * man/pl/pl.po: more translations.
3668
3669         * po/pl.po: s/KEY=VALUE/KLUCZ=WARTOŚĆ/
3670
3671         * po/pl.po: s/SEC/SEK/
3672
3673         * src/chpasswd.c: added missing #include "exitcodes.h".
3674
3675         * src/chpasswd.c: s/exit (1)/exit (E_USAGE)/
3676
3677         * man/Makefile.am:
3678         move all current i18n man pages automation inside "if ENABLE_REGENERATE_MAN .. endif".
3679
3680         * man/Makefile.am:
3681         add an error message so people don't have to go digging through
3682         source to find out what's up (by Mike Frysinger <vapier@gentoo.org>).
3683
3684         * 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:
3685         updated ru man pages (regenerated from man/ru/ru.po -> man/ru/*xml -> roff).
3686
3687         * NEWS, po/ru.po:
3688         updated for 4.0.17 (by Yuri Kozlov <kozlov.y@gmail.com>).
3689
3690         * NEWS, po/LINGUAS, po/km.po:
3691         new km translation (Sokhem <khoemsokhem@khmeros.info>).
3692
3693         * 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:
3694         cleanups in groupadd help message.
3695
3696         * NEWS, po/nb.po:
3697         updated for 4.0.17 (by Bjørn Steensrud <bjornst@powertech.no>).
3698
3699         * NEWS, po/da.po:
3700         updated for 4.0.17 (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
3701
3702         * po/pl.po:
3703         s/twóş/twĂłrz/ (fix by Michał Łomnicki <michal.lomnicki@gmail.com>).
3704
3705         * NEWS, po/pt.po:
3706         updated for 4.0.17 (by Miguel Figueiredo <mfigueiredo@gmail.com>).
3707
3708         * NEWS, po/vi.po:
3709         updated for 4.0.17 (by Clytie Siddall <clytie@riverland.net.au>).
3710
3711         * NEWS, po/cs.po:
3712         updated for 4.0.17 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
3713
3714         * po/eu.po, po/fr.po, po/gl.po, po/pl.po:
3715         Project-Id-Version: shadow 4.0.17
3716
3717         * NEWS, po/sk.po:
3718         updated for 4.0.17 (by Peter Mann <Peter.Mann@tuke.sk>).
3719
3720         * NEWS, po/ko.po:
3721         updated for 4.0.17 (by Changwoo Ryu <cwryu@debian.org>).
3722
3723 2006-06-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
3724
3725         * NEWS, configure.in: schedule release 40.17 on 26-06-2006.
3726
3727         * src/useradd.c:
3728         adjust last fix for leave some fix mail spool creation after rewrite internal
3729         configuration API.
3730
3731         * src/useradd.c, NEWS:
3732         fixed mail spool file creation (bug cached by Frans Pop <elendil@planet.nl>,
3733         fixed http://bugs.debian.org/374705).
3734
3735 2006-06-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
3736
3737         * 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:
3738         better looking help messages output. Added one empty line at end of help message.
3739
3740         * po/ru.po, po/sk.po, po/sv.po, po/tl.po, po/uk.po, po/ro.po, po/pt_BR.po:
3741         break help messages lines before col 80.
3742
3743         * man/pl/pl.po: more work on usermod.
3744
3745         * po/pl.po: cleanups.
3746
3747 2006-06-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
3748
3749         * man/pl/vipw.8:
3750         regenerated using fixed DocBook XSL Stylesheets v1.70.1 (I must submit my
3751         fixes common/pl.xml do DocBook XSL Stylesheets mantainer).
3752
3753         * man/fr/fr.po, man/ru/ru.po: updated.
3754
3755         * man/pl/lastlog.8, man/pl/pl.po: finish translate lastlog(8).
3756
3757         * man/lastlog.8.xml: improved NOTE section content.
3758
3759         * po/pl.po: iprove lastlog help message.
3760
3761         * man/fr/fr.po, man/lastlog.8.xml, man/pl/pl.po, man/ru/ru.po:
3762         Better lastlog short description. Now it is:
3763         lastlog - reports the most recent login of all users or of a given user
3764
3765         * man/Makefile.am, man/fr/fr.po, man/lastlog.8.xml, man/pl/pl.po, man/ru/ru.po:
3766         Fixed CAVEATS section (what the hell is mmdf ? :)
3767
3768         * man/ru/ru.po, NEWS, man/faillog.5.xml, man/fr/fr.po, man/pl/pl.po:
3769         added missing information about fail_locktime element of faillog struct
3770         in faillog(5) man page (by Thorsten Kukuk <kukuk@suse.de>).
3771
3772 2006-06-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
3773
3774         * 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:
3775         fully regenerated man pages.
3776
3777         * man/Makefile.am:
3778         hack for generate translated xml files with lang="<lang> in <refentry> tag.
3779         Now is possible testing correctnes of XSLT sheets languages definition.
3780
3781 2006-06-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
3782
3783         * NEWS, po/eu.po: updated (by Piarres Beobide <pi@beobide.net>).
3784
3785 2006-06-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
3786
3787         * 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:
3788         s/ \\n"/\\n"/ in translated strings.
3789
3790         * man/pl/pl.po: more translations for usermod.
3791
3792         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/usermod.8.xml:
3793         added <command> tags for at and crontab.
3794
3795         * man/fr/fr.po, man/pl/pl.po, man/ru/ru.po, man/usermod.8.xml:
3796         remove /etc/login.defs from FILES section.
3797
3798         * po/gl.po: updated (by Jacobo Tarrio <jtarrio@trasno.net>).
3799
3800         * po/fr.po: updated (by Christian Perrier <bubulle@kheops.frmug.org>).
3801
3802         * po/pl.po:
3803         updated usermod help message and fixed few other things introduced during
3804         copy&paset from useradd help message.
3805
3806         * 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:
3807         fixes in help message:
3808         s/login/LOGIN/
3809         s/new login directory/new home directory/
3810         s/new initial login group/new primary group/
3811         s/tlist of supplementary/new tlist of supplementary/
3812         s/LOGIN/NEW_LOGIN/
3813
3814         * 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:
3815         cleanups in usermod help message.
3816
3817         * po/es.po, po/eu.po, po/fi.po, po/tl.po: cleanups.
3818
3819         * 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:
3820         s/\\\t /\\\t/
3821
3822 2006-06-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
3823
3824         * NEWS, configure.in, man/Makefile.am:
3825         reverte using docbook.sourceforge.net in XSLT url.
3826
3827         * po/pl.po: cleanups.
3828
3829 2006-06-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
3830
3831         * man/Makefile.am:
3832         improved gen-xmls target: now this target generates only missing xml files.
3833
3834 2006-06-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
3835
3836         * NEWS, po/sk.po:
3837         updated for 4.0.16 (by Peter Mann <Peter.Mann@tuke.sk>).
3838
3839         * NEWS, po/es.po:
3840         updated for 4.0.16 (by Ruben Porras <nahoo82@gmail.com>).
3841
3842         * NEWS, po/fi.po:
3843         updated for 4.0.16 (by Tommi Vainikainen <thv+debian@iki.fi>).
3844
3845         * NEWS, man/cs/Makefile.am, man/cs/groupmems.8, man/cs/groupmod.8, man/cs/grpck.8, man/cs/gshadow.5:
3846         new cs man pages: groupmems(8), groupmod(8), grpck(8), gshadow(5)
3847         (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
3848
3849         * NEWS, po/cs.po:
3850         updated for 4.0.16 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
3851
3852 2006-06-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
3853
3854         * NEWS, configure.in, man/Makefile.am:
3855         regenerate roff man pages using docbook-style-xsl-1.70.1.
3856         This version uses new base URL: http://docbook.sf.net/release/xsl/current/
3857
3858         * man/.cvsignore: shadow-man-pages.pot added.
3859
3860         * man/Makefile.am:
3861         added temporary gen-xmls targed and dependencies beetwen .pot and .po files.
3862
3863         * man/chgpasswd.8.xml: removed <!DOCTYPE> tag (isn't neccessary).
3864
3865 2006-05-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
3866
3867         * man/pl/pl.po: chage(1) translation.
3868
3869         * man/pl/Attic/chage.1.xml: removed.
3870
3871         * man/chage.1.xml, man/fr/fr.po, man/pl/pl.po, man/ru/ru.po:
3872         chage requires shadow access and can't work without this.
3873
3874         * po/da.po:
3875         updated for 4.0.16 (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
3876
3877         * po/pl.po: s/_DAYS/_DNI/
3878
3879 2006-05-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
3880
3881         * NEWS: s/OWL/Owl/
3882
3883         * NEWS: new release date for 4.0.16 is 05-06-2006.
3884
3885         * NEWS: fixed last usermod changes comment. Current is:
3886         better fix for old CERT VU#312962 (which was fixed in shadow 4.0.8):
3887         fixed forgoten checking of the return value from fchown() before
3888         proceeding with the fchmod() (based on Owl patch prepared by
3889         Rafal Wojtczuk <nergal@owl.openwall.com>)
3890
3891         * src/useradd.c (create_mail):
3892         move checking create_mail_spool is "yes" on top function.
3893
3894         * man/pl/pl.po: cleanups.
3895
3896         * po/fr.po:
3897         plugged fuzzy (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
3898
3899         * po/fr.po:
3900         updated (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
3901
3902 2006-05-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
3903
3904         * man/Makefile.am:
3905         simplifications in update-po target and fixes in dist-po-files target.
3906
3907         * NEWS, po/eu.po:
3908         updated for 4.0.16 (by Piarres Beobide <pi@beobide.net>).
3909
3910 2006-05-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
3911
3912         * 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:
3913         bunch of cleanups in chfn(1), faillog(8), gpasswd(1), groupadd(8),
3914         groupmems(8), limits(5), login(1), login.defs(5), newgrp(1), passwd(1),
3915         passwd(5) and su(1) (by Yuri Kozlov <kozlov.y@gmail.com>).
3916
3917         * man/Makefile.am, man/ru/ru.po: added ru to LINGUAS.
3918
3919         * po/ru.po: updated for 4.0.16 (by Yuri Kozlov <kozlov.y@gmail.com>).
3920
3921 2006-05-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
3922
3923         * man/fr/fr.po, man/pl/pl.po, man/chage.1.xml, man/passwd.1.xml:
3924         s/-n/-m/ in passwd(1). Improved -m, --mindays description in chage(1) and passwd(1).
3925         More pl translations.
3926
3927         * po/vi.po: updated (by Clytie Siddall <clytie@riverland.net.au>).
3928
3929         * NEWS, po/hu.po:
3930         updated for 4.0.16 (by Gabor Kelemen <kelemeng@gnome.hu>).
3931
3932 2006-05-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
3933
3934         * man/cs/Makefile.am, man/it/Makefile.am, man/ru/Makefile.am:
3935         id and sulogin executables are not installed by "make install",
3936         but a few translated man pages are still installed.
3937         (patch by Lasse Collin <lasse.collin@tukaani.org>)
3938
3939 2006-05-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
3940
3941         * NEWS, po/vi.po:
3942         updates for 4.0.16 (by Clytie Siddall <clytie@riverland.net.au>).
3943
3944         * po/gl.po: updated for 4.0.16 (by Jacobo Tarrio <jtarrio@debian.org>).
3945
3946 2006-05-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
3947
3948         * po/pl.po: more cleanups.
3949
3950         * po/fr.po:
3951         updated for 4.0.16 (by Christian Perrier <bubulle@kheops.frmug.org>).
3952
3953         * 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:
3954         use common style in FILES sections.
3955
3956         * 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:
3957         begin <refpurpose> text from lowercase.
3958
3959         * man/fr/fr.po, man/pl/pl.po, man/pwconv.8.xml, man/vipw.8.xml:
3960         remove "." from <refpurpose>.
3961
3962         * po/pl.po: cleanups.
3963
3964         * po/pl.po: typo.
3965
3966         * 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:
3967         *.xml added.
3968
3969         * 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:
3970         .xml2po.mo added.
3971
3972         * NEWS, man/pl/vipw.8: update pl vipw(8) man page.
3973
3974         * src/useradd.c: s/mailbox/mailbox file/
3975
3976         * man/pl/pl.po: seems vipw finished.
3977
3978         * man/fr/fr.po, man/vipw.8.xml: s/Quiet mode database./Quiet mode./
3979
3980         * man/pl/pl.po: more entries.
3981
3982         * 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:
3983         /mailbox/mailbox file/
3984
3985         * man/pl/pl.po: fill few entries.
3986
3987         * man/Makefile.am: fixes in dist-po-files target.
3988
3989         * man/Makefile.am: pl added to Linguas. Some mprovements.
3990
3991         * man/fr/fr.po:
3992         initial version based on ond version submited by Christian Perrier <bubulle@debian.org>.
3993
3994         * man/pl/pl.po: initial version.
3995
3996         * man/Makefile.am:
3997         implemet update-po target and dist, dist-check hooks for put .po and
3998         .pot files in dist tar ball.
3999
4000         * src/chgpasswd.c:
4001         reverte struct group newgr declaration but use them only conditionaly (#ifndef SHADOWGRP).
4002
4003 2006-05-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
4004
4005         * NEWS, configure.in: schedule release 4.0.16 to 29.05.06.
4006
4007         * po/pl.po: updated.
4008
4009         * 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:
4010         run "make update-po".
4011
4012         * NEWS, src/useradd.c:
4013         fixed userdel CERT VU#312962: fixed forgoten checking of the return
4014         value from fchown() before proceeding with the fchmod() (prepared
4015         based on OWL fix submited by Solar Designer <solar@openwall.com>),
4016         Use in userdel login.defs::MAIL_DIR instead hardcoded /var/mail on created
4017         mailbox path (based on OWL fixes submited by Solar Designer <solar@openwall.com>).
4018
4019 2006-05-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
4020
4021         * man/.cvsignore: added *.[1358]
4022
4023         * NEWS, man/ru/Makefile.am, man/ru/chgpasswd.8:
4024         added chgpasswd(8) ru man page (by Yuri Kozlov <kozlov.y@gmail.com>).
4025
4026         * po/gl.po: updated (by Jacobo Tarrio <jtarrio@debian.org>).
4027
4028         * NEWS, man/ru/login.defs.5, man/ru/passwd.1, man/ru/userdel.8, man/ru/usermod.8:
4029         updated ru login.defs(5), passwd(1), userdel(8), usermod(8) man pages
4030         (by Yuri Kozlov <kozlov.y@gmail.com>).
4031
4032         * NEWS, po/ru.po: updated (by Yuri Kozlov <kozlov.y@gmail.com>).
4033
4034         * NEWS, po/pt.po: updated (by Miguel Figueiredo <elmig@debianpt.org>).
4035
4036 2006-05-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
4037
4038         * 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:
4039         pw_auth(3) man page removed (outdated).
4040
4041         * 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:
4042         install limits(5), login.access(5) and porttime(5) man pages only when
4043         shadow is builded with PAM support disabled.
4044
4045         * NEWS: cleanups.
4046
4047         * autogen.sh:
4048         by default in development enviroment use CFLAGS="-O2 -Wall".
4049
4050         * src/chgpasswd.c (main): remove two unused variables (newgr and now).
4051
4052         * src/userdel.c (main): removed unused arg variable.
4053
4054         * libmisc/setupenv.c (setup_env):
4055         move *cp varable to #ifndef PAM part (fixed compilation
4056         warning about unused variable).
4057
4058         * lib/getdef.c: now GETPASS_ASTERISKS is SKEY #define dependent.
4059
4060         * configure.in, NEWS, lib/Attic/getpass.c, lib/pwauth.c:
4061         by default do not use libshadow_getpass() as getpass() replacemement.
4062         Use libshadow_getpass() only when S/KEY support is enabled.
4063         Current glibc getpass() handles correctly longer than 8 characters
4064         passwords and libshadow_getpass() is used only because libc getpass()
4065         do not handles password prompting with echo enabled.
4066
4067         * src/sulogin.c: break long line.
4068
4069         * lib/pwauth.c:
4070         added #include <unistd.h> and remove localy defined getpass() prototype.
4071
4072 2006-05-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
4073
4074         * man/Makefile.am: removed dupplicated sulogin.8.xml from EXTRA_DIST.
4075
4076         * man/Attic/pw_auth.3.xml, man/Makefile.am: remove pw_auth(3) man page.
4077
4078         * NEWS, lib/getdef.c: move login.defs::MD5_CRYPT_ENAB to non-PAM part.
4079
4080         * 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:
4081         typo (s/removel/removal/)
4082
4083 2006-05-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
4084
4085         * man/userdel.8.xml:
4086         updated (after add getopt_log() support for userdel).
4087
4088         * po/pl.po: updated.
4089
4090         * 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:
4091         userdel rewrited for use getopt_log().
4092
4093         * po/pl.po: cleanups.
4094
4095         * etc/pam.d/Makefile.am, etc/pam.d/chgpasswd: new file.
4096
4097 2006-05-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
4098
4099         * NEWS, po/da.po:
4100         updated (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
4101
4102 2006-05-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
4103
4104         * NEWS, po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>).
4105
4106         * NEWS, configure.in, etc/Makefile.am, etc/pam.d/Makefile.am:
4107         install default/template configuration files:
4108         - if shadow is configured with use PAM install /etc/pam.d/* files,
4109         - if shadow do not uses PAM install /etc/{limits,login.acces} files,
4110         - install /etc/login.defs and /etc/default/useradd files.
4111
4112         COMMENT: it is possible to extend this for install above files for specified
4113         distribution. For example: if exist /etc/fedora-release install Fedora specyfic
4114         default configuration files and this files can be distributed in dist tar ball.
4115
4116         * NEWS, po/gl.po: updated (by Jacobo Tarrio <jtarrio@trasno.net>).
4117
4118 2006-05-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4119
4120         * NEWS, po/fr.po:
4121         updated (by Christian Perrier <bubulle@kheops.frmug.org>).
4122
4123         * NEWS, lib/commonio.c:
4124         fixed handle relative symlinks too in lib/commonio.c (merge patch from Fedora).
4125
4126         * NEWS, lib/nscd.c: properly notify nscd to flush its cache
4127         (https://bugzilla.redhat.com/bugzilla/186803).
4128
4129         * NEWS, libmisc/copydir.c (copy_tree):
4130         fixes for verify return values mkdir() and chown()
4131         on copy files (merge 482_libmisc_copydir_check_return_values Debian patch).
4132
4133         * 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:
4134         use '%s' cytation instead `%s'.
4135
4136         * NEWS, src/su.c:
4137         reverte http://bugs.debian.org/276419 (this is Debian specyfic).
4138
4139         * 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:
4140         use '%s' cytation instead \"%s\".
4141
4142         * 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:
4143         typo.
4144
4145         * po/pl.po: updated.
4146
4147         * NEWS, libmisc/setupenv.c (setup_env):
4148         export MAIL only when MAIL_CHECK_ENAB is enabled
4149         (Mike Frysinger <vapier@gentoo.org>).
4150
4151         * 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:
4152         warn when the members of a group differ in /etc/groups and /etc/gshadow
4153         (fixed http://bugs.debian.org/75181).
4154
4155         * NEWS, src/su.c:
4156         concatenate the non-su arguments and provide them to the shell with
4157         the -c option (fixes for http://bugs.debian.org/317264 and
4158         http://bugs.debian.org/276419).
4159
4160 2006-05-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4161
4162         * NEWS, man/passwd.1.xml:
4163         better document how password strength is checked (fixed http://bugs.debian.org/115380).
4164
4165 2006-04-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
4166
4167         * NEWS, man/usermod.8.xml:
4168         added missing -a option description (by Christian Perrier <bubulle@debian.org>).
4169
4170 2006-04-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
4171
4172         * NEWS, man/hu/chsh.1, man/hu/login.1, man/hu/newgrp.1:
4173         fixed typos (by Koblinger Egmont <egmont@uhulinux.hu>).
4174
4175 2006-04-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
4176
4177         * NEWS, po/LINGUAS, po/hu.po:
4178         new hu translation (by SZERVÁC Attila <sas@321.hu>).
4179
4180 2006-04-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
4181
4182         * man/userdel.8.xml:
4183         minior fixes for the note under the -f option (Mike Frysinger <vapier@gentoo.org>).
4184
4185 2006-04-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4186
4187         * NEWS, po/id.po: updatd (by Parlin Imanuel <pimanuel@gmail.com>).
4188
4189 2006-04-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
4190
4191         * src/su.c: indent code.
4192
4193         * NEWS, src/su.c:
4194         fixed exit with a status 0 when the invoked command is terminated
4195         by a signal which was not catched
4196         (fixed by Eero Häkkinen <eero17@bigfoot.com>)
4197
4198         * README:
4199         simple patch to fixup grammar and Gentoo distfile URL (by Mike Frysinger <vapier@gentoo.org>).
4200
4201 2006-03-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
4202
4203         * 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:
4204         removed <!DOCTYPE> tag (require strict DocBook XML V4.3//EN DTD isn't neccessary).
4205
4206         * NEWS, src/login.c:
4207         cancel login timeout after authentication so that patient people
4208         timing out on network directory services can log in with local
4209         accounts (http://bugs.debian.org/107148).
4210
4211         * man/fr/login.defs.5, man/ja/login.defs.5, man/pl/useradd.8, man/ru/login.defs.5:
4212         remove CREATE_HOME.
4213
4214         * NEWS, man/login.defs.5.xml:
4215         CREATE_HOME is not supported by useradd (patch by Mike Frysinger <vapier@gentoo.org>).
4216
4217 2006-03-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
4218
4219         * po/nl.po:
4220         s/wachtwoord is mes succes aangepast/wachtwoord is met succes aangepast/
4221         (typo reported by Wim De Smet <wdesmet@yucom.be>).
4222
4223 2006-03-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
4224
4225         * src/passwd.c:
4226         removed GPASSWD_PROGRAM, CHFN_PROGRAM CHFN_PROGRAM #defines (not used now).
4227
4228         * NEWS, man/Makefile.am, man/chgpasswd.8.xml:
4229         chgpasswd(8): new man page.
4230
4231 2006-03-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
4232
4233         * 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:
4234         remove english roff man pages from repo.
4235
4236 2006-03-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
4237
4238         * NEWS, src/chgpasswd.c:
4239         fixes for build correctly with --disable-shadowgrp
4240         (patch by Johannes Winkelmann <jw@tks6.net>)
4241
4242 2006-03-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
4243
4244         * man/pl/chage.1: fixed typo.
4245
4246 2006-03-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
4247
4248         * po/it.po:
4249         updated for 4.0.15 (by Danilo Piazzalunga <danilopiazza@gmail.com>).
4250
4251 2006-03-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
4252
4253         * NEWS, po/nb.po:
4254         updated for 4.0.15 (by Bjørn Steensrud <bjornst@powertech.no>).
4255
4256         * po/pt.po:
4257         updated for 4.0.15 (by Miguel Figueiredo <mfigueiredo@gmail.com>).
4258
4259         * man/Makefile.am, NEWS, configure.in:
4260         do not install translated man pages if shadow is configured with --disable-nls
4261         (based patch submited by Mike Frysinger <vapier@gentoo.org>).
4262
4263         * NEWS, po/pt_BR.po:
4264         updated for 4.0.15 (by Andre Luis Lopes <andrelop@debian.org>).
4265
4266         * po/fr.po:
4267         updated for 4.0.15 (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
4268
4269 2006-03-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
4270
4271         * NEWS, configure.in, lib/pwauth.c:
4272         added fixes for detect BSD's S/Key with updated the skeychallenge() function
4273         for take a fourth argument in case BSD version
4274         (patch submited by Mike Frysinger <vapier@gentoo.org>)
4275
4276         * README: added paragragraph about S/Key support.
4277
4278         * po/sk.po: updated for 4.0.15 (by Peter Mann <Peter.Mann@tuke.sk>).
4279
4280         * NEWS: newgrp: do not link with libselinux.
4281
4282         * NEWS, po/zh_CN.po:
4283         updated for 4.0.15 (by Carlos Z.F. Liu <carlosliu@users.sourceforge.net>).
4284
4285         * po/ru.po: updated for 4.0.15 (by Yuri Kozlov <kozlov.y@gmail.com>).
4286
4287         * src/Makefile.am:
4288         removed $(LIBSELINUX) from newgrp_LDADD (newgrp does not need to be linked
4289         with SELinux libraries).
4290
4291         * 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:
4292         ru man pages: added new nologin(8) and updated all other man pages
4293         (by Yuri Kozlov <kozlov.y@gmail.com>).
4294
4295 2006-03-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
4296
4297         * NEWS, po/nl.po:
4298         updated for 4.0.15 (by cobaco (aka Bart Cornelis) <cobaco@linux.be>).
4299
4300         * po/vi.po:
4301         updated for 4.0.15 (by Clytie Siddall <clytie@riverland.net.au>).
4302
4303         * po/sv.po:
4304         updated for 4.0.15 (by Daniel Nylander <po@danielnylander.se>).
4305
4306 2006-03-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
4307
4308         * po/eu.po: updated for 4.0.15 (by pi <pi@beobide.net>).
4309
4310         * po/ro.po: cleanups.
4311
4312         * NEWS, po/tl.po:
4313         updated for 4.0.15 (by Eric Pareja <xenos@upm.edu.ph>).
4314
4315         * po/ro.po: updated for 4.0.15 (by Sorin B. <sorin@bonbon.net>).
4316
4317         * NEWS, po/es.po:
4318         updated for 4.0.15 (by Ruben Porras <nahoo82@gmail.com>).
4319
4320 2006-03-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4321
4322         * NEWS, po/da.po:
4323         updated for 4.0.15 (by Claus Hindsgaul <claus.hindsgaul@gmail.com>).
4324
4325         * NEWS, man/fi/chsh.1, man/fi/su.1:
4326         update fi chsh(1), su(1) man pages generated from XML files
4327         (Tommi Vainikainen <thv+debian@iki.fi>).
4328
4329         * NEWS, po/fi.po:
4330         updated for 4.0.15 (by Tommi Vainikainen <thv+debian@iki.fi>).
4331
4332         * NEWS, po/cs.po:
4333         updated for 4.0.15 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
4334
4335         * 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:
4336         added new cs man pages: expiry(1), faillog(5), faillog(8), gpasswd(1),
4337         groupadd(8), groupdel(8), logoutd(8), nologin(8), vipw(8).
4338
4339         * NEWS: typo.
4340
4341         * src/useradd.c, NEWS, lib/getdef.h, man/Attic/login.defs.5, man/login.defs.5.xml, src/login.c, src/newusers.c:
4342         default UMASK if not specified in login.defs is 022.
4343
4344 2006-03-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4345
4346         * po/pl.po: updated for 4.0.15.
4347
4348         * NEWS, po/gl.po:
4349         updated for 4.0.15 (by Jacobo Tarrio <jtarrio@trasno.net>).
4350
4351         * NEWS, configure.in: schedule release 4.0.15 to 13-03-2006.
4352
4353 2006-03-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
4354
4355         * NEWS: typo (s/onas Meurer/Jonas Meurer/)
4356
4357         * src/.cvsignore: added chgpasswd.
4358
4359         * 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:
4360         chgpasswd: new tool (by Jonas Meurer <mejo@debian.org>).
4361
4362         * 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:
4363         s/Unexpected/unexpected/
4364
4365         * 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:
4366         print the usage and exit if an additional argument is profided to
4367         lastlog (merge 488_laslog_verify_arguments Debian patch).
4368
4369 2006-03-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
4370
4371         * man/Attic/chpasswd.8, man/chpasswd.8.xml:
4372         fixed CAVEATS section (by Justin Pryzby <justinpryzby@users.sourceforge.net>)
4373
4374 2006-02-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
4375
4376         * man/Attic/passwd.1, man/passwd.1.xml:
4377         fixed SYNOPSIS section (http://bugs.debian.org/352136).
4378
4379 2006-02-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
4380
4381         * po/ro.po: updated (by Sorin Batariuc <sorin@bonbon.net>).
4382
4383 2006-02-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
4384
4385         * NEWS, lib/Makefile.am, src/Makefile.am:
4386         login, nologin, su: do not link with libselinux
4387         (merge 490_link_selinux_only_when_needed Debian patch).
4388
4389         * NEWS, src/chage.c, src/chfn.c, src/chsh.c, src/passwd.c:
4390         fixed confusing error message if /proc is not mounted
4391         (http://bugs.debian.org/352494
4392         patch Nicolas François <nicolas.francois@centraliens.net>)
4393
4394         * po/ro.po:
4395         updated (commited http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347755).
4396
4397         * NEWS, po/ca.po: updated (by Jordi Mallach <jordi@debian.org>).
4398
4399 2006-02-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
4400
4401         * man/gpasswd.1.xml, man/passwd.1.xml, man/passwd.5.xml, man/pwck.8.xml, man/sg.1.xml, man/useradd.8.xml:
4402         cleanups.
4403
4404         * po/gl.po: updated (Jacobo Tarrio <jtarrio@trasno.net>).
4405
4406         * NEWS, po/pt.po:
4407         updated (by Miguel Figueiredo <mfigueiredo@gmail.com>).
4408
4409 2006-02-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
4410
4411         * NEWS, po/it.po:
4412         update (by Danilo Piazzalunga <danilopiazza@gmail.com>).
4413
4414         * po/vi.po: update (by Clytie Siddall <clytie@riverland.net.au>).
4415
4416         * po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>).
4417
4418 2006-02-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
4419
4420         * po/fr.po: updated (by Christian Perrier <bubulle@kheops.frmug.org>).
4421
4422         * 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:
4423         run "make update-po".
4424
4425         * po/pl.po: updated.
4426
4427         * po/sk.po: updated (by Peter Mann <Peter.Mann@tuke.sk>).
4428
4429         * po/eu.po: update (by ^pi^ <pi@beobide.net>).
4430
4431 2006-02-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
4432
4433         * NEWS, src/login.c:
4434         merge 433_login_more_LOG_UNKFAIL_ENAB Debian patch:
4435         - TOO MANY LOGIN... logged if PAM_MAXTRIES or failcount >= retries
4436           (was onl test PAM_MAXTRIES),
4437         - print to stderr (in addition to syslog) in case of maximum number of
4438           tries exceeded,
4439         - always prints the number of tries in the syslog entry.
4440         - add special handling for PAM_ABORT
4441         - add an entry to failog, as when USE_PAM is not defined. (#53164)
4442         - changed pam_end to PAM_END. This is certainly was a mistake.
4443           PAM_END is pam_close_seesion + pam_end. Here, the session is still not
4444           open, we don't have to close it.
4445         - a HAVE_PAM_FAIL_DELAY is missing
4446
4447         * po/ro.po: kill one fuzzy.
4448
4449         * po/ro.po, NEWS: updated (by Sorin B. <sorin@bonbon.net>).
4450
4451         * src/gpasswd.c: s/die/catch_signals/
4452
4453         * src/expiry.c, src/sulogin.c: s/catch/catch_signals/
4454
4455         * src/su.c: /su_catch_sig/chatch_signals/
4456
4457 2006-02-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4458
4459         * src/id.c, src/groups.c, libmisc/getdate.y: lint code using CC=g++.
4460
4461         * NEWS, src/su.c:
4462         fixed pam session support (patch from Topi Miettinen; fixed #57526, #55873,
4463         #57532 Debian bugs).
4464
4465         * NEWS:
4466         fixed pam session support (patch from Topi Miettinen; fixed #57526,
4467         #55873, #57532 Debian bugs).
4468
4469         * NEWS, src/userdel.c:
4470         user's group is already removed by update_groups(). remove_group()
4471         is not needed (bug introduced in 4.0.14 on merge FC fixes). Fixed by Nicolas
4472         François <nicolas.francois@centraliens.net>
4473
4474         * NEWS, src/useradd.c: allways remove group and gshadow databases lock,
4475         Fixed by Nicolas François <nicolas.francois@centraliens.net>
4476         (http://bugs.debian.org/348250)
4477
4478         * NEWS, src/userdel.c: fixed excess audit_logger() argument.
4479
4480         * NEWS, lib/prototypes.h:
4481         corrected prototypes in lib/prototypes.h (thre is no audit_help_log(); added
4482         audit_logger() prototype).
4483
4484         * src/login.c: fixed missing ";" in declaration.
4485
4486         * man/Attic/limits.5, man/limits.5.xml:
4487         fixed example limits string (by Yuri Kozlov <kozlov.y@gmail.com>).
4488
4489 2006-02-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4490
4491         * 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:
4492         added missing \n on display password status if password must be chaged.
4493
4494 2006-02-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
4495
4496         * src/useradd.c, NEWS:
4497         fixed allow non-unique UID (http://bugs.debian.org/351281).
4498
4499 2006-02-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
4500
4501         * po/cs.po: updated (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
4502
4503 2006-01-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
4504
4505         * NEWS, po/vi.po:
4506         updated (by Clytie Siddall <clytie@riverland.net.au>).
4507
4508 2006-01-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
4509
4510         * po/fr.po:
4511         typo (fixed by Christian Perrier <bubulle@kheops.frmug.org>).
4512
4513         * po/sk.po: updated (by Peter Mann <Peter.Mann@tuke.sk>).
4514
4515 2006-01-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
4516
4517         * 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:
4518         fixes some issues that cause warnings when the manpages are
4519         displayed (by Nicolas François <nicolas.francois@centraliens.net>).
4520
4521 2006-01-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
4522
4523         * NEWS, po/eu.po: updated (by pi <pi@beobide.net>).
4524
4525         * libmisc/addgrps.c, libmisc/xmalloc.c, src/groups.c:
4526         fixes after linting code using CC=g++: cast {m,re}alloc() return value to
4527         proper type.
4528
4529 2006-01-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
4530
4531         * 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:
4532         uniformity and grammar fixes (by Christine Spang <spangarang@twcny.rr.com>).
4533
4534         * NEWS, po/ru.po: updated (by Yuri Kozlov <kozlov.y@gmail.com>).
4535
4536 2006-01-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
4537
4538         * po/fr.po, NEWS:
4539         updated (by Christian Perrier <bubulle@kheops.frmug.org>).
4540
4541 2006-01-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
4542
4543         * 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:
4544         variouse code cleanups for make possible compilation of shadow with
4545         -Wall -Werror (by Alexander Gattin <xrgtn@yandex.ru>).
4546
4547         * 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:
4548         move exit() outside libmisc/shell.c::shell() for handle shell() errors
4549         on higher level (now is better visable where some programs exit with 126 and
4550         127 exit codes); added new shell() parameter (char *const envp[]) which allow
4551         fix preserving enviloment in su on using -p.
4552         (patch by Alexander Gattin <xrgtn@yandex.ru>)
4553
4554         * NEWS, po/el.po:
4555         updated (by Konstantinos Margaritis <markos@debian.org>).
4556
4557 2006-01-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
4558
4559         * lib/exitcodes.h: new #defines:
4560         #define E_CMD_NOEXEC           126     /* can't run command/shell */
4561         #define E_CMD_NOTFOUND         127     /* can't find command/shell to run */
4562
4563 2006-01-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
4564
4565         * man/Attic/passwd.1, man/passwd.1.xml:
4566         fixes after reviewed for grammatical and other small errors that detract from the
4567         polish of the content to native English speakers.
4568         I also went ahead and changed all gender references to be a consistent
4569         "his/her" (or equivalent) - the original had a mix of just "his", just
4570         "her", and occasionally "his/her".
4571         (by Christine Spang <spangarang@twcny.rr.com>).
4572
4573         * po/it.po: updated (by Danilo Piazzalunga <danilopiazza@gmail.com>).
4574
4575 2006-01-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
4576
4577         * NEWS: updated.
4578
4579         * libmisc/shell.c: remove DEBUG code.
4580
4581         * po/LINGUAS, po/gl.po, NEWS:
4582         added new gl translation (by Jacobo Tarrio <jtarrio@trasno.net>).
4583
4584 2006-01-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
4585
4586         * po/eu.po: small update (by pi <pi@beobide.net>).
4587
4588 2006-01-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
4589
4590         * src/su.c: fixed compilation error.
4591
4592 2006-01-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
4593
4594         * po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>)
4595         http://bugs.debian.org/346449
4596
4597 2006-01-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4598
4599         * NEWS, man/Attic/useradd.8, man/useradd.8.xml:
4600         better document useradd -d option: will not add the user's home directory
4601         if it does not already exist (http://bugs.debian.org/154996)
4602
4603         * 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:
4604         added handle -c,--command option for GNU su compliance (merge
4605         437_su_-c_option Debian Patch).
4606
4607         * man/Attic/login.1, man/Attic/passwd.1, man/Attic/su.1, man/login.1.xml, man/passwd.1.xml, man/su.1.xml:
4608         man pages cleanups.
4609         (http://bugs.debian.org/341489)
4610
4611         * NEWS, man/Attic/nologin.8, man/Makefile.am, man/nologin.8.xml:
4612         nologin(8) man pages added (merge 478_nologin.8.xml Debian patch).
4613
4614         * po/sk.po: updated (by Peter Mann <Peter.Mann@tuke.sk>)
4615         http://bugs.debian.org/346376
4616
4617 2006-01-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4618
4619         * po/id.po: updated (by Parlin Imanuel <parlin_i@yahoo.com>)
4620         http://bugs.debian.org/345514
4621
4622         * 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:
4623         added translate login prompt string (suggested by Evgeniy Dushistov).
4624
4625 2006-01-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
4626
4627         * NEWS, configure.in: start work on 4.1.0.
4628
4629         * po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>).
4630         http://bugs.debian.org/346017
4631
4632 2006-01-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
4633
4634         * NEWS: correct 4.0.14 release date (03-01-2006).
4635
4636         * src/Makefile.am: reverte install nologin in sbindir and use usbindir.
4637
4638         * po/POTFILES.in: removed src/chsh_chkshell.c.
4639
4640         * lib/prototypes.h: remove grdbm.c prototypes.
4641
4642         * lib/prototypes.h, src/Attic/chsh_chkshell.c, src/Makefile.am, src/chsh.c:
4643         move check_shell() from src/chsh_chkshell.c to src/chsh.c.
4644
4645         * configure.in:
4646         s/libpam_misc is missing/libpam_misc is missing for enable PAM support/
4647
4648 2006-01-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
4649
4650         * etc/pam.d/.cvsignore: added.
4651
4652         * src/su.c: indent code.
4653
4654         * src/su.c:
4655         without it, $(su - user -c "echo \$SHELL") wont return the good value, but
4656         $(su user -c "echo \$SHELL") will.
4657         I think LOGNAME can also be set (this is done in setup_env, in the
4658         fakelogin case).
4659         (by Nicolas François <nicolas.francois@centraliens.net>)
4660
4661         * src/su.c:
4662         simplifies how -p is handled (at least for its documentation).
4663         (by Nicolas François <nicolas.francois@centraliens.net>)
4664
4665         * src/su.c: fixes "su - -- root" or "su - root -- -c" (it is needed if
4666         the second patch is applied).
4667         (by Nicolas François <nicolas.francois@centraliens.net>)
4668
4669         * src/su.c:
4670         This second patch changes the way options are handled by getopt. Once a
4671         non-su option is found, the getopt processing is stopped.
4672         Whithout this patch, "su root -c ls" won't work (getopt will complain that
4673         -c is not an su option).
4674         (by Nicolas François <nicolas.francois@centraliens.net>).
4675
4676         * 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:
4677         prepare for use on Fedora Core.
4678
4679         * po/cs.po, po/pl.po: run "make update-po".
4680
4681         * src/Makefile.am: move nologin to sbindir.
4682
4683         * man/Attic/groupadd.8, man/groupadd.8.xml: s/gid/GID/
4684
4685         * man/Attic/lastlog.8, man/Attic/useradd.8, man/lastlog.8.xml, man/useradd.8.xml:
4686         s/uid/UID/
4687
4688 2005-12-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
4689
4690         * po/tl.po: updated for 4.0.14 (by Eric Pareja <xenos@upm.edu.ph>).
4691
4692 2005-12-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
4693
4694         * NEWS, po/ca.po:
4695         updated for 4.0.14 (by Guillem Jover <guillem@debian.org>).
4696
4697 2005-12-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
4698
4699         * po/el.po:
4700         updated for 4.0.14 (by Konstantinos Margaritis <markos@debian.org>).
4701
4702 2005-12-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
4703
4704         * doc/.cvsignore, etc/.cvsignore, lib/.cvsignore, po/.cvsignore, src/.cvsignore, .cvsignore, contrib/.cvsignore:
4705         added a lot of generated files they are not listed in .cvsignore files
4706         (by Danilo Piazzalunga <danilopiazza@gmail.com>).
4707
4708         * src/su.c:
4709         fixed some comments and replace getuid() by !amroot. This removes a system
4710         call and may be more readable (Nicolas François <nicolas.francois@centraliens.net>).
4711
4712         * man/Attic/su.1, man/su.1.xml:
4713         added forgoten the SHELL argument description (by Nicolas François <nicolas.francois@centraliens.net>).
4714
4715         * man/Attic/useradd.8, man/useradd.8.xml:
4716         s/group/user/ (cached by Nicolas François).
4717
4718 2005-12-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
4719
4720         * man/ko/vigr.8: added.
4721
4722         * po/it.po:
4723         updated for 4.0.14 (by Danilo Piazzalunga <danilopiazza@gmail.com>).
4724
4725 2005-12-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
4726
4727         * NEWS, po/pt.po:
4728         updated for 4.0.14 (by Miguel Figueiredo <mfigueiredo@gmail.com>).
4729
4730         * src/useradd.c:
4731         s/grp_update/grp_add/ in comment (by Nicolas François <nicolas.francois@centraliens.net>).
4732
4733         * man/Attic/login.1, man/login.1.xml:
4734         added use <envar></envar> tags instead <emphasis></emphasis>.
4735
4736         * man/Attic/su.1, man/su.1.xml: added use <envar></envar>.
4737
4738         * man/Attic/su.1, man/su.1.xml:
4739         updated man page after change su for use getopt_long()
4740         (by Nicolas François <nicolas.francois@centraliens.net>)
4741
4742 2005-12-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
4743
4744         * NEWS, po/fi.po:
4745         updated for 4.0.14 (by Tommi Vainikainen <thv+debian@iki.fi>).
4746
4747         * po/ru.po: updated for 4.0.14 (by Yuri Kozlov <kozlov.y@gmail.com>).
4748
4749         * man/ru/login.1, man/ru/passwd.1, man/ru/pwck.8, man/ru/vipw.8:
4750         updated (by Yuri Kozlov <kozlov.y@gmail.com>_.
4751
4752         * doc/Attic/README.linux, doc/Makefile.am: removed.
4753
4754         * README, doc/Attic/README.linux:
4755         move contributors list from doc/README.linux to README.
4756
4757         * doc/Attic/LSM, doc/Attic/README, doc/Makefile.am:
4758         removed (outdated content).
4759
4760         * NEWS, po/cs.po:
4761         updated cs.po for 4.0.14 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
4762
4763         * po/pl.po: updated.
4764
4765         * po/fr.po:
4766         kill one fuzzy (by Christian Perrier <bubulle@kheops.frmug.org>).
4767
4768         * NEWS, po/da.po:
4769         updated da.po for 4.0.14 (by Claus Hindsgaul <claus_h@image.dk>).
4770
4771         * po/eu.po: updated for 4.0.14 (by pi <pi@beobide.net>).
4772
4773         * NEWS, po/vi.po:
4774         updated vi.po fo 4.0.14 (by Clytie Siddall <clytie@riverland.net.au>).
4775
4776 2005-12-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
4777
4778         * NEWS: set release day for 4.0.14 to 19-12-2005.
4779
4780         * src/login.c:
4781         removed #include "libaudit.h" (it is conditionaly included in "defines.h").
4782
4783         * src/su.c:
4784         replaced "shell" by "shellstr". "shell" is also the name of a function.
4785         (Nicolas François <nicolas.francois@centraliens.net>).
4786
4787         * src/vipw.c: - added missing break in case 'q'.
4788
4789         * 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:
4790         added es, ko vigr(8) and vipw(8), hu lastlog(8), ko vipw(8), zh_CN su(1),
4791         zh_TW chpasswd(8) and su(1),
4792
4793 2005-12-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
4794
4795         * doc/Attic/LICENSE, doc/Makefile.am, COPYING:
4796         move doc/LICENSE to COPYING.
4797
4798         * doc/WISHLIST: remove some outdated/finished things.
4799
4800         * doc/Attic/README.nls, doc/Attic/README.pam, doc/Makefile.am: removed.
4801
4802 2005-12-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
4803
4804         * 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:
4805         run "make update-po" (merge changes in su messages).
4806
4807         * NEWS, src/su.c:
4808         added handle -s/--shell, -m/-p/preserve-environment options like GNU su
4809         (based on patches from Debian submited by
4810         Nicolas François <nicolas.francois@centraliens.net>)
4811
4812         * NEWS: updated.
4813
4814         * src/su.c:
4815         added handle -s/--shell option like in GNU su (based on Debian patch sublmited
4816         by Nicolas François <nicolas.francois@centraliens.net>).
4817
4818         * src/su.c:
4819         make -, -l , --login option as no_argument (based on fix by Nicolas François).
4820
4821         * po/it.po:
4822         cosmetic fixes (by Danilo Piazzalunga <danilopiazza@gmail.com>).
4823
4824 2005-12-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
4825
4826         * man/es/Makefile.am: s/patches/passwd/
4827
4828 2005-12-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
4829
4830         * 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:
4831         added tr man pages.
4832
4833         * 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:
4834         added es, hu, pt_BR, zh_CN zh_TW translations passwd(5).
4835
4836         * man/Attic/id.1, man/Attic/pw_auth.3, man/Attic/sulogin.8:
4837         regenerated.
4838
4839         * man/ko/Makefile.am: added su.1 to man_MANS.
4840
4841         * man/Makefile.am: reverte incorrect commit.
4842
4843         * 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:
4844         added full set (up to date) fr man pages (by Nicolas François <nicolas.francois@centraliens.net>).
4845
4846 2005-12-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4847
4848         * 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:
4849         cleanups.
4850
4851         * 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:
4852         s/--force /--force/
4853
4854         * 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:
4855         s/--skel SKEL_DIR /--skel SKEL_DIR/
4856
4857         * 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:
4858         s/--delete /--delete/
4859
4860         * NEWS, po/ru.po:
4861         updated ru translatios for 4.0.14 (by Yuri Kozlov <kozlov.y@gmail.com>).
4862
4863         * po/eu.po: finish update for 4.0.14 (by pi <pi@beobide.net>).
4864
4865         * po/it.po:
4866         updated for 4.0.14 (by Danilo Piazzalunga <danilopiazza@gmail.com>).
4867
4868 2005-12-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
4869
4870         * po/fr.po: updated (by Christian Perrier <bubulle@kheops.frmug.org>).
4871
4872         * NEWS, po/eu.po: Basque translation updated (by pi <pi@beobide.net>).
4873
4874         * 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:
4875         s/LOGIN/login/ in usage() output.
4876
4877 2005-12-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
4878
4879         * 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:
4880         rewrited vipw for use getopt_long().
4881
4882         * man/Attic/passwd.1, man/passwd.1.xml: cleanups.
4883
4884         * man/ko/Makefile.am: commented newgrp.1 (must be updated).
4885
4886 2005-12-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
4887
4888         * man/Makefile.am: update-po target added.
4889
4890         * man/Attic/pwck.8, man/pwck.8.xml: document -q option.
4891
4892         * NEWS, lib/getdef.c:
4893         $MAIL_FILE is used in userdel and usermod, $MD5_CRYPT_ENAB
4894         is used by crypt_make_salt, which is used by chpasswd, gpasswd and newusers.
4895         Both variables moved to PAM not dependent (447_missing_login.defs_variables
4896         Debian patch).
4897
4898         * NEWS, src/su.c:
4899         export $USER and $SHELL as well as $HOME (http://bugs.debian.org/11003 and
4900         http://bugs.debian.org/11189).
4901
4902         * NEWS, man/Attic/login.1, man/login.1.xml:
4903         document how to initiate a trusted path on linux
4904         (http://bugs.debian.org/305600).
4905
4906         * NEWS, src/chage.c:
4907         fix chage display when the last change field is set to 0.
4908         This is consistent with PAM (merge 427_chage_expiry_0 Debian patch).
4909
4910 2005-12-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
4911
4912         * configure.in: added man/fi/Makefile to AC_CONFIG_FILES().
4913
4914         * 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:
4915         convert all translated man pages to UFT-8.
4916
4917         * NEWS, src/userdel.c:
4918         fix incorrect audit record in userdel (https://bugzilla.redhat.com/bugzilla/174392).
4919
4920         * 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:
4921         s/--all /--all/
4922
4923         * 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:
4924         update by some informations about translators (by Christian Perrier) and run "make update-po".
4925
4926 2005-11-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
4927
4928         * NEWS, src/su.c:
4929         if an password is expired, su should propose to change this password
4930         (fixed http://bugs.debian.org/321384).
4931
4932         * src/Makefile.am, src/login.c, NEWS:
4933         added auditing support (based on Fedora patch for login from util-linux).
4934
4935         * src/useradd.c: remove use rflg.
4936
4937         * man/ru/Makefile.am: typo.
4938
4939         * po/pl.po: partialy updated.
4940
4941         * 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:
4942         run "make update-po".
4943
4944         * NEWS, src/useradd.c: merge PUG fixes from RedHat patch.
4945
4946 2005-11-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
4947
4948         * NEWS, po/it.po:
4949         updated (by Danilo Piazzalunga <danilopiazza@gmail.com>).
4950
4951         * 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:
4952         added full set of ru man pages (by Yuri Kozlov <kozlov.y@gmail.com>).
4953
4954 2005-11-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
4955
4956         * NEWS, src/Makefile.am, src/nologin.c: added nologin program.
4957
4958         * NEWS, src/su.c: rewrited for use getopt_long().
4959
4960 2005-11-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
4961
4962         * po/zh_CN.po: updated (by Ming Hua <minghua@rice.edu>).
4963
4964 2005-11-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
4965
4966         * man/Attic/usermod.8, man/usermod.8.xml:
4967         rewrited for document long options.
4968
4969         * NEWS, src/vipw.c:
4970         added a "quiet" mode (http://bugs.debian.org/190252.
4971
4972         * po/de.po:
4973         fixed wrong translation in german po file (http://bugs.debian.org/338373
4974         by Nico Golde <nico@ngolde.de>).
4975
4976         * 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:
4977         added fi chfn(1), chsh(1), passwd(1), su(1).
4978
4979         * NEWS, man/it/Makefile.am, man/it/newusers.8: added it newusers(8).
4980
4981         * NEWS, po/fr.po:
4982         updated (by Christian Perrier <bubulle@kheops.frmug.org>).
4983
4984 2005-11-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
4985
4986         * NEWS, src/Makefile.am, src/newgrp.c:
4987         added auditing support for newgrp (by Steve Grubb <sgrubb@redhat.com>).
4988
4989         * NEWS, configure.in, libmisc/audit_help.c:
4990         switch over to a new logging function (by Steve Grubb <sgrubb@redhat.com>).
4991
4992         * README: typo.
4993
4994 2005-11-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
4995
4996         * po/ru.po: updated (by Yuri Kozlov <kozlov.y@gmail.com>).
4997
4998 2005-11-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
4999
5000         * configure.in:
5001         s/logdir/shadow_cv_logdir/ fix wrong var name (by Mike Frysinger <vapier@gentoo.org>).
5002
5003         * 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:
5004         move information about all shadow man pages authors from man pages to README file.
5005
5006         * src/userdel.c: added two new error messages to translated phrases.
5007
5008         * NEWS, src/userdel.c:
5009         remove the user's group unless it is not really a user-private group
5010         (based on FC patch).
5011
5012 2005-11-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
5013
5014         * src/usermod.c: fix long name options name in long_options[].
5015
5016 2005-11-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
5017
5018         * src/userdel.c: indent source code.
5019
5020         * NEWS, src/userdel.c:
5021         make the userdel -f option force the removal of the user's group (even if it
5022         is the primary group of another user)
5023         (merge 453_userdel_-f_removes_group Debian patch),
5024
5025         * NEWS, man/Attic/login.1, man/login.1.xml:
5026         better explain the respective roles of login, init and getty with regards
5027         to the utmp file (merge 440_manpages-login.1 Debian patch).
5028
5029         * man/Attic/userdel.8, man/userdel.8.xml:
5030         aphabetic order options description.
5031
5032         * NEWS, man/Attic/userdel.8, man/userdel.8.xml:
5033         document the -f option; document the group removal behavior (merge
5034         455_userdel.8.xml Debian patch).
5035
5036         * NEWS, man/Attic/groupadd.8, man/Attic/useradd.8, man/groupadd.8.xml, man/useradd.8.xml:
5037         document that useradd/groupadd refuse adding entries already in an
5038         external database (http://bugs.debian.org/282184).
5039
5040         * NEWS, libmisc/sulog.c:
5041         log in successful/failed su through syslog (http://bugs.debian.org/190215).
5042
5043         * 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:
5044         updated it groupdel(8), passwd(1), pwconv(8), useradd(8), userdel(8), usermod(8) man pages
5045         (merge 205_it-manpages Debian patch).
5046
5047         * man/pt_BR/gpasswd.1: merge 204_pt_BR-manpages Debian patch.
5048
5049 2005-10-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
5050
5051         * man/Attic/porttime.5, man/Attic/pwck.8, man/Attic/shadow.3, man/porttime.5.xml, man/pwck.8.xml:
5052         improvements by Yuri Kozlov <kozlov.y@gmail.com>.
5053
5054         * NEWS, po/tl.po: updated (by Eric Pareja <xenos@upm.edu.ph>).
5055
5056         * 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:
5057         remove "." from su message.
5058
5059         * 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:
5060         "make update-po".
5061
5062         * src/usermod.c: cleanups in usage() output.
5063
5064         * src/usermod.c: indent code.
5065
5066         * NEWS, src/usermod.c:
5067         rewrited for use getopt_long() (Christian Perrier <bubulle@kheops.frmug.org>).
5068
5069 2005-10-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
5070
5071         * po/uk.po: updated (by Eugeniy Meshcheryakov <eugen@univ.kiev.ua>).
5072
5073 2005-10-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
5074
5075         * 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:
5076         bunch of cleanups (Yuri Kozlov <kozlov.y@gmail.com>).
5077
5078 2005-10-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
5079
5080         * 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:
5081         Simplifications: move all per shadow tool declared struct pam_conv conv
5082         from src/*c to lib/pam_defs.h. #include "pam_defs.h" instead <security/pam_appl.h>
5083         and <security/pam_misc.h>.
5084         Patch partialy based on openpam fixes by Rob Holland <rob@inversepath.com>.
5085
5086         * NEWS, lib/commonio.c:
5087         fixed grpck segmentation fault on using -s when /etc/gshadow is empty (fix by
5088         Tomasz Lemiech <szpajder@staszic.waw.pl>).
5089
5090 2005-10-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
5091
5092         * man/Attic/faillog.5, man/faillog.5.xml:
5093         typos (by A Costa <agcosta@gis.net>).
5094
5095 2005-10-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
5096
5097         * man/Attic/chage.1, man/Attic/chpasswd.8, man/chage.1.xml, man/chpasswd.8.xml:
5098         typos (by A Costa <agcosta@gis.net>).
5099
5100         * NEWS, po/sv.po: updated (by Daniel Nylander <yeager@lidkoping.net>).
5101
5102 2005-10-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
5103
5104         * 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:
5105         newgrp(1): added de, es, zh_CN, zh_TW translations.
5106
5107 2005-10-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
5108
5109         * man/Attic/gpasswd.1, man/gpasswd.1.xml:
5110         move "Notes about group passwords" section from passwd man page.
5111
5112         * src/passwd.c, NEWS, man/Attic/passwd.1, man/passwd.1.xml:
5113         remove handle -f, -g and -s options in passwd.
5114
5115         * 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:
5116         use locase in <refentrytitle>.
5117
5118         * man/Attic/pw_auth.3, man/Attic/pw_auth.3.xml, man/Attic/shadow.3, man/shadow.3.xml:
5119         added refmiscinfo class="sectdesc">Library Calls</refmiscinfo> in <refmeta>.
5120
5121         * 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:
5122         added <refmiscinfo class="sectdesc">System Management Commands</refmiscinfo>
5123         in <refmeta>.
5124
5125         * 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:
5126         added <refmiscinfo class="sectdesc">File Formats and Conversions</refmiscinfo>
5127         in <refmeta>.
5128
5129         * man/Attic/pwconv.8, man/Attic/suauth.5, man/Attic/vipw.8, man/pwconv.8.xml, man/suauth.5.xml, man/vipw.8.xml:
5130         remove <refentryinfo><date></date></refentryinfo> and <refmiscinfo class='date'> tags.
5131
5132         * man/Attic/newgrp.1, man/Attic/sg.1, man/newgrp.1.xml, man/sg.1.xml:
5133         added <refmiscinfo class="sectdesc">User Commands</refmiscinfo> tag.
5134
5135 2005-10-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
5136
5137         * NEWS, configure.in: start work on 4.0.14.
5138
5139 2005-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
5140
5141         * NEWS: move release 4.0.13 date to 10-10-2005.
5142
5143         * NEWS:  added infor about removed duplicated pam_start() in chage.
5144
5145         * NEWS: updated.
5146
5147         * man/Makefile.am: added sg.1.xml to man_XMANS.
5148
5149         * man/Attic/chage.1, man/chage.1.xml:
5150         cleanups (by Yuri Kozlov <kozlov.y@gmail.com>).
5151
5152         * man/Attic/newgrp.1, man/newgrp.1.xml:
5153         use <filename> in few more places.
5154
5155         * man/Attic/newgrp.1, man/newgrp.1.xml:
5156         better newgrp description (http://bugs.debian.org/325558).
5157
5158 2005-10-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
5159
5160         * src/chpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/newusers.c, src/useradd.c, src/userdel.c, src/usermod.c:
5161         remove using pam_chauthtok().
5162
5163         * src/chsh.c: finish PAM support using pam_start() & co.
5164
5165         * src/chage.c: remove using pam_chauthtok() on finish chage.
5166
5167         * src/chfn.c:
5168         use E_NOPERM in more places. remove using pam_chauthtok() on finish chfn.
5169
5170         * src/chfn.c: cleanups.
5171
5172         * src/chage.c:
5173         removed duplicaded not moved PAM code) was introduced during merge
5174         shadow-4.0.4.1-owl-pam-auth.diff patch).
5175
5176         * src/chfn.c: finish PAM support.
5177
5178 2005-10-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
5179
5180         * man/Attic/chfn.1, man/Attic/chsh.1, man/chfn.1.xml, man/chsh.1.xml:
5181         cleanups (by  Alexander Gattin <xrgtn@yandex.ru>).
5182
5183 2005-10-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
5184
5185         * NEWS, src/userdel.c:
5186         userdel should not remove the group which is primary for someone else (fix
5187         by Nicolas François <nicolas.francois@centraliens.net> http://bugs.debian.org/295416)
5188
5189 2005-10-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
5190
5191         * 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:
5192         s/<emphasis remap='B'>/<emphasis>/
5193
5194         * man/Attic/sg.1, man/sg.1.xml: use <command> instead <emphasis>.
5195
5196         * man/newgrp.1.xml, man/sg.1.xml, man/chage.1.xml, man/chsh.1.xml, man/login.defs.5.xml:
5197         s/\.  /\. /
5198
5199         * man/Attic/shadow.5, man/shadow.5.xml:
5200         better document "!" and "*" fields in /etc/shadow
5201         (based on 441_manpages-shadow.5 patch from Debian).
5202
5203         * man/Attic/newgrp.1, man/newgrp.1.xml:
5204         SHADOWPWD was removed (always enabled)
5205         (based on 446_newgrp.1_no_SHADOWPWD patch from Debian).
5206
5207         * po/ru.po: updated for 4.0.13 (by Yuri Kozlov <kozlov.y@gmail.com>).
5208
5209 2005-09-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
5210
5211         * NEWS: cleanups.
5212
5213         * 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:
5214         next round of cleanups.
5215
5216         * man/Makefile.am: added rules for id.1, pw_auth.3 and sulogin.8.
5217
5218         * libmisc/setupenv.c:
5219         during the changes on libmisc/setupenv.c, a piece of code was moved
5220         without its comment (merge 449_comment_missplaced Debian patch).
5221
5222 2005-09-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
5223
5224         * 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:
5225         added missing references to /etc/login.defs and login.defs(5)
5226         (Christian Perrier <bubulle@kheops.frmug.org>).
5227
5228 2005-09-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
5229
5230         * NEWS: s/XSL/XSLT/
5231
5232         * po/pl.po: few updates.
5233
5234         * man/Attic/passwd.1, man/passwd.1.xml:
5235         -i option description is back (lost on rewrite and pointed by
5236         Miroslav Kure <kurem@upcase.inf.upol.cz>).
5237
5238         * po/cs.po:
5239         updated for 4.0.13 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
5240
5241 2005-09-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
5242
5243         * NEWS: updated.
5244
5245         * configure.in: fixes for correct handle --with{,out}-<feature>.
5246
5247         * configure.in:
5248         use @<:@ @:>@ instead ( ) inside AC_HELP_STRING() and s/feactures/features/
5249         (based on fixes by Mike Frysinger <vapier@gentoo.org>).
5250
5251         * po/da.po: updated for 4.0.13 (by Claus Hindsgaul <claus_h@image.dk>).
5252
5253         * po/es.po: updated for 4.0.13 (by Ruben Porras <nahoo@inicia.es>).
5254
5255 2005-09-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
5256
5257         * NEWS, libmisc/failure.c:
5258         use "%c" in strftime() output (based on patch from
5259         http://bugs.debian.org/89902 by Christian Perrier <bubulle@debian.org>)
5260
5261         * man/Attic/getspnam.3, man/Attic/shadow.3, man/shadow.3.xml:
5262         added <refname>getspnam</refname> to <refnamediv>.
5263
5264         * man/Attic/sg.1, man/sg.1.xml: fixed <cmdsynopsis>.
5265
5266         * man/Attic/sg.1, man/Makefile.am, man/sg.1.xml:
5267         added separated sg(1) man page.
5268
5269 2005-09-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
5270
5271         * lib/commonio.c, NEWS:
5272         don't assume selinux is enabled if is_selinux_enabled() returns -1
5273         (merge isSelinuxEnabled FC patch by Jeremy Katz <katzj@redhat.com>).
5274
5275         * po/ro.po: updated (by Sorin Batariuc <sorin@bonbon.net>).
5276
5277 2005-09-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
5278
5279         * NEWS: schedule release 4.0.13 to 03-10-2005.
5280
5281 2005-09-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
5282
5283         * 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:
5284         regenerate all roff man pages using DocBook XSL Stylesheets 1.69.1.
5285
5286         * man/logoutd.8.xml: fixed id inside <refentry>.
5287
5288         * 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:
5289         added missing <para></para> inside <listitem> tags for pass correctly xmllint.
5290
5291         * man/Attic/login.access.5, man/login.access.5.xml:
5292         rewrited FILES section.
5293
5294         * man/login.access.5.xml: cleanups.
5295
5296 2005-09-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
5297
5298         * NEWS, man/Attic/passwd.5, man/passwd.5.xml:
5299         rewrited based on work by Greg Wooledge <greg@wooledge.org>
5300         http://bugs.debian.org/328113
5301
5302 2005-09-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
5303
5304         * po/ro.po: updates (by Sorin Batariuc <sorin@bonbon.net>).
5305
5306 2005-09-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
5307
5308         * 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:
5309         remove empty lines after comment.
5310
5311         * src/useradd.c: group all #include.
5312
5313         * po/fr.po:
5314         updated (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
5315
5316 2005-09-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
5317
5318         * src/gpasswd.c: remove exit(1) after failure().
5319
5320         * src/usermod.c: consolidate few #ifdef WITH_AUDIT .. #endif sections.
5321
5322 2005-09-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
5323
5324         * src/Makefile.am: added missing $(LDADD) in gpasswd_LDADD.
5325
5326         * NEWS, libmisc/limits.c:
5327         fixed setup max address space limits (added missing break statement in case)
5328         spoted by Lasse Collin <lasse.collin@tukaani.org>
5329         (fix for non-PAM case)
5330
5331         * configure.in: try find and use by default feactures:
5332         with_audit="yes"
5333         with_libcrack="no"
5334         with_libpam="yes"
5335         with_libskey="no"
5336         with_selinux="yes"
5337         Report on finish also S/Key and CrackLib support.
5338
5339         * configure.in: cleanups.
5340
5341         * src/Makefile.am: sort *_LDADD.
5342
5343         * src/Makefile.am: added missing gpasswd_LDADD = $(LIBAUDIT).
5344
5345         * 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:
5346         indent code.
5347
5348         * libmisc/Makefile.am: sort libmisc_a_SOURCES elements.
5349
5350         * libmisc/audit_help.c: added shadow copyright text and indent file.
5351
5352         * libmisc/audit_help.c:
5353         patr of auditing support not added on commiting audit changes.
5354
5355         * src/Makefile.am: s/AUDIT/LIBAUDIT/
5356
5357         * configure.in: added reporting on finish is auditing is enabled.
5358         Change to use shared libaudit. Aded missing AC_SUBST(LIBAUDIT).
5359         Break some to log lines.
5360
5361         * 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:
5362         auditing support added. Patch prepared by Peter Vrabec
5363         <pvrabec@redhat.com> basing on work by Steve Grubb from
5364         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159215 Now auditing
5365         support have commands: chage, gpasswd, groupadd, groupdel, groupmod,
5366         useradd, userdel, usermod.
5367
5368         * po/pt.po: finish update (by Christian Perrier <bubulle@debian.org>).
5369
5370 2005-09-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
5371
5372         * po/pt.po, NEWS: updated (by Miguel Figueiredo <elmig@debianpt.org>).
5373
5374 2005-09-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
5375
5376         * src/passwd.c:
5377         fix warning (initialization makes pointer from integer without a cast) in
5378         long_options[] entry.
5379
5380         * po/fr.po, NEWS:
5381         partialy updated (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
5382
5383 2005-09-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
5384
5385         * src/chage.c: indent source sode.
5386
5387         * src/chage.c, src/chfn.c, src/chsh.c, src/passwd.c, NEWS:
5388         change to use new selinux API for selinux_check_passwd_access()
5389         (patch from Fedora by Dan Walsh <dwalsh@redhat.com>).
5390
5391 2005-09-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
5392
5393         * man/Attic/newgrp.1, man/newgrp.1.xml: finished rewrite.
5394
5395         * etc/login.defs: moved from login.defs.linux.
5396
5397         * src/login_nopam.c: use #ident.
5398
5399         * etc/Attic/login.defs.hurd, etc/Attic/login.defs.linux, etc/Makefile.am:
5400         remove login.defs.hurd and login.defs.linux.
5401
5402         * src/groupadd.c, src/useradd.c:
5403         as same as in man pages to useradd and groupadd change to 1000 default
5404         GID_MIN and UID_MIN (if not found in login.defs).
5405
5406         * etc/login.defs: s/chkpasswd/chpasswd/
5407
5408 2005-08-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
5409
5410         * man/Makefile.am, man/chsh.1.xml, man/limits.5.xml, man/login.access.5.xml, man/newgrp.1.xml, man/newusers.8.xml:
5411         fixed id= in <refentry>.
5412
5413         * man/Attic/gpasswd.1, man/gpasswd.1.xml:
5414         fixed refentry id (must be 'gpasswd.1').
5415
5416         * man/Makefile.am, man/newgrp.1.xml:
5417         raw version converted from roff using doclifter.
5418
5419         * lib/exitcodes.h: new exit codes:
5420         #define E_PASSWD_NOTFOUND       14      /* not found password file */
5421         #define E_GROUP_NOTFOUND        16      /* not found group file */
5422         #define E_GSHADOW_NOTFOUND      17      /* not found shadow group file */
5423
5424         * man/Attic/chage.1, man/chage.1.xml, lib/exitcodes.h:
5425         change to 15 (from 14) exit code in chage when shadow not found.
5426
5427         * 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:
5428         use #ident preprocesor directive istead RCID macro with content similar
5429         to example described in ident(1) man page (modern compilers like latest GCC
5430         removes not used functions by global optimization).
5431         So "ident /usr/bin/passwd" will show again some useable informations.
5432
5433         * man/Makefile.am: added support for regenerate roff files from XML.
5434         Added depeing shadow-man-pages.pot on $(man_XMANS).
5435
5436 2005-08-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
5437
5438         * man/Attic/login.1, man/login.1.xml, NEWS:
5439         added securetty(5) to SEE ALSO section (fixed Debian bug http://bugs.debian.org/325773).
5440
5441         * po/pl.po: more updates.
5442
5443         * configure.in:
5444         typo in handle --with-selinux. Fixes in xsltproc detection.
5445
5446         * autogen.sh:
5447         added --enable-man and --enable-maintainer-mode to configure options.
5448
5449         * man/Attic/chage.1, man/chage.1.xml, NEWS:
5450         added EXIT VALUES section (by Nicolas François <nicolas.francois@centraliens.net>).
5451
5452         * man/Attic/passwd.1, man/passwd.1.xml:
5453         remove "Password expiry information" section (all options are described now
5454         in OPTIONS section). Describe -a and -k options.
5455
5456         * NEWS, src/su.c:
5457         fixed twice copy enviroment which causes auth problems (bug was introduced in 4.0.12;
5458         fix by Nicolas François <nicolas.francois@centraliens.net>).
5459
5460         * 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:
5461         s/Incorrect password for `%s'/Incorrect password for %s/ (one phrase for translate less).
5462
5463         * 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:
5464         s/login: failure forking: %s/%s: failure forking: %s/ (one phrase for translate less).
5465
5466         * po/pl.po: partialy updated.
5467
5468 2005-08-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
5469
5470         * lib/exitcodes.h, src/chage.c:
5471         s/E_NOT_SHADOWED/E_SHADOW_NOTFOUND/ and change value of this exit code to 14.
5472
5473         * NEWS, lib/exitcodes.h, src/chage.c:
5474         differentiate the different failure causes by the exit value
5475         This will permit to adduser Debian script to detect if chage failed because the
5476         system doesn't have shadowed passwords (fix for http://bugs.debian.org/317012)
5477         Plain merge 443_chage_exit_values Debian patch.
5478
5479         * 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:
5480         use tabs in indentation (~10KB less in all xml files).
5481
5482         * 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:
5483         run "make update-po" and remove obsoleted strings.
5484
5485         * src/expiry.c, src/login.c: remove #if 0 .. #endif code.
5486
5487         * src/login.c: remove #if 1 .. #endif.
5488
5489         * 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:
5490         merge 010_more-i18ned-messages Debian patch which adds i18n support for few more messages
5491         (orginaly patch was prepared by Guillem Jover <guillem@debian.org>).
5492
5493         * man/id/chsh.1:
5494         fix .SH (fix merged from 207_id-manpages debian patch).
5495
5496 2005-08-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
5497
5498         * acinclude.m4: add aclocal macros (based on acinclude.m4 from glib):
5499         JH_PATH_XML_CATALOG: checks the location of the XML Catalog,
5500         JH_CHECK_XML_CATALOG: checks if a particular URI appears in the XML catalog.
5501
5502         * man/Attic/useradd.8, man/useradd.8.xml:
5503         cleanups in "Changing the default values" section.
5504
5505         * man/useradd.8.xml:
5506         replace <emphasis remap='I'></emphasis> by <replaceable></replaceable>.
5507         Other minor cleanups.
5508
5509         * configure.in:
5510         fixed missing )] in AC_ARG_WITH(skey, ..) (thank for fix to Yuri Kozlov <kozlov.y@gmail.com>).
5511
5512         * 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:
5513         typos, and change some arguments so they do not match the name of a
5514         command (fixes by Nicolas François <nicolas.francois@centraliens.net>).
5515
5516         * NEWS, libmisc/chkname.c, man/Attic/groupadd.8, man/Attic/useradd.8, man/groupadd.8.xml, man/useradd.8.xml:
5517         fix regular expression describing alloved login/group names (pointed
5518         by Nicolas François <nicolas.francois@centraliens.net>)
5519         (correct is [a-z_][a-z0-9_-]*[$]).
5520
5521         * man/Attic/useradd.8, man/useradd.8.xml:
5522         remove "Creating New Users" section and merge this directly in DESCRIPTION.
5523         Add <option></option> for -o in EXIT VALUES section.
5524
5525         * po/ru.po, NEWS:
5526         update ru translations (by Yuri Kozlov <kozlov.y@gmail.com>).
5527
5528 2005-08-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
5529
5530         * man/Attic/passwd.1, man/passwd.1.xml:
5531         removed "Account maintenance" section.
5532
5533         * man/Attic/passwd.1, man/passwd.1.xml: partialy done rewrite.
5534
5535         * po/ro.po:
5536         some fixes after review of the translation (by Sorin Batariuc <sorin@bonbon.net>).
5537
5538         * man/Attic/lastlog.8, man/lastlog.8.xml:
5539         s/Print help message and exit./Display help message and exit./
5540
5541         * man/Attic/chage.1, man/chage.1.xml: document -h,--help option.
5542
5543         * man/Attic/groupadd.8, man/groupadd.8.xml:
5544         document -h,--help option. added <option></option> for -o in EXIT VALUES.
5545         Cleanups in SYNOPSIS section.
5546
5547         * man/Attic/chage.1, man/Attic/faillog.8, man/chage.1.xml, man/faillog.8.xml:
5548         replace <emphasis remap='I'></emphasis> by <replaceable></replaceable>.
5549
5550         * man/Attic/lastlog.8, man/lastlog.8.xml:
5551         document new -b,--before option.
5552
5553         * 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:
5554         s/lastlog results/lastlog records/ in lastlog usage output.
5555
5556         * man/Attic/lastlog.8, man/lastlog.8.xml:
5557         add "" aroud <command></command>.
5558
5559         * 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:
5560         alphabetic order options in lastlog usage output. Run "make -C po update-po".
5561
5562         * src/lastlog.c, NEWS:
5563         added handle -b option which allow print only lastlog records older than
5564         specified DAYS (fix by <miles@lubin.us>).
5565
5566         * libmisc/salt.c, NEWS:
5567         fixed for use login.defs::MD5_CRYPT_ENAB only if PAM support
5568         is disabled (fix by John Gatewood Ham <zappaman@buraphalinux.org>).
5569
5570 2005-08-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
5571
5572         * configure.in:
5573         use AC_HELP_STRING() in AC_ARG_ENABLE() and AC_ARG_WITH().
5574         Exit with error message if configure was runed --with-selinux
5575         and libselinux not found.
5576
5577 2005-08-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
5578
5579         * libmisc/chkname.c, NEWS, man/Attic/groupadd.8, man/Attic/useradd.8, man/groupadd.8.xml, man/useradd.8.xml:
5580         documents in CAVEATS section the limitations shadow places on user and
5581         group names (fix by Mike Frysinger <vapier@gentoo.org>).
5582
5583         * 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:
5584         added missing -i, --inactive in usage() output.
5585
5586 2005-08-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
5587
5588         * 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:
5589         passwd rewrited for use getopt_long().
5590
5591         * man/Attic/chage.1, man/chage.1.xml: /warndays/--warndays/
5592
5593         * 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:
5594         remove trailing spaces.
5595
5596         * 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:
5597         reorder #includes, indentations and minor cleanups.
5598
5599         * src/newgrp.c: indent code.
5600
5601         * NEWS, src/newgrp.c:
5602         when newgrp process sits between parent and child shells, it should
5603         propagate STOPs from child to parent and CONTs from parent to child,
5604         otherwise e.g. bash's "suspend" command won't work.
5605         Fixed Debian http://bugs.debian.org/314727
5606
5607 2005-08-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
5608
5609         * configure.in: typo.
5610
5611         * configure.in:
5612         add display short summary information on finish autoconf script.
5613
5614         * NEWS, configure.in: start work on 4.0.13.
5615
5616 2005-08-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
5617
5618         * po/ru.po: updated for 4.0.12 (by Yuri Kozlov <yuray@id.ru>).
5619
5620         * NEWS, po/sk.po:
5621         updated for 4.0.12 (by Peter Mann <Peter.Mann@tuke.sk>).
5622
5623 2005-08-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
5624
5625         * po/nl.po, NEWS:
5626         updated for 4.0.12 (by cobaco (aka Bart Cornelis) <cobaco@linux.be>).
5627
5628 2005-08-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
5629
5630         * NEWS, po/fi.po:
5631         updated for 4.0.12 (by Tommi Vainikainen <thv+debian@iki.fi>).
5632
5633         * NEWS, po/de.po:
5634         updated for 4.0.12 (by Frank Schmid <frank@cs-schmid.de>).
5635
5636         * po/pt.po, NEWS:
5637         updated for 4.0.12 (by Miguel Figueiredo <elmig@debianpt.org>).
5638
5639 2005-08-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
5640
5641         * po/cs.po:
5642         updated for 4.0.12 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
5643
5644         * src/chpasswd.c, src/groupdel.c, src/newusers.c, src/useradd.c, src/userdel.c, src/usermod.c:
5645         remove duplicated #include <pwd.h>.
5646
5647         * po/pl.po: finished update for 4.0.12.
5648
5649         * 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:
5650         s/Not copying any file into it./Not copying any file from skel directory into it./
5651
5652         * 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:
5653         break warning message longer than 80 characters.
5654
5655         * po/pl.po: updated.
5656
5657         * 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:
5658         fixed missing \n in usage() output.
5659
5660         * lib/getdef.c, src/login.c, src/newgrp.c, NEWS:
5661         remove using login.defs::CLOSE_SESSIONS variable and allways close PAM session.
5662
5663 2005-08-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
5664
5665         * NEWS, configure.in:
5666         realy enable shadow group support by default (pointed by
5667         Greg Schafer <gschafer@zip.com.au> and Peter Vrabec <pvrabec@redhat.com>).
5668         Indentations in --help output.
5669
5670         * man/Attic/chage.1, man/chage.1.xml:
5671         s/occurrence/occurence/ (334_chage.1-typo Debian patch).
5672
5673         * man/Attic/chfn.1, man/chfn.1.xml:
5674         s/may only change may only change/may only change/ (based on 336_chfn.1 Debian patch).
5675
5676         * man/it/Makefile.am: cleanups (443_man_it_Makefile.am Debian patch).
5677
5678         * man/Attic/userdel.8, man/userdel.8.xml: s/an NIS client/a NIS client/
5679
5680         * man/Attic/useradd.8, man/useradd.8.xml: s/an NIS group/a NIS group/
5681
5682         * man/Attic/lastlog.8, man/lastlog.8.xml:
5683         s/you have an high UID/you have a high UID/
5684
5685         * man/Attic/lastlog.8, man/lastlog.8.xml:
5686         added missing <para></para> in AUTHORS section (cached by Nicolas).
5687
5688         * 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:
5689         run "make update-po".
5690
5691         * po/POTFILES.in: added missing libmisc/pwdcheck.c. Sorted.
5692
5693 2005-08-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
5694
5695         * NEWS: s/22-07-2005/22-08-2005/
5696
5697         * NEWS: schedule release 4.0.12 in 22-07-2005.
5698
5699         * libmisc/setupenv.c, man/pl/login.defs.5, NEWS, etc/Attic/login.defs.hurd, etc/Attic/login.defs.linux, lib/getdef.c:
5700         removed handle login.defs::QMAIL_DIR variable.
5701
5702         * libmisc/chowntty.c, NEWS:
5703         allow regular user to login on read-only root file system (not only for root).
5704         Patch by Nicolas François <nicolas.francois@centraliens.net>
5705         Fix for http://bugs.debian.org/52069
5706
5707         * NEWS, man/Attic/usermod.8, man/usermod.8.xml:
5708         give the correct range for system users: 0-999 instead of 0-99
5709         (http://bugs.debian.org/286258)
5710
5711         * man/Attic/chage.1, man/chage.1.xml: s/an password/a password/
5712
5713         * man/Attic/chage.1, man/chage.1.xml, src/chage.c, NEWS:
5714         another maxdays fix based on 427_chage_expiry_0 Debian patch
5715         (fix for http://bugs.debian.org/78961).
5716         Better description -1 value passed in -E, -I and -M options.
5717
5718         * src/gpasswd.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, NEWS:
5719         added flushing group nscd cache on exit.
5720
5721         * src/pwck.c, src/pwconv.c, NEWS:
5722         added flushing passwd nscd cache on exit.
5723
5724         * NEWS, src/usermod.c:
5725         fixed handle -p option (patch by Peter Vrabec <pvrabec@redhat.com>).
5726         Indented.
5727
5728         * man/Attic/chage.1, man/chage.1.xml, NEWS, src/chage.c:
5729         use -1 as value for disable password inactivity.
5730         Patch by Peter Vrabec <pvrabec@redhat.com> which fixes:
5731         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=109499
5732         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137498
5733
5734 2005-08-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
5735
5736         * 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:
5737         do not copy files from skel directory if home directory exist and write
5738         warning message about not copying skel files.
5739         Patch by Peter Vrabec <pvrabec@redhat.com> which fixes:
5740         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143150
5741         https://bugzilla.redhat.com/beta/show_bug.cgi?id=158574
5742         https://bugzilla.redhat.com/beta/show_bug.cgi?id=80242
5743
5744         * po/pl.po: updated.
5745
5746 2005-08-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
5747
5748         * src/useradd.c:
5749         s/spoll/spool/ (spoted by Nicolas François <nicolas.francois@centraliens.net>).
5750
5751 2005-08-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
5752
5753         * NEWS, src/su.c:
5754         ignore SIGINT while authenticating. A ^C could defeat the waiting
5755         period and permit brute-force attacks (fixed http://bugs.debian.org/288827).
5756
5757 2005-08-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
5758
5759         * lib/defines.h, NEWS, configure.in:
5760         added require ngettext (added [need-ngettext] to AM_GNU_GETTEXT() parameters)
5761         and stub prototype for ngettext() in lib/prototypes.h (neccessary if shadow
5762         compiled with disabled NLS support)
5763         Based on fixes by Martin Schlemmer <azarah@nosferatu.za.org>.
5764
5765         * src/faillog.c: start using exitcodes.h.
5766
5767         * 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:
5768         regenerate all roff man pages using DocBook XSL Stylesheets 1.69.0.
5769
5770         * 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:
5771         remove flushing shadow nscd cache (nscd do not caches shadow map).
5772
5773 2005-08-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
5774
5775         * 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:
5776         rewrited groupadd for use getopt_long().
5777
5778         * src/chage.c: indent.
5779
5780         * NEWS, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/userdel.c:
5781         do OPENLOG() before pam_start().
5782
5783         * NEWS, src/groupadd.c: fixed double OPENLOG().
5784
5785         * src/passwd.c, src/vipw.c, src/userdel.c: reorder nscd_flush_cache().
5786
5787         * 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:
5788         cleanups in printf() translated messages for make translators work easier.
5789
5790         * NEWS, src/chage.c: added flushing NSS shadow map on exit.
5791
5792         * 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:
5793         s/the the/the/
5794
5795         * po/POTFILES.in: removed lib/{grpack,gspack,pwpack,sppack}.c.
5796
5797         * NEWS, src/newusers.c:
5798         added flushing NSS passwd, shadow and group maps.
5799
5800         * NEWS, src/chpasswd.c, src/useradd.c:
5801         added flushing NSS shadow map on exit.
5802
5803         * lib/prototypes.h: removed outdated prototypes for lib/gsdbm.c.
5804
5805         * NEWS, lib/Attic/grpack.c, lib/Attic/gspack.c, lib/Attic/pwpack.c, lib/Attic/sppack.c, lib/Makefile.am, lib/prototypes.h:
5806         remove lib/{grpack,gspack,pwpack,sppack}.c and prototypes from lib/prototypes.h (outdated).
5807
5808         * lib/prototypes.h: removed outdated prototypes from lib/pwdbm.c.
5809
5810 2005-07-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
5811
5812         * NEWS, src/usermod.c: added flushing NSS shadow map.
5813
5814 2005-07-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
5815
5816         * man/Attic/chage.1, man/chage.1.xml:
5817         typo (s/passwordchanges/password changes/).
5818
5819 2005-07-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
5820
5821         * lib/getdef.c, src/su.c:
5822         ENV_SUPATH and ENV_PATH must be used independently to PAM.
5823
5824         * lib/exitcodes.h: added E_BAD_ARG.
5825
5826         * src/gpasswd.c: start use exitcodes.h.
5827
5828         * lib/getdef.c: remove ENV_ROOTPATH def_table[] (not used).
5829
5830 2005-07-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
5831
5832         * src/chsh.c: start use exitcodes.h.
5833
5834 2005-07-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
5835
5836         * 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:
5837         added --no-location to po/Makevars::XGETTEXT_OPTIONS: shorter .po files.
5838
5839         * NEWS, src/grpck.c, src/pwck.c:
5840         pwck: now pwck OPENLOG with correct name ("pwck" instead "pwsk"),
5841         pwck, grpck: replace all puts() with printf() - it fixes problems with extra blank
5842         lines printed in some messages
5843         (fixes by Alexander Gattin <arg@online.com.ua>)
5844
5845 2005-07-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
5846
5847         * po/Makevars: added:
5848         MSGID_BUGS_ADDRESS = kloczek@pld.org.pl
5849
5850 2005-07-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
5851
5852         * src/chfn.c: start use #include "exitcodes.h",
5853
5854         * lib/exitcodes.h: cleanups.
5855
5856         * lib/Makefile.am, lib/exitcodes.h, src/chage.c:
5857         start separate all E_* exit codes to lib/exitcodes.h.
5858
5859         * 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:
5860         use separated message "Password set to expire." instead "Password changed."
5861         on "passwd -e" (fix by Christian Perrier <bubulle@debian.org>).
5862
5863         * NEWS, po/fr.po:
5864         updated (by Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>).
5865
5866         * NEWS, configure.in: start work on 4.0.12.
5867
5868 2005-07-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
5869
5870         * 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:
5871         4.0.11.1 will be released tmorrow (21-07-2005).
5872
5873         * configure.in, NEWS:
5874         fixed configure.in: now is possible build shadow with enabled/disabled shadow group
5875         support (thanks for report symptoms of the bug to Greg Schafer <gschafer@zip.com.au>).
5876
5877         * po/sv.po, NEWS: update finished (by Per Olofsson <pelle@dsv.su.se>)
5878
5879         * po/sv.po: partialy updated (by Per Olofsson <pelle@dsv.su.se>).
5880
5881 2005-07-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
5882
5883         * NEWS, configure.in: start work on 4.0.12.
5884
5885 2005-07-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
5886
5887         * libmisc/sub.c:
5888         fixed compilation warning about incompatible implicit declaration of built-in
5889         function printf: added "#include <stdio.h>".
5890
5891         * src/groupadd.c:
5892         move #ifdef USE_PAM .. #endif #includes outside #ifdef SHADOWGRP .. #endif.
5893
5894         * libmisc/pwdcheck.c:
5895         added missing "#include <stdio.h>" (fix compilation with PAM disabled).
5896
5897         * 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:
5898         run "make update-po".
5899
5900         * src/su.c:
5901         move declaration of pamh nad caught variables to #ifdef USE_PAM .. #endif.
5902
5903         * po/pl.po, NEWS: updated pl translation.
5904
5905 2005-07-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
5906
5907         * NEWS, po/sk.po:
5908         updated for 4.0.11 (by Peter Mann <Peter.Mann@tuke.sk>).
5909
5910 2005-07-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
5911
5912         * NEWS, po/cs.po:
5913         updated for 4.0.11 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
5914
5915 2005-07-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
5916
5917         * po/de.po, NEWS:
5918         updated for 4.0.11 (by Frank Schmid <frank@cs-schmid.de>).
5919
5920 2005-07-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
5921
5922         * NEWS, po/pt.po:
5923         updated for 4.0.11 (by Miguel Figueiredo <elmig@debianpt.org>).
5924
5925 2005-07-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
5926
5927         * po/stats: reorder gsub().
5928
5929         * po/ru.po: cleanups.
5930
5931         * po/ru.po, NEWS:
5932         updated for 4.0.11 (by Yuri Kozlov <yucoz@yandex.ru>).
5933
5934 2005-07-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
5935
5936         * lib/getdef.c:
5937         move MAIL_DIR variable from def_table[] to part independent to USE_PAM
5938         (still used in userdel/usermod).
5939
5940         * NEWS, man/Attic/pwck.8, man/pwck.8.xml:
5941         document -q option (based on Debian patch for fix http://bugs.debian.org/309408)
5942         Rewrited OPTIONS section and better SYNOPSIS.
5943
5944         * NEWS, po/da.po:
5945         - updated for 4.0.11 (by Claus Hindsgaul <claus_h@image.dk>).
5946
5947         * NEWS, src/su.c:
5948         ignore SIGINT while authenticating. A ^C could defeat the waiting period and
5949         permit brute-force attacks. Also ignore SIGQUIT.
5950         Fixed: http://bugs.debian.org/52372 and http://bugs.debian.org/288827
5951
5952         * po/fi.po, NEWS:
5953         - updated for 4.0.11 (by Tommi Vainikainen <thv+debian@iki.fi>).
5954
5955         * po/ro.po: - updated Project-Id-Version field.
5956
5957         * NEWS, po/ro.po:
5958         - updated for 4.0.11 (by Sorin B. <sorin@bonbon.net>).
5959
5960 2005-07-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
5961
5962         * NEWS, man/Attic/lastlog.8, man/lastlog.8.xml:
5963         document that lastlog is a sparse file, and don't need to be rotated.
5964         http://bugs.debian.org/219321
5965
5966         * src/chage.c: use E_USAGE=2 as usage() exit code.
5967
5968         * NEWS, po/es.po:
5969         updated for 4.0.11 (by Ruben Porras <nahoo82@telefonica.net>).
5970
5971         * src/useradd.c: cleanups in usage() oyput.
5972
5973         * 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:
5974         cleanups in usage() output.
5975
5976         * NEWS: release 4.0.11 is sheduled to 18-06-2005.
5977
5978 2005-07-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
5979
5980         * man/Attic/login.1, man/login.1.xml, NEWS:
5981         better explain the respective roles of login, init and getty with regards
5982         to the utmp file (based on 441_manpages-shadow.5 Debian patch)
5983
5984         * man/Attic/su.1, man/groupdel.8.xml, man/su.1.xml, man/Attic/groupdel.8:
5985         s/presense/presence/; s/filesystem/file system/
5986         (sed on 440_manpages-login.1 Debian patch)
5987
5988         * 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:
5989         removed shadowconfig(8) man page (will be maintained in Debian shadow pkg repository).
5990
5991         * man/it/sg.1: added.
5992
5993         * man/it/Makefile.am: more files in man_MANS.
5994
5995         * man/it/Makefile.am: move pwunconv.8 to man_MANS.
5996
5997         * man/useradd.8.xml, man/Attic/useradd.8:
5998         updated after rewrite for for getopt_long() in useradd (-D and -k options
5999         idescription must be finished).
6000
6001         * 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:
6002         rewrited for use getopt_long().
6003
6004         * po/stats: more gsub().
6005
6006 2005-07-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
6007
6008         * src/newgrp.c:
6009         indent source code and use fix for handle splitted groups unconditionaly.
6010
6011         * lib/nscd.c: indent.
6012
6013         * NEWS, src/newgrp.c:
6014         add fix for handle splitted NIS groups: extends the functionality that,
6015         if the requested group is given, all groups of the same GID are tested for
6016         membership of the requesting user.
6017         (fix by Christian Mudra <C.Mudra@science-computing.de>
6018
6019         * lib/nscd.c, NEWS:
6020         for some reason doing the INVALIDATE call with two write()'s fails.
6021         Do one writev() call instead. http://bugs.gentoo.org/show_bug.cgi?id=80413
6022         (submited by Martin Schlemmer <azarah@gentoo.org>)
6023
6024         * NEWS, lib/nscd.c:
6025         merge nscd-socket-path patch from Fedora: newer glibc's have a different nscd socket
6026         location (/var/run/nscd/socket instead /var/run/.nscd_socket).
6027
6028 2005-07-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6029
6030         * po/stats: improved.
6031
6032         * man/Attic/groupadd.8, man/groupadd.8.xml, NEWS:
6033         document -o option in groupadd(8).
6034
6035         * configure.in: s/'"$<foo>" != "no"'/'"$<foo>" = "yes"'/
6036
6037         * NEWS, configure.in, lib/Makefile.am, lib/pwauth.c:
6038         S/Key support is back.
6039
6040         * 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:
6041         run "make update-po".
6042
6043         * po/pl.po: updated.
6044
6045         * src/useradd.c: s,key=value,KEY=VALUE,
6046
6047         * src/groupadd.c, NEWS, man/Attic/groupadd.8, man/groupadd.8.xml:
6048         change -O option to -K and document it in man page.
6049
6050         * man/Attic/useradd.8, man/useradd.8.xml, src/useradd.c:
6051         s/NAME=VALUE/KEY=VALUE/; s/key=value/KEY=VALUE/
6052
6053         * src/chfn.c, src/groupadd.c, src/groupmems.c, src/login.c, src/passwd.c, src/vipw.c:
6054         sort cases in switch (flag) {}.
6055
6056         * src/gpasswd.c, src/groupadd.c, src/groupmems.c, src/groupmod.c, src/passwd.c, src/useradd.c, src/usermod.c:
6057         sort getopt() optstring.
6058
6059         * src/useradd.c:
6060         remove A: from getopt() optstring (the same bug as in usermod).
6061
6062         * src/usermod.c:
6063         remove A: from getopt() optstring (it was for handle AUTH_METHODS code but now
6064         it is not used option). Catched by Thorsten Kukuk <kukuk@suse.de>.
6065
6066         * 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:
6067         indent source code. Added usermod error message about -a option usage to translated messages.
6068
6069         * po/POTFILES.in: mistake s,chage_chkshell.c,chsh_chkshell.c,
6070
6071         * po/POTFILES.in: s,libmisc/chkshell.c,src/chage_chkshell.c,
6072
6073         * man/Attic/usermod.8, man/usermod.8.xml, src/usermod.c, NEWS:
6074         added -a option. This flag can only be used in conjunction with the -G
6075         option. It cause usermod to append user to the current supplementary group list.
6076         (patch by Peter Vrabec <pvrabec@redhat.com>)
6077
6078         * libmisc/Attic/chkshell.c, libmisc/Makefile.am, src/Attic/chsh_chkshell.c, src/Makefile.am:
6079         move libmisc/chkshell.c to src/chsh_chkshell.c. check_shell() is used only by chsh.
6080
6081 2005-07-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
6082
6083         * Attic/acconfig.h, NEWS, configure.in:
6084         finish move all autoheader templates from acconfig.h to configure.in.
6085
6086         * 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:
6087         added missing \n in chage error messages.
6088
6089         * 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:
6090         run "make update-po".
6091
6092         * src/usermod.c: move all #include in one place.
6093
6094         * src/useradd.c: s/-O/-K/
6095
6096         * man/Attic/useradd.8, man/useradd.8.xml:
6097         cleanups in Note: in -K description.
6098
6099         * NEWS, man/Attic/useradd.8, man/useradd.8.xml, src/useradd.c:
6100         change -O option to -K and document it in man page.
6101
6102         * man/Attic/useradd.8, man/useradd.8.xml:
6103         added separated <cmdsynopsis></cmdsynopsis> for -D description and remove using </srb> tags from
6104         <refsynopsisdiv id='synopsis'>.
6105
6106         * src/login.c:
6107         replace #ifdef USE_PAM .. #endif #ifndef USE_PAN .. #endif by
6108         #ifdef USE_PAM .. #else .. #endif.
6109
6110         * src/su.c: conditiona code reorganization.
6111
6112         * src/login.c: remove one #ifndef USE_PAM .. #endif.
6113
6114         * libmisc/setupenv.c: move setup $MAIL to !USE_PAM.
6115
6116         * libmisc/setupenv.c, src/su.c:
6117         consolidate two sections of code #ifndef USE_PAM to one.
6118
6119         * src/su.c, src/sulogin.c, libmisc/setupenv.c, libmisc/tz.c, src/login.c, NEWS:
6120         fixed erroneous warning messages about some login.defs variables when used with PAM
6121         (fix by DJ Lucas <dj@linuxfromscratch.org>)
6122
6123 2005-07-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
6124
6125         * configure.in, libmisc/getdate.y, libmisc/utmp.c, src/logoutd.c:
6126         remove non-USG code.
6127
6128         * Attic/acconfig.h, configure.in:
6129         start moving all autoheader templates from acconfig.h to configure.in.
6130
6131         * configure.in: remove not used AC_DEFINE(HAVE_LIBCRYPT).
6132
6133         * Attic/acconfig.h, NEWS, configure.in:
6134         stop with error message if crypt() not found. Remove --with{,out}-libcrypt switch.
6135
6136         * src/login.c: fixed use SYSLOG macro.
6137
6138 2005-07-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
6139
6140         * src/login_nopam.c: fixed use SYSLOG macro.
6141
6142 2005-07-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
6143
6144         * NEWS, src/login.c:
6145         setup limits and umask (using login.defs ULIMITS and UMASK variables) only when
6146         PAM support is disabled (it is task for pam_limits and pam_umask modules).
6147
6148 2005-06-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
6149
6150         * src/sulogin.c, src/login.c, src/login_nopam.c, NEWS:
6151         use SYSLOG macro instead syslog() which saves the locale, sets the locale to C,
6152         sends the message and restores the locale (fix by Nicolas François <nicolas.francois@centraliens.net>).
6153
6154         * 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:
6155         in SEE ALLSO section added refer to gpasswd(8)
6156         (suggested by Mike Frysinger <vapier@gentoo.org>)
6157
6158         * NEWS, configure.in: start work on 4.0.11.
6159
6160 2005-06-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
6161
6162         * NEWS: +1 day release 4.0.10 date.
6163
6164         * po/pl.po: kill fuzzy.
6165
6166         * po/de.po: partial update by Frank Schmid <frank@cs-schmid.de>.
6167
6168 2005-06-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
6169
6170         * po/ca.po: run "make update-po".
6171
6172         * po/sk.po: updated sk translation by Peter Mann <Peter.Mann@tuke.sk>.
6173
6174 2005-06-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
6175
6176         * NEWS: typo.
6177
6178 2005-06-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
6179
6180         * po/pl.po: typo.
6181
6182         * po/pl.po: updated for 4.0.10.
6183
6184         * po/ru.po, NEWS: updated ru translation by maintainer.
6185
6186         * NEWS: added past releases dates. Cleanups.
6187
6188         * man/Attic/shadowconfig.8: merge version generated from XML file.
6189
6190         * po/ca.po, po/cs.po, po/da.po, po/fi.po, NEWS:
6191         translations updated by maintainers.
6192
6193 2005-06-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
6194
6195         * 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):
6196         s/EXPIRE/EXPIRE_DATE/.
6197
6198         * po/pl.po: start update for 4.0.10.
6199
6200         * 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:
6201         s/uid/UID/ in all commnets and messages.
6202
6203         * libmisc/failure.c, libmisc/limits.c, lib/pwio.c:
6204         s/uid/UID/ in comments.
6205
6206         * 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:
6207         s/gid/GID/ in all comments and messages.
6208
6209         * 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:
6210         one message in i18n messages less: use in all places "Permission denied" instead
6211         "permission denied".
6212
6213         * libmisc/getdate.y:
6214         remove extern for gmtime(), localtime() and mktime() and instead add #include <time.h>.
6215
6216         * libmisc/entry.c: removed extern for fgetpwent().
6217
6218         * 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:
6219         now most of the man pages now are generated from XML files so in case any submiting
6220         any chages to this resources please make diff fies to XML files.
6221
6222         * man/Attic/pw_auth.3.xml: cleanups.
6223
6224         * man/grpck.8.xml, man/passwd.1.xml:
6225         correctly code EXIT VALUES section using <variablelist>. Cleanups.
6226
6227         * man/shadow.3.xml: cleanups.
6228
6229 2005-06-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
6230
6231         * man/ja/Attic/mkpasswd.8, man/ja/Makefile.am, man/pl/Attic/mkpasswd.8, man/pl/Makefile.am:
6232         remove ja and pl mkpasswd.8 man pages.
6233
6234 2005-06-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
6235
6236         * man/pwck.8.xml, man/useradd.8.xml, man/userdel.8.xml:
6237         correctly code EXIT VALUES section.
6238
6239         * Attic/acconfig.h: removed DES_RPC and OPIE templates.
6240
6241         * 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:
6242         removed mkpasswd.
6243
6244         * man/Makefile.am: do not install mkpasswd(8) man page.
6245
6246         * src/Makefile.am: move mkpasswd.c to EXTRA_DIST.
6247
6248         * man/passwd.5.xml:
6249         use <itemizedlist mark='bullet'> for describe passwd fields. Remove outdated
6250         information about additional fields in comment field. Cleanups.
6251
6252         * man/newusers.8.xml: cleanups.
6253
6254         * man/gshadow.5.xml:
6255         use <itemizedlist mark='bullet'> for gshadow fields desscription.
6256
6257         * man/shadow.5.xml: cleanups.
6258
6259         * man/shadow.5.xml:
6260         use <itemizedlist mark='bullet'> for describe shadow fields.
6261
6262         * man/Attic/pw_auth.3.xml: cleanups.
6263
6264         * man/Attic/pw_auth.3.xml: use correct <refname>.
6265
6266         * man/Attic/pw_auth.3.xml: cleanups.
6267
6268         * man/groupdel.8.xml, man/groupmod.8.xml:
6269         correctly code EXIT VALUES section.
6270
6271         * man/groupadd.8.xml: cleanups.
6272
6273         * man/Attic/mkpasswd.8.xml: added missing <variablelist> tag.
6274
6275         * man/usermod.8.xml: cleanups.
6276
6277         * man/usermod.8.xml: remove <sbr/> tags from SYNOPSIS section.
6278
6279         * man/faillog.8.xml: cleanups.
6280
6281         * man/faillog.5.xml:
6282         put struct faillog definition in <programlisting></programlisting>.
6283
6284         * man/chsh.1.xml, man/chpasswd.8.xml: cleanups.
6285
6286         * man/groupadd.8.xml:
6287         seems I found good way for code EXIT VALUES section.
6288
6289         * man/shadow.3.xml:
6290         put meanings of each field spwd struct in <itemizedlist mark='bullet'>.
6291
6292         * man/shadow.3.xml:
6293         place definition of struct spwd in <programlisting></programlisting>.
6294
6295         * NEWS, src/userdel.c:
6296         userdel now deletes user groups from /etc/gshdow as well as /etc/group.
6297         Fix by Nicolas François <nicolas.francois@centraliens.net>.
6298         http://bugs.debian.org/99442
6299
6300         * 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:
6301         fixed bug in usermod ad run "make -C po update-po".
6302         When relocating a user's home directory, don't fail and remove the new
6303         home directory if we can't remove the old home directory for some
6304         reason; the results can be spectularly poort if, for instance, only
6305         the rmdir() fails. Patch prepared by Timo Lindfors <lindi-spamtrap@newmail.com>.
6306         http://bugs.debian.org/166369
6307
6308 2005-06-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
6309
6310         * src/login.c: indent.
6311
6312         * 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:
6313         cleanups.
6314
6315 2005-06-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
6316
6317         * 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:
6318         cleanups.
6319
6320         * man/login.1.xml: rewrited FILES section.
6321
6322         * man/id.1.xml, man/lastlog.8.xml, man/gshadow.5.xml: cleanups.
6323
6324         * man/groups.1.xml: typos.
6325
6326         * man/chfn.1.xml, man/expiry.1.xml, man/gpasswd.1.xml: cleanups.
6327
6328 2005-06-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
6329
6330         * NEWS:
6331         last patch for UTMPX was submited by by Nicolas François <nicolas.francois@centraliens.net>
6332
6333         * libmisc/failure.c, libmisc/failure.h, NEWS:
6334         use also UTMPX API instead UTMP on failure (login was by affected this when shadow
6335         was builded without PAM support).
6336
6337         * NEWS, src/login.c:
6338         the PAM session needs to be closed as root, thus before change_uid()
6339         http://bugs.debian.org/53570 http://bugs.debian.org/195048 http://bugs.debian.org/211884
6340
6341         * man/Attic/passwd.1, man/passwd.1.xml:
6342         s/compatiblity/compatibility/ (fix by Christian Perrier <bubulle@kheops.frmug.org>).
6343
6344 2005-06-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
6345
6346         * NEWS, man/Attic/chfn.1, man/chfn.1.xml:
6347         give more details about the influence of login.defs on what's allowed to
6348         users (based on Debian patches).
6349
6350         * NEWS, src/su.c:
6351         fix syslogs to be less ambiguous. Use old:new format instead of old-new
6352         because '-' can appear in usernames.
6353         http://bugs.debian.org/213592
6354
6355         * NEWS, src/login.c:
6356         made login's -f option also able to use the username after -- if none
6357         was passed as it's optarg
6358         http://bugs.debian.org/53702
6359
6360         * po/POTFILES.in, NEWS, libmisc/Attic/setup.c, libmisc/Makefile.am:
6361         not used now (removed).
6362
6363         * man/Attic/usermod.8, man/usermod.8.xml:
6364         s/inactive_time/inactive_days/ in -f parameter in SYNOPSIS (fix by Christian
6365         Perrier <bubulle@debian.org>).
6366
6367 2005-06-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
6368
6369         * man/Attic/grpck.8, man/grpck.8.xml:
6370         typo: s/incorrectable/uncorrectable/ (by A Costa <agcosta@gis.net>).
6371
6372         * man/Attic/gshadow.5, man/gshadow.5.xml:
6373         typos: s/folowing/following/; s/encryped/encrypted/; s/supercedes/supersedes/
6374         (by A Costa <agcosta@gis.net>).
6375
6376         * man/Attic/shadow.5, man/shadow.5.xml:
6377         typos: s/encryped/encrypted/; s/supercedes/supersedes/
6378         (by A Costa <agcosta@gis.net>)
6379
6380 2005-06-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
6381
6382         * src/login.c, NEWS:
6383         check for hushed login and pass PAM_SILENT if true.
6384         http://bugs.debian.org/48002
6385
6386         * src/login.c, NEWS:
6387         fixed loggin of username on succesful login (was using the normal username,
6388         when it should have used pam_user) http://bugs.debian.org/47819
6389
6390 2005-06-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
6391
6392         * NEWS, po/zh_TW.po: updated (by Tetralet <tetralet@pchome.com.tw>).
6393
6394         * NEWS, po/ca.po: updated (by Guillem Jover <guillem@debian.org>).
6395
6396         * man/de/passwd.1:
6397         added small comment with marker usefull for translators.
6398
6399 2005-05-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
6400
6401         * 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:
6402         indent all.
6403
6404         * 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:
6405         remove using SHADOWPWD #define so now shadow is allways builded with shadow
6406         password support.
6407
6408 2005-05-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
6409
6410         * 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:
6411         rewrite for use getopt_long().
6412
6413 2005-05-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
6414
6415         * NEWS, configure.in: start working on 4.0.10.
6416
6417         * man/Makefile.am: remove shadow-man-pages.pot target from all.
6418
6419 2005-05-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
6420
6421         * lib/encrypt.c, NEWS:
6422         fixed passwd segfault in non-PAM connfiguration (submited by Greg Schafer <gschafer@zip.com.au>).
6423
6424         * po/sv.po: upsdate (by Christian Perrier <bubulle@debian.org>).
6425
6426         * NEWS, src/newgrp.c:
6427         fixed NULL pointer dereference - getlogin() and ttyname() can
6428         return NULL which is not checked (http://bugs.debian.org/162303).
6429
6430         * man/Attic/su.1, man/pwconv.8.xml, man/su.1.xml, man/Attic/pwconv.8:
6431         fixed typo (s,similiar,similar,).
6432
6433 2005-05-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
6434
6435         * NEWS, po/ro.po: updated by Sorin B. <sorin@bonbon.net>.
6436
6437         * po/ru.po, NEWS: updated by yu-koz <yu-koz@yandex.ru>.
6438
6439 2005-05-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
6440
6441         * po/ro.po: few updates by Sorin Batariuc <sorin@bonbon.net>.
6442
6443 2005-05-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
6444
6445         * po/ru.po: updated (by Yuri Kozlov <yuray@id.ru>).
6446
6447 2005-05-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
6448
6449         * po/vi.po:
6450         completed translations for HEAD (by Clytie Siddall <clytie@riverland.net.au>).
6451
6452 2005-05-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
6453
6454         * NEWS, po/LINGUAS, po/vi.po: added new vi translation.
6455
6456         * NEWS, lib/getdef.c:
6457         leaves the table as it is, and changes from the binary search to
6458         a sequential one (fix by Lucas Correia Villa Real <lucasvr@gobolinux.org>).
6459
6460         * man/Attic/passwd.1, man/passwd.1.xml:
6461         make bold passwd and chfn commands.
6462
6463 2005-04-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
6464
6465         * man/usermod.8.xml, man/vipw.8.xml: cleanups.
6466
6467 2005-04-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
6468
6469         * 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:
6470         replace <emphasis remap='B'></emphasis> by <command></command>.
6471
6472         * 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:
6473         fixed lastlog --help message (s,--login,--user,) http://bugs.debian.org/249611
6474
6475         * 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:
6476         use <varlistentry></varlistentry> in FILES section. Cleanups.
6477
6478         * 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:
6479         cleanups.
6480
6481         * man/Attic/vipw.8, man/vipw.8.xml:
6482         small fix: s,vi,vi(1), (reported by Helge Kreutzmann <kreutzm@itp.uni-hannover.de> in
6483         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=260636).
6484         s,VISUAL,$VISUAL; s,EDITOR,$EDITOR,
6485
6486 2005-04-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
6487
6488         * man/login.1.xml: fixed bold (use <command></command>). Cleanups.
6489
6490         * man/Attic/login.1: fixed typo in bold.
6491
6492         * man/chage.1.xml: fixed italic. Cleanups.
6493
6494         * man/Attic/chage.1: fixed typo in italic.
6495
6496         * man/login.defs.5.xml:
6497         fixed italic (use <filename></filename> istead italic). Cleanups.
6498
6499         * man/Attic/login.defs.5: fixed typo in italic.
6500
6501         * man/vipw.8.xml: fixed italic (use <filename></filename>).
6502
6503         * man/Attic/vipw.8: typo in italic.
6504
6505         * man/Makefile.am:
6506         added target for generate shadow-man-pages.pot. List all now useable xml files
6507         in man_XMANS variable.
6508
6509         * man/pwconv.8.xml:
6510         fixed bold. Use in more places <command></command> istead bold.
6511
6512         * man/Attic/login.defs.5: typo in bold.
6513
6514         * man/su.1.xml:
6515         removed comment. Use <variablelist></variablelist> in Files secstion.
6516         Fixed bold.
6517
6518         * man/Attic/pwconv.8, man/Attic/su.1: typo in bold.
6519
6520 2005-04-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
6521
6522         * NEWS, configure.in: start work on 4.0.9.
6523
6524         * po/nl.po: kill fuzzy.
6525
6526         * man/Attic/chage.1:
6527         reverte last commit (by mistake commited experimental version generated from XML file).
6528
6529         * NEWS, po/nl.po:
6530         updated for 4.0.8 (by "cobaco (aka Bart Cornelis)" <cobaco@linux.be>).
6531
6532         * 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:
6533         two typos (s,specyfied,specified,; s,maiximum,maximum,).
6534
6535         * NEWS, po/sk.po:
6536         updated for 4.0.8 (by Peter Mann <Peter.Mann@tuke.sk>).
6537
6538         * src/lastlog.c: typo (s,specyfied,specified,)
6539
6540         * src/faillog.c: typo (s,maiximum,maximum,).
6541
6542 2005-04-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
6543
6544         * 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:
6545         added <refmiscinfo class="sectdesc">User Commands</refmiscinfo> in <refmeta></refmeta>.
6546
6547         * 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:
6548         Use encoding="UTF-8" and DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN".
6549
6550         * 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:
6551         better formation using "xmlindent -l 80 -d 2".
6552
6553 2005-04-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
6554
6555         * 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:
6556         updated it man pages: chfn.1, chsh.1, groups.1, grpck.8, grpconv.8, grpunconv.8,
6557         id.1, lastlog.8, login.1, newgrp.1, pwunconv.8, shadow.5, vigr.8, vipw.8.
6558         new it man pages: chage.1, chpasswd.8, expiry.1, faillog.5, faillog.8,
6559         getspnam.3, logoutd.8, porttime.5, pwck.8, shadow.3, shadowconfig.8, su.1.
6560         (by Danilo Piazzalunga <danilopiazza@libero.it>)
6561
6562         * po/uk.po:
6563         cleanups in plural forms (by Roman Festchook <roma@polesye.net>).
6564
6565         * 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:
6566         reformated using xemacs.
6567
6568 2005-04-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
6569
6570         * po/fr.po, NEWS:
6571         updated for 4.0.8 (by Christian Perrier <bubulle@kheops.frmug.org>).
6572
6573         * NEWS, po/eu.po: updated for 4.0.8 (by ^pi^ <piarres@gmail.com>).
6574
6575         * NEWS, po/uk.po:
6576         updated for 4.0.8 (by Roman Festchook <roma@polesye.net>).
6577
6578         * po/cs.po:
6579         updated for 4.0.8 (by Miroslav Kure <kurem@upcase.inf.upol.cz>).
6580
6581         * po/da.po, NEWS:
6582         updated for 4.0.8 (by Claus Hindsgaul <claus_h@image.dk>).
6583
6584         * po/ko.po, NEWS:
6585         updated for 4.0.8 (by Changwoo Ryu <cwryu@debian.org>).
6586
6587         * po/fi.po: kill one fuzzy (by Tommi Vainikainen <thv+debian@iki.fi>).
6588
6589 2005-04-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
6590
6591         * man/chpasswd.8.xml: Rewrited by hand & xemacs.
6592
6593         * man/chfn.1.xml: cleanups in <refentry> tag.
6594
6595         * man/chfn.1.xml: Rewrited by hand & xemacs.
6596
6597         * NEWS, po/pt.po:
6598         updated for 4.0.8 (by Miguel Figueiredo <elmig@debianpt.org>).
6599
6600         * po/es.po, NEWS: updated (by Ruben Porras <nahoo@inicia.es>).
6601
6602 2005-04-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
6603
6604         * man/Attic/useradd.8:
6605         fixed typos in useadd syntax (in SYNOPSIS section) catched using doclifter.
6606
6607         * 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:
6608         raw version converted using doclifter.
6609
6610         * configure.in: remove handle --with-lib{opie,skey}.
6611
6612         * man/de/chsh.1:
6613         synced with english version (by Simon Brandmair <sbrandmair@gmx.net>).
6614
6615         * man/Attic/usermod.8: improved -o description.
6616
6617         * man/de/passwd.1:
6618         added translation EXIT VALUES section (by Simon Brandmair <sbrandmair@gmx.net>).
6619
6620         * NEWS, po/it.po:
6621         updated it translation (by Danilo Piazzalunga <danilopiazza@libero.it>).
6622
6623 2005-04-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
6624
6625         * 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:
6626         cleanups.
6627
6628         * po/pl.po: updated.
6629
6630         * src/usermod.c:
6631         use the same error message ("%s: PAM authentication failed\n") on fail
6632         authentication as in other tools.
6633
6634         * 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:
6635         run "make update-po".
6636
6637         * src/login.c, src/login_nopam.c:
6638         fixed build with disabled PAM support: move bad_time_notify() and check_nologin()
6639         back to src/login.c but use this functions #ifndef USE_PAM.
6640
6641         * NEWS, lib/Makefile.am, lib/pwauth.c:
6642         remove not working OPIE and SKEY support.
6643
6644         * configure.in: typo (s,SELinuux,SELinux,).
6645
6646         * NEWS: typos.
6647
6648         * NEWS: chage, useradd, usermod: reduce multiple OPENLOG() calls.
6649
6650         * src/useradd.c, src/usermod.c: fix multiple OPENLOG() calls.
6651
6652         * src/chage.c: cleanups.
6653
6654         * src/chage.c: fix multiple OPENLOG() calls.
6655
6656         * src/chage.c:
6657         use E_SUCCESS/E_NOPERM #defines instead 0/1 in exit() arguments.
6658
6659 2005-04-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
6660
6661         * src/passwd.c:
6662         adjust also syslog message on usage -S option without permission.
6663         Consolidate SELinix and non-SELinux code.
6664
6665         * 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:
6666         fix #61313 Debian bug: "passwd -S root" (as a normal user) should not
6667         display "You may not change the password for root.
6668
6669         * NEWS, man/Attic/passwd.1:
6670         fix #160477 Debian bug: improve -S output description.
6671
6672         * man/de/passwd.1:
6673         new translation by Simon Brandmair <sbrandmair@gmx.net> with merged all
6674         changes between revision 1.2 a 1.5.
6675
6676 2005-04-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
6677
6678         * man/Attic/passwd.1, man/pl/passwd.1: bold passwd and chage commands.
6679
6680         * NEWS, src/vipw.c:
6681         fixed race condition in vipw (Debian #242407 bug; fix by Alexander Gattin
6682         <arg@online.com.ua>).
6683
6684         * man/pl/Attic/chage.1.xml, man/pl/chage.1:
6685         synced with english version.
6686
6687         * man/Attic/chage.1, man/chage.1.xml:
6688         add info about what mean -1 passed n expiredate parameter (based on #304542
6689         Debian bug; submited by Federico Grau <grauf@rfa.org>).
6690
6691 2005-04-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
6692
6693         * po/fi.po, NEWS:
6694         updated translation (by Tommi Vainikainen <tvainikan@cc.hut.fi>).
6695
6696         * 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:
6697         cleanups and unifications in SEE ALSO section.
6698
6699 2005-04-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
6700
6701         * configure.in:
6702         Info documentation says about AC_GNU_SOURCE: "should be called before any
6703         macros that run the C compiler". So move this macro on top configure.in for
6704         avoid autoconf warnings.
6705
6706         * configure.in:
6707         AC_SYS_LARGEFILE() performs checking is fseeko() is avalaible so "fseeko" can
6708         be removed from AC_CHECK_FUNCS() parameters.
6709
6710         * NEWS, configure.in: Remove using AC_PROG_GCC_TRADITIONAL macro.
6711         Add using AC_GNU_SOURCE macro for kill compilation warnings about implicit
6712         declaration of function `fseeko'.
6713
6714         * po/cs.po: killed fuzzy (by Miroslav Kure <kurem@debian.cz>).
6715
6716         * man/ja/newgrp.1, man/pl/newgrp.1, NEWS, man/Attic/newgrp.1, man/hu/newgrp.1:
6717         newgrp uses /bin/sh (not bash).
6718
6719         * 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:
6720         describe /etc/group in FILES section as "group account information".
6721
6722         * man/Attic/grpck.8:
6723         describe /etc/passwd in FILES section as "user account information".
6724
6725         * po/stats: small script for generate translations statistics.
6726
6727         * NEWS, po/cs.po: Updated by Miroslav Kure <kurem@debian.cz>.
6728
6729         * 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:
6730         describe /etc/shadow in FILES section as "secure user account information".
6731
6732         * man/Attic/newgrp.1:
6733         Reformated paragraph. s,Bourne shell,\fBbash\fR shell,
6734
6735         * NEWS, man/Attic/newgrp.1:
6736         fix #251926, #166173, #113191 Debian bugs: explain why editing /etc/group
6737         (without gshadow) doesn't permit to use newgrp.
6738
6739         * 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:
6740         added/fixed Plural-Forms: header entries. Run "make update-po".
6741
6742         * po/pl.po:
6743         added Plural-Forms: header entry and updated for last change in
6744         libmisc/failure.c.
6745
6746         * libmisc/failure.c:
6747         break message text with failure login since last login.
6748
6749         * libmisc/failure.c:
6750         Use ngettext instead of string concatenation and static number of cases.
6751         Patch by Tommi Vainikainen <tvainika@cc.hut.fi>.
6752
6753 2005-04-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
6754
6755         * po/cs.po:
6756         new translation maintainer: Miroslav Kure <kurem@debian.cz>.
6757
6758 2005-04-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
6759
6760         * po/pl.po: updated for 4.0.8.
6761
6762 2005-04-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
6763
6764         * 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:
6765         changed faillog records display format for allow fit in 80 columns all
6766         faillog atributies.
6767
6768         * 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:
6769         run "make update-po". Updated pl.po.
6770
6771         * src/faillog.c (usage): typo (s,IDAYS,DAYS,).
6772
6773         * man/Attic/faillog.8, NEWS:
6774         updated after rewrite faillog command for use getopt_long().
6775
6776         * src/faillog.c:
6777         Add handle -h,--help option. Show in usage output information about
6778         -t,--time option. Remove handle -p option.
6779
6780         * 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:
6781         run "make update-po".
6782
6783         * po/POTFILES.in: updated.
6784
6785         * man/Attic/gpasswd.1: typo (s,fB,\fB,).
6786
6787 2005-04-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
6788
6789         * NEWS, man/ja/login.1:
6790         updated ja man page for Debian #95213 bug (by Kenshi Muto <kmuto@debian.org>).
6791
6792         * 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:
6793         next round of cleanups: removed NDBM code (unused).
6794
6795         * src/login.c: consilidate some !USE_PAM lines.
6796
6797         * src/login.c, src/login_nopam.c:
6798         move bad_time_notify() and check_nologin() to src/login_nopam.c.
6799
6800         * lib/prototypes.h: remove not used login_desrpc() prototype.
6801
6802         * lib/Attic/rad64.c, lib/encrypt.c, lib/prototypes.h, lib/Makefile.am:
6803         remove lib/rad64 with not used c64i() and i64c() functions.
6804
6805         * lib/encrypt.c:
6806         remove "#ifdef SW_CRYPT .. #endif" and "#ifdef DOUBLESIZE .. #endif" unused code.
6807
6808         * lib/encrypt.c: remove "#ifdef MD5_CRYPT .. #endif" unused code.
6809
6810         * libmisc/salt.c:
6811         remove prototypes for *l64a() and add #include <stdlib.h>. Remove unused
6812         now code (old style random salt generator).
6813
6814         * src/chage.c: cleanups.
6815
6816         * src/chpasswd.c:
6817         remove prototypes for *l64a() and add #include <stdlib.h>.
6818
6819         * src/login.c: remove login_fbtab() prototype.
6820
6821         * src/chage.c:
6822         remove prototypes for a64l() and *l64a() and add #include <stdlib.h>.
6823
6824 2005-04-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
6825
6826         * 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:
6827         more replaces "-" by "\-" (s,\\-,-,g; s,-,\\-,g).
6828
6829         * man/pl/usermod.8: finish sync with english version.
6830
6831         * man/hu/login.1, man/pl/login.1, NEWS, man/Attic/login.1, man/de/login.1:
6832         removed fragment about abilities pass enviroment variables in login prompt.
6833
6834         * man/Attic/gpasswd.1, man/Attic/newgrp.1:
6835         fixes by Nicolas Nicolas François <nicolas.francois@centraliens.net> (not all
6836         commited).
6837
6838 2005-04-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
6839
6840         * 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:
6841         replace all "-" by "\-" (s,\\-,-,; s,-,\\-,).
6842
6843         * man/cs/groups.1: cleanups.
6844
6845         * NEWS, src/su.c:
6846         fixed use of SU_WHEEL_ONLY in su. Now su realy is avalaible for wheel group
6847         members. Thanks to Mike Frysinger <vapier@gentoo.org> for report:
6848         http://bugs.gentoo.org/show_bug.cgi?id=80345
6849
6850         * man/pl/Attic/chage.1.xml:
6851         converted from roff using doclifter. Rewrited by hand. Probably will be
6852         removed after prepare infrastructure for translate man pages using gettext
6853         but temporary I need this for some experiments.
6854
6855         * src/login.c: remove unused #ifded LOGIN_FBTAB .. #endif code.
6856
6857         * configure.in, libmisc/Attic/login_access.c, libmisc/Makefile.am, src/Makefile.am, src/login.c, src/login_nopam.c:
6858         move libmisc/login_access.c to src/login_mopam.c.
6859         Remove using LOGIN_ACCESS #define. Now LOGIN_ACCESS is equal to !USE_PAM.
6860         In src/login_nopam.c will be cumulated non-PAM specyfic login code.
6861
6862         * src/lastlog.c, src/login.c, src/useradd.c, src/usermod.c, libmisc/log.c:
6863         cleanups: remove using #include "lastlog_.h".
6864
6865         * src/login.c: fixed build with PAM support disabled.
6866
6867         * src/login.c: remove "#ifdef HUP_MESG_FILE .. #endif" code.
6868
6869         * src/login.c: reindent using -l80.
6870
6871         * man/Attic/chage.1, man/chage.1.xml:
6872         s/chage/chage command/ in DESCRIPTION.
6873
6874         * man/chage.1.xml:
6875         converted from roff using doclifter. Rewrited by hand.
6876
6877         * 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:
6878         cleanups.
6879
6880         * man/Attic/pwconv.8: fixed typo: s,fI,\fI,
6881
6882         * po/POTFILES.in: remove libmisc/login_{desrpc,krb}.c.
6883
6884         * lib/getdef.c, libmisc/Attic/login_desrpc.c, libmisc/Attic/login_krb.c, libmisc/Makefile.am, src/login.c, NEWS, autogen.sh, configure.in:
6885         drop never finished kerberos and des_rpc support.
6886
6887         * man/it/chfn.1: cleanups.
6888
6889 2005-04-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
6890
6891         * NEWS, configure.in:
6892         fixed UTMP path detection (by Kelledin <kelledin@users.sf.net>).
6893
6894         * man/fr/chsh.1: typo.
6895
6896         * man/de/Makefile.am, man/de/passwd.5:
6897         imported from Deutscher manpages.
6898
6899         * man/cs/Makefile.am, man/cs/groups.1, man/cs/lastlog.8, man/cs/su.1:
6900         new files imported from Czech man-pages.
6901
6902         * 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:
6903         cleanups: aded missing \fR.
6904
6905         * man/Attic/gpasswd.1, man/Attic/gshadow.5, man/Makefile.am, NEWS:
6906         added new file (by Nicolas Nicolas François <nicolas.francois@centraliens.net>).
6907
6908 2005-03-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
6909
6910         * man/pl/chage.1, man/pl/chfn.1, man/pl/chsh.1, man/pl/gpasswd.1:
6911         added missing \fR.
6912
6913         * man/pl/groupmod.8: typo: s,\fI,\fR,
6914
6915         * man/pl/login.1, man/pl/passwd.1: cleanups: aded missing \fR.
6916
6917         * man/pl/sulogin.8: cleanups.
6918
6919         * man/pl/useradd.8: cleanups: aded missing \fR.
6920
6921         * man/pl/usermod.8: partialy synced with english version.
6922
6923         * man/Attic/usermod.8: typo.
6924
6925         * NEWS, man/Attic/usermod.8:
6926         fixed #302388 Debian bug: added separated -o option description.
6927
6928         * lib/getdef.c:
6929         FAILLOG_ENAB, LOGIN_STRING moved to code "#ifndef USE_PAM" dependent.
6930
6931         * lib/pwauth.c, lib/pwauth.h: enable pw_auth() only #ifndef USE_PAM.
6932
6933         * 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:
6934         reindent all source code using -l80.
6935
6936         * libmisc/.indent.pro, src/.indent.pro, lib/.indent.pro: -l80 added.
6937
6938         * lib/gshadow.c, NEWS:
6939         rewrited group count to dynamic (by John Newbigin <jnewbigin@ict.swin.edu.au >).
6940
6941         * 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:
6942         run "make update-po".
6943
6944         * src/login.c: use allways "\n%s login: " login prompt.
6945
6946         * src/login.c: removed radius support (even not compiles).
6947
6948         * doc/Attic/README.mirrors, doc/Makefile.am: removed.
6949
6950         * src/userdel.c (update_user): removed next redundant closing }.
6951
6952         * src/userdel.c: remove using unused NO_REMOVE_MAILBOX #define.
6953
6954         * src/userdel.c (update_user): removed redundant closing }.
6955
6956 2005-03-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
6957
6958         * lib/getdef.c:
6959         move PASS_MAX_DAYS, PASS_MIN_DAYS and PASS_WARN_AGE to part PAM not dependent
6960         (used in useradd, pwconv).
6961
6962         * configure.in, src/Makefile.am:
6963         move define LOCALEDIR using AC_DEFINE_UNQUOTED() to src/Makefile.am::AM_CPPFLAGS.
6964
6965         * man/Attic/pwconv.8: typo in bold.
6966
6967         * doc/Attic/INSTALL: removed.
6968
6969         * doc/Attic/README.sun4, doc/Makefile.am: removed outdated README.sun4.
6970
6971 2005-03-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
6972
6973         * po/pl.po: put mine data in Last-Translator: field.
6974
6975         * src/newusers.c:
6976         use the same as in useradd default UMASK (022 instead 077) if diffrent not
6977         defined in login.defs.
6978
6979         * NEWS, libmisc/copydir.c:
6980         added SELinux changes (based on Fedora patch).
6981
6982         * NEWS: typo.
6983
6984         * man/Attic/login.defs.5: typo in bold.
6985
6986         * src/chfn.c, src/chsh.c, lib/getdef.c:
6987         move CHFN_AUTH, CHSH_AUTH variables from login.defs to part !USE_PAM dependent.
6988         Use "auth required pam_unix.so" in /etc/pam.d/{chfn,chsh} for force enter password
6989         on use chfn/chsh.
6990
6991         * lib/getdef.c: added CHSH_AUTH variable in def_table[] table.
6992
6993         * src/chsh.c: s/CHFN_AUTH/CHSH_AUTH/
6994
6995         * man/Attic/shadow.5, man/Attic/passwd.5:
6996         add more accurate information about what contains field with encrypted password in
6997         each passwd/shadow line (reported by Mike Brodbelt).
6998
6999         * autogen.sh: reorder.
7000
7001         * lib/getdef.c:
7002         CRACKLIB_DICTPATH, ENV_HZ, ENV_PATH, ENV_ROOTPATH, ENV_SUPATH, ENV_TZ,
7003         ENVIRON_FILE, FTMP_FILE, ISSUE_FILE, LASTLOG_ENAB, MAIL_CHECK_ENAB, MAIL_DIR,
7004         MAIL_FILE, MD5_CRYPT_ENAB, MOTD_FILE, NOLOGINS_FILE, OBSCURE_CHECKS_ENAB,
7005         PASS_ALWAYS_WARN, PASS_CHANGE_TRIES, PASS_MAX_DAYS, PASS_MAX_LEN, PASS_MIN_DAYS,
7006         PASS_MIN_LEN, PASS_WARN_AGE, PORTTIME_CHECKS_ENAB, SU_WHEEL_ONLY, QMAIL_DIR,
7007         QUOTAS_ENAB, ULIMIT variables moved to code "#ifndef USE_PAM" dependent.
7008
7009         * configure.in:
7010         fix importand typo: added missing ",". Now LOGIN_ACCESS realy is defined only
7011         when PAM is not enabled.
7012
7013         * libmisc/obscure.c, libmisc/limits.c:
7014         all functions from this file are "#ifndef USE_PAM" dependent.
7015
7016         * libmisc/setugid.c (change_uid):
7017         removed dead code depndent on "#ifdef BSD".
7018
7019         * libmisc/ttytype.c (ttytype):
7020         removed dead code depend on "defined(SUN) || defined(BSD) || defined(SUN4)".
7021
7022         * src/login.c (setup_tty): remove dead code.
7023
7024         * libmisc/rlogin.c:
7025         fix compilation warning: replace #include <unistd.h> by #include <netdb.h>
7026         where ruserok() is declared.
7027
7028 2005-03-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
7029
7030         * po/pl.po: kill one fuzzy entry.
7031
7032 2005-03-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
7033
7034         * NEWS, libmisc/log.c:
7035         fixed create lastlog entry fo users never loged in on non-PAM
7036         variant of login (fix by <oracular@ziplip.com>).
7037
7038 2005-03-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7039
7040         * NEWS, etc/Attic/login.defs.linux, etc/login.defs, lib/getdef.c, man/pl/login.defs.5:
7041         remove handle login.defs::NOLOGIN_STR (never used).
7042
7043 2005-02-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
7044
7045         * man/Attic/shadow.5:
7046         added missing '\&' in line starting with '\.', which causes groff to skip
7047         it entirely (fix submited by Danilo Piazzalunga <danilopiazza@libero.it>).
7048
7049         * TODO: cleanups.
7050
7051 2005-02-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
7052
7053         * src/useradd.c, NEWS:
7054         useradd: fixes a potential security problem when mailbox is created in
7055         useradd.
7056         Patch and comment by Koblinger Egmont <egmont@uhulinux.hu>:
7057         Only two arguments are passed to the open() call though it expects three
7058         because O_CREAT is present. Hence the permission of the file first becomes
7059         some random garbage found on the stack, and an attacker can perhaps open
7060         this file and hold it open for reading or writing before the proper
7061         fchmod() is executed. (Actually, we could also pass the final "mode" to
7062         the open() call and then save the consequent fchmod().)
7063
7064 2005-02-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7065
7066         * NEWS, po/LINGUAS, po/tl.po:
7067         added tl translation (fron Debian resources).
7068
7069 2005-02-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
7070
7071         * NEWS, src/chage.c, src/chfn.c, src/chsh.c, src/passwd.c:
7072         SELinux changes: added changes in chage, chfn, chsh, passwd for allow
7073         construct more grained user password/accuunt properties on SELinux
7074         policies level. Patch originally based on RH changes (submited by Chris
7075         PeBenito <pebenito@gentoo.org>)
7076
7077 2005-02-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
7078
7079         * po/fr.po, NEWS:
7080         updated translation (by Jean-Luc Coulon <jean-luc.coulon@wanadoo.fr>) from
7081         Debian resources.
7082
7083 2005-01-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
7084
7085         * NEWS, configure.in: open work on 4.0.8.
7086
7087 2005-01-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
7088
7089         * 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:
7090         "make update-po".
7091
7092 2005-01-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
7093
7094         * NEWS, po/it.po:
7095         updated it translations (by Danilo Piazzalunga <danilopiazza@libero.it>).
7096
7097 2005-01-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
7098
7099         * libmisc/rlogin.c: remove ruserok() prototyle and #include <unistd.h>.
7100
7101         * lib/getdef.c: remove strtol() prototype (it comes with <stdlib.h>).
7102
7103         * po/da.po, po/es.po, po/nl.po, po/pl.po, po/pt.po:
7104         "Project-Id-Version: shadow 4.0.7".
7105
7106         * NEWS, po/fi.po:
7107         updated fi translation (by Tommi Vainikainen <thv+debian@iki.fi>).
7108
7109 2005-01-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
7110
7111         * po/da.po, po/es.po, po/pl.po, po/pt.po: kill fuzzy entries.
7112
7113         * po/nl.po, NEWS:
7114         updated nl translations (by cobaco (aka Bart Cornelis)" <cobaco@linux.be>).
7115
7116         * lib/Makefile.am (libshadow_la_LIBADD): removed snprintf.h.
7117
7118         * NEWS, po/LINGUAS, po/zh_TW.po:
7119         added zh_TW translation (from Debian resources).
7120
7121         * 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:
7122         "make update-po".
7123
7124         * 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:
7125         "less means better" added fixes which makes english texts more consistent
7126         especially with capitalization issues. Based on fixes by Tommi Vainikainen
7127         <thv+debian@iki.fi> (make all text begining from lower case .. not upper).
7128         This patch cuts i18n entries in each po/*po file from 420 to 402.
7129
7130 2005-01-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7131
7132         * NEWS: added pt to updated translations.
7133
7134         * lib/defines.h: reverte last change (mistake).
7135
7136         * po/pt.po:
7137         updated translation by Miguel Figueiredo <elmig@debianpt.org>.
7138
7139 2005-01-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
7140
7141         * NEWS: typo.
7142
7143         * NEWS: update da, es and pl (100%) translations.
7144
7145         * po/pl.po: finish translations.
7146
7147         * po/da.po: updated translations by Claus Hindsgaul <claus_h@image.dk>.
7148
7149         * NEWS, TODO: Typos found by Claus Hindsgaul <claus_h@image.dk>.
7150
7151         * po/es.po: Updates from Ruben Porras <nahoo@inicia.es>.
7152
7153         * lib/defines.h: - remove usong shadow_.h.
7154
7155         * po/pl.po: kill fuzzy.
7156
7157         * 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:
7158         remove unused now files in lib/ directory.
7159
7160         * 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:
7161         Now correctly shadow passes "make distcheck".
7162
7163         * NEWS: typo.
7164
7165 2005-01-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
7166
7167         * 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:
7168         switch faillog ro use getopt_long().
7169
7170         * etc/pam.d/su: aded line with "session required pam_env.so".
7171
7172 2004-12-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
7173
7174         * man/de/Makefile.am, man/de/vigr.8, man/de/vipw.8, NEWS:
7175         added de vigr(8), vipw(8) man pages (from Debian resources).
7176
7177 2004-12-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
7178
7179         * po/LINGUAS, po/ro.po, po/sq.po, NEWS:
7180         added ro, sq translations (from Debian resources).
7181
7182 2004-12-20  Tomasz Kłoczko  <kloczek@pld.org.pl>
7183
7184         * configure.in:
7185         added checing is fseeko() function is avalaibabe in system: added fseeko to
7186         AC_CHECK_FUNCS parameters.
7187
7188         * lib/Makefile.am:
7189         fixed warning message about incorrect try linking non-PIC code with shared
7190         library: removed $(top_builddir)/libmisc/libmisc.a from libshadow_la_LIBADD.
7191
7192         * NEWS:
7193         - final entry about fixed large file support in lastlog and faillog.
7194
7195         * src/vipw.c, lib/Attic/pwent.c, lib/Attic/grent.c:
7196         use fseeko() instead fseek(). This not realuy neccessary because in this
7197         cases fseek() was used for move to begin of file. This only for minimize
7198         external functions count.
7199
7200         * src/faillog.c:
7201         fixes for allow operate on large files by faillog: use fseeko() instead
7202         fseek().
7203
7204         * src/lastlog.c:
7205         fixes for allow operate lastlog on large files: use fseeko() instead fseek()
7206         and do not casrt file offsets to unsigned long (based on large-file patch
7207         from FC).
7208
7209         * src/faillog.c: fixed typo in usage().
7210
7211 2004-12-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7212
7213         * man/pl/newgrp.1: fixed typo in bold macro.
7214
7215 2004-12-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
7216
7217         * man/pl/chpasswd.8: remove bold from NAZWA section.
7218
7219 2004-12-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
7220
7221         * src/faillog.c: remove using Prog variable.
7222
7223         * configure.in, NEWS:
7224         fixed large file support: added AC_SYS_LARGEFILE macro to autoconf.
7225
7226         * man/Attic/groupmod.8, man/pl/groupmod.8: separate OPTIONS section.
7227
7228         * man/pl/chpasswd.8: sync with english version.
7229
7230         * man/Attic/chpasswd.8:
7231         bold "chpasswd" command name in CAVEATS section.
7232
7233         * man/Attic/chpasswd.8: s/protect/protected/
7234
7235         * man/pl/lastlog.8: cleanups.
7236
7237         * man/Attic/chpasswd.8, man/Attic/lastlog.8, man/Attic/newusers.8:
7238         remove bold from NAME section.
7239
7240         * man/it/groupadd.8, man/it/useradd.8: separate OPZIONI section.
7241
7242         * man/pl/groupmems.8: fixes in OPCJE section.
7243
7244         * man/Attic/chpasswd.8: more cleanups.
7245
7246 2004-12-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
7247
7248         * 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:
7249         Fixed varoiuse typos and misspeling based partialy on patch from Bug#141322
7250         from Debian (submited by Christian Perrier <bubulle@debian.org>).
7251
7252         * man/Attic/chpasswd.8: more cleanups.
7253
7254         * man/pl/faillog.8, man/Attic/faillog.8, man/ja/faillog.8:
7255         remove from OPTIONS section information about avalaibability on some systems
7256         faillog database in other location thad listed in FILES section.
7257
7258         * man/Attic/chpasswd.8: updated.
7259
7260         * man/fr/faillog.5:
7261         fixed FICHIERS secttion: corrected change to italic on /var/log/faillog.
7262
7263         * src/faillog.c:
7264         move main() to the end of file and reorder rest functions. Now declararion
7265         finction prototypes can be removed.
7266
7267 2004-12-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
7268
7269         * NEWS: updated.
7270
7271         * man/pl/lastlog.8: synced with current english version.
7272
7273         * man/Attic/lastlog.8: use the same style as in chpasswd(8).
7274
7275         * 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:
7276         "make update-po" after rewrite lastlog.
7277
7278         * src/lastlog.c: Rewrite for use the same style as in chpasswd.c.
7279         Move open lastlog file after commadline option parsing so now --help option
7280         can be used by user without read access to lastlog file.
7281
7282         * src/chpasswd.c:
7283         s/display this help and exit/display this help message and exit/ in ussage()
7284         output.
7285
7286         * 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:
7287         "make update-po".
7288
7289         * src/chpasswd.c:
7290         Added handle -h|--help option. Improved and updated ussage() output.
7291
7292 2004-12-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
7293
7294         * 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:
7295         "make update-po" and resolve fuzzy with last change in src/chpasswd.c.
7296
7297         * src/chpasswd.c, NEWS:
7298         switch chpasswd to use getopt_long() and adds a --md5 option
7299         (by Ian Gulliver <ian@penguinhosting.net>).
7300
7301         * NEWS, configure.in: start work on 4.0.7.
7302
7303 2004-11-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
7304
7305         * NEWS: cleanups.
7306
7307         * 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:
7308         removed not used translations.
7309
7310         * NEWS, src/su.c:
7311         fix adding of pam_env env variables to enviroment (Martin Schlemmer <azarah@nosferatu.za.org>).
7312
7313         * NEWS, configure.in:
7314         fixed filling MAIL_SPOOL_DIR and MAIL_SPOOL_FILE variables which was allways
7315         empty (Gregorio Guidi <g.guidi@sns.it>)
7316
7317         * NEWS: updated.
7318
7319         * 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:
7320         do not translate variable names from /etc/default/useradd during "useradd -D".
7321
7322 2004-11-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
7323
7324         * 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:
7325         correction: groups/users with gid/uid 0 and 999 are reserved for system accounts.
7326
7327         * 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:
7328         zgroups/users with gid/uid 0 and 499 are typically reserved for system accounts.
7329
7330 2004-11-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
7331
7332         * 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:
7333         separated OPTIONS section.
7334
7335         * lib/commonio.c: reverte last change.
7336
7337         * libmisc/pwdcheck.c:
7338         one word fix .. ommited "else" was removed. Now security bug which allow
7339         unauthorized account properties modification is realy closed.
7340
7341 2004-10-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
7342
7343         * lib/commonio.c:
7344         add matchpathcon to create the files correctly when they do not exist (based
7345         on patch from FC).
7346
7347         * man/Attic/passwd.1: fixed two typos ("/" in incorrect place).
7348
7349 2004-10-27  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7350
7351         * etc/pam.d/useradd: - added header
7352
7353         * etc/pam.d/chfn, etc/pam.d/chsh, etc/pam.d/userdel: - fixed header
7354
7355 2004-10-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
7356
7357         * etc/pam.d/chfn, etc/pam.d/chsh, etc/pam.d/userdel:
7358         added missing template/example PAM service config files for chfn, chsh, userdel.
7359
7360         * NEWS, configure.in: start 4.0.6.
7361
7362 2004-10-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
7363
7364         * 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:
7365         remove adduser(8) roff include man page to useradd(8).
7366
7367         * lib/Makefile.am: more fixes for non-inst libmisc.
7368
7369         * libmisc/Makefile.am, src/Makefile.am, NEWS:
7370         change libmisc to private static library.
7371
7372         * etc/pam.d/Makefile.am: typo.
7373
7374 2004-10-24  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7375
7376         * po/pl.po: - more translation/formatting fixes
7377
7378         * po/pl.po: - updated translation
7379
7380         * 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:
7381         - make update-po, updated usage() translation
7382
7383         * src/useradd.c: - syntax fix for useradd in usage()
7384
7385         * 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:
7386         - usage() formatting and other fixes
7387
7388         * po/fi.po: - proper UTF
7389
7390         * po/pl.po: - pl translation fixes/updates by Jakub Bogusz
7391
7392 2004-10-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
7393
7394         * 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:
7395         use default path to PAM modules.
7396
7397         * 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:
7398         Remove shadow PAM config file. Added PAM config files for: chage, chpasswd,
7399         groupadd, groupdel, groupmod, login, newusers.
7400
7401         * 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:
7402         "make update-po".
7403
7404         * configure.in: reverte previous incorrect commit.
7405
7406         * NEWS, src/su.c:
7407         add pam_open_session() support. If builded without PAM support
7408         propagate $DISPLAY and $XAUTHORITY enviroment variables.
7409         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
7410
7411 2004-10-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
7412
7413         * configure.in: cleanups.
7414
7415         * lib/defines.h:
7416         define syslog() depending on ENABLE_NLS (not on HAVE_SETLOCALE).
7417
7418 2004-10-23  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7419
7420         * man/fr/Makefile.am: - killed non-existent manpage
7421
7422 2004-10-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
7423
7424         * libmisc/copydir.c, NEWS:
7425         when placing symlinks into /etc/skel copy_tree of libmisc/copydir.c will
7426         properly create the symlink in the destination directory but not change the
7427         ownership to the target user/group. This makes httpd Option
7428         SymlinkIfOwnerMatch break for default weg pages including symlinks placed
7429         into /etc/skel/public_html for example.
7430         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=66819
7431
7432 2004-10-11  Tomasz Kłoczko  <kloczek@pld.org.pl>
7433
7434         * src/Makefile.am:
7435         seems I foud CorrectWay(tm) for add some symlinks on install target.
7436
7437         * po/pl.po: more fixes.
7438
7439         * po/pl.po: added missing \n.
7440
7441         * 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:
7442         more verbose/human readable -l output. This output is much more beter for
7443         send directly via email for each users as message with account status (for
7444         example as message with warning about account/password expiration).
7445
7446         * configure.in: start prepare for 4.0.5.
7447
7448         * src/Makefile.am, libmisc/Makefile.am, lib/Makefile.am, configure.in:
7449         move LOCALEDIR to autoheader variables. Remove redefining DEFS in
7450         Makefile.am (not neccessary now).
7451
7452         * 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:
7453         applied OWL shadow-4.0.4.1-owl-pam-auth.diff patch by Solar Designer
7454         <solar@openwall.com>:
7455           Moved the PAM authentication in user management commands after
7456           command-line parsing, made it use separate service names for each command.
7457           Use constant strings rather than argv[0] for syslog ident in the user
7458           management commands.
7459
7460         * man/Attic/useradd.8:
7461         reword the useradd manpage a little to make it more clear. Fix from:
7462         http://www.gentoo.org/cgi-bin/viewcvs.cgi/sys-apps/shadow/files/shadow-4.0.4.1-useradd-manpage-update.patch?rev=1.1
7463
7464         * configure.in: added libselinux detection.
7465
7466         * lib/Makefile.am, lib/commonio.c, lib/commonio.h, NEWS, autogen.sh, configure.in:
7467         added SELinux support (basing on patch from Gentoo).
7468
7469         * man/fr/Makefile.am (man_MANS): added getspnam.3.
7470
7471 2004-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
7472
7473         * 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:
7474         English grammar fix: s/is a not a valid group name/is not a valid group name/
7475         (pointed by Mike Frysinger <vapier@gentoo.org>).
7476
7477 2004-10-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
7478
7479         * NEWS, src/userdel.c:
7480         When removing a user with userdel, userdel always exits 1 (fixed).
7481         Based on http://bugs.gentoo.org/show_bug.cgi?id=66687.
7482
7483 2004-08-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
7484
7485         * configure.in:
7486         Use AC_SEARCH_LIBS() for inet_ntoa(), socket(), gethostbyname() probing (instead AC_CHECK_FUNC()).
7487
7488 2004-08-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
7489
7490         * man/Makefile.am: shadow(3) man page moved to man_MANS.
7491
7492         * libmisc/ttytype.c: Removed getenv() prototype (it is in <stdlib.h>).
7493
7494         * src/Attic/mkpasswd.c:
7495         Removed fgetsx() prototype (it is in lib/prototypes.h).
7496
7497         * man/it/vigr.8: Fixed typo (s/wipw/vipw/).
7498
7499 2004-08-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
7500
7501         * NEWS: Typo.
7502
7503         * 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:
7504         Run "make update-po".
7505
7506         * po/ca.po, po/da.po, po/nl.po, po/pt_BR.po: Converted to UTF-8.
7507
7508         * po/LINGUAS: Typo.
7509
7510         * 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:
7511         New translations: bs, ca, da, eu, he, id, nb, nl, nn, pt, pt_BR, tr,
7512         zh_CN (stolen froM Debian)
7513
7514         * 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:
7515         Corrected section number.
7516
7517 2004-08-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
7518
7519         * 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:
7520         Options description in alphabetical order.
7521
7522         * NEWS, src/login.c:
7523         Applied 036_pam_access_with_preauth.patch Debian patch submited by Bjorn
7524         Torkelsson <Bjorn.Torkelsson@hpc2n.umu.se>: add support for PAM account
7525         management to restrict access using pam_access when login is invoked with -f.
7526
7527 2004-06-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
7528
7529         * man/Attic/getspnam.3: added roff link to shadow(3).
7530
7531         * man/Makefile.am (man_MANS): added getspnam.3.
7532
7533 2004-06-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
7534
7535         * NEWS, lib/commonio.c, lib/getdef.c, src/vipw.c:
7536         Applied OWL shadow-4.0.4.1-owl-check-reads.diff patch by Solar Designer.
7537         Add checking for read errors in commonio and vipw/vigr (not doing so could
7538         result in data loss when the records are written back).
7539
7540         * NEWS: Add note about apply shadow-4.0.4.1-owl-tmp.diff OWL patch.
7541
7542         * src/useradd.c, configure.in:
7543         Remove looking for mkstemp() prototype and allways use mkstemp() (removed
7544         using mktemp if mkstemp() not found).
7545         Partialy based on tmp OWL patch by Solar Designer <solar@openwall.com>.
7546
7547         * NEWS, libmisc/pwdcheck.c:
7548         Fixed securirty bug which allow unauthorized account properties modification.
7549         Affected tools: chfn and chsh.
7550         Bug was discovered by Martin Schulze <joey@infodrom.org>.
7551
7552 2004-05-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
7553
7554         * NEWS: typo.
7555
7556         * NEWS, po/LINGUAS, po/it.po:
7557         added it translation (by Danilo Piazzalunga <danilopiazza@libero.it>).
7558
7559 2004-05-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
7560
7561         * NEWS: typos.
7562
7563         * po/sk.po: updated (by Peter Mann <Peter.Mann@tuke.sk>).
7564
7565 2004-05-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7566
7567         * po/sk.po: run "make update-po".
7568
7569         * NEWS, po/LINGUAS, po/sk.po:
7570         added sk translation (by Mann <Peter.Mann@tuke.sk>, submited by Christian
7571         Perrier <bubulle@kheops.frmug.org>).
7572
7573 2004-05-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7574
7575         * configure.in:
7576         Use autoconf cache variables for file and directory location tests (by
7577         Maciej W. Rozycki  <macro@ds2.pg.gda.pl>).
7578
7579 2004-05-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7580
7581         * man/Attic/passwd.5:
7582         Correct path directory delimiters (by Maciej W. Rozycki <macro@ds2.pg.gda.pl>).
7583
7584         * libmisc/xmalloc.c (malloc):
7585         Remove the declaration (by Maciej W. Rozycki <macro@ds2.pg.gda.pl>).
7586
7587 2004-04-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
7588
7589         * src/login.c, NEWS:
7590         Fixed handle -f option: now it works correctly without specify "-h
7591         <host>" if open login session localy is required (thanks for help
7592         investigate bug for Krzysztof Kotlenga).
7593
7594         * po/es.po: Updated (by Ruben Porras <nahoo82@telefonica.net>).
7595
7596 2004-04-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
7597
7598         * 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:
7599         Run "update-po".
7600
7601 2004-04-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
7602
7603         * po/es.po: Updated to current (by run "update-po").
7604
7605         * po/es.po: Converted to utf-8.
7606
7607         * po/LINGUAS: Added es.
7608
7609         * po/es.po, NEWS:
7610         Added es translation (by Ruben Porras <nahoo82@telefonica.net>).
7611
7612 2004-04-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
7613
7614         * po/ko.po, NEWS:
7615         Updated ko translations (by Changwoo Ryu <cwryu@debian.org>).
7616
7617 2004-04-02  Tomasz Kłoczko  <kloczek@pld.org.pl>
7618
7619         * po/fi.po: iconv -f iso8859-9 -t utf8
7620
7621 2004-03-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
7622
7623         * libmisc/age.c:
7624         Use endsgent() conditionaly depending on SHADOWGRP (fix submited by Gabor Z.
7625         Papp <gzp@papp.hu>).
7626
7627         * po/LINGUAS, po/fi.po, NEWS:
7628         Added fi translation (by Tommi Vainikainen <thv@iki.fi>).
7629
7630         * README: Fixed shadow and shadow-commit lists on-line archives URLs.
7631
7632 2004-01-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
7633
7634         * NEWS, configure.in, man/fr/Makefile.am, man/hu/Makefile.am, man/it/Makefile.am:
7635         New version 4.0.4.1
7636         bug fixes in automake files for generate correct tar ball on "make dist":
7637         added midsiing "EXTRA_DIST = $(man_MANS)" in man/*/Makefile.am.
7638
7639         * man/ko/Makefile.am: New version 4.0.4.1
7640         bug fixes in automake files for generate correct tar ball on "make dist":
7641         added missing "EXTRA_DIST = $(man_MANS)" in man/*/Makefile.am.
7642
7643         * man/de/Makefile.am, man/es/Makefile.am: New version 4.0.4.1
7644         bug fixes in automake files for generate correct tar ball on "make dist":
7645         added midsiing "EXTRA_DIST = $(man_MANS)" in man/*/Makefile.am.
7646
7647         * configure.in: Fixed checking is avalaible st_rdev in struct stat.
7648
7649 2004-01-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
7650
7651         * po/pl.po: Typo.
7652
7653         * man/pl/useradd.8: Cleanups in SYNOPSIS.
7654
7655 2004-01-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
7656
7657         * po/pl.po: Cleanups.
7658
7659 2004-01-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7660
7661         * configure.in: Cleanups after autoupdate.
7662
7663 2004-01-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
7664
7665         * 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:
7666         Added missing information about -f options in groupadd usage mesage (document
7667         this also in man page).
7668
7669 2003-12-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
7670
7671         * lib/Attic/lastlog_.h, libmisc/log.c, libmisc/utmp.c, src/lastlog.c, src/login.c:
7672         More time() or gettimeofday() prevention overwrite memory on 64bit arch
7673         (partialy based on patch from MDK).
7674
7675         * 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:
7676         Post remove TCFS support "make update-po".
7677
7678         * man/Makefile.am: Removed getspnam.3 from EXTRA_DIST.
7679
7680         * po/POTFILES.in: Removed lib/tcfsio.c.
7681
7682         * lib/Attic/tcfsio.c, lib/Attic/tcfsio.h, lib/Makefile.am, src/passwd.c, src/userdel.c, NEWS, configure.in, doc/Attic/README.pam:
7683         Removed TCFS support (tcfs is dead).
7684
7685         * configure.in:
7686         Added using AM_MAINTAINER_MODE. AC_INIT without parameters.
7687
7688         * Attic/acconfig.h, configure.in:
7689         Cleanups on autoheadres level: use AC_DEFINE(VAR, VAL, [Comment]) for
7690         USE_PAM, HAVE_TCFS and TCFS_GDBM_SUPPORT.
7691
7692         * src/newusers.c, src/useradd.c, Attic/acconfig.h, autogen.sh, lib/Attic/pwpack.c, NEWS:
7693         Remove all old BSD_QUOTA dependent code.
7694
7695 2003-12-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
7696
7697         * lib/Makefile.am, libmisc/Makefile.am, src/Makefile.am:
7698         Removed -I$(top_srcdir) from INCLUDES (isn't neccessary becaus this is in
7699         DEFAULT_INCLUDES) - slightly shorter compile output.
7700
7701         * Makefile.am, configure.in:
7702         Added using AM_GNU_GETTEXT([external]) - removed intl SUBDIRS.
7703         Added locale.h to AC_CHECK_HEADERS() - lib/defines.h have part which depends
7704         on HAVE_LOCALE_H.
7705
7706         * lib/nscd.h: Added missing newline at end of file.
7707
7708         * Attic/acconfig.h: Remove unused (#un)defines.
7709
7710         * autogen.sh: Typo.
7711
7712         * autogen.sh: Much more simpler script - use autoreconf.
7713
7714         * 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:
7715         "make update-po".
7716
7717 2003-12-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7718
7719         * po/LINGUAS: Languages list for gettext 1.12.x.
7720
7721 2003-10-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
7722
7723         * po/pl.po: Kill fuzzy entries.
7724
7725 2003-10-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
7726
7727         * man/Attic/usermod.8:
7728         Typo: missing "." on end of sentence (submited by Stepan Kasal <kasal@ucw.cz>).
7729
7730 2003-09-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7731
7732         * 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:
7733         convert all po/*.po files to utf-8.
7734
7735 2003-09-05  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
7736
7737         * po/ru.po: - fixed header
7738
7739 2003-07-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
7740
7741         * 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:
7742         Otput "passwd: password updated successfully\n" message on successfull
7743         password change (based on Debian changes).
7744
7745         * src/newgrp.c: Remove work around for unsecure gettext.
7746
7747 2003-06-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
7748
7749         * src/useradd.c, src/usermod.c:
7750         Added initializing memory in variables when get_groups() function is not called,
7751         and memory allocated for user_groups is not initialized (in both useradd and
7752         usermod when -G options is used and in usermod when -l option is used).
7753         That causing segfaults sometimes.
7754         This fix is importand but not critical because usermod and usermod aren't suid
7755         root.
7756         Problem reported and fixed by Alexey Voinov <voins@altlinux.ru>.
7757
7758 2003-06-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
7759
7760         * man/Attic/login.1: Fixed FILES section.
7761
7762         * 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:
7763         Indented.
7764
7765         * src/chage.c: Move *flg variables to global.
7766
7767         * Attic/acconfig.h: Comment for USG.
7768
7769 2003-05-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
7770
7771         * man/de/chfn.1, man/de/login.1:
7772         Fixed section name (s/NAME/BEZEICHNUNG/).
7773
7774         * man/de/chfn.1, man/de/chsh.1: Sync FILES section with en version.
7775
7776         * man/Attic/login.1: Typo (s/avr/var/).
7777
7778         * man/de/login.1: Sync FILES section with en man version.
7779
7780         * man/de/chfn.1, man/de/chsh.1, man/de/login.1: Remove ^M from EOL.
7781
7782         * man/de/login.1, man/de/Makefile.am, man/de/chfn.1, man/de/chsh.1, NEWS:
7783         Next round updates from Josef Spillner <josef@ggzgamingzone.org>: update
7784         chsh(1), login(1) and added new chfn(1) german man pages.
7785
7786         * NEWS: Added info about remove d_passwd(5), dialups(5) man pags.
7787
7788 2003-05-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
7789
7790         * 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:
7791         One TODO entry gone: fix nscd flushing databases on change (use
7792         per service flushing method instead HUPing nscd process).
7793
7794         * lib/Makefile.am, lib/commonio.c, lib/nscd.c, lib/nscd.h, libmisc/Attic/nscd.c, libmisc/Attic/nscd.h, libmisc/Makefile.am:
7795         Move nscd.{c,h} from libmisc/ to lib/.
7796         Fix warning about implicit declaration of function `nscd_flush_cache' in lib/commonio.c.
7797
7798         * lib/pwauth.h: Fix pw_auth() prototype.
7799
7800         * libmisc/Attic/nscd.c, libmisc/Attic/nscd.h, libmisc/Makefile.am:
7801         Added header file for nscd communication functions.
7802
7803         * libmisc/chkname.c (good_name):
7804         fixed warning about comparison between pointer and integer.
7805
7806         * 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:
7807         "make update-po".
7808
7809         * src/useradd.c (main):
7810         chain create_mail() and small fix in usage message.
7811
7812         * src/userdel.c: Removed AUTH_METHODS code.
7813
7814         * lib/pwauth.c: Fixed pw_auth() prototype.
7815
7816         * src/sulogin.c, src/usermod.c: Removed AUTH_METHODS code.
7817
7818         * 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:
7819         "make update-po".
7820
7821         * src/useradd.c: Indent.
7822
7823         * 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:
7824         Cleanups continuations: removed old AUTH_METHODS dependent code,
7825         removed also pwauth(8) man page.
7826
7827         * man/pl/Makefile.am (man_MANS): remove d_passwd.5 man page.
7828
7829         * 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:
7830         Cleanups in usage messages.
7831
7832         * src/newgrp.c: Cleanups in comments.
7833
7834         * 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:
7835         "make update-po".
7836
7837         * lib/getdef.c (main): remove gettextize error messages from test code.
7838
7839         * NEWS: Cleanups.
7840
7841 2003-05-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
7842
7843         * 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:
7844         Added handle by useradd /etc/defaults/useradd::CREATE_MAIL_SPOOL={yes|no}.
7845         Now on adding user account can be added also created empty user mail
7846         spool. Curent code handle only mailbox.
7847         TODO: add handle create user mail spool in maildir format.
7848
7849         * TODO: Typo.
7850
7851         * src/chage.c (usage): fix missing ")".
7852         (main): updated commented description.
7853
7854         * src/useradd.c: Indent.
7855
7856         * man/Attic/faillog.8, man/Attic/gpasswd.1, man/Attic/groupadd.8:
7857         Minor cleanups.
7858
7859         * man/Attic/chage.1, man/pl/chage.1:
7860         Rewrite for use claissic list form options descriptions.
7861
7862         * man/pl/groupadd.8:
7863         s/Polecenie groupadd posiada opcje:/Polecenie groupadd posiada następujące opcje:/
7864
7865         * TODO: ALL:
7866         move base passwd/shadow/group/gshadow operation to module for allow write
7867         diffrent backend modules for db, NIS, LDAP and others. Default backend it
7868         will be choose depending on /etc/nsswitch.conf and allow overrride this by
7869         -r <repository> options (where the <repository> can be file, db, nis
7870         nisplus, ldap .. like on /etc/nsswitch.conf in service column).
7871         passwd have old piece of code with handling -r option and it will be good
7872         finish this and propagate on other shadow tools for allow operate on other
7873         user databases by well known tools.
7874
7875         useradd:
7876         add handle /etc/defaults/useradd::CREATE_MAIL_SPOOL={yes,no} for allow
7877         create empty mail spool for added user.
7878
7879         * man/pl/Attic/d_passwd.5, man/pl/Attic/dialups.5: Removed.
7880
7881         * man/Attic/groupmems.8: Close few \fB by add \fR.
7882
7883         * man/Attic/groupadd.8, man/Attic/groupmems.8: Minor cleanups.
7884
7885 2003-05-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
7886
7887         * src/grpconv.c, src/grpunconv.c, src/pwconv.c, src/pwunconv.c:
7888         Move non-SHADOWPWD stub code to end of file (like in chage.c) and do not use
7889         gettextized message.
7890
7891         * 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:
7892         "make update-po".
7893
7894         * src/chage.c, NEWS:
7895         Now all code depend on SHADOWPWD. If shadow will not be configured on
7896         autoconf level for using shadow possword chage is olny stub which informs
7897         "chage not configured for shadow password support."
7898
7899         * man/it/Makefile.am: Removed EXTRA_DIST (not neccessary).
7900
7901         * man/es/Makefile.am: Removed groups.1 (doen't exist es groups(1)).
7902
7903         * man/de/Makefile.am (man_MANS): added login.1.
7904
7905         * man/de/Makefile.am: Removed EXTRA_DIST (isn't neccessary now).
7906
7907         * 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:
7908         Install groups(1) man page (moved from EXTRA_DIST to man_MANS).
7909
7910         * po/.cvsignore:
7911         Added files generated by gettextize from gettext 0.11.5.
7912
7913         * 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:
7914         Updated after removing dialup tools.
7915
7916         * po/POTFILES.in: Removed lib/{dialchk,dialup}.c and src/dpasswd.c.
7917
7918 2003-05-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
7919
7920         * libmisc/shell.c (shell): do not gettexitize DEBUG message.
7921
7922         * 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:
7923         Removed "#if 0 .. #endif" dead code.
7924
7925         * libmisc/utmp.c: Fixed unterminated #if.
7926
7927         * libmisc/Attic/login_access.c (resolve_hostname):
7928         cleanup: removed #if 1 .. #endif.
7929
7930         * libmisc/.cvsignore: Added getdate.c.
7931
7932         * libmisc/Attic/getdate.c:
7933         Removed - this file is generated by bison/yacc.
7934
7935         * configure.in:
7936         Change file name passwd in AC_INIT argument from lib/dialchk.c to src/passwd.c.
7937
7938         * src/su.c:
7939         Removed dead code (#if 0 .. #endif) with call motd() and mailcheck()
7940         (was commnted because GNU su doesn't do this).
7941
7942 2003-05-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
7943
7944         * 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:
7945         Removed old dpasswd and DIALUPS_CHECK_ENAB login.defs handling code from login.
7946
7947         * doc/Attic/ANNOUNCE, doc/Makefile.am, NEWS: Removed old doc/ANNOUNCE.
7948
7949         * src/login.c, lib/getdef.c, etc/Attic/login.defs.linux, NEWS:
7950         Remove NO_PASSWORD_CONSOLE code.
7951
7952 2003-05-03  Tomasz Kłoczko  <kloczek@pld.org.pl>
7953
7954         * 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:
7955         Remove old SVR4, ATT_AGE, ATT_COMMENT dependent code.
7956
7957         * src/chage.c:
7958         Remove some ageing code which was not used if SHADOWPWD isn't defined.
7959         Now handling mindays, maxdays and lastday also depends on SHADOWPWD.
7960
7961 2003-05-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
7962
7963         * 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:
7964         Reformated.
7965
7966         * etc/login.defs:
7967         Use FHS 2.x compliant paths to lastlog, sulog, mail spool and also change
7968         ENV_SUPATH to PATH=/sbin:/bin:/usr/sbin:/usr/bin and
7969         ENV_PATH to PATH=/bin:/usr/bin
7970
7971         * 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:
7972         Removed old stuff.
7973
7974 2003-04-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
7975
7976         * 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:
7977         make update-po
7978
7979         * src/su.c: Remove not mached #endif after removing ATT_AGE code.
7980
7981         * man/ko/passwd.5: Remove ^M from end of line.
7982
7983         * 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:
7984         Removed old ATT_AGE (account ageing in passwd file) dependent code.
7985
7986         * po/pl.po: Fix chage and lastlog messages.
7987
7988 2003-04-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
7989
7990         * libmisc/limits.c, src/logoutd.c:
7991         More utmp/utmpx fixes: use endutend() or endutxend() depending on HAVE_UTMPX_H.
7992
7993         * 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:
7994         Run "make update-po" after remove SVR4 code and fix duplicated entries in sv.po.
7995
7996         * NEWS, src/login.c, src/logoutd.c, src/useradd.c:
7997         Remove old SVR4 and SVR4_SI86_EUA dependent code from login, useradd and
7998         logoutd.
7999
8000 2003-04-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
8001
8002         * man/pl/usermod.8: Remove "OD TŁUMACZA" section.
8003
8004         * 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:
8005         Added EXIT VALUES section with full description exit codes.
8006
8007         * src/groupadd.c: Typo (s/nut/not/).
8008
8009         * man/Attic/shadowconfig.8: Merge changes from Debian.
8010
8011         * NEWS, man/Attic/passwd.5:
8012         Remove text about password aging from passwd(5) (based on Debian changes).
8013
8014         * 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:
8015         More unification in lastlog command syntax.
8016
8017         * man/Attic/lastlog.8, man/it/lastlog.8, man/ja/lastlog.8, man/pl/lastlog.8:
8018         Unifications in SYNOPSIS.
8019
8020         * 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:
8021         Remove ^M from end of line.
8022
8023         * man/Attic/gpasswd.1, man/Attic/groupadd.8:
8024         Indentation in FILES section.
8025
8026         * src/pwconv.c, src/useradd.c, src/userdel.c:
8027         s/bad command syntax/invalid command syntax/
8028
8029         * src/userdel.c:
8030         Indent by hand (seems indent have problems with complex conditions).
8031
8032         * man/ru/Makefile.am: man_MANS: s#passwd.1#passwd.5#
8033
8034         * po/pl.po: s/nie mogę/nie można/
8035
8036         * po/fr.po: Emoticon removed.
8037
8038         * NEWS, configure.in, man/Makefile.am, man/ru/.cvsignore, man/ru/Makefile.am, man/ru/passwd.5:
8039         Added ru passwd(1) man page from KSI resources.
8040
8041         * 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:
8042         Added chch(1), chfn(1) man pages from chinese man pages translation
8043         project.
8044         Added id(1) man page czech man pages translation project.
8045         Updated ja man pages and added expiry(1).
8046
8047         * man/hu/groups.1, man/hu/login.1:
8048         Remove info about $HOME/.profile from FILES section (this does not depends
8049         stricte on shadow).
8050
8051         * configure.in, man/Makefile.am, man/es/Makefile.am:
8052         Added es man pages to ac/am suit.
8053
8054         * man/es/.cvsignore, man/hu/.cvsignore, man/pt_BR/.cvsignore, man/zh_CN/.cvsignore, man/zh_TW/.cvsignore:
8055         Added .cvsignore files.
8056
8057         * man/hu/Makefile.am, man/hu/su.1:
8058         Added su(1) man page from hungarian man pages translation project.
8059
8060 2003-04-26  Tomasz Kłoczko  <kloczek@pld.org.pl>
8061
8062         * NEWS: Ready for gettext 0.11.5, automake 1.7.4, autoconf 2.57.
8063         Many cleanups and unifications in man pages.
8064
8065         * 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:
8066         Fixes: correct utmp/wtmp paths.
8067         Unifications: bold commnanda and italify other file names.
8068         Other minor changes and cleanups and unifications.
8069
8070         * libmisc/limits.c: More utmpx/utmp fixes.
8071
8072         * 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:
8073         Usage help message unification (s/usage:/Usage:/).
8074
8075         * TODO: Missing "are".
8076
8077         * src/logoutd.c, src/userdel.c, NEWS:
8078         Handle also utmpx if avalaile in userdel and logoutd.
8079
8080 2003-04-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
8081
8082         * src/sulogin.c: Remove unused utent declaration.
8083
8084         * src/sulogin.c, src/login.c:
8085         Remove #include <utmp.h> and <utmpx.h>. This comes with #include "prototypes.h".
8086
8087         * lib/prototypes.h:
8088         "#include <utmp.h>" or "#include <utmpx.h>" depending on HAVE_UTMPX_H.
8089
8090         * libmisc/failure.c:
8091         Remove "#include <utmp.h>" (this is included in failure.h).
8092
8093         * configure.in:
8094         On detect mail spool directory location try first /var/mail.
8095
8096 2003-04-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
8097
8098         * 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:
8099         Indent all using current .indent.pro settings.
8100
8101         * po/Makevars: New file neccessary for gettext >=0.11.5.
8102
8103         * man/Makefile.am: Removed getspnam.3 from man_MANS (dos not exist).
8104
8105         * po/de.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/ru.po:
8106         Fixes after filtering gettext 0.11.5 (missing headers elements, inforrect
8107         format strings).
8108
8109 2003-04-21  Tomasz Kłoczko  <kloczek@pld.org.pl>
8110
8111         * NEWS, man/de/passwd.1:
8112         updated german passwd(1) man page (by Josef Spillner <josef@ggzgamingzone.org>)
8113
8114 2003-03-12  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8115
8116         * po/pl.po: - updated; terminology unification
8117
8118 2003-02-28  Paweł Gołaszewski  <blues@pld.org.pl>
8119
8120         * etc/login.defs: - missing "MD5_CRYPT_ENAB  yes" added
8121
8122 2003-01-20  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8123
8124         * configure.in: - added Makefiles for man/zh_{CN,TW}
8125
8126         * 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:
8127         - added zh man pages from MDK (2 x 6) and from cman (1)
8128
8129 2003-01-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
8130
8131         * man/ja/shadow.3, man/pl/shadow.3, man/Attic/shadow.3:
8132         sync spwd structure declaration with current glibc declaration (tahnks for
8133         point this bug to Michael Kerrisk <michael.kerrisk@gmx.net>).
8134
8135         * man/pl/faillog.5: s/konsolę/terminal/
8136
8137 2002-12-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
8138
8139         * src/Makefile.am: typo (s/EXTRA_DOST/EXTRA_DIST/).
8140
8141 2002-10-14  Tomasz Kłoczko  <kloczek@pld.org.pl>
8142
8143         * src/Makefile.am:
8144         fixed making vigr symlink to vipw (not vipw to vigr) in install-exec-hook (fix submited by
8145         Dimitar Zhekov <jimmy@is-vn.bg>).
8146
8147         * 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:
8148         removed debian directory.
8149
8150 2002-10-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
8151
8152         * NEWS, src/newgrp.c:
8153         Use CLOSE_SESSIONS depending code only when USE_PAM.
8154         The problem was reported by Mattias Webjorn Eriksson using Slackware
8155         8.1 and reproduced it using slackware-current (9.0beta) (fix submited by
8156         Simon Williams <simon@no-dns-yet.org.uk>).
8157
8158 2002-10-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
8159
8160         * 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:
8161         changed utmp and wtmp files paths (s#/etc/utmp/#/var/run/utmp#; s#/etc/wtmp#/var/log/wtmp#)
8162
8163         * po/ru.po, configure.in: added ru translation (from KSI resources).
8164
8165 2002-09-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
8166
8167         * NEWS, libmisc/failure.c:
8168         libbmisc/failure.c (too_many_failures): incorrect if() condition in non-PAM
8169         dependent code in fail login handling (fixed by Krzysztof Oledzki <ole@ans.pl>).
8170
8171 2002-08-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
8172
8173         * man/pl/useradd.8, man/Attic/useradd.8, NEWS:
8174         document useradd and groupadd -M option in en and pl man pages
8175         (by Jakub Mikusek <mick3y@o.k.pl>).
8176
8177         * configure.in: start prepare 4.0.4.
8178
8179 2002-03-18  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8180
8181         * 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:
8182         - updated to man-pages-ja-20020315 (except cvs tags)
8183
8184 2002-03-15  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8185
8186         * TODO: - remove already done pl man updates from the list
8187
8188 2002-03-13  Tomasz Kłoczko  <kloczek@pld.org.pl>
8189
8190         * 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:
8191         added ko man pages.
8192
8193         * man/de/.cvsignore, man/de/Makefile.am:
8194         automake files for de man pages.
8195
8196         * TODO: updated.
8197
8198         * 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:
8199         added cs, de, fr, id, it, ko man pages to ac/am.
8200
8201 2002-03-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
8202
8203         * 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:
8204         "make update-po"
8205
8206         * po/de.po, NEWS, configure.in:
8207         added de translation (by Frank Schmid <frank@cs-schmid.de>).
8208
8209         * NEWS: added info about Solar patch for man pages.
8210
8211 2002-03-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
8212
8213         * 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:
8214         added some raw cs, de, es, fr, id, it man pages from national
8215         man pages translation projects (all man pages not yet added to Makefile.am
8216         files because all need some work).
8217
8218         * man/hu/chfn.1, man/hu/id.1:
8219         added id(1) chfn(1) from hu man pages translation project (it need some work
8220         because this documents describes GNU version id and chfn from util-linux).
8221
8222         * man/hu/Makefile.am, man/hu/login.1:
8223         added login(1) man page from hu man pages translation project.
8224
8225         * po/POTFILES.in: updated (suath.c moved to src/).
8226
8227         * src/Makefile.am: added su_SOURCES with "su.c suauth.c".
8228
8229         * libmisc/Makefile.am:
8230         remove suauth.c from libmisc_la_SOURCES (varialbles and functions from
8231         this file are usesd only in su).
8232
8233         * libmisc/Attic/suauth.c, src/suauth.c: move suauth.c o src/.
8234
8235         * libmisc/Attic/suauth.c:
8236         move "struct passwd pwent" outside #ifdef SU_ACCESS.
8237
8238 2002-03-09  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8239
8240         * 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:
8241         - sync with en versions
8242
8243         * 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:
8244         - update to chage.1; formatting/typo fixes
8245
8246 2002-03-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
8247
8248         * po/uk.po, po/ko.po, po/pl.po, po/sv.po, po/ja.po, po/cs.po, po/el.po, po/fr.po:
8249         "make update-po"
8250
8251 2002-03-09  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8252
8253         * 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:
8254         - further "SEE ALSO" references sorting
8255
8256 2002-03-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
8257
8258         * 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:
8259         merged shadow-4.0.0-owl-man.patch by Solar Designer <solar@openwall.com>.
8260
8261         * NEWS: updated for 4.0.3.
8262
8263         * libmisc/Attic/suauth.c, libmisc/utmp.c, src/login.c, src/su.c:
8264         swapped utent dnd pwent efinition/extern and now shadow source can be configured
8265         --with-shared (fix by Dimitar Zhekov <jimmy@is-vn.bg>).
8266
8267 2002-03-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
8268
8269         * configure.in: start prepare 4.0.3.
8270
8271         * src/Makefile.am:
8272         use ln -sf instead ln -s in install-exec-hok (fix pointed by Dimitar Zhekov
8273         <jimmy@is-vn.bg>).
8274
8275 2002-03-02  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8276
8277         * man/pl/passwd.1: sync with en version
8278
8279         * man/Attic/passwd.1: - they -> his/her, user's
8280         - typos
8281         - fix sentence about "writing down"
8282
8283         * man/Attic/passwd.1: relocation by NAKANO Takeo
8284
8285 2002-02-28  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8286
8287         * man/hu/passwd.1: missing "-"
8288
8289         * man/ja/Attic/shadowconfig.8, man/ja/passwd.5, man/ja/shadow.5:
8290         - updated to man-pages-ja-20020215
8291
8292 2002-02-23  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8293
8294         * po/cs.po, po/fr.po, po/pl.po, po/sv.po, po/uk.po, man/pl/useradd.8:
8295         - typos in pl/useradd.8; commented out unsupported -r option description
8296         - useradd "usage" formatting fixes
8297         - fix translation in uk.po
8298
8299 2002-02-18  Tomasz Kłoczko  <kloczek@pld.org.pl>
8300
8301         * configure.in: release 4.0.2.
8302
8303 2002-02-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
8304
8305         * Attic/shadow-utils.spec.in, Makefile.am, configure.in, shadow.spec.in:
8306         rename spec file s/shadow-utils.spec/shadow.spec/
8307
8308         * po/cs.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/sv.po, po/uk.po:
8309         update-po before release.
8310
8311         * po/ko.po, po/pl.po: cleanups.
8312
8313 2002-02-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
8314
8315         * 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:
8316         placa ".so man<level>/<man_page>.<level>" in roff .so includes (seems some
8317         man page viewers do not handles correctly man documents without subdirectory
8318         name in roff .so incude).
8319
8320 2002-01-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
8321
8322         * 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:
8323         resolve many fuzzy translations also all this which may cause problems on
8324         displaing long uid/gid.
8325
8326         * 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:
8327         drop translate some messages in id output (about {,e}{u,g}id).
8328
8329 2002-01-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
8330
8331         * README: s#password: cvs#password: [empty password]#
8332
8333 2002-01-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
8334
8335         * NEWS: two new entries.
8336
8337         * libmisc/chkname.c (good_name):
8338         allow usernames ending with "$" for allow create machine
8339         acounts for samba (thanks for point this problem in 4.0.1 by
8340         Jerome Borsboom <borsboom@tch.fgg.eur.nl>).
8341
8342         * 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:
8343         s/invalid user name `%s'/invalid user name '%s'/
8344
8345 2002-01-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
8346
8347         * configure.in:
8348         fix in libpam_misc detection (removed one "," AC_CHECK_LIB()).
8349         Thanks to Silvan Minghetti for report this.
8350
8351 2002-01-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
8352
8353         * NEWS: start prepare to 4.0.2.
8354
8355         * po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/sv.po, po/uk.po, po/cs.po:
8356         updated.
8357
8358         * configure.in: It is good time to release 4.0.1.
8359
8360         * libmisc/.indent.pro, lib/.indent.pro: added -pcs option.
8361
8362         * TODO: some things goes out other in.
8363
8364         * src/newgrp.c, NEWS:
8365         added ability to log session closes in newgrp (look at long nice comments
8366         inside source code :_) by Joseph Parmelee <jparmele@wildbear.com>.
8367
8368         * src/groupadd.c, src/useradd.c:
8369         next part fixes for handle long UID/GID (by Thorsten Kukuk <kukuk@suse.de>).
8370
8371         * lib/getdef.c, lib/getdef.h:
8372         adeded getdef_unum(): get unsigned numerical value from table of
8373         definitions (Thorsten Kukuk <kukuk@suse.de>).
8374
8375         * NEWS: updated.
8376
8377         * libmisc/isexpired.c:
8378         remove "#if defined(SHADOWPWD)" (not removed during remove AGING).
8379
8380         * etc/Makefile.am: useradd config file added to EXTRA_DIST.
8381
8382 2002-01-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
8383
8384         * po/sv.po, po/uk.po, po/cs.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po:
8385         update.
8386
8387         * 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:
8388         Add -pcs to .indent.pro file and reindent all code.
8389         Remove "\n" from all SYSLOG() messages.
8390
8391         * NEWS: s/SuSe/SuSE/
8392
8393 2001-12-22  Tomasz Kłoczko  <kloczek@pld.org.pl>
8394
8395         * man/pl/useradd.8, man/Attic/useradd.8: documment -o option.
8396
8397         * 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:
8398         correct package name (s/shadow-password/shadow/).
8399
8400         * src/chage.c, src/expiry.c, src/login.c, src/passwd.c, src/su.c, libmisc/age.c, libmisc/isexpired.c, NEWS, configure.in:
8401         Finish integrate AGING code into SHADOWPW.
8402         Remove handle old HAVE_USERSEC_H code.
8403
8404         * po/uk.po: typo.
8405
8406         * 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:
8407         cleanups.
8408
8409         * 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:
8410         standarize usage messages syntax.
8411
8412         * man/pl/useradd.8, man/pl/usermod.8, man/pl/vipw.8, man/pl/userdel.8:
8413         removed duplicated man page text.
8414
8415         * 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:
8416         standarize usage meissages syntax.
8417
8418         * src/chage.c, NEWS (main):
8419         merge part Solar shadow-4.0.0-owl-pam-auth.diff patch with reorder
8420         nitialize PAM and checkin is chage is runed by root or not - now chage can be
8421         runed from non-root account for checking by user own accout information.
8422
8423         * src/pwck.c: indent source.
8424
8425         * src/pwck.c (main): remove old work around for Slackware bug.
8426
8427 2001-12-20  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8428
8429         * man/ja/Attic/adduser.8, man/ja/Makefile.am, man/ja/limits.5, man/ja/pwconv.8:
8430         - updated to man-pages-ja-20011215
8431
8432 2001-11-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
8433
8434         * src/grpck.c:
8435         remove check for a Slackware bug (make sure GID is not -1; it was special
8436         meaning for some syscalls).
8437
8438         * 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:
8439         fixes for handle/print correctly 32bit uid/gid (Thorsten Kukuk <kukuk@suse.de>).
8440
8441         * src/chage.c: - break usage vomment line.
8442
8443         * lib/defines.h:
8444         removed bunch spaces on end line in conditionale #include <errno.h>
8445         which in some cases dissallow compile correctly shadow (thanks for
8446         Silvan Minghetti <bullet@users.sourceforge.net>).
8447
8448 2001-11-17  Michał Moskal  <malekith@pld.org.pl>
8449
8450         * NEWS:
8451         - mention fix for SEGV when using pwck -s on /etc/passwd file with
8452           empty lines in it
8453
8454         * lib/commonio.c:
8455         - installed fix for SEGV when using pwck -s on /etc/passwd file with
8456           empty lines in it
8457
8458 2001-11-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
8459
8460         * libmisc/chkname.c, NEWS:
8461         next merge from Solar patches (shadow-4.0.0-owl-check_names.diff) but only
8462         part this patch with checking login name matching; checking is login
8463         string isn't longer than possible probably it will be good prepare using
8464         _POSIX_LOGIN_NAME_MAX from <bits/posix1_lim.h>
8465
8466 2001-11-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
8467
8468         * NEWS: typos.
8469
8470         * NEWS: added info about new hu man pages.
8471
8472         * NEWS: updated.
8473
8474 2001-11-16  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8475
8476         * 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:
8477         - updated to man-pages-ja-20011115.tar.gz
8478
8479         * man/ja/groups.1: 3c26de91cfd359c0b7c36ca3cd3e170d  groups.1
8480
8481         * man/ja/grpconv.8: 402190c04b8df45e20afd01e3acd0da4  grpconv.8
8482
8483         * man/ja/grpunconv.8: 402190c04b8df45e20afd01e3acd0da4  grpunconv.8
8484
8485         * man/ja/id.1: 3edc687b1c09bbdd170553f326a71711  id.1
8486
8487         * man/ja/newusers.8: c2ecaa6ddffe07de2c39be3aefb5bcae  newusers.8
8488
8489         * man/ja/pwunconv.8: 402190c04b8df45e20afd01e3acd0da4  pwunconv.8
8490
8491         * man/ja/Attic/shadowconfig.8:
8492         f79300c0db64fd961443177c88605087  shadowconfig.8
8493
8494         * man/ja/useradd.8: 3333b9a2e5a388a472fb05106d65a596  useradd.8
8495
8496         * man/ja/vigr.8: 42825938683e54e391897ea100001af1  vigr.8
8497
8498         * man/ja/vipw.8: 0cb8db0f1f19de7690f0ef9baeceb919  vipw.8
8499
8500 2001-11-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
8501
8502         * lib/Attic/getpass.c:
8503         one fix warning from Solar shadow-4.0.0-owl-warnings.diff.
8504
8505         * src/chage.c, lib/defines.h:
8506         move "#include <errno.h>" to /lib/defines.h.
8507
8508         * configure.in: added AC_CHECK_HEADERS(errno.h)
8509
8510         * src/chage.c: apply shadow-4.0.0-owl-chage-drop-priv.diff and
8511         shadow-4.0.0-owl-chage-ro-no-lock.diff by Solar Designer <solar@openwall.com>.
8512         Added locks which are needed when doing r/w accesses, not when running as root.
8513         If root does read-only, there's no lock needed. Added missing
8514         "#include <errno.h>" for above.
8515
8516 2001-11-14  Andrzej Krzysztofowicz  <ankry@pld.org.pl>
8517
8518         * configure.in: - added hu directory antry
8519
8520         * man/Makefile.am: - groups.1 moved to EXTRA_DIST
8521         - added hu directory entry
8522
8523         * man/ja/Makefile.am: - sorted
8524         - shadow.3 moved to EXTRA_DIST
8525
8526         * man/pl/Makefile.am: - sorted
8527         - added entries for new pages
8528         - EXTRA_DIST synced with man/Makefile.am
8529
8530         * 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:
8531         - man pages from Debian
8532
8533         * man/Attic/groupmems.8: - typo
8534
8535         * man/pl/expiry.1, man/pl/groupmems.8: - translated pages
8536
8537 2001-11-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
8538
8539         * libmisc/Makefile.am:
8540         fix building with cracklib enabled: $(LIBCRACK) added to libmisc_la_LIBADD.
8541
8542         * src/useradd.c: typo.
8543
8544 2001-11-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
8545
8546         * 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:
8547         removed prototypes which are defined in libc header files
8548         (Thorsten Kukuk <kukuk@suse.de>).
8549
8550         * libmisc/Attic/nscd.c, libmisc/Makefile.am, lib/commonio.c:
8551         implemetn better reloading the nscd cache (per NSS map)
8552         by Thorsten Kukuk <kukuk@suse.de>
8553
8554         * src/login.c, libmisc/setupenv.c:
8555         fixed warnings "not used but defined" on compile using gcc 3.0.x
8556         by bulletpr00ph <bullet@users.sourceforge.net>.
8557
8558 2001-10-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
8559
8560         * NEWS: New entries for 4.0.1.
8561
8562         * po/pl.po: few more pl translations.
8563
8564         * po/cs.po, po/el.po, po/fr.po, po/ja.po, po/ko.po, po/pl.po, po/sv.po, po/uk.po:
8565         "make update-po".
8566
8567         * po/ja.po, po/ko.po, configure.in:
8568         added ja, ko translations found in SuSe.
8569
8570 2001-10-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
8571
8572         * src/useradd.c: sort alphabetically *flg variables.
8573
8574         * debian/Attic/Makefile.am, debian/Attic/tar.c: removed.
8575
8576 2001-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
8577
8578         * 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:
8579         added vigr(1) man page as roff .so link to vipw(1),                                                                             - added sg(1) man page as roff .so link to newgrp(1).
8580
8581         * src/Makefile.am:
8582         added install symlinks newgrp -> sg, vipw -> vigr in install-exec-hook target.
8583
8584 2001-10-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
8585
8586         * lib/Makefile.am (libshadow_la_SOURCES):
8587         reverte last change and added rcsid.h,
8588         (EXTRA_DIST): added missing "\".
8589
8590         * src/Makefile.am: (DEFS):
8591         - fix -DLOCALEDIR in DEFS,
8592         - added -DHAVE_CONFIG_H,
8593         - removed @DEFS@.
8594
8595         * lib/Makefile.am:
8596         added missing shadow_.h file to libshadow_la_SOURCES.
8597
8598 2001-09-08  Tomasz Kłoczko  <kloczek@pld.org.pl>
8599
8600         * Makefile.am (AUTOMAKE_OPTIONS):
8601         version changed to 1.5 and added dist-bzip2.
8602
8603         * lib/Makefile.am, libmisc/Makefile.am, src/Makefile.am:
8604         add .indent.pro to EXTRA_DIST.
8605
8606         * etc/Makefile.am, etc/useradd: add example /etc/defaults/useradd.
8607
8608 2001-09-07  Tomasz Kłoczko  <kloczek@pld.org.pl>
8609
8610         * TODO: last touch.
8611
8612         * TODO: more TODO.
8613
8614         * lib/commonio.c, NEWS:
8615         Fix bug discovered and fixed by Marcel Ritter <Marcel.Ritter@rrze.uni-erlangen.de>
8616         Due to a big buffer size in lib/commonio.c this error does only appear
8617         if a line gets longer than 4096 bytes (there are probably very few people
8618         stumbling across this).
8619         Ths bug can be exposed by trashing /etc/groups file using useradd with script:
8620                 #!/bin/sh
8621                 typeset -i NUM
8622                 NUM=0
8623                 groupadd demogroup
8624                 while [ $NUM -le 1000 ]; do
8625                    useradd -g demogroup -G demogroup -p "NONE" user$NUM
8626                    NUM=$NUM+1
8627                 done
8628
8629 2001-09-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
8630
8631         * src/groups.c, src/id.c, src/newgrp.c, src/useradd.c, src/usermod.c, libmisc/addgrps.c, NEWS:
8632         remove limit 32 to groups per user (the same user can belong to
8633         more than 32 groups) by use sysconf(_SC_NGROUPS_MAX) instead constant
8634         NGROUPS_MAX (patch by Radu Constantin Rendec <radu.rendec@ines.ro>)
8635         NOTE: it probably need testing on other system for add some conditionals
8636         for using sysconf(_SC_NGROUPS_MAX) or NGROUPS_MAX constant.
8637
8638 2001-08-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
8639
8640         * etc/pam.d/Makefile.am, etc/pam.d/useradd: added file for useradd.
8641
8642 2001-08-24  Tomasz Kłoczko  <kloczek@pld.org.pl>
8643
8644         * src/useradd.c (set_defaults):
8645         handle correctly error open/create useradd default config
8646         filei (based on orginal post to bugtraq).
8647
8648         * TODO: documment in pt_BR, ja man pages -s {pw,grp}ck option.
8649
8650         * libmisc/sulog.c, NEWS:
8651         remove limit to 6 chars logged tty name (apply 012_libmisc_sulog.c.diff Debian
8652         patch).
8653
8654         * man/pl/Attic/shadowconfig.8, man/Attic/shadowconfig.8:
8655         - aply 021_man_shadowconfig_usr_doc.diff debian patch.
8656
8657         * src/Makefile.am, lib/Makefile.am:
8658         use $(top_builddir) in .la files paths (for allow correct compile if
8659         $(top_builddir) isn't the same as $(top_srcdir)).
8660
8661         * po/.cvsignore, po/Attic/ChangeLog: removed ChangeLog.
8662
8663 2001-08-18  Michał Moskal  <malekith@pld.org.pl>
8664
8665         * src/grpck.c: - fixed getopt() call, thnx to arekm
8666
8667 2001-08-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
8668
8669         * NEWS: - include last changes to list changes in version 4.0.0.
8670
8671 2001-08-14  Michał Moskal  <malekith@pld.org.pl>
8672
8673         * NEWS: - mention new -s options
8674
8675         * man/pl/grpck.8, man/pl/pwck.8, man/Attic/grpck.8, man/Attic/pwck.8:
8676         - documented new -s options
8677
8678         * src/grpck.c, src/pwck.c: - added -s option to sort output files
8679
8680         * lib/groupio.c, lib/groupio.h, lib/pwio.c, lib/pwio.h, lib/sgroupio.c, lib/sgroupio.h, lib/shadowio.c, lib/shadowio.h:
8681         - added pw_sort, gr_sort, sgr_sort and spw_sort functions
8682
8683         * lib/commonio.c, lib/commonio.h:
8684         - added commonio_sort{,_wrt} functions
8685
8686 2001-08-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
8687
8688         * po/Attic/ChangeLog, po/uk.po, configure.in:
8689         added uk translation (Roman Festchook <roma@polesye.net>).
8690
8691         * src/logoutd.c (mani):
8692         s/ut->ut_libe/ut->ut_user/ on prepare strin with user name for syslog
8693         line (reported by Roman Festchook <roma@polesye.net>).
8694
8695 2001-07-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
8696
8697         * Attic/acconfig.h: - added missing USG.
8698
8699 2001-07-04  Marek Michałkiewicz  <marekm@pld.org.pl>
8700
8701         * lib/commonio.c:
8702         fix buffer overflow (not a security hole) in commonio_setname
8703
8704 2001-06-28  Tomasz Kłoczko  <kloczek@pld.org.pl>
8705
8706         * NEWS: entry about dropping support one argument pam_strerror().
8707
8708         * libmisc/pam_pass.c, src/login.c, src/su.c, Attic/acconfig.h, configure.in, lib/defines.h, lib/pam_defs.h:
8709         drop detecting is pam_strerror() need one or two arguments. Instead using
8710         PAM_STRERROR() macro use directly pam_strerror() function with two arguments.
8711         pam_strerror() with one argument is obsoleted.
8712
8713         * configure.in:
8714         pass display error message if libpam_misc not found in correct argument
8715         AC_CHECK_LIB().
8716
8717         * configure.in:
8718         added checking for libpam_misc if libpam found and if libpam_misc is avalaible
8719         add them to $LIBPAM. Othervise exit fron autoconf script with error message.
8720         Now shadow compiles if pam support is enabled.
8721
8722 2001-06-28  Marek Michałkiewicz  <marekm@pld.org.pl>
8723
8724         * libmisc/copydir.c: fix overwriting existing file (add O_TRUNC)
8725
8726 2001-06-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
8727
8728         * configure.in: remove intl/po2tbl.sed from AC_OUTPUT().
8729
8730         * configure.in:
8731         removed add md5.o md5crypt.o conditionaly to $LIBOBJS (this is obsoleted).
8732         In current version ndling md5 functionality is included conditionaly
8733         inside md5.c and md5crypt.c source files.
8734
8735         * lib/Attic/md5.c: added comments for #endif.
8736
8737         * configure.in: also do not use SU_ACCESS when PAM is used.
8738
8739         * configure.in:
8740         - check pam directly by AC_CHECK_LIB() (PAM from PLD is now fixed an also other
8741           PAM implementation must be fixed for this method checkin is libpam is avalaible;
8742           sorry .. no way this is plain linking procedure bug),
8743         - use AC_DEFINE(LOGIN_ACCES) only when PAM isn't used.
8744
8745 2001-06-23  Marek Michałkiewicz  <marekm@pld.org.pl>
8746
8747         * src/Makefile.am:
8748         add LDADD for groupmod and usermod, as they use PAM too
8749
8750         * src/login.c, src/su.c: fix uninitialized variable failcount
8751         skip '*' in pw_shell for subsystem root
8752
8753 2001-06-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
8754
8755         * src/login.c: use "extern int login_access()" only if !USE_PAM.
8756
8757         * src/Makefile.am:
8758         added LDADD rules for programs which uses PAM and cracklib.
8759
8760 2001-06-23  Marek Michałkiewicz  <marekm@pld.org.pl>
8761
8762         * libmisc/chowntty.c:
8763         allow root login even on read-only root filesystem
8764
8765         * libmisc/Makefile.am: add -DHAVE_CONFIG_H to DEFS
8766
8767 2001-06-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
8768
8769         * autogen.sh: run configure by default with --disable-desrpc,
8770         fix: --with-libpam (not --with-pam).
8771
8772 2001-06-23  Marek Michałkiewicz  <marekm@pld.org.pl>
8773
8774         * libmisc/chowntty.c:
8775         libmisc/chowntty.c (chown_tty): move perror() before syslog() call
8776         which might change errno.
8777
8778         * man/pl/login.defs.5, man/Attic/login.defs.5:
8779         (UMASK): Default value is 077, not 0 - see NEWS for shadow-3.3.2-951106.
8780
8781 2001-06-23  Tomasz Kłoczko  <kloczek@pld.org.pl>
8782
8783         * NEWS, configure.in: prepare for release 4.0.0 version.
8784
8785         * configure.in: remove commented line.
8786
8787 2001-06-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
8788
8789         * po/pl.po: fixed charset (must be iso-8859-2).
8790
8791         * 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:
8792         added ja man pages.
8793
8794 2001-05-30  Tomasz Kłoczko  <kloczek@pld.org.pl>
8795
8796         * src/Attic/shadowconfig.sh, src/Makefile.am, debian/Attic/Makefile.am, debian/Attic/shadowconfig.sh:
8797         move shadowconfig.sh to debian/
8798
8799         * src/Makefile.am: added missing -I${top_srcdir} to INCLUDES.
8800
8801         * lib/Makefile.am: empty DEFS and INCLUDES="-I$(top_srcdir)".
8802
8803         * libmisc/Makefile.am:
8804         empty DEFS and INCLUDES="-I$(top_srcdir) -I$(top_srcdir)/lib".
8805
8806 2001-03-05  Tomasz Kłoczko  <kloczek@pld.org.pl>
8807
8808         * src/.indent.pro, lib/.indent.pro, libmisc/.indent.pro:
8809         directory indent config file is -kr -i8 -bad (indent open this file and
8810         read options if options not specyfied in commnad line).
8811
8812         * autogen.sh (conf_flags): added --with-pam.
8813
8814         * NEWS: start complette next release information.
8815
8816 2001-02-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
8817
8818         * shlib/Attic/Makefile.am, shlib/Attic/Makefile.in.saved: - removed.
8819
8820         * src/Makefile.am, libmisc/Makefile.am, lib/Makefile.am:
8821         Rewrited automake suit for building lib, libmisc and src (now this look much
8822         better). Also for all is now used libtool in proper way.
8823
8824         * configure.in:
8825         - added useing AM_DISABLE_SHARED, AM_ENABLE_STATIC for disable compile shared
8826           libraries and enable static,
8827         - some cosmetics.
8828
8829         * Makefile.am (SUBDIRS): reorder libmisc must be before lib.
8830
8831 2001-02-01  Tomasz Kłoczko  <kloczek@pld.org.pl>
8832
8833         * man/pt_BR/Makefile.am: - added man_MANS to EXTRA_DIST.
8834
8835 2001-01-31  Tomasz Kłoczko  <kloczek@pld.org.pl>
8836
8837         * 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:
8838         include pt_BR man pages for gpasswd(1), groupadd(1), groupdel(8),
8839         groupmod(8), shadow(5).
8840
8841 2001-01-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
8842
8843         * TODO: - updated.
8844
8845         * 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:
8846         many small cleanups, fixes also removed commented obsoleted texts.
8847
8848 2001-01-25  Tomasz Kłoczko  <kloczek@pld.org.pl>
8849
8850         * autogen.sh: add to conf_flags --disable-shared.
8851
8852         * 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:
8853         put or move to top cemmented Id cvs keyword,
8854         (passwd.1): documment -e option (patch from Debian),
8855         (userdel.1): remove commented obsoleted options.
8856
8857         * man/Makefile.am:
8858         put all files in man_MANS and EXTRA_DIST in alphabethic order.
8859
8860         * src/chpasswd.c, src/pwunconv.c:
8861         remove from comments program description and history logs.
8862
8863         * src/Makefile.am: move groups to bin_PROGRAMS.
8864
8865 2000-12-19  Tomasz Kłoczko  <kloczek@pld.org.pl>
8866
8867         * src/su.c: Based on Debian modyfications:
8868         (main): #endif /* USE_PAM */ #ifdef USE_PAM replaced by #else,
8869         (main): removed some dead code (scoped by #if 0 .. #endif).
8870         (main): call to re-establish SIGINT to right place.
8871
8872         * man/pl/passwd.1: Removed SEE ALSO to shadow(3) and passwd(3).
8873
8874         * man/pl/shadow.5, man/Attic/shadow.5: Removed SEE ALSO to shadow(3).
8875
8876         * man/Attic/passwd.1:
8877         Removed SEE ALSO to passwd(3) and commented shadow(3).
8878
8879 2000-12-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
8880
8881         * src/useradd.c (main):
8882         use "useradd" instead "shadow in pam_start() parameters - this
8883         allow use separated pam config file for useradd (for example for allow
8884         specified non-root user for add user).
8885
8886 2000-11-29  Tomasz Kłoczko  <kloczek@pld.org.pl>
8887
8888         * TODO: remove write expiry(1) man page.
8889
8890         * man/Attic/expiry.1, man/Makefile.am:
8891         added expiry(1) man page from Debian.
8892
8893         * man/pl/lastlog.8, man/Attic/lastlog.8:
8894         updated man pages for whole dispaly syntax.
8895
8896         * src/lastlog.c (main): fixed command line syntax description.
8897
8898         * src/lastlog.c (main):
8899         display correctly and full current commnad line lastlog syntax
8900         and also output this string using gettext.
8901
8902         * src/lastlog.c (main):
8903         merge src_lastlogin.c patch from debian with use getopt_long()
8904         instead getopt() for add handling --help, --user, --time switches and
8905         dipslay useage message on -h, --help and as default action.
8906
8907 2000-11-17  Tomasz Kłoczko  <kloczek@pld.org.pl>
8908
8909         * src/groupmems.c, po/el.po, po/fr.po, po/pl.po, po/sv.po, po/POTFILES.in, po/cs.po:
8910         added i18n support for src/groupmems.c.
8911
8912         * src/useradd.c:
8913         * (set_defaults): use mkstemp() if avalaible. Othereise use mktemp().
8914
8915         * configure.in: * added checking for mkstemp().
8916
8917         * src/useradd.c: * (set_defaults): use mkstemp() instead mktemp(),
8918         * (mani): fix compilation error in previouse RH patch (removed using nflg).
8919
8920 2000-11-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
8921
8922         * TODO: - groupmems need some work on add PAM and i18n support.
8923
8924         * src/groupmems.c, man/Attic/groupmems.8:
8925         Added raw version groupmems program for administer members of a user's
8926         primary group. groupmems was written by George Kraft IV <gk4@us.ibm.com>
8927         and this tool have BSD license.
8928
8929         * src/Attic/patchlevel.h, src/Makefile.am:
8930         patchlevel.h, Makefile.am: removed patchlevel.h file,
8931         Makefile.am: removed bindir, sbindir (this comes with autoconf).
8932
8933 2000-11-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
8934
8935         * TODO: - write expire man page.
8936
8937 2000-10-16  Tomasz Kłoczko  <kloczek@pld.org.pl>
8938
8939         * 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:
8940         Julianne F. Haugh new contact adress.
8941
8942         * NEWS: - summary chanfes for 20001016.
8943
8944         * doc/Attic/README.shadow-paper, doc/Makefile.am:
8945         - removed outdated README.shadow-paper.
8946
8947         * configure.in: - release 20001016.
8948
8949 2000-10-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
8950
8951         * man/pl/Makefile.am, man/Makefile.am: fixes in man/{,po}/Makefile.am:
8952         - $(man_MANS) added to EXTRA_DISTS,
8953         - do not install by default groups.1, id.1, pw_auth.3, shadow.3, pwauth.8,
8954           sulogin.8, dpasswd.8 (moved to EXTRA_DISTS),
8955
8956 2000-10-15  Marek Michałkiewicz  <marekm@pld.org.pl>
8957
8958         * lib/commonio.c (reload_nscd): Disable for now because not every
8959         version of nscd can handle it, unless ENABLE_NSCD_SIGHUP defined.
8960
8961 2000-10-15  Tomasz Kłoczko  <kloczek@pld.org.pl>
8962
8963         * libmisc/pwdcheck.c, libmisc/Makefile.am: - added missing pwdcheck.c.
8964
8965         * configure.in: - removed old/Makefile from AC_OUTPUT list.
8966
8967 2000-10-12  Tomasz Kłoczko  <kloczek@pld.org.pl>
8968
8969         * README: - fixed information about RO cvs access.
8970
8971         * NEWS: - summary changes description for shadow-20001012.
8972
8973         * configure.in: - release changed to 20001012.
8974
8975         * etc/Makefile.am: - removed shells and suauth from EXTRA_DIST.
8976
8977         * doc/Makefile.am: - removed README.debian from EXTRA_DIST.
8978
8979         * libmisc/Makefile.am: - removed pwdcheck.c from libmisc_a_SOURCES.
8980
8981         * debian/Attic/Makefile.am: - removed FILES from EXTRA_DIST.
8982
8983         * contrib/Makefile.am: - s/udbachk.v012.tgz/udbachk.tgz/
8984
8985         * doc/Makefile.am: - removed CHANGES (this file was moved to ../NEWS).
8986
8987 2000-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
8988
8989         * po/Attic/ChangeLog: - add empty file (gettext requires this).
8990
8991 2000-10-10  Arkadiusz Miśkiewicz  <misiek@pld.org.pl>
8992
8993         * README: typos fixed
8994
8995 2000-10-10  Tomasz Kłoczko  <kloczek@pld.org.pl>
8996
8997         * Makefile.am: - added shadow-utils.spec.in to EXTR_DIST.
8998
8999         * redhat/Attic/shadow-utils.spec.in: - obsoleted.
9000
9001         * Attic/stamp-h.in: - removed (this file is autogenerated by autoconf).
9002
9003         * po/pl.po, po/sv.po, po/cs.po, po/el.po, po/fr.po:
9004         - update before release.
9005
9006         * doc/Attic/LSM: - new maintainer and new primary site.
9007
9008         * Makefile.am: - README added to EXTRA_DIST.
9009
9010         * README: - added README with all shadow sites and resources details.
9011
9012         * Attic/shadow-utils.spec.in: - partialy rewrited.
9013
9014         * configure.in: - change version to 20001010.
9015
9016         * Makefile.am: - added NEWS to EXTRA_DIST.
9017
9018         * Makefile.am, TODO: - added TODO.
9019
9020         * doc/Attic/CHANGES, NEWS: - rename doc/CHANGES -> NEWS.
9021
9022 2000-10-09  Tomasz Kłoczko  <kloczek@pld.org.pl>
9023
9024         * 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:
9025         - remove redhat/ directory with obsoleted files.
9026
9027         * po/.cvsignore, src/.cvsignore, man/.cvsignore, man/pl/.cvsignore, .cvsignore, libmisc/.cvsignore:
9028         - shut up cvs.
9029
9030         * man/Makefile.am: - removed redundant ${man_MANS} from EXTRA_DIST.
9031
9032         * src/useradd.c:
9033         - fix a security bug (adduser could overwrite previously existing
9034           groups (shadow-19990827-group.patch from RH),
9035
9036         * po/cs.po, po/el.po, po/fr.po, po/pl.po, po/sv.po:
9037         - "make updated-po".
9038
9039         * 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:
9040         - added man pages for grpconv(8), grpunconv(8), pwunconv(8) (.so link to
9041           pwconv(8))
9042
9043         * man/pl/Attic/adduser.8, man/pl/Makefile.am, man/Attic/adduser.8, man/Makefile.am:
9044         - added man page for adduser(8) (.so link to useradd(8)).
9045
9046         * po/Attic/doit:
9047         - removed (in po/Makefile.in.in exist special update-po target).
9048
9049         * etc/pam.d/passwd, etc/pam.d/su: - cosmetics.
9050
9051         * etc/pam.d/Attic/shadow: - sample PAM config file for shadow utils.
9052
9053         * etc/pam.d/Makefile.am: - added shadow to EXTRA_DIST
9054
9055         * src/chpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/newusers.c, src/useradd.c, src/userdel.c, src/usermod.c:
9056         - bind to shadow PAM file instead userdb (mainly PAMimication all shadow
9057           utils is used for proper updating db files but in real this can be used
9058           for perform many other tasks).
9059
9060         * src/Makefile.am: - added linking with @LIBPAM@ all PAMified tools.
9061
9062         * src/chpasswd.c, src/groupadd.c, src/groupdel.c, src/groupmod.c, src/newusers.c, src/useradd.c, src/userdel.c, src/usermod.c:
9063         - added PAM support (bind to common "userdb" PAM authentication description
9064           file).
9065
9066         * src/chage.c: - added PAM support.
9067
9068 2000-10-06  Tomasz Kłoczko  <kloczek@pld.org.pl>
9069
9070         * autogen.sh:
9071         - added autogen.sh script which prepare raw source code from cvs to use.
9072
9073 2000-10-04  Tomasz Kłoczko  <kloczek@pld.org.pl>
9074
9075         * man/pl/useradd.8, man/pl/userdel.8, man/pl/usermod.8, man/pl/vipw.8:
9076         - merged changes from PTM.
9077
9078         * man/pl/Makefile.am:
9079         - simplified: use only man_MANS and remaped $(mandir) variable.
9080
9081 2000-09-27  Tomasz Kłoczko  <kloczek@pld.org.pl>
9082
9083         * po/cs.po, configure.in:
9084         - added cs translation (Jiri Pavlovsky <Jiri.Pavlovsky@ff.cuni.cz>).
9085
9086 2000-09-05  Marek Michałkiewicz  <marekm@pld.org.pl>
9087
9088         * 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:
9089         *** empty log message ***
9090
9091 2000-09-02  Marek Michałkiewicz  <marekm@pld.org.pl>
9092
9093         * 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:
9094         *** empty log message ***
9095
9096 2000-08-26  Marek Michałkiewicz  <marekm@pld.org.pl>
9097
9098         * 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:
9099         *** empty log message ***
9100
9101 1999-08-27  Marek Michałkiewicz  <marekm@pld.org.pl>
9102
9103         * 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:
9104         *** empty log message ***
9105
9106 1999-07-09  Marek Michałkiewicz  <marekm@pld.org.pl>
9107
9108         * 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:
9109         *** empty log message ***
9110
9111 1999-06-07  Marek Michałkiewicz  <marekm@pld.org.pl>
9112
9113         * 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:
9114         *** empty log message ***
9115
9116 1999-03-07  Marek Michałkiewicz  <marekm@pld.org.pl>
9117
9118         * 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:
9119         *** empty log message ***
9120
9121 1998-12-28  Marek Michałkiewicz  <marekm@pld.org.pl>
9122
9123         * 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:
9124         *** empty log message ***
9125
9126 1998-07-24  Marek Michałkiewicz  <marekm@pld.org.pl>
9127
9128         * 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:
9129         *** empty log message ***
9130
9131 1998-06-26  Marek Michałkiewicz  <marekm@pld.org.pl>
9132
9133         * 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:
9134         *** empty log message ***
9135
9136 1998-05-29  Marek Michałkiewicz  <marekm@pld.org.pl>
9137
9138         * 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:
9139         *** empty log message ***
9140
9141 1998-04-16  Marek Michałkiewicz  <marekm@pld.org.pl>
9142
9143         * 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:
9144         *** empty log message ***
9145
9146 1998-04-02  Marek Michałkiewicz  <marekm@pld.org.pl>
9147
9148         * 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:
9149         *** empty log message ***
9150
9151 1998-01-30  Marek Michałkiewicz  <marekm@pld.org.pl>
9152
9153         * 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:
9154         *** empty log message ***
9155
9156 1998-01-25  Marek Michałkiewicz  <marekm@pld.org.pl>
9157
9158         * Attic/acconfig.h: *** empty log message ***
9159
9160 1997-12-14  Marek Michałkiewicz  <marekm@pld.org.pl>
9161
9162         * 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:
9163         *** empty log message ***
9164
9165 1997-12-08  Marek Michałkiewicz  <marekm@pld.org.pl>
9166
9167         * 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:
9168         *** empty log message ***
9169
9170 1997-10-01  Marek Michałkiewicz  <marekm@pld.org.pl>
9171
9172         * 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:
9173         *** empty log message ***
9174
9175 1997-09-30  Marek Michałkiewicz  <marekm@pld.org.pl>
9176
9177         * 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:
9178         *** empty log message ***
9179
9180 1997-09-29  Marek Michałkiewicz  <marekm@pld.org.pl>
9181
9182         * man/Attic/chpasswd.8, man/Attic/pwconv.8, man/Attic/pwunconv.8, man/Attic/su.1, man/Makefile.am:
9183         *** empty log message ***
9184
9185 1997-06-16  Marek Michałkiewicz  <marekm@pld.org.pl>
9186
9187         * 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:
9188         *** empty log message ***
9189
9190 1997-06-01  Marek Michałkiewicz  <marekm@pld.org.pl>
9191
9192         * 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:
9193         *** empty log message ***
9194
9195 1997-05-02  Marek Michałkiewicz  <marekm@pld.org.pl>
9196
9197         * 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:
9198         *** empty log message ***
9199
9200 1997-02-11  Marek Michałkiewicz  <marekm@pld.org.pl>
9201
9202         * 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:
9203         *** empty log message ***
9204
9205 1997-01-08  Marek Michałkiewicz  <marekm@pld.org.pl>
9206
9207         * 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:
9208         *** empty log message ***
9209
9210 1996-10-27  Marek Michałkiewicz  <marekm@pld.org.pl>
9211
9212         * 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:
9213         *** empty log message ***
9214
9215 1996-09-25  Marek Michałkiewicz  <marekm@pld.org.pl>
9216
9217         * 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:
9218         *** empty log message ***
9219
9220 1996-09-20  Marek Michałkiewicz  <marekm@pld.org.pl>
9221
9222         * 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:
9223         *** empty log message ***
9224
9225 1996-09-10  Marek Michałkiewicz  <marekm@pld.org.pl>
9226
9227         * 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:
9228         *** empty log message ***
9229
9230 1996-08-10  Marek Michałkiewicz  <marekm@pld.org.pl>
9231
9232         * 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:
9233         New file.
9234
9235         * contrib/adduser-old.c, contrib/adduser.sh, contrib/adduser2.sh, contrib/atudel:
9236         960810 - first version under cvs
9237
9238         * 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:
9239         New file.
9240