]> granicus.if.org Git - shadow/history - ChangeLog
* lib/port.c: Add brackets and parenthesis.
[shadow] / ChangeLog
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-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-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 * 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-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/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-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-guest * libmisc/ttytype.c: Avoid implicit conversion of...
2008-05-25 nekral-guest * libmisc/mail.c: Avoid implicit conversion of pointer...
2008-05-25 nekral-guest * libmisc/loginprompt.c: Avoid implicit conversion...
2008-05-25 nekral-guestAvoid implicit conversion of chars to booleans.
2008-05-25 nekral-guestselinux_checked, selinux_enabled, and set_orig are...
2008-05-25 nekral-guest * libmisc/setugid.c (setup_uid_gid): The is_console...
2008-05-25 nekral-guest * libmisc/setugid.c (setup_uid_gid): The is_console...
2008-05-25 nekral-guest * libmisc/pam_pass.c (do_pam_passwd): The silent and
2008-05-25 nekral-guest * libmisc/getlong.c: Avoid implicit conversion of...
2008-05-25 nekral-guest * libmisc/valid.c: Avoid implicit conversion of pointe...
2008-05-25 nekral-guest * libmisc/yesno.c: yes_or_no returns a bool instead...
2008-05-25 nekral-guest(failcheck): The failed argument is a bool.
2008-05-25 nekral-guestAvoid implicit conversion of integers to booleans.
2008-05-25 nekral-guest * libmisc/rlogin.c: Avoid assignments in comparisons.
2008-05-25 nekral-guest * libmisc/failure.c (failcheck): The failed argument...
2008-05-25 nekral-guest * libmisc/myname.c: Avoid assignments in comparisons.
2008-05-25 nekral-guest * libmisc/utmp.c (checkutmp): Change picky argument...
2008-05-25 nekral-guest* Change type of added to bool.
2008-05-25 nekral-guest* hushed returns a bool instead of int.
2008-05-25 nekral-guest * lib/getdef.h, lib/getdef.c: getdef_bool returns...
2008-05-25 nekral-guest* is_my_tty returns a bool.
2008-05-25 nekral-guest* Avoid assignment in comparisons, implicit comparison...
2008-05-25 nekral-guest * libmisc/chkname.h, libmisc/chkname.c: check_group_na...
2008-05-25 nekral-guestAvoid implicit conversion of integers / pointers to...
2008-05-25 nekral-guestAvoid implicit conversion of integers / pointers to...
2008-05-25 nekral-guestAllow usage of booleans in the source.
2008-05-25 nekral-guestAllow --disable-man and --enable-man=no.
2008-05-24 nekral-guestSet the version to 4.1.2.
2008-05-24 nekral-guest Prepare the 4.1.2 release
2008-05-24 nekral-guestRun msgmerge with --previous. (This requires gettext...
2008-05-24 nekral-guest * libmisc/copydir.c (remove_tree): As we always use...
2008-05-24 nekral-guest * libmisc/fields.c: Avoid assignments in comparisons...
2008-05-24 nekral-guestSimply passwd_check since it's never used when configur...
2008-05-24 nekral-guest * libmisc/list.c: Avoid assignments in comparisons...
2008-05-24 nekral-guest Fix compiler warnings:
2008-05-23 nekral-guestUse fputs rather than fprintf for constant strings.
2008-05-21 nekral-guestIndicate that login should be executed with "exec login...
2008-05-21 nekral-guestRemove the advices for the choice of a good password...
2008-05-20 nekral-guest*** security:
2008-05-19 nekral-guestTag the section which require --enable-shadowgrp or...
2008-05-19 nekral-guestSHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can only...
2008-05-19 nekral-guestDocument the -k, --skel option, and update the -m,...
next