]> granicus.if.org Git - shadow/shortlog
shadow
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-guestSort the tools in the NEWS entries of 4.1.1.
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-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
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-guestDocument the new functions.
2007-12-28 nekral-guestOther cleanups and documentation.
2007-12-28 nekral-guestStop at the first error.
2007-12-28 nekral-guestAvoid assignement in comparison.
2007-12-28 nekral-guestAvoid implicit conversions to booleans.
2007-12-27 nekral-guestAvoid implicit casts.
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-guestDocument check_list's return value.
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...
2007-12-26 nekral-guestEnd of the previous changelog entry...
2007-12-26 nekral-guestMerge Debian's patch 451_login_PATH
2007-12-26 nekral-guestIf started as init, login and sulogin need to start...
2007-12-26 nekral-guestMerge Debian's patch 408_passwd_check_arguments
2007-12-26 nekral-guestRe-indent.
2007-12-26 nekral-guestMerge Debian's patch 412_lastlog_-u_numerical_range
2007-12-26 nekral-guestMerge Debian's patch 466_fflush-prompt
2007-12-26 nekral-guestsu's arguments are now reordered. If needed, use -...
2007-12-26 nekral-guestMerge RedHat's patch shadow-4.0.18.1-mtime.patch:
2007-12-26 nekral-guestMention RedHat's patches for previous commits.
2007-12-26 nekral-guestAdd option -l to avoid adding the user to the lastlog...
2007-12-26 nekral-guestThe manpages should indicate how common options are.
2007-12-26 nekral-guestNO_GETPWENT is no more supported. Remove associated...
2007-12-26 nekral-guestDocument the long options (--force, --gid, --key, ...
2007-12-26 nekral-guestDo not install the shadow library per default.
2007-12-09 nekral-guest* NEWS, configure.in: Prepare the 4.1.0 release.
2007-12-09 nekral-guestUpdated TODO list.
2007-12-09 nekral-guestNew TODO.
2007-12-09 nekral-guest* man/pwconv.8.xml: Fix typos.
2007-12-08 nekral-guestMake sure is_console is only defined when USE_PAM is...
2007-12-08 nekral-guestFix time () prototype.
2007-12-08 nekral-guest* man/login.defs.d/CONSOLE_GROUPS.xml,
2007-12-05 nekral-guestFix the newgrp section in the gshadow.5 manpage.
2007-11-27 nekral-guestPrepare the 4.1.0-rc1 release.
2007-11-27 nekral-guestNew TODOs.
2007-11-27 nekral-guestAdded the login.defs variables description to the man...
2007-11-26 nekral-guest* man/chfn.1.xml: Uses CHFN_AUTH, CHFN_RESTRICT, LOGIN_...
2007-11-26 nekral-guestThe previous commit to man/login.defs.5.xml also descri...
2007-11-26 nekral-guestAdd --expand-all-entities to the call to xml2po to...
2007-11-26 nekral-guestPut each variable description in an external entities...
2007-11-26 nekral-guestDo not generate gmo files.
2007-11-26 nekral-guestEnd of the PO unfuzzyfication (after tabulation removal...
2007-11-25 nekral-guestFix typo.
2007-11-25 nekral-guest* man/po/LINGUAS: Added missing LINGUAS.
next