]> granicus.if.org Git - shadow/history - src
* libmisc/chowntty.c: Avoid assignments in comparisons.
[shadow] / src /
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-guestAvoid implicit conversion of integer to boolean.
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-05-25 nekral-guest * libmisc/chkname.h, libmisc/chkname.c: check_group_na...
2008-05-24 nekral-guest * libmisc/copydir.c (remove_tree): As we always use...
2008-05-24 nekral-guest Fix compiler warnings:
2008-05-19 nekral-guestFix formatting.
2008-05-18 nekral-guestFix typo.
2008-05-18 nekral-guest Import Debian patch 434_login_stop_checking_args_after--
2008-05-18 nekral-guest * src/vipw.c, src/su.c, src/newgrp.c: Harmonize the...
2008-04-27 nekral-guestMake sure every source files are distributed with a...
2008-04-27 nekral-guestAllow non-US-ASCII characters in the GECOS fields ...
2008-04-16 nekral-guestFix build failure when configured with audit support...
2008-04-16 nekral-guestEnsure that getpwent() is used in setpwent(), getpwent(),
2008-03-26 nekral-guest* src/passwd.c, NEWS: Make SE Linux tests more strict...
2008-03-17 nekral-guestFix minor compilation warning (assignment used as a...
2008-03-17 nekral-guestlogin_access() is used in src/login.c, and defined...
2008-03-17 nekral-guestCompilation fix. gshadow_locked should only be used...
2008-03-17 nekral-guestFix some warnings. compare_members_lists() is only...
2008-03-08 nekral-guestRemove unused global variable.
2008-03-08 nekral-guest* NEWS, src/groupmod.c: Make sure the passwd, group...
2008-03-08 nekral-guestMake sure the passwd, group, shadow, and gshadow files...
2008-03-08 nekral-guest * NEWS, src/groupdel.c: Make sure the group, and gshad...
2008-03-08 nekral-guestMake sure the passwd, group, shadow, and gshadow files...
2008-03-08 nekral-guestMake sure the group and gshadow files are unlocked...
2008-03-08 nekral-guestDo not rewrite the group and gshadow file in case of...
2008-03-08 nekral-guestDo not log that the group was deleted if an error occurred.
2008-03-08 nekral-guestDo not raise an error if the group does not exist in...
2008-03-07 nekral-guest* src/newgrp.c: Add missing end of line in message.
2008-03-05 nekral-guestOnly reset the entries of existing users with faillog...
2008-03-04 nekral-guestFix typo. One "can't open" message is a "can't lock".
2008-02-26 nekral-guestWhen a password is moved to the gshadow file, use ...
2008-02-26 nekral-guestRe-indent.
2008-02-26 nekral-guest * NEWS: Fix failures when the gshadow file is not...
2008-02-26 nekral-guest * Fix typo in comment.
2008-02-25 nekral-guest* NEWS, src/useradd.c, man/useradd.8.xml: Added options
2008-02-19 nekral-guestAdd missing 'p' to the getopt_long's optstring.
2008-02-19 nekral-guestAdd missing -p, --password description to the Usage...
2008-02-19 nekral-guestAdd missing space in comment.
2008-02-19 nekral-guestFix --non-unique's has_arg field to no_argument instead...
2008-02-19 nekral-guestAdd missing 'p' to the getopt_long's optstring.
2008-02-19 nekral-guestAdded new option -r, --system for system accounts in...
2008-02-18 nekral-guestFix buffer overflow when adding an user to a group...
2008-02-14 nekral-guestOne AUDIT_USER_START remained. Replace it with AUDIT_CH...
2008-02-14 nekral-guestUse the correct AUDIT_CHGRP_ID event instead of
2008-02-10 nekral-guest* Reset oflg with uflg if the new UID is equal to
2008-02-10 nekral-guestFix the handling of -a when a user is being renamed...
2008-02-10 nekral-guestSet the shadow's password instead of the passwd's password.
2008-02-03 nekral-guestFix typo.
2008-02-03 nekral-guestFix typo.
2008-02-03 nekral-guestNo need to check audit_fd, audit_logger() will take...
2008-02-03 nekral-guestReally log the expiration date change as human readable...
2008-02-03 nekral-guestUse a function to convert the dates from /etc/shadow...
2008-02-03 nekral-guestDo not translate the fromhost variable. It is always...
2008-02-03 nekral-guest * NEWS: newusers will behave more like useradd.
2008-02-03 nekral-guestUse the find_new_uid() and find_new_gid() from the...
2008-02-03 nekral-guest * libmisc/age.c, libmisc/yesno.c, src/lastlog.c, src...
2008-01-27 nekral-guestFix comment. find_new_fid is no more called is the...
2008-01-26 nekral-guestFix build failures with --disable-shadowgrp. Thanks...
2008-01-24 nekral-guestRe-indent.
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-24 nekral-guestRe-indent.
next