]> granicus.if.org Git - shadow/shortlog
shadow
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 bubulleFrench translation update
2009-05-10 bubulleJapanese translation received directly from NAKANO...
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-guestAdded notes about updated translations.
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-guestSort entries alphabetically.
2009-05-09 nekral-guest * src/userdel.c: Remove duplicate definitions of exit...
2009-05-09 nekral-guestFix typos.
2009-05-09 nekral-guestFix typo.
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-09 bubulleRussian completed
2009-05-08 bubulleRussian translation update
2009-05-08 bubulleCompleted German translation
2009-05-07 bubulleGerman translation update
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-guestFix some splint warnings.
2009-04-28 nekral-guestRestore string.
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-guestRe-indent, reformat #ifndef blocks.
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 * libmisc/Makefile.am, lib/prototypes.h,
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-guestUpdated splint annotations.
2009-04-25 nekral-guestUpdated splint annotations.
2009-04-25 nekral-guest * lib/commonio.c: Do not assumes eptr is always notnull.
2009-04-25 nekral-guestUpdated splint annotations.
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.
next