]> granicus.if.org Git - shadow/history - ChangeLog
* libmisc/console.c (console): Remove the leading /dev/ from the
[shadow] / ChangeLog
2009-05-16 nekral-guest * libmisc/console.c (console): Remove the leading...
2009-05-16 nekral-guest * man/login.defs.d/CONSOLE.xml: Document the format...
2009-05-16 nekral-guest * src/login.c: Fix failure of non PAM enabled versions...
2009-05-16 nekral-guest * src/passwd.c: Added missing end of line at the end...
2009-05-16 nekral-guest * po/fr.po: Fixed typo in the vipw usage string.
2009-05-12 nekral-guest * libmisc/shell.c: Removed invalid code that executed...
2009-05-12 nekral-guest * man/userdel.8.xml: The USERGROUPS_ENAB group may...
2009-05-12 nekral-guest * src/userdel.c, man/login.defs.d/USERDEL_CMD.xml...
2009-05-11 nekral-guest * man/newusers.8.xml: PAM enabled version: describe...
2009-05-10 nekral-guest * NEWS, configure.in: New release will be 4.1.4.
2009-05-10 nekral-guest * libmisc/copydir.c: Added prototype of readlink_mallo...
2009-05-10 nekral-guest * src/su.c: Avoid redeclaration of root_pw.
2009-05-10 nekral-guestAdded Changelog and NEWS entry for the French and Japan...
2009-05-10 nekral-guest * lib/commonio.c: Avoid PATH_MAX. On glibc, we can...
2009-05-09 nekral-guest * src/pwck.c: Warn if an user has an entry in passwd...
2009-05-09 nekral-guestFix typo.
2009-05-09 nekral-guest * man/login.defs.d/ENCRYPT_METHOD.xml,
2009-05-09 nekral-guest * man/chpasswd.8.xml: Sorted options alphabetically.
2009-05-09 nekral-guest * NEWS, src/newusers.c, src/Makefile.am: Added support for
2009-05-09 nekral-guest * src/userdel.c: Remove duplicate definitions of exit...
2009-05-09 nekral-guest * libmisc/non_interactive_pam_conv.c,
2009-05-09 nekral-guest * libmisc/pam_pass.c: Removed comment regarding pam_mi...
2009-05-09 nekral-guest * man/login.defs.5.xml: PAM enabled chpasswd do not...
2009-05-09 nekral-guest * man/passwd.1.xml: Differentiate the files used for...
2009-05-09 nekral-guest * man/chpasswd.8.xml: Describe how chpasswd in case...
2009-05-09 nekral-guest * src/login.c: failcount does not need to be signed.
2009-05-09 nekral-guest * src/Makefile.am: PAM enabled chpasswd now needs...
2009-05-09 nekral-guest * src/chpasswd.c: Added the line number when an error...
2009-05-09 nekral-guest * src/passwd.c: Exit immediately when unlocking a...
2009-05-09 nekral-guest * src/nologin.c: Include <stdlib.h> to get EXIT_FAILURE.
2009-05-03 nekral-guest * NEWS, configure.in: Fix build failure on non-PAM...
2009-04-30 nekral-guest * lib/commonio.c: Ignore teh return values of fclose...
2009-04-30 nekral-guest * lib/getulong.c: Added splint annotations.
2009-04-30 nekral-guest * src/newgrp.c, src/chfn.c, src/groupmems.c, src/userm...
2009-04-30 nekral-guest * libmisc/getgr_nam_gid.c, lib/get_gid.c, lib/get_pid.c,
2009-04-30 nekral-guest * lib/exitcodes.h: Define E_SUCCESS as EXIT_SUCCESS...
2009-04-28 nekral-guest * NEWS, src/chpasswd.c: Added support for changing...
2009-04-28 nekral-guest * lib/defines.h: Include <utmpx.h> and <utmp.h> to...
2009-04-28 nekral-guest * src/login.c: Change a snprintf() to strncpy(). There...
2009-04-28 nekral-guest * src/passwd.c: Harmonize status report at the end...
2009-04-28 nekral-guest * src/chgpasswd.c, src/newusers.c: There is no need...
2009-04-28 nekral-guest * src/newusers.c: There is no need to test for 0 after
2009-04-28 nekral-guest * lib/prototypes.h: Replace #if by #ifdef
2009-04-28 nekral-guest * libmisc/utmp.c, src/userdel.c, src/logoutd.c: Replac...
2009-04-28 nekral-guest * src/vipw.c: Harmonize messages.
2009-04-28 nekral-guest * src/lastlog.c: Replace atoi() by getulong().
2009-04-28 nekral-guest * libmisc/failure.h: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-28 nekral-guest * libmisc/rlogin.c: Replace atoi() by getulong().
2009-04-28 nekral-guest * libmisc/failure.c: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-28 nekral-guest * libmisc/chkname.c: Do not include <utmp.h> and ...
2009-04-28 nekral-guest * libmisc/limits.c: Replace strtol() by getlong().
2009-04-27 nekral-guest * man/groupmod.8.xml, man/usermod.8.xml, man/groupadd...
2009-04-27 nekral-guest * src/login.c: Move update_utmp() after the PID or...
2009-04-27 nekral-guest * src/login.c: Reuse a string and avoid an untranslate...
2009-04-27 nekral-guest * src/login.c: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-27 nekral-guest * src/groupadd.c, lib/commonio.c, lib/groupio.c: Added...
2009-04-27 nekral-guest * src/groupadd.c: Added missing include of <assert.h>
2009-04-27 nekral-guest * lib/prototypes.h: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-27 nekral-guest * libmisc/mail.c, libmisc/copydir.c: Added missing...
2009-04-27 nekral-guest * libmisc/env.c: Added assertions on the snprintf...
2009-04-27 nekral-guest * libmisc/utmp.c: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-27 nekral-guest * NEWS, configure.in: Added configure option --enable...
2009-04-27 nekral-guest * man/po/fr.po: Fix typo.
2009-04-26 nekral-guest * src/newgrp.c: Close the databases before changing...
2009-04-26 nekral-guest * libmisc/myname.c: Updated splint annotations.
2009-04-26 nekral-guest * lib/commonio.c: Added splint annotations.
2009-04-26 nekral-guest * src/passwd.c: Do not freecon strings duplicated...
2009-04-26 bubulleUpdated Czech translation
2009-04-25 nekral-guest * lib/commonio.c: Do not assumes eptr is always notnull.
2009-04-25 nekral-guest * lib/commonio.h, lib/commonio.c: Added splint annotat...
2009-04-25 nekral-guest * NEWS, po/pt.po: Updated Portuguese translation.
2009-04-24 nekral-guest * libmisc/copydir.c: Added splint annotations.
2009-04-24 nekral-guest * lib/prototypes.h: Added prototypes of getulong(...
2009-04-24 nekral-guest * lib/commonio.c: Use get_pid() instead of strtol.
2009-04-24 nekral-guest * lib/commonio.h: Added splint annotations.
2009-04-24 nekral-guest * lib/sgroupio.c: Free allocated structures on failure.
2009-04-24 nekral-guest * lib/Makefile.am, lib/get_pid.c, lib/getulong.c:...
2009-04-24 nekral-guest * lib/getlong.c: Do not check for NULL string but...
2009-04-24 nekral-guest * lib/groupio.c: Updated splint annotations.
2009-04-24 nekral-guest * src/useradd.c: Check assumptions on snprintf().
2009-04-24 nekral-guest * src/lastlog.c: Remove function calls from within...
2009-04-24 nekral-guest * libmisc/obscure.c: Change some int to size_t.
2009-04-24 nekral-guest * libmisc/console.c: Use a less disturbing construct...
2009-04-24 nekral-guest * libmisc/limits.c: Parse the limits, umask, nice...
2009-04-24 nekral-guest * libmisc/salt.c: In case gettimeofday() fails, get...
2009-04-24 nekral-guest * libmisc/setupenv.c: Prefer snprintf to sprintf,...
2009-04-24 nekral-guest * libmisc/loginprompt.c: Prefer snprintf to sprintf...
2009-04-24 nekral-guest * src/faillog.c: Remove function calls from within...
2009-04-24 nekral-guest * libmisc/mail.c: Ignore the return value of puts().
2009-04-23 nekral-guest * lib/commonio.c, lib/commonio.h, lib/groupio.c, lib...
2009-04-23 nekral-guest * lib/pwauth.c: Use a boolean for wipe_clear_pass...
2009-04-23 nekral-guest * src/groupmod.c: Cast ID to ulongs and use ulong...
2009-04-23 nekral-guest * src/newgrp.c: Added splint annotations.
2009-04-23 nekral-guest * libmisc/pwdcheck.c (passwd_check): The progname...
2009-04-23 nekral-guest * libmisc/setupenv.c: Avoid assignments in comparisons.
2009-04-23 nekral-guest * libmisc/find_new_gid.c, libmisc/find_new_uid.c,
2009-04-23 nekral-guest * libmisc/loginprompt.c: Use exit(EXIT_FAILURE) instead of
2009-04-23 nekral-guest * libmisc/env.c, libmisc/age.c: Added splint annotations.
2009-04-23 nekral-guest * lib/fputsx.c, lib/gshadow.c, lib/commonio.h: Added...
2009-04-23 nekral-guest * lib/gshadow.c, lib/commonio.h: Added splint annotations.
next