]> granicus.if.org Git - shadow/shortlog
shadow
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().
2008-06-13 nekral-guest * src/newusers.c: Fix the check for GID/UID validity.
2008-06-13 nekral-guest * src/usermod.c: Cast dates to time_t, and number...
2008-06-13 nekral-guest * src/logoutd.c: Ignore return value of time() when...
2008-06-13 nekral-guest * src/pwconv.c: Use SHADOW_SP_FLAG_UNSET for the initial
2008-06-13 nekral-guest * src/gpasswd.c: The ID argument of audit_logger is...
2008-06-13 nekral-guest * src/userdel.c: The ID argument of audit_logger is...
2008-06-13 nekral-guest * src/newgrp.c: Use a %lu format and cast group and...
2008-06-13 nekral-guest * libmisc/isexpired.c: Cast number of days to a long...
2008-06-13 nekral-guest * libmisc/copydir.c: Do not specify a size of arrays...
2008-06-13 nekral-guest * libmisc/pwd2spwd.c: Cast number of days to a long...
2008-06-13 nekral-guest * lib/defines.h: Include <config.h> since it uses...
2008-06-13 nekral-guest * libmisc/sulog.c: Ignore the return value of umask...
2008-06-13 nekral-guest * libmisc/log.c: Avoid assignments in comparisons.
2008-06-13 nekral-guest * libmisc/strtoday.c: Avoid implicit conversion of...
2008-06-13 nekral-guest * libmisc/salt.c: Use a size_t for the size of strings...
2008-06-13 nekral-guest * libmisc/age.c: fork() and wait return a pid_t, not...
2008-06-13 nekral-guest * libmisc/rlogin.c: The size argument of read() is...
2008-06-13 nekral-guest * libmisc/failure.c: Avoid assignments in comparisons.
2008-06-13 nekral-guest * libmisc/chowntty.c: Avoid assignments in comparisons.
2008-06-13 nekral-guest * libmisc/audit_help.c: Add brackets.
2008-06-13 nekral-guest * libmisc/addgrps.c: Avoid implicit conversion of...
2008-06-13 nekral-guest * libmisc/utmp.c: Avoid implicit conversion of pointers to
2008-06-13 nekral-guest * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c,
2008-06-10 nekral-guestAvoid implicit conversion of pointers to booleans.
2008-06-10 nekral-guestAdd brackets.
2008-06-10 nekral-guest * src/pwck.c: Use a bool when possible instead of...
2008-06-10 nekral-guest * src/su.c: Use a bool when possible instead of int...
2008-06-10 nekral-guest * lib/prototypes.h, libmisc/valid.c: Change the protot...
2008-06-10 nekral-guestAvoid implicit conversion of integer to boolean.
2008-06-10 nekral-guest * lib/commonio.c: Add brackets and parenthesis.
2008-06-10 nekral-guest * lib/prototypes.h: Fix the prototypes to match earlie...
2008-06-10 nekral-guestFix typo. Compil fix.
2008-06-10 nekral-guest * lib/nscd.c: Include defines.h.
2008-06-10 nekral-guest * lib/port.c: Add brackets and parenthesis.
2008-06-10 nekral-guest * src/id.c: Ignore the return value of fputs(), puts...
2008-06-10 nekral-guest * src/chsh.c: Use a bool when possible instead of...
2008-06-10 nekral-guest * src/grpunconv.c: Use a bool when possible instead...
2008-06-10 nekral-guest * src/sulogin.c: Ignore return value of setlocale(),
2008-06-10 nekral-guest * src/groups.c: Use a bool when possible instead of...
2008-06-10 nekral-guestre-indent.
2008-06-10 nekral-guest * src/grpconv.c: Use a bool when possible instead...
2008-06-10 nekral-guest * src/faillog.c: Use a bool when possible instead...
2008-06-10 nekral-guest * src/login.c: Avoid multi-statements lines.
2008-06-10 nekral-guest * src/chage.c: Use a bool when possible instead of...
2008-06-10 nekral-guest * src/groupadd.c: Use a bool when possible instead...
2008-06-10 nekral-guest * src/pwck.c: Use a bool when possible instead of...
2008-06-10 nekral-guest * src/passwd.c: Use a bool when possible instead of...
2008-06-10 nekral-guest * src/groupmod.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/su.c: Ignore return value of setlocale(),
2008-06-09 nekral-guest * src/useradd.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/vipw.c: Use a bool when possible instead of...
2008-06-09 nekral-guest * src/chgpasswd.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/groupdel.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/expiry.c: Ignore return value of setlocale(),
2008-06-09 nekral-guestAdd brackets and parenthesis.
2008-06-09 nekral-guest * src/pwunconv.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/usermod.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/groupmems.c: Move the declaration of option_inde...
2008-06-09 nekral-guest * src/chfn.c: Use a bool when possible instead of...
2008-06-09 nekral-guest * src/logoutd.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/chpasswd.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/pwconv.c: Use a bool when possible instead of...
2008-06-09 nekral-guest * NEWS, src/newusers.c: Implement the -r, --system...
2008-06-09 nekral-guest * src/gpasswd.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/grpck.c: Use a bool when possible instead of...
2008-06-09 nekral-guest * src/lastlog.c: Use a bool when possible instead...
2008-06-09 nekral-guest * src/userdel.c: Use a bool for the is_shadow_pwd...
2008-06-09 nekral-guest * src/login_nopam.c: Do not use the YES and NO macros...
2008-06-09 nekral-guest * src/newgrp.c: Use a bool for is_newgrp, notfound...
2008-06-09 nekral-guest * libmisc/list.c: Change is_on_list() prototype to...
2008-06-09 nekral-guest * libmisc/find_new_ids.c: Change find_new_uid() and...
2008-06-09 nekral-guest * libmisc/console.c: Change is_listed() prototype...
2008-05-26 nekral-guest * lib/sgetspent.c: Add brackets and parenthesis.
2008-05-26 nekral-guestAvoid assignments in comparisons.
2008-05-26 nekral-guestDo not check twice if fields[2] and fields[3] are not...
2008-05-26 nekral-guest * lib/sgetpwent.c: Avoid implicit conversion of pointe...
2008-05-26 nekral-guest* Avoid implicit conversion of pointers to booleans.
2008-05-26 nekral-guest * libmisc/getdate.y: abbrev is a bool.
2008-05-26 nekral-guest * lib/prototypes.h: Fix prototypes according to earlie...
2008-05-26 nekral-guestAdd protection against multiple inclusions.
2008-05-26 nekral-guestIndicate that defines.h is included for the definition...
2008-05-26 nekral-guestThe changed, isopen, locked, and readonly fields of...
2008-05-26 nekral-guest * lib/pwio.h: Add protection against multiple inclusions.
2008-05-26 nekral-guest * lib/sgroupio.c: Avoid assignments in comparisons.
2008-05-26 nekral-guest * lib/shadowio.h, lib/shadowio.c: spw_file_present...
2008-05-26 nekral-guest * lib/sgroupio.c: Avoid assignments in comparisons.
2008-05-26 nekral-guest * lib/gshadow.c: nis_used and nis_bound are booleans.
2008-05-26 nekral-guestAdd protection against multiple inclusion
2008-05-26 nekral-guestThe changed, isopen, locked, and readonly fields of...
2008-05-26 nekral-guest * lib/sgetgrent.c: implicit conversion of pointers...
2008-05-26 nekral-guest * lib/encrypt.c: Avoid implicit conversion of pointers...
2008-05-26 nekral-guest * lib/port.c: Avoid implicit conversion of pointers...
2008-05-26 nekral-guest * lib/fputsx.c: Add brackets.
2008-05-26 nekral-guest * lib/commonio.h: commonio_entry.changed, commonio_db...
2008-05-26 nekral-guestcheckutmp is implemented twice. I only changed the...
2008-05-26 nekral-guest * libmisc/isexpired.c: ARGSUSED is no more needed...
2008-05-26 nekral-guest * libmisc/sulog.c (sulog): The success argument is...
2008-05-26 nekral-guestUpdated copyright dates.
next