]> granicus.if.org Git - shadow/history - lib
* src/expiry.c: Ignore the return value of signal().
[shadow] / lib /
2008-06-13 nekral-guest * lib/defines.h: Include <config.h> since it uses...
2008-06-13 nekral-guest * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c,
2008-06-10 nekral-guest * lib/prototypes.h, libmisc/valid.c: Change the protot...
2008-06-10 nekral-guest * lib/commonio.c: Add brackets and parenthesis.
2008-06-10 nekral-guest * lib/prototypes.h: Fix the prototypes to match earlie...
2008-06-10 nekral-guestFix typo. Compil fix.
2008-06-10 nekral-guest * lib/nscd.c: Include defines.h.
2008-06-10 nekral-guest * lib/port.c: Add brackets and parenthesis.
2008-05-26 nekral-guest * lib/sgetspent.c: Add brackets and parenthesis.
2008-05-26 nekral-guestAvoid assignments in comparisons.
2008-05-26 nekral-guestDo not check twice if fields[2] and fields[3] are not...
2008-05-26 nekral-guest * lib/sgetpwent.c: Avoid implicit conversion of pointe...
2008-05-26 nekral-guest* Avoid implicit conversion of pointers to booleans.
2008-05-26 nekral-guest * lib/prototypes.h: Fix prototypes according to earlie...
2008-05-26 nekral-guestAdd protection against multiple inclusions.
2008-05-26 nekral-guestIndicate that defines.h is included for the definition...
2008-05-26 nekral-guestThe changed, isopen, locked, and readonly fields of...
2008-05-26 nekral-guest * lib/pwio.h: Add protection against multiple inclusions.
2008-05-26 nekral-guest * lib/sgroupio.c: Avoid assignments in comparisons.
2008-05-26 nekral-guest * lib/shadowio.h, lib/shadowio.c: spw_file_present...
2008-05-26 nekral-guest * lib/sgroupio.c: Avoid assignments in comparisons.
2008-05-26 nekral-guest * lib/gshadow.c: nis_used and nis_bound are booleans.
2008-05-26 nekral-guestThe changed, isopen, locked, and readonly fields of...
2008-05-26 nekral-guest * lib/sgetgrent.c: implicit conversion of pointers...
2008-05-26 nekral-guest * lib/encrypt.c: Avoid implicit conversion of pointers...
2008-05-26 nekral-guest * lib/port.c: Avoid implicit conversion of pointers...
2008-05-26 nekral-guest * lib/fputsx.c: Add brackets.
2008-05-26 nekral-guest * lib/commonio.h: commonio_entry.changed, commonio_db...
2008-05-25 nekral-guestUpdated copyright dates.
2008-05-25 nekral-guest * lib/getdef.h, lib/getdef.c: getdef_bool returns...
2008-05-25 nekral-guestAllow usage of booleans in the source.
2008-05-19 nekral-guestSHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can
2008-04-27 nekral-guestMake sure every source files are distributed with a...
2008-03-17 nekral-guestlogin_access() is used in src/login.c, and defined...
2008-03-08 nekral-guest* lib/commonio.c (commonio_remove): Fail when the name...
2008-02-25 nekral-guestAdded missing SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX...
2008-02-03 nekral-guestSwitch to the C locale before sending messages to syslo...
2008-02-03 nekral-guestAdd new generic functions to find the next user or...
2008-02-03 nekral-guestNew function to find a group by its GID on the local...
2008-02-03 nekral-guestNew function to find an user by its UID on the local...
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* 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-guest* Remove teh macro definition of SETXXENT_TYPE,
2008-01-06 nekral-guest* libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
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-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-guestRemove prototype of putgrent(), add parameter's name...
2008-01-05 nekral-gueststat shadows another stat variable. Remove this
2008-01-05 nekral-guestThe prototypes of fgetsx() and fputsx() are already...
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-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-guestForgot to commit that one.
2008-01-01 nekral-guest* libmisc/copydir.c, src/usermod.c, lib/prototypes...
2007-12-31 nekral-guestFix the type of the bitfields in the commonio_entry...
2007-12-26 nekral-guestMerge Debian's patch 466_fflush-prompt
2007-12-26 nekral-guestDo not install the shadow library per default.
2007-11-24 nekral-guestIf we requested a non DES encryption, make sure crypt...
2007-11-24 nekral-guestAdd missing #include "getdef.h"
2007-11-23 nekral-guestAdded prototype for getlong.
2007-11-23 nekral-guestRemoved unused variable 'member'.
2007-11-23 nekral-guestsvn propset svn:keywords Id
2007-11-23 nekral-guest* NEWS, lib/getdef.c, man/login.defs.5.xml: New login...
2007-11-22 nekral-guestRemove chunk that should not have been committed.
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-guest* libmisc/salt.c: The salt has a random size (between...
2007-11-19 nekral-guestAdd support for SHA256 and SHA512 encrypt methods....
2007-11-19 nekral-guestFix some compilation warnings:
2007-11-18 nekral-guestAdd forgotten files in the previous ChangeLog entry.
2007-11-18 nekral-guest* lib/prototypes.h, configure.in, libmisc/Makefile.am,
2007-11-17 nekral-guest* NEWS, lib/nscd.c: Execute nscd -i instead of using...
2007-11-16 nekral-guest * lib/commonio.c (next_entry_by_name): New function.
2007-11-10 nekral-guestAdded the subversion svn:keywords property (Id) for...
2007-10-07 nekral-guestCommit the last version from the PLD CVS repository.
2007-10-07 nekral-guestRemove generated files present in the shadow archives...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
2007-10-07 nekral-guest[svn-upgrade] Integrating new upstream version, shadow...
next