]> granicus.if.org Git - shadow/history - src
* libmisc/list.c: Change is_on_list() prototype to return a bool.
[shadow] / src /
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.
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-24 nekral-guestRe-indent.
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-23 nekral-guestApply Christian's recommendation:
2008-01-23 nekral-guestCheck that the new fields set with -u, -s, -l, -g,...
2008-01-23 nekral-guestAlways define user_newcomment, user_newshell, user_newe...
2008-01-23 nekral-guestuser_newname can only be used in WITH_AUDIT code or...
2008-01-22 nekral-guestFix typo in comment: s/find_new_uid/find_new_gid/
2008-01-22 nekral-guest * s/gid/GID/ in message string.
2008-01-21 nekral-guest* NEWS, src/newgrp.c: Fix segfault when an user returns...
2008-01-12 nekral-guest* NEWS, src/useradd.c: Fix the handling of the --defaul...
2008-01-06 nekral-guestAvoid setting the password to a const empty string...
2008-01-06 nekral-guest* lib/Makefile.am: Do not link libshadow.la with the...
2008-01-06 nekral-guest* Remove prototype of check_su_auth(). It is redundant...
2008-01-06 nekral-guest* libmisc/obscure.c: Tag the `old' parameter of palindr...
2008-01-06 nekral-guestRemove prototypes for __pw_del_entry(), __pw_get_head...
2008-01-06 nekral-guestAssume optarg and optind are declared in <getopt.h>.
2008-01-06 nekral-guestRemove the pw_name argument of new_pw_passwd. Use the...
2008-01-06 nekral-guest* Removed unused gid parameter of syslog_sg().
2008-01-06 nekral-guestThe crypt_method string always points to a constant...
2008-01-06 nekral-guestRemove prototype of l64a() (not used in pwunconv).
2008-01-06 nekral-guestRemove prototypes for __gr_del_entry(), __gr_get_head(),
2008-01-06 nekral-guest* src/login_nopam.c: Use an ANSI prototype for resolve_...
2008-01-05 nekral-guestFix find_new_gid() prototype. Add a void parameter.
2008-01-05 nekral-guestFix typos.
2008-01-05 nekral-guest* lib/prototypes.h: Add the dolastlog() prototype.
2008-01-05 nekral-guest* libmisc/pwdcheck.c: Do not include <pwd.h>. Include...
2008-01-05 nekral-guestAdd option --password to groupadd and groupmod (similar...
2008-01-05 nekral-guestloginsh is a global variable, use newshell for the...
2008-01-05 nekral-guestlogin_prompt is the name of a function, use loginprompt...
2008-01-05 nekral-guestMake a proper prototype for the main() function declara...
2008-01-05 nekral-guest* libmisc/pam_pass.c: Define do_pam_passwd() as static...
2008-01-01 nekral-guestAdd the syslog_sg prototype.
2008-01-01 nekral-guestAlso split syslog_sg() out of main().
2008-01-01 nekral-guestRemove duplicate logging to syslog.
2008-01-01 nekral-guestSplit check_perms() out of main().
2008-01-01 nekral-guestAvoid assignments in conditionals.
2008-01-01 nekral-guestFix typo s/groupadd/chpasswd/
2008-01-01 nekral-guestFix typo s/groupadd/chage/
2008-01-01 nekral-guestFix typo s/groupadd/chgpasswd/.
2008-01-01 nekral-guestAvoid implicit conversions to booleans.
next