]> granicus.if.org Git - shadow/shortlog
shadow
2008-01-06 nekral-guest* lib/Makefile.am: Do not link libshadow.la with the...
2008-01-06 nekral-guest* lib/nscd.c, lib/nscd.h: Set the service parameter of
2008-01-06 nekral-guestRemove prototypes for __gr_dup() and __gr_set_changed().
2008-01-06 nekral-guestSet the method string as a constant string.
2008-01-06 nekral-guestAssume <errno.h> declares errno.
2008-01-06 nekral-guest* Remove prototype for sgetgrent().
2008-01-06 nekral-guestFix typo: s/rend compte indiqué/rend le compte indiqué/
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-guest* Remove teh macro definition of SETXXENT_TYPE,
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-06 nekral-guestRemove the src parameter of copy_special().
2008-01-06 nekral-guest* libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
2008-01-05 nekral-guestAdd documentation for the new --password options.
2008-01-05 nekral-guestFix find_new_gid() prototype. Add a void parameter.
2008-01-05 nekral-guestRemove old comments in the header.
2008-01-05 nekral-guestInclude <lastlog.h> for the declaration of struct lastlog.
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-guestFix the do_pam_passwd() prototype (it returns void).
2008-01-05 nekral-guestdo_pam_passwd should not have been defined static,...
2008-01-05 nekral-guestRemove prototype of putgrent(), add parameter's name...
2008-01-05 nekral-guestAdd option --password to groupadd and groupmod (similar...
2008-01-05 nekral-guestRemove the declaration of getutent(), getutline(),...
2008-01-05 nekral-gueststat shadows another stat variable. Remove this
2008-01-05 nekral-guestChangelog entry forgotten in previous src/gshadow.c...
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-guestAdd missing include "shadowio.h". (This was OK as long...
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-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-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-guestFix typo s/groupadd/chpasswd/
2008-01-01 nekral-guestNew TODO item:
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-guestignore libmisc.a
2008-01-01 nekral-guestNo functional changes were introduced by the previous...
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-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-guestForgot to commit that one.
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-guestRemove inaccurate documentation.
2008-01-01 nekral-guestAdd missing prototype declarations.
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-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-guestFix the type of the bitfields in the commonio_entry...
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.
next