]> granicus.if.org Git - shadow/history - ChangeLog
* src/lastlog.c: Replace atoi() by getulong().
[shadow] / ChangeLog
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.
2009-04-23 nekral-guest * lib/get_gid.c: gidstr should not be NULL, but the...
2009-04-23 nekral-guest * src/faillog.c: Added splint annotations.
2009-04-23 nekral-guest * src/grpck.c: Ignore puts return value.
2009-04-23 nekral-guest * src/lastlog.c: Use EXIT_FAILURE / EXIT_SUCCESS for...
2009-04-23 nekral-guest * src/newgrp.c: Added assertion to guide splint (and...
2009-04-23 nekral-guest * libmisc/find_new_gid.c: Use booleans instead of...
2009-04-23 nekral-guest * libmisc/yesno.c: Ignore the return value of puts.
2009-04-23 nekral-guest * libmisc/age.c: Use exit(EXIT_FAILURE) instead of...
2009-04-23 nekral-guest * libmisc/xgetXXbyYY.c, libmisc/myname.c, libmisc...
2009-04-22 nekral-guest * lib/defines.h: Added splint definitions to replace...
2009-04-22 nekral-guest * libmisc/utmp.c, libmisc/age.c, libmisc/shell.c,...
2009-04-22 nekral-guest * libmisc/utmp.c: Added splint annotations.
2009-04-22 nekral-guest * libmisc/utmp.c: Only set ut_time and ut_tv if gettim...
2009-04-22 nekral-guest * libmisc/utmp.c: Fix the check for empty host in...
2009-04-22 nekral-guest * libmisc/utmp.c: The ut argument of prepare_utmp...
2009-04-22 nekral-guest * libmisc/utmp.c: Removed old documentation of setutmp().
2009-04-22 nekral-guest * libmisc/utmp.c: Use xmalloc() rather than malloc().
2009-04-22 nekral-guest * libmisc/utmp.c: The name returned by ttyame() needs...
2009-04-22 nekral-guest * src/login.c: Added splint annotations.
2009-04-22 nekral-guest * src/login.c: Added assert()s for NULL (or ! NULL...
2009-04-22 nekral-guest * src/login.c: After login_prompt(), do not check...
2009-04-22 nekral-guest * lib/defines.h: Define USER_NAME_MAX_LENGTH, based...
2009-04-22 nekral-guest * src/login.c: Use xmalloc() instead of malloc().
2009-04-22 nekral-guest * src/login.c: Ignore the return value of puts(),...
2009-04-22 nekral-guest * src/login.c: timeout, delay, and retries should...
2009-04-22 nekral-guest * src/login.c: If we cannot get the terminal configura...
2009-04-22 nekral-guest * src/login.c: utent might be NULL after get_current_u...
2009-04-22 nekral-guest * src/login.c: Removed temp_shell. No more used.
2009-04-22 nekral-guest * src/login.c: Added update_utmp() to group the prepar...
2009-04-22 nekral-guest * src/login.c: Do not include netdb.h. gethostbyname...
2009-04-21 nekral-guest * src/login.c: Check if login is run with effective...
2009-04-21 nekral-guestAdded previous commit changelog.
2009-04-21 nekral-guest * NEWS, configure.in: Enable --enable-account-tools...
2009-04-21 nekral-guest * etc/pam.d/Makefile.am: Distribute all pam.d files...
2009-04-21 nekral-guest * lib/shadowmem.c: Added spw_free().
2009-04-21 nekral-guest * libmisc/shell.c: Add brackets and parenthesis.
2009-04-21 nekral-guest * lib/defines.h: Added MIN and MAX macros.
2009-04-20 nekral-guestAdded more comments to the changelog entry.
2009-04-20 nekral-guest * NEWS, src/lastlog.c: Fix regression causing empty...
2009-04-20 nekral-guest * src/login.c: Get rid of pwent. pwd is sufficient...
2009-04-20 nekral-guest * src/login.c: ttytype already checks for TTYTYPE_FILE...
2009-04-20 nekral-guest * src/login.c: Open the PAM session before pam_setcred...
2009-04-20 nekral-guest * src/login.c: Added helper functions get_pam_user...
2009-04-20 nekral-guest * src/login.c: Added parameter to check_nologin. This...
2009-04-20 nekral-guest * src/login.c: Added comments.
next