]> granicus.if.org Git - shadow/history - src
* src/passwd.c: Overflow when computing the number of days based
[shadow] / src /
2011-07-14 nekral-guest * src/passwd.c: Overflow when computing the number...
2011-07-14 nekral-guest * NEWS, src/groupmod.c: When the gshadow file exists...
2011-07-14 nekral-guest * src/usermod.c (process_flags): Indicate that the...
2011-07-14 nekral-guest * src/usermod.c (process_flags): Do not display the...
2011-07-14 nekral-guest * src/usermod.c (new_pwent): Document that pw_locate...
2011-07-14 nekral-guest * NEWS, src/usermod.c; man/usermod.8.xml: When the...
2011-07-14 nekral-guest * src/usermod.c (update_group, update_gshadow): Reduce...
2011-07-14 nekral-guest * src/usermod.c (update_gshadow): is_member was comput...
2011-07-14 nekral-guest * src/usermod.c: usage() does not return. Add annotations.
2011-07-14 nekral-guest * src/usermod.c (process_flags): Check for oflg is...
2011-07-14 nekral-guest * src/usermod.c (process_flags): Report usage if no...
2011-07-14 nekral-guest * src/usermod.c (move_home): It is always an error...
2011-07-14 nekral-guest * src/usermod.c: Fix typo in comment.
2011-07-08 nekral-guest * src/groupmod.c: Avoid implicit conversion of pointer...
2011-07-08 nekral-guest * lib/fields.c: Fixed typo from 2010-02-15. field...
2011-07-08 nekral-guestFix typo in comment.
2011-07-08 nekral-guestFixed typo. user_home -> mailfile.
2011-06-16 nekral-guest * src/su.c: environ is provided by <unistd.h>.
2011-06-13 nekral-guestCleanup.
2011-06-13 nekral-guest * src/su.c: After prepare_pam_close_session() there...
2011-06-13 nekral-guest * src/su.c: Also drop the controlling terminal when...
2011-06-13 nekral-guest * src/su.c (prepare_pam_close_session): Extract the...
2011-06-13 nekral-guest * src/su.c: Extract export of environment from main().
2011-06-13 nekral-guest * src/su.c: Extract command line processing from main().
2011-06-13 nekral-guest * src/su.c: Close the password databases together...
2011-06-13 nekral-guest * src/su.c: Merge environment setting blocks after...
2011-06-13 nekral-guest * src/su.c: Cleanup check_perms_nopam().
2011-06-13 nekral-guest * src/su.c: Split check_perms() in to a PAM (check_per...
2011-06-13 nekral-guestCompile fixes & cleanups.
2011-06-13 nekral-guest * src/su.c (save_caller_context): Extract from main...
2011-06-13 nekral-guest * src/su.c: Cleanup local variables.
2011-06-13 nekral-guestCleanup comments.
2011-06-13 nekral-guest * lib/prototypes.h, src/suauth.c, src/su.c (check_su_a...
2011-06-13 nekral-guest * src/su.c: Extract the authentication from the main...
2011-06-13 nekral-guest * src/su.c: Define shellstr before the environment...
2011-06-13 nekral-guest * src/su.c: Move definition of change_environment...
2011-06-13 nekral-guest * src/su.c: No need to change the user's shell in...
2011-06-13 nekral-guest * src/su.c: Group some of the environment processing...
2011-06-13 nekral-guest * src/su.c: No need to call expire() if there are...
2011-06-13 nekral-guest * src/su.c: Updating pwent after expire() is not usefu...
2011-06-05 nekral-guest * NEWS, src/su.c: Do not forward the controlling termi...
2011-06-05 nekral-guest * NEWS, src/userdel.c: Do not remove a group with...
2011-06-04 nekral-guest * NEWS, src/userdel.c: Check the existence of the...
2011-06-03 nekral-guest * src/sulogin.c: Added Prog, needed because of the...
2011-06-02 nekral-guest * src/lastlog.c, src/faillog.c: Fix underflows causing...
2011-02-16 nekral-guest * libmisc/user_busy.c, src/userdel.c, src/usermod...
2011-02-16 nekral-guest * NEWS, src/chfn.c, src/chsh.c: Fix CVE-2011-0721...
2010-08-29 nekral-guest * NEWS, src/usermod.c: Accept options in any order...
2010-08-28 nekral-guest * lib/protoypes.h, libmisc/copydir.c, src/useradd.c:
2010-08-28 nekral-guest * src/su.c: Fix handling of environment variables...
2010-08-22 nekral-guest * src/newgrp.c, src/userdel.c, src/grpck.c, src/gpasswd.c,
2010-08-22 nekral-guest * libmisc/limits.c: Avoid implicit conversion of integ...
2010-08-22 nekral-guestUpdated copyrights.
2010-08-22 nekral-guest * libmisc/obscure.c, lib/prototypes.h (obscure): Retur...
2010-08-21 nekral-guest * src/sulogin.c: Fix a const issue.
2010-08-21 nekral-guest * src/passwd.c: Fix a const issue.
2010-08-21 nekral-guest * libmisc/copydir.c, lib/prototypes.h: Caller can...
2010-08-21 nekral-guest * libmisc/console.c, libmisc/motd.c, libmisc/setupenv.c,
2010-08-20 nekral-guest * src/usermod.c: Re-indent.
2010-04-04 nekral-guest2010-04-04 Nicolas François <nicolas.francois@central...
2010-03-30 nekral-guest * src/su.c: shell's name must be -su when a su fakes...
2010-03-30 nekral-guest * NEWS, configure.in, libmisc/copydir.c, man/useradd...
2010-03-25 nekral-guest * NEWS, src/chpasswd.c, man/chpasswd.8.xml, man/login...
2010-03-23 nekral-guest * src/su.c, src/vipw.c, src/newgrp.c: When the child is
2010-03-23 nekral-guest * src/newgrp.c: Limit the scope of variable pid.
2010-03-19 nekral-guest * src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix...
2010-03-18 nekral-guest * src/chsh.c: Even for root, warn if an invalid shell is
2010-03-18 nekral-guest * src/useradd.c: When exiting because of a failure...
2010-03-18 nekral-guest * libmisc/strtoday.c: Add support for numerical dates...
2010-03-18 nekral-guest * src/pwck.c: Unlock the password and shadow files...
2010-03-18 nekral-guest * src/pwck.c: Only log to SYSLOG when acting on system...
2010-03-18 nekral-guest * src/pwck.c: Remove the -s option from the usage...
2010-03-18 nekral-guest * src/pwck.c: Document the sections closed by #endif
2010-03-18 nekral-guest * src/pwck.c: Do not use pwd_file and spw_file. Always...
2010-03-18 nekral-guest * src/pwck.c: Re-indent.
2010-03-18 nekral-guest * src/userdel.c, src/usermod.c, src/vipw.c, src/useradd.c,
2010-03-18 nekral-guest2010-03-18 Paweł Hajdan, Jr. <phajdan.jr@gentoo.org>
2010-03-18 nekral-guest * src/faillog.c: Re-indent.
2010-03-16 nekral-guestUpdated copyright dates.
2010-03-16 nekral-guest * man/faillog.8.xml: Document the behavior in display...
2010-03-16 nekral-guest * po/POTFILES.in, lib/tcbfuncs.c: Add more strings for
2010-03-16 nekral-guest * src/usermod.c: user_newname and user_newid cannot...
2010-03-16 nekral-guest * src/userdel.c: Avoid perror. Give more verbose warnings.
2010-03-11 nekral-guest * src/userdel.c: Re-indent.
2010-03-11 nekral-guest * src/useradd.c: Re-indent.
2010-03-11 nekral-guest * src/vipw.c: Document the sections closed by #endif
2010-03-11 nekral-guest * src/usermod.c: Re-indent.
2010-03-11 nekral-guest * src/pwunconv.c: Only check USE_TCB if configured...
2010-03-11 nekral-guest * src/userdel.c: Re-indent.
2010-03-11 nekral-guest * src/pwconv.c: Only check USE_TCB if configured WITH_TCB.
2010-03-04 nekral-guest2010-01-30 Paweł Hajdan, Jr. <phajdan.jr@gentoo.org>
2010-01-24 nekral-guest * src/su.c: Do not sanitize the environment. This...
2009-11-05 nekral-guest * NEWS, src/groupmod.c: Fixed groupmod when configured...
2009-11-01 nekral-guest2009-11-01 Michel Hermier <michel.hermier@gmail.com>
2009-10-17 nekral-guest2009-10-15 Thorsten Kukuk <kukuk@suse.de>
2009-09-08 nekral-guestpid_child and kill_child are only used when USE_PAM.
2009-09-08 nekral-guest * src/su.c: Fix indentation.
2009-09-08 nekral-guest * NEWS, src/su.c: When su receives a signal, wait...
2009-09-08 nekral-guest * src/useradd.c: The default value for the CREATE_MAIL...
2009-09-08 nekral-guest * src/useradd.c: Avoid redefinition of SHELL. Use...
next