]> granicus.if.org Git - shadow/history - ChangeLog
* src/faillog.c: Remove function calls from within assert().
[shadow] / ChangeLog
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.
2009-04-20 nekral-guest * src/login.c: We do not need to keep the old umask...
2009-04-20 nekral-guest * libmisc/hushed.c, lib/prototypes.h, src/login.c...
2009-04-20 nekral-guest * libmisc/setugid.c: Updated comments.
2009-04-20 nekral-guest * libmisc/failure.h, libmisc/failure.c, src/login...
2009-04-20 nekral-guest * libmisc/ttytype.c: Add brackets and parenthesis.
2009-04-20 nekral-guest * lib/pwio.c, lib/shadowio.c, lib/groupio.c, lib/sgrou...
2009-04-19 nekral-guest * po/ko.po: Updated Korean translation.
2009-04-19 nekral-guest * NEWS, src/login.c: Also check if the authentication...
2009-04-19 nekral-guest * src/login.c: fflg is already restricted to root...
2009-04-19 nekral-guest * libmisc/utmp.c: Always call endutent or endutxent...
2009-04-19 nekral-guest * src/login.c: Added comment to make sure PAM_RHOST...
2009-04-17 nekral-guest * libmisc/utmp.c: Do not trust the current utmp entry...
2009-04-17 nekral-guest * NEWS, src/login.c: Do not trust the current utmp...
2009-04-15 nekral-guest * configure.in: Updated version number.
2009-04-15 nekral-guest * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated.
2009-04-15 nekral-guest * NEWS, src/userdel.c: Fixed SE Linux support. semanag...
2009-04-15 nekral-guest * NEWS, srclib/getlong.c: Fix parsing of octal numbers.
2009-04-15 nekral-guestlibmisc/system.c was contributed by Dan Walsh.
2009-04-15 nekral-guest * NEW, src/vipw.c: SE Linux: Set the default context...
2009-04-14 nekral-guest * man/usermod.8.xml: There are no default values for...
2009-04-12 nekral-guest * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated.
2009-04-12 nekral-guest * src/su.c: If there are no root account, or if the...
2009-04-12 nekral-guest * src/login.c: Restore the echoctl, echoke, onclr...
2009-04-12 nekral-guest * src/login.c: Fix the count of failures before login...
2009-04-11 nekral-guest * man/passwd.1.xml: Document that passwd uses PAM...
2009-04-11 nekral-guest * src/newusers.c: Add more information to the mkdir...
2009-04-11 nekral-guest * man/po/fr.po: Updated some login.defs entries. Thanks to
2009-04-11 nekral-guest * man/login.defs.d/MAX_MEMBERS_PER_GROUP.xml,
2009-04-11 nekral-guest * man/es/Makefile.am: Disable the distribution of...
2009-04-11 nekral-guest * src/usermod.c, src/useraddd.c: Fix the usage string...
2009-04-11 nekral-guest * src/gpasswd.c: Fix the usage of the unused macro.
2009-04-11 nekral-guest * lib/prototypes.h, libmisc/age.c, src/expiry.c, src...
2009-04-11 nekral-guest * src/userdel.c: Rename argv to args to avoid nameclas...
2009-04-11 nekral-guest * src/useradd.c, src/usermod.c: Only call selinux_upda...
2009-04-11 nekral-guest * libmisc/getgr_nam_gid.c: Added support for NULL...
2009-04-11 nekral-guest * libmisc/find_new_gid.c, libmisc/find_new_uid.c:...
2009-04-11 nekral-guest * NEWS, src/useradd.c, man/useradd.8.xml: add -Z optio...
2009-04-11 nekral-guest * src/useradd.c (get_defaults): Close the default...
2009-04-11 bubulleSlovak translation updated
2009-04-10 nekral-guest * lib/Makefile.am, lib/prototypes.h: Added sgetspent.c.
2009-04-10 nekral-guest * po/POTFILES.in: Added missing files. Sorted.
2009-04-10 nekral-guest * lib/getdef.c: Use getlong instead of strtol/strtoul.
next