]> granicus.if.org Git - shadow/history - libmisc
* src/userdel.c: Use a bool for the is_shadow_pwd, is_shadow_grp,
[shadow] / libmisc /
2008-06-09 nekral-guest * libmisc/list.c: Change is_on_list() prototype to...
2008-06-09 nekral-guest * libmisc/find_new_ids.c: Change find_new_uid() and...
2008-06-09 nekral-guest * libmisc/console.c: Change is_listed() prototype...
2008-05-26 nekral-guest * libmisc/getdate.y: abbrev is a bool.
2008-05-26 nekral-guestcheckutmp is implemented twice. I only changed the...
2008-05-26 nekral-guest * libmisc/isexpired.c: ARGSUSED is no more needed...
2008-05-26 nekral-guest * libmisc/sulog.c (sulog): The success argument is...
2008-05-26 nekral-guestUpdated copyright dates.
2008-05-26 nekral-guest * libmisc/ttytype.c: Avoid implicit conversion of...
2008-05-25 nekral-guest * libmisc/mail.c: Avoid implicit conversion of pointer...
2008-05-25 nekral-guest * libmisc/loginprompt.c: Avoid implicit conversion...
2008-05-25 nekral-guestAvoid implicit conversion of chars to booleans.
2008-05-25 nekral-guestselinux_checked, selinux_enabled, and set_orig are...
2008-05-25 nekral-guest * libmisc/setugid.c (setup_uid_gid): The is_console...
2008-05-25 nekral-guest * libmisc/pam_pass.c (do_pam_passwd): The silent and
2008-05-25 nekral-guestUpdated copyright dates.
2008-05-25 nekral-guestUpdated copyright dates.
2008-05-25 nekral-guest * libmisc/getlong.c: Avoid implicit conversion of...
2008-05-25 nekral-guest * libmisc/valid.c: Avoid implicit conversion of pointe...
2008-05-25 nekral-guest * libmisc/yesno.c: yes_or_no returns a bool instead...
2008-05-25 nekral-guest(failcheck): The failed argument is a bool.
2008-05-25 nekral-guestAvoid implicit conversion of integers to booleans.
2008-05-25 nekral-guest * libmisc/rlogin.c: Avoid assignments in comparisons.
2008-05-25 nekral-guest * libmisc/failure.c (failcheck): The failed argument...
2008-05-25 nekral-guest * libmisc/myname.c: Avoid assignments in comparisons.
2008-05-25 nekral-guest(no commit message)
2008-05-25 nekral-guest * libmisc/utmp.c (checkutmp): Change picky argument...
2008-05-25 nekral-guest* Change type of added to bool.
2008-05-25 nekral-guest* hushed returns a bool instead of int.
2008-05-25 nekral-guest* is_my_tty returns a bool.
2008-05-25 nekral-guest* Avoid assignment in comparisons, implicit comparison...
2008-05-25 nekral-guest * libmisc/chkname.h, libmisc/chkname.c: check_group_na...
2008-05-25 nekral-guestAvoid implicit conversion of integers / pointers to...
2008-05-25 nekral-guestAvoid implicit conversion of integers / pointers to...
2008-05-24 nekral-guest * libmisc/copydir.c (remove_tree): As we always use...
2008-05-24 nekral-guest * libmisc/fields.c: Avoid assignments in comparisons...
2008-05-24 nekral-guestSimply passwd_check since it's never used when configur...
2008-05-24 nekral-guest * libmisc/list.c: Avoid assignments in comparisons...
2008-05-24 nekral-guest Fix compiler warnings:
2008-05-23 nekral-guestUse fputs rather than fprintf for constant strings.
2008-05-20 nekral-guest*** security:
2008-05-19 nekral-guestDocument the sections closed by #endif
2008-05-18 nekral-guest Import Debian patch 487_passwd_chauthtok_failed_message
2008-04-27 nekral-guestMake sure every source files are distributed with a...
2008-04-27 nekral-guestIf the SULOG_FILE does not exist when an su session...
2008-04-27 nekral-guestAllow non-US-ASCII characters in the GECOS fields ...
2008-04-16 nekral-guestFix ident.
2008-04-16 nekral-guestEnsure that getpwent() is used in setpwent(), getpwent(),
2008-02-19 nekral-guestRe-indent.
2008-02-19 nekral-guestAdded new option -r, --system for system accounts in...
2008-02-03 nekral-guestDo not seed the random number generator each time,...
2008-02-03 nekral-guestAdd libmisc/find_new_ids.c to the sources of the libmis...
2008-02-03 nekral-guestAdd new generic functions to find the next user or...
2008-02-03 nekral-guest * libmisc/age.c, libmisc/yesno.c, src/lastlog.c, src...
2008-01-26 nekral-guestFix build failures with --disable-shadowgrp. Thanks...
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-06 nekral-guest* libmisc/salt.c: Add prototype for l64a(), gensalt(),
2008-01-06 nekral-guest* libmisc/obscure.c: Tag the `old' parameter of palindr...
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-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-guestdo_pam_passwd should not have been defined static,...
2008-01-05 nekral-guestRemove the declaration of getutent(), getutline(),...
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-01 nekral-guestDe-comment code (duplicate the entry when the _R functi...
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,
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-26 nekral-guestMerge Debian's patch 451_login_PATH
2007-12-26 nekral-guestMerge Debian's patch 466_fflush-prompt
2007-12-26 nekral-guestMerge RedHat's patch shadow-4.0.18.1-mtime.patch:
2007-12-08 nekral-guestFix time () prototype.
2007-11-24 nekral-guest* configure.in: New configure option: --with-sha-crypt...
2007-11-24 nekral-guestRe-indent.
2007-11-23 nekral-guestMake sure method is not NULL, defaulting to DES. Thanks...
2007-11-23 nekral-guest* Move the srandom call to gensalt.
2007-11-23 nekral-guestApplied patch shadow-utils-4.0.18.2-salt.patch. Thanks...
2007-11-23 nekral-guest* src/chpasswd.c: Added crypt method: NONE.
2007-11-20 nekral-guest* libmisc/obscure.c, libmisc/salt.c, src/passwd.c:...
2007-11-20 nekral-guest* lib/prototypes.h, libmisc/salt.c: Add parameters to
2007-11-20 nekral-guestHopefully, I review my commits in the morning...
2007-11-20 nekral-guest* libmisc/salt.c: The salt has a random size (between...
2007-11-19 nekral-guest* libmisc/salt.c (MAGNUM): Terminate the array with...
2007-11-19 nekral-guestFix typo introduced while merging RedHat patch shadow...
2007-11-19 nekral-guestAdd support for SHA256 and SHA512 encrypt methods....
next