]> git.sur5r.net Git - openldap/history - libraries/liblutil
Replace PW_GECOS/PASSWD macros
[openldap] / libraries / liblutil /
2005-08-12 Kurt ZeilengaReplace PW_GECOS/PASSWD macros
2005-07-25 Hallvard FurusethlmPasswd_to_key() arg1 was passed char*. Change it...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-18 Hallvard Furusethsize_t peercredlen -> socklen_t peercredlen in #if...
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-09 Kurt Zeilengacleanup
2005-07-08 Howard ChuFix get_scheme to check length of scheme name
2005-07-06 Hallvard FurusethConstify ldif_open() args
2005-05-12 Howard ChuFix Win32 build using separate object directory
2005-05-12 Howard ChuFix prev commit
2005-05-12 Howard ChuUpdated ldif_read_record to support LDIF include: directive
2005-04-26 Kurt Zeilengatype is no longer a char*
2005-04-10 Pierangelo MasaratiOID checks don't need to be case-insensitive
2005-04-09 Pierangelo Masaratibase64 encode passwords in back-config
2005-03-18 Howard ChuReorganiza SLAPD_CRYPT and SLAPD_SPASSWD support for...
2005-03-16 Kurt ZeilengaAIX getpeerid support
2005-03-15 Kurt Zeilengacleanup
2005-03-05 Kurt ZeilengaITS#3583: memcmp replacement compilation error fix
2005-02-03 Luke HowardITS#3439 (NetBSD support for getpeereid())
2005-01-24 Kurt ZeilengaRemove extra rcsid
2005-01-24 Howard ChuAdded ldif_countlines()
2005-01-24 Howard ChuRestore avl_find code independent of avl_find2
2005-01-20 Howard ChuITS#3495 make sure lutil_passwd_init gets called
2005-01-19 Howard ChuMore tweaks to ldif_parse_line2 for str2entry
2005-01-19 Howard ChuAdded ldif_parse_line2 to parse in-place
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-19 Howard ChuAdd avl_find2 returning the Avlnode, allowing its data...
2004-09-28 Howard ChuAdd some more comments to time conversion
2004-09-28 Howard ChuRename slap_tm to lutil_tm...
2004-09-28 Howard ChuMove time parsers from ppolicy.c to liblutil; preserve...
2004-09-26 Kurt Zeilengarebuild
2004-09-04 Kurt ZeilengaMove MSVC port to the Attic
2004-07-17 Howard ChuHide WINAPI entry points from slapd/symdummy
2004-06-02 Kurt ZeilengaApply same fix (as last commit) to SMD5 as well
2004-06-02 Kurt ZeilengaITS#3169: fix safety checks to allow for varying salt...
2004-03-19 Howard ChuITS#2457 Added LUTIL_SLASHPATH macro and func for conve...
2004-03-12 Pierangelo Masaratidefine error codes for lutil_passwd* funcs
2004-03-05 Howard ChuITS#2992 Windows fixes from Alexey Melnikov
2004-03-03 Howard ChuITS#2993 fix prev commit
2004-03-02 Howard ChuPass result berval to lutil_passwd_hash instead of...
2004-02-26 Howard ChuDeleted Kerberos and Netscape support
2004-01-25 Howard ChuITS#2899 NS-MTA-MD5 password len is exactly 64 bytes.
2004-01-09 Kurt ZeilengaFix text == NULL bugs in last commit
2004-01-09 Kurt ZeilengaITS#2906: report invalid userPassword schemes, clarify...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-11 Howard ChuITS#2869 fix decode length checks again
2003-12-06 Luke HowardUse gmtime_r() if HAVE_GMTIME_R is defined (need to...
2003-11-29 Hallvard FurusethAvoid /* inside comments.
2003-11-26 Kurt ZeilengaFrom liblavl
2003-11-26 Kurt Zeilengamove AVL routines into -llutil
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-11-25 Kurt ZeilengaMove LDIF routines liblutil
2003-11-25 Kurt ZeilengaNotice updates
2003-11-22 Pierangelo Masaratifix tricky signed/unsigned comparison (ITS#2835)
2003-11-18 Kurt ZeilengaUpdate csn format. Format now more inconsistent from...
2003-10-17 Kurt ZeilengaFix SLAPD_NS_MTA_MD5 compile bug (ITS#2773)
2003-08-09 Kurt ZeilengaITS#2566: apply patch provided by Norbert to fix lmhash...
2003-08-09 Kurt ZeilengaITS#2662: NS_MTA-MD5 hash check fix
2003-07-30 Kurt Zeilengacomment cleanup
2003-06-28 Hallvard FurusethHandle !HAVE_LONG_LONG
2003-06-01 Kurt ZeilengaITS#2562: add missing arg to hash_lanman
2003-05-29 Howard ChuFix lutil_localtime for EBCDIC
2003-05-25 Kurt ZeilengaAdd/Update various copyright notices
2003-05-15 Pierangelo Masaraticleanup previous commit; update header
2003-05-15 Pierangelo Masaratiadd local generalized time generator
2003-05-05 Kurt ZeilengaBlind fix for NGROUPS Tru64 5.1 bug (ITS#2485)
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-04-30 Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
2003-04-29 Hallvard Furuseth#include "ldap_pvt.h", to get ldap_charray_free() and...
2003-04-06 Kurt Zeilengamark more translatable strings
2003-04-06 Howard ChuITS#2423 - make the lib that allocates SASL prompt...
2003-03-12 Howard ChuFix up lutil_passwd stuff to avoid struct berval definition
2003-03-11 Howard ChuAdded lutil_passwd_init, _destroy, _add for dynamically...
2003-03-07 Howard ChuBlind fix, delete obsolete files cache.c, authpasswd.c
2003-03-04 Kurt Zeilengafix initializer
2003-03-03 Howard ChuCleanup slapd-specific NT service support
2003-03-03 Howard ChuFix previous commit, eventlog path was wrong
2003-03-03 Howard ChuDefault is_NT_Service to no
2003-03-02 Kurt ZeilengaAdd acc_rights detection (needs testing)
2003-03-02 Kurt ZeilengaAdd check of <sys/uio.h> and include as needed for...
2003-03-02 Howard ChuInteroperability fix for sendmsg/recvmsg with access...
2003-03-01 Kurt ZeilengaDon't send extra messages, will cause interoperability...
2003-02-21 Kurt ZeilengaRound 2
2003-02-21 Kurt ZeilengaAdd a safety value
2003-02-21 Kurt ZeilengaITS#2325 fix: properly freeing prompts->results
2003-02-09 Kurt ZeilengaNot yet implemented.
2003-01-30 Hallvard FurusethChange lutil_detach() to not close the descriptors...
2003-01-20 Kurt ZeilengaITS#2159: don't crash on malformed userPassword
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-11 Howard ChuFix previous commit, fstat arg was wrong.
2002-12-04 Howard ChuFix prev commit - require passed descriptor to be a...
2002-12-04 Howard ChuAdded check for sendmsg(). Added hack to use BSD sendms...
2002-12-04 Kurt ZeilengaUse getpeereid(3) where available else use *_PEERCRED...
2002-10-11 Kurt Zeilengabetter check of snprintf result
2002-09-24 Kurt ZeilengaITS#1502: fix NS-MTA-MD5 typo
2002-09-10 Howard ChuMoved stdio replacements from liblutil lutil_* to liblb...
2002-09-07 Kurt ZeilengaShould resolve ITS#2071
2002-09-07 Kurt ZeilengaAdd NT-MTA-MD5 Support.
2002-09-06 Howard ChuRemove dependencies on HAVE_VSNPRINTF, use replacement...
next