]> granicus.if.org Git - shadow/history - ChangeLog
The prototypes of fgetsx() and fputsx() are already defined in
[shadow] / ChangeLog
2008-01-05 nekral-guestThe prototypes of fgetsx() and fputsx() are already...
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-guestAdd changelog entry for previous commit.
2008-01-05 nekral-guest* libmisc/pam_pass.c: Define do_pam_passwd() as static...
2008-01-05 nekral-guestInclude config.h as a system include, as recommended...
2008-01-05 nekral-guestDefine is_listed() as static and add its prototype.
2008-01-05 nekral-guestInclude "prototypes.h" to make sure the exported protot...
2008-01-05 nekral-guest"shadowio.h" was included for the definition of the...
2008-01-05 nekral-guestgrent.c does not exist anymore. Remove the putgrent...
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-guestAvoid assignments in conditionals.
2008-01-01 nekral-guest(split_groups): Test the pointer returned by malloc.
2008-01-01 nekral-guestDocument add_one_entry_nis(), write_all(), commonio_rem...
2008-01-01 nekral-guestAvoid implicit conversions to booleans.
2008-01-01 nekral-guestAvoid implicit brackets.
2008-01-01 nekral-guestAvoid implicit conversions to booleans.
2008-01-01 nekral-guestAvoid implicit brackets.
2008-01-01 nekral-guestNo functional changes were introduced by the previous...
2008-01-01 nekral-guestFix typos in comments (gshadow/shadow).
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-guestDe-comment code (duplicate the entry when the _R functi...
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-guestAvoid empty file when WITH_AUDIT is not set.
2008-01-01 nekral-guest* libmisc/limits.c, libmisc/obscure.c, src/login_nopam.c,
2008-01-01 nekral-guestI forgot to mention compare_members_lists().
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-guestIf remove-potcdate.sin does not exist, use the one...
2007-12-31 nekral-guestFix the type of the bitfields in the commonio_entry...
2007-12-31 nekral-guestAvoid assignments in comparisons.
2007-12-31 nekral-guestAvoid implicit brackets.
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-guestRewrote to match the previous commit message.
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-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-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-guestAvoid implicit brackets.
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-guest(process_flags): prefer fail_exit to exit. This avoid
2007-12-28 nekral-guest * process_args renamed process_flags
2007-12-28 nekral-guestSplit the processing of options out of main().
2007-12-28 nekral-guestfind_new_gid is never called when an
2007-12-28 nekral-guesttypo cleared/clearer
2007-12-28 nekral-guest(find_new_gid): If oflg is set, gflg is also set.
2007-12-28 nekral-guestA group with the specified name cannot exist at that...
2007-12-28 nekral-guestAvoid implict brackets.
2007-12-28 nekral-guestWhen compiled without AUDIT support, if the return...
2007-12-28 nekral-guestAvoid implicit conversions to booleans.
2007-12-27 nekral-guestAvoid implicit brackets.
2007-12-27 nekral-guestDocument selinux_file_context.
2007-12-27 nekral-guestAvoid assignment in comparisons.
2007-12-27 nekral-guestlibmisc/copydir.c cleanup
2007-12-27 nekral-guestAvoid implicit conversions to booleans.
2007-12-27 nekral-guestAvoid assignment in comparisons.
2007-12-27 nekral-guestAvoid implicit brackets.
2007-12-27 nekral-guestSimplify gpasswd's main():
2007-12-27 nekral-guestSimplify gpasswd's main():
2007-12-27 nekral-guestSimplify gpasswd's main():
2007-12-27 nekral-guestSimplify gpasswd's main():
2007-12-27 nekral-guestSimplify gpasswd's main():
2007-12-27 nekral-guestgpasswd cleanup
2007-12-26 nekral-guestRecommend editing the shadowed (resp. regular) file...
next