]> granicus.if.org Git - shadow/history - ChangeLog
* NEWS, src/gpasswd.c: Use getopt_long instead of getopt. Added
[shadow] / ChangeLog
2008-08-22 nekral-guest * NEWS, src/gpasswd.c: Use getopt_long instead of...
2008-08-22 nekral-guest * src/grpck.c: Added function fail_exit(). Check failu...
2008-08-22 nekral-guest * src/passwd.c: Check failure to unlock files. Report...
2008-08-22 nekral-guest * src/chfn.c, src/chgpasswd.c, src/chpasswd.c, src...
2008-08-22 nekral-guest * src/chage.c, src/chgpasswd.c, src/chpasswd.c, src...
2008-08-22 nekral-guest * NEWS, src/passwd.c: For compatibility with other...
2008-08-15 nekral-guest * man/groupadd.8.xml: Fix the regular expression for...
2008-08-15 nekral-guest * man/po/pl.po: Fix typo in the Polish translation...
2008-08-13 nekral-guest * man/pl/Makefile.am: Do not build the Polish translat...
2008-08-13 nekral-guest * man/shadow.5.xml: Fix typo. The password must be...
2008-08-09 nekral-guest * src/groupmems.c: Harmonize the unlock failure messages.
2008-08-09 nekral-guest * src/pwck.c: Added fail_exit().
2008-08-09 nekral-guest * src/vipw.c: Report failures to remove files to stderr.
2008-08-09 nekral-guest * NEWS, src/groupmems.c: Added syslog support.
2008-08-09 nekral-guest * src/chsh.c: Added fail_exit().
2008-08-09 nekral-guest * src/chpasswd.c: Added fail_exit().
2008-08-09 nekral-guest * src/chgpasswd.c: Added fail_exit().
2008-08-07 nekral-guest * src/userdel.c: Report failure to remove entries...
2008-08-07 nekral-guest * src/pwunconv.c: Report failure to unlock the passwd...
2008-08-07 nekral-guest * src/usermod.c: Report failure to unlock the passwd...
2008-08-07 nekral-guest * src/newusers.c: Report failure to unlock the passwd...
2008-08-07 nekral-guest * src/chage.c: Report failure to unlock the passwd...
2008-08-07 nekral-guest * src/pwconv.c: Report failure to unlock the passwd...
2008-08-07 nekral-guest * src/grpunconv.c: Report failure to unlock the group...
2008-08-07 nekral-guest * src/chfn.c: Added fail_exit(). Check if the passwd...
2008-08-06 nekral-guest * lib/groupio.c, lib/groupio.h, lib/pwio.c, lib/pwio.h,
2008-08-06 nekral-guest * src/groupadd.c: Only call gr_unlock() and sgr_unlock...
2008-08-06 nekral-guest * src/groupdel.c: Add logging to syslog & audit on...
2008-08-06 nekral-guest * src/groupdel.c: Harmonize error & syslog messages.
2008-08-06 nekral-guest * src/groupmod.c: Harmonize error & syslog messages.
2008-08-06 nekral-guest * src/groupadd.c: Harmonize error & syslog messages.
2008-08-06 nekral-guest * src/gpasswd.c: Warn and log to syslog and audit...
2008-08-06 nekral-guest * src/gpasswd.c: Harmonize error & syslog messages.
2008-08-06 nekral-guest * src/chfn.c, src/chsh.c, src/groupdel.c, src/groupmems.c,
2008-07-30 nekral-guest * src/groupmems.c: Only check if the adduser user...
2008-07-30 nekral-guest * src/groupmems.c: Fix the groupmems' usage message...
2008-07-27 nekral-guest * src/groupmems.c: Replace an if test by an else.
2008-07-27 nekral-guest * src/groupmems.c: Ignore the return value of fputs().
2008-07-27 nekral-guest * src/groupmems.c (whoami): Make sure usr and grp...
2008-07-27 nekral-guest * src/groupmems.c: Use xstrdup() rather than strdup().
2008-07-27 nekral-guest * src/groupmems.c: Add parenthesis.
2008-07-27 nekral-guest * NEWS, src/groupmems.c: Allow everybody to list the...
2008-07-27 nekral-guest * man/groupmems.8.xml: Sort options alphabetically.
2008-07-27 nekral-guest * src/groupmems.c (check_perms): Simplify. Always...
2008-07-27 nekral-guest * src/groupmems.c: Add fail_exit() to remove the group...
2008-07-27 nekral-guest * src/groupmems.c: Reduce the number of checks. Isolat...
2008-07-27 nekral-guest * src/groupmems.c: Add functions process_flags() and...
2008-07-27 nekral-guest * src/groupmems.c: Remove isgroup(), which always...
2008-07-27 nekral-guest * src/groupmems.c: Reuse the functions from libmisc...
2008-07-27 nekral-guest * src/groupmems.c: EXIT_READ_GROUP changed to EXIT_INV...
2008-07-26 nekral-guest * src/groupmems.c: Really use booleans.
2008-07-26 nekral-guest * lib/defines.h: Make sure the booleans are defined...
2008-07-26 nekral-guest2008-07-26 Nicolas François <nicolas.francois@central...
2008-07-21 nekral-guest * lib/prototypes.h: Fix getrange prototype.
2008-07-21 nekral-guest * README, NEWS, configure.in, lib/pam_defs.h, src...
2008-07-11 nekral-guest * src/chage.c: Ignore the return value of pam_end...
2008-07-11 nekral-guest * lib/gshadow.c: Avoid assignments in comparison.
2008-07-11 nekral-guestRe-inject the changes from 4.1.2.1.
2008-07-11 nekral-guest * src/usermod.c: Do not call usr_update() if it will...
2008-07-11 nekral-guest * src/usermod.c: Split update_files() into update_last...
2008-07-11 nekral-guest * libmisc/setugid.c: Add brackets.
2008-06-17 nekral-guest * libmisc/env.c: Avoid implicit conversion of pointers...
2008-06-17 nekral-guest * libmisc/utmp.c: Avoid implicit conversion of pointer...
2008-06-17 nekral-guest * libmisc/audit_help.c: Added one string for translation.
2008-06-15 nekral-guest * src/useradd.c: If the faillog file exist, warn in...
2008-06-15 nekral-guest * libmisc/limits.c: Add brackets and parenthesis.
2008-06-15 nekral-guest * libmisc/failure.c: Try to close the open file if...
2008-06-15 nekral-guest * libmisc/log.c: Check return values. If lseek() faile...
2008-06-15 nekral-guest * libmisc/find_new_ids.c, libmisc/find_new_gid.c,
2008-06-15 nekral-guest * libmisc/failure.c: Ignore the return value of strfti...
2008-06-14 nekral-guest * lib/defines.h: Avoid implicit conversion of pointers to
2008-06-14 nekral-guest * libmisc/failure.c: Check return values. If lseek...
2008-06-14 nekral-guest * lib/prototypes.h: Add the getrange() prototype.
2008-06-14 nekral-guest * lib/getdef.c: Fix the getdef_ulong() prototype.
2008-06-14 nekral-guest * src/lastlog.c: Use getrange to parse the range of...
2008-06-14 nekral-guest * libmisc/getlong.c: Reset errno before calling strtol().
2008-06-14 nekral-guest * libmisc/Makefile.am, libmisc/getrange.c: Added funct...
2008-06-14 nekral-guest * src/chsh.c: <signal.h> is not needed.
2008-06-13 nekral-guest * lib/prototypes.h: Define AUDIT_NO_ID to (unsigned...
2008-06-13 nekral-guest * lib/shadow.c: Use SHADOW_SP_FLAG_UNSET for the initial
2008-06-13 nekral-guest * lib/commonio.c: len should be typed ssize_t as it...
2008-06-13 nekral-guest * libmisc/find_new_ids.c: Use getdef_ulong to retrieve...
2008-06-13 nekral-guest * lib/gshadow.c: Use a bool when possible instead...
2008-06-13 nekral-guest * lib/groupio.c: Add brackets.
2008-06-13 nekral-guest * lib/sgetspent.c: Use SHADOW_SP_FLAG_UNSET for the...
2008-06-13 nekral-guest * lib/getdef.h, lib/getdef.c: Add getdef_ulong().
2008-06-13 nekral-guest * src/id.c: Make sure malloc receives a size_t.
2008-06-13 nekral-guest * src/sulogin.c: Ignore the return value of signal().
2008-06-13 nekral-guest * src/groups.c: sys_ngroups is only used when HAVE_GET...
2008-06-13 nekral-guest * src/faillog.c: Ignore return value of time() when...
2008-06-13 nekral-guest * src/login.c: Ignore the return value of signal().
2008-06-13 nekral-guest * src/chage.c: Add the arguments' names in the functions
2008-06-13 nekral-guest * src/groupadd.c: The ID argument of audit_logger...
2008-06-13 nekral-guest * src/pwck.c: Use a %lu format and cast group and...
2008-06-13 nekral-guest * src/passwd.c: Ignore return value of time() when...
2008-06-13 nekral-guest * src/groupmod.c: The ID argument of audit_logger...
2008-06-13 nekral-guest * src/useradd.c: The ID argument of audit_logger is...
2008-06-13 nekral-guest * src/su.c: fork() and waitpid() return a pid_t, not...
2008-06-13 nekral-guest * src/groupdel.c: The ID argument of audit_logger...
2008-06-13 nekral-guest * src/expiry.c: Ignore the return value of signal().
next