]> git.sur5r.net Git - openldap/history - libraries/liblutil
don't trust strchr/strrchr with bervals
[openldap] / libraries / liblutil /
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
2005-11-06 Pierangelo Masaratisilence warnings
2005-10-05 Howard ChuMake time counter zero based
2005-09-29 Kurt ZeilengaITS#4021: add new {CLEARTEXT} kludge as bv_len=0 kludge no
2005-09-26 Howard Chuavl_delete...
2005-09-26 Howard ChuTweak branches in avl_find
2005-09-26 Howard ChuReplace avl_insert/delete with iterative version
2005-09-26 Howard ChuFix tavl_delete
2005-09-26 Hallvard FurusethRemove unused variable
2005-09-23 Howard ChuRevert prev commit
2005-09-23 Howard ChuFix end conditions for tavl_end and tavl_next
2005-09-22 Howard Chutavl_delete: copy balance factor
2005-09-21 Howard Chutavl_delete - swap whole structures, not the data pointers.
2005-09-21 Howard ChuFix tavl_delete threading
2005-09-21 Howard ChuAdd testtavl, add tavl_end and tavl_next. tavl_delete...
2005-09-21 Howard ChuAdd threaded AVL functions
2005-09-10 Pierangelo Masaraticleanup
2005-09-10 Pierangelo Masaratisilence warnings
2005-09-04 Kurt ZeilengaFix multicast bit
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-24 Howard ChuImprove check for schemes vs cleartext passwords
2005-08-13 Kurt Zeilengareplace struct msghdr macros
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
next