]> granicus.if.org Git - shadow/shortlog
shadow
2009-03-13 nekral-guest * src/gpasswd.c: Remove the documentation of options...
2009-03-13 nekral-guest * src/lastlog.c: lastlog variable renamed to ll to...
2009-03-13 nekral-guest * libmisc/salt.c: Removed l64a prototype. The libc...
2009-03-08 nekral-guestAdd TODO item for the testsuite.
2009-03-08 nekral-guestCompile fixes. Fixes warnings.
2009-03-08 nekral-guest * src/gpasswd.c: log_gpasswd_success_gshadow only...
2009-03-08 nekral-guest * NEWS, src/newusers.c, src/usermod.c, src/useradd.c,
2009-03-08 nekral-guest * NEWS, src/grpck.c, src/pwck.c: Issue a warning if...
2009-03-08 nekral-guest * NEWS, src/grpck.c, src/pwck.c: Issue a warning if...
2009-03-08 nekral-guest * libmisc/get_gid.c, libmisc/get_uid.c, libmisc/Makefi...
2009-03-08 nekral-guest * libmisc/getlong.c: Make sure the getlong argument...
2009-03-07 nekral-guest * contrib/adduser-old.c, contrib/adduser.c: Do not...
2009-03-07 nekral-guest * man/groupmems.8.xml: groupmems does not create new...
2009-03-07 nekral-guestAdded TODO items.
2009-03-03 nekral-guest * NEWS, po/LINGUAS, po/kk.po: Added Kazakh translation...
2009-02-22 nekral-guest * libmisc/find_new_gid.c, libmisc/find_new_uid.c:...
2009-01-27 nekral-guest * man/nologin.8.xml: Fix typo (HYSTORY -> HISTORY).
2009-01-26 nekral-guest * NEWS, src/gpasswd.c: Only report success to audit...
2009-01-21 nekral-guest- newusers should use the CREATE_HOME variable (and...
2009-01-19 nekral-guest * etc/login.defs: Improve the documentation of UMASK.
2009-01-19 nekral-guest * man/useradd.8.xml, man/login.defs.d/CREATE_HOME...
2009-01-19 nekral-guest * man/limits.5.xml: Remove space before an end of...
2009-01-19 nekral-guest * man/login.defs.d/UMASK.xml: Indicate how UMASK is...
2009-01-06 nekral-guest * NEWS, src/su.c: Preserve COLORTERM in addition to...
2008-12-23 nekral-guest * libmisc/chkname.c: Use a bool when possible instead...
2008-12-23 nekral-guest * man/groupadd.8.xml, configure.in, man/config.xml...
2008-12-23 nekral-guest * src/Makefile.am: Only link with the needed library...
2008-12-23 nekral-guest * libmisc/cleanup_group.c: Fix compilation when compil...
2008-12-22 nekral-guest * src/groupdel.c: Remove the fail_exit () declaration.
2008-12-22 nekral-guestFix typo.
2008-12-22 nekral-guest * src/gpasswd.c: Fix the support for usernames with...
2008-12-22 nekral-guest * libmisc/chkname.c: Remove outdated comments.
2008-12-22 nekral-guest * src/groupdel.c: Re-indent.
2008-12-22 nekral-guest * src/groupmod.c: Re-indent.
2008-12-22 nekral-guest * src/groupadd.c: Re-indent.
2008-12-22 nekral-guest * libmisc/audit_help.c: Added audit_logger_message...
2008-12-15 nekral-guest * NEWS, src/gpasswd.c: Added support usernames with...
2008-11-30 nekral-guest * configure.in: Fix the "$enable_acct_tools_setuid...
2008-11-30 nekral-guest * NEWS, configure.in, libmisc/chkname.c: make group...
2008-11-23 nekral-guest * src/su.c: (!USE_PAM) Provide visible information...
2008-11-23 nekral-guest * man/ja/login.1: Fix the path of the utmp and wtmp...
2008-11-23 nekral-guest * man/su.1.xml: Fix the su synopsis. username is refer...
2008-11-23 nekral-guest * libmisc/chowntty.c: Only closelog() when failure...
2008-11-23 nekral-guest * libmisc/chowntty.c: Improve the logs for fchown...
2008-11-22 nekral-guest * libmisc/chowntty.c, src/login.c, lib/prototypes...
2008-11-22 nekral-guest * NEWS, libmisc/chowntty.c, libmisc/utmp.c: is_my_tty...
2008-11-22 nekral-guest * NEWS, libmisc/chowntty.c: Fix a race condition that...
2008-10-11 nekral-guestAdded todo items for pwck.
2008-10-11 nekral-guest * man/gshadow.5.xml, man/shadow.5.xml, man/passwd...
2008-10-11 nekral-guest * man/*.xml, man/login.defs.d/*.xml: Added copyright...
2008-09-20 nekral-guest * src/login.c: Always check the return value of the...
2008-09-20 nekral-guest * src/login.c, man/login.1.xml: the username is not...
2008-09-20 nekral-guest * src/login.c: Erase the username later since it it...
2008-09-20 nekral-guest * src/login.c: Explicitly tag the end of the #ifdef...
2008-09-20 nekral-guest * src/login.c: Check that no username is specified...
2008-09-20 nekral-guest * src/login.c: Copy the name of the user authenticated...
2008-09-20 nekral-guest * src/login.c: Use a dynamic buffer for usernames.
2008-09-20 nekral-guest * src/login.c: Existence of pam_user was already check...
2008-09-20 nekral-guest * src/login.c: check_flags() renamed process_flags...
2008-09-20 nekral-guest * src/logoutd.c, src/userdel.c: Re-indent. This helps...
2008-09-20 nekral-guest * src/login.c: Re-indent.
2008-09-20 nekral-guest * src/login.c: Add missing closing }. This was probabl...
2008-09-20 nekral-guest * src/login.c: Do not mix USE_PAM and !USE_PAM code.
2008-09-20 nekral-guest * src/login.c: Use failent_user to log to audit. usern...
2008-09-20 nekral-guest * man/passwd.1.xml: passwd cannot change the full...
2008-09-14 nekral-guest * src/useradd.c: Added missing declaration of Mflg.
2008-09-13 nekral-guest * libmisc/setugid.c, src/login_nopam.c, src/suauth.c,
2008-09-13 nekral-guest * lib/commonio.c: Ignore the return value of umask...
2008-09-13 nekral-guest * NEWS, etc/login.defs: New CREATE_HOME variable to...
2008-09-13 nekral-guest * po/cs.po: Updated Czech translation.
2008-09-13 nekral-guest * man/login.defs.d/USERGROUPS_ENAB.xml: Fix typo:...
2008-09-13 nekral-guest * man/groupadd.8.xml: Remove the list of (short) optio...
2008-09-13 nekral-guestNew TODO item.
2008-09-13 nekral-guest From RedHat's patch shadow-4.1.2-sysAccountDownhill...
2008-09-07 nekral-guest * configure.in: Fix the dependency of ACCT_TOOLS_SETUID on
2008-09-07 nekral-guest * libmisc/copydir.c: Call utimes() after closing the...
2008-09-07 nekral-guest * libmisc/copydir.c, configure.in: Check for the prese...
2008-09-06 nekral-guestAdditional PAM cleanup:
2008-09-06 nekral-guestSupport for blowfish was requested twice.
2008-09-06 nekral-guest * src/gpasswd.c: Document the long options in the...
2008-09-06 nekral-guestRemove done item:
2008-09-06 nekral-guestRemove done item:
2008-09-06 nekral-guest * NEWS: Added configure --enable-account-tools-setuid...
2008-09-06 nekral-guest * configure.in: Added option --enable-account-tools...
2008-09-06 nekral-guest * libmisc/tz.c: tz() is only used when USE_PAM is...
2008-09-06 nekral-guest * libmisc/tz.c: tz() is only used when USE_PAM is...
2008-09-06 nekral-guest * src/groupmems.c: Call open_files() and close_files().
2008-09-06 nekral-guestFix typo. s/Prog/%s/ in the format string.
2008-09-06 nekral-guest * libmisc/obscure.c: Compare characters to '\0', not...
2008-09-06 nekral-guest * lib/defines.h: Do not include <config.h>. This compl...
2008-09-06 nekral-guestRemove DONE item.
2008-09-06 nekral-guest * src/userdel.c, src/newusers.c, src/chpasswd.c, src...
2008-09-06 nekral-guest * src/newgrp.c, src/userdel.c, src/grpck.c, src/gpasswd.c,
2008-09-04 nekral-guest * configure.in: Check if AUDIT_ADD_USER, AUDIT_DEL_USER,
2008-09-04 nekral-guest * src/useradd.c: Fix comment of lflg: it is also used...
2008-09-04 nekral-guestUpdated TODO list.
2008-09-04 nekral-guest * NEWS, src/groupmems.c, man/groupmems.8.xml: Document...
2008-09-04 nekral-guest * lib/prototypes.h, libmisc/audit_help.c: Define new...
2008-09-04 nekral-guest * lib/prototypes.h, libmisc/audit_help.c: Define new...
2008-09-03 nekral-guest * src/userdel.c: Log failures to remove the mailbox...
next