]> granicus.if.org Git - shadow/history - src
Assume <errno.h> declares errno.
[shadow] / src /
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.
2008-01-01 nekral-guestAvoid implicit brackets.
2008-01-01 nekral-guestRe-indent.
2008-01-01 nekral-guestAvoid implicit conversions to booleans.
2008-01-01 nekral-guestuse_system_pw_file and use_system_spw_file were not...
2008-01-01 nekral-guestRe-indent.
2008-01-01 nekral-guestAvoid implicit brackets.
2008-01-01 nekral-guest* Fix open_files prototype (void argument).
2008-01-01 nekral-guestFix typos in comments (gshadow/shadow).
2008-01-01 nekral-guestSimplify pwck's main(). Remove gotos.
2008-01-01 nekral-guestSplit also check_pw_file() and check_spw_file() out...
2008-01-01 nekral-guestAlso split open_files and close_files out of main().
2008-01-01 nekral-guestSplit process_flags() out of main(). New global variabl...
2008-01-01 nekral-guest* src/lastlog.c: Remove statbuf, not used.
2008-01-01 nekral-guestAvoid ?: construct without the middle term.
2008-01-01 nekral-guest* libmisc/copydir.c, src/usermod.c, lib/prototypes...
2008-01-01 nekral-guest* libmisc/limits.c, libmisc/obscure.c, src/login_nopam.c,
2008-01-01 nekral-guestRemove inaccurate documentation.
2008-01-01 nekral-guestAdd missing prototype declarations.
2008-01-01 nekral-guestSplit check_members() out of check_grp_file() and check...
2008-01-01 nekral-guestSplit check_grp_file() and check_sgr_file() out of...
2008-01-01 nekral-guestSplit process_flags(), open_files(), and close_files...
2007-12-31 nekral-guestCompilation fix. pamh needs to be global since the...
2007-12-31 nekral-guestCompilation fix. user was removed from the list of...
2007-12-31 nekral-guestRe-indent.
2007-12-31 nekral-guestRe-indent.
2007-12-31 nekral-guestAvoid assignments in comparisons.
2007-12-31 nekral-guestAvoid implicit brackets.
2007-12-31 nekral-guest(compil fix) Use pw->pw_name instead of user.
2007-12-31 nekral-guestsflg needs to be global.
2007-12-31 nekral-guestAlso split update_shell() out of main().
2007-12-31 nekral-guest* Split also check_perms() out of main().
2007-12-31 nekral-guestSplit process_flags() out of main().
2007-12-31 nekral-guestAvoid assignments in comparisons.
2007-12-31 nekral-guestAvoid implicit conversions to booleans.
2007-12-31 nekral-guestDocument may_change_field().
2007-12-31 nekral-guestAvoid implicit brackets.
2007-12-31 nekral-guest* New function: process_flags() split out of main().
2007-12-31 nekral-guest* src/newusers.c: Compilation fix for PAM support ...
2007-12-31 nekral-guest * src/chage.c: Fix typo: s/maximim/maximum/
2007-12-30 nekral-guest* Compilation fix for PAM support (pamh needs to be
2007-12-30 nekral-guestCompilation fix for non-gshadow support.
2007-12-29 nekral-guestI forgot to open and close gshadow.
2007-12-29 nekral-guestAdded support for gshadow.
2007-12-29 nekral-guestDo not add the new user to the group's members, because...
2007-12-29 nekral-guestAvoid variables with the name of a type.
2007-12-29 nekral-guestAvoid assignments in comparisons.
2007-12-29 nekral-guestAvoid implicit brackets and re-indent.
2007-12-29 nekral-guestBefore pam_end(), the return value of the previous
2007-12-29 nekral-guestnewusers cleanups
2007-12-29 nekral-guestAvoid assignments in comparisons.
2007-12-29 nekral-guestRe-indent.
2007-12-29 nekral-guest * Avoid implicit brackets.
2007-12-29 nekral-guestRemove dead code. It was probably put here to add more
2007-12-29 nekral-guestAvoid using a variable with the same name as a type.
2007-12-29 nekral-guestchage cleanups
2007-12-28 nekral-guest * src/chgpasswd.c: Avoid assignments in comparisons.
2007-12-28 nekral-guestSame changes as for chpasswd:
2007-12-28 nekral-guestSame changes as for chpasswd:
2007-12-28 nekral-guestAvoid implicit brackets.
2007-12-28 nekral-guestRe-indent.
2007-12-28 nekral-guestRe-indent.
2007-12-28 nekral-guestAvoid assignments in comparisons.
2007-12-28 nekral-guestOther new functions: open_files(), close_files().
2007-12-28 nekral-guestNew functions: process_flags(), check_flags(),
2007-12-28 nekral-guestBefore pam_end(), the return value of the previous
2007-12-28 nekral-guestNew function check_flags(). Split the validation of
2007-12-28 nekral-guest(main, check_perms): New function check_perms().
2007-12-28 nekral-guest(main): Before pam_end(), the return value of the previ...
2007-12-28 nekral-guestRe-indent.
2007-12-28 nekral-guest(process_flags): prefer fail_exit to exit. This avoid
2007-12-28 nekral-guestI forgot the initialization of group_id in find_new_gid().
2007-12-28 nekral-guest * process_args renamed process_flags
next