]> git.sur5r.net Git - openldap/history - libraries/liblutil
ITS#6038: Write slapadd progress meter to stdout.
[openldap] / libraries / liblutil /
2009-03-26 Rein TollevikITS#6038: Write slapadd progress meter to stdout.
2009-03-09 Howard ChuITS#6005 crypt salt_format must use ber_memfree
2009-03-08 Howard ChuITS#6005 strings returned to slapd must use ber_mem*
2009-02-15 Pierangelo Masaratifix misc warnings
2009-02-05 Howard ChuFix spinner in prev commit
2009-02-05 Howard ChuITS#5922 with namespace changes
2009-01-30 Hallvard FurusethCleanup - macroize magic constant (ITS#5909)
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-12-11 Pierangelo Masaratifix LDAP deref control response; fix tool response...
2008-10-22 Hallvard FurusethITS#5748: tavl_find3(NULL,,,) returned undefined data
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned.
2008-09-13 Pierangelo Masaratifix '<hex>'H conversion issue; did not look at decimal...
2008-09-11 Howard ChuITS#5668 avoid overflows in Windows microsecond computation
2008-07-22 Hallvard FurusethITS#5604: Normalize lutil_progname(): strip .exe from...
2008-07-15 Howard ChuITS#5615 return success on Solaris 10
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-12-06 Hallvard FurusethRemove unused variables
2007-12-02 Howard ChuAdd memctx to lutil_str2bin()
2007-12-01 Howard ChuFix tmpbuf size
2007-12-01 Howard ChuFix dirsep chars before opening file
2007-12-01 Howard ChuCleanups from Hallvard
2007-12-01 Howard ChuFix carries
2007-11-30 Howard ChuFix prev. Once more, with feeling.
2007-11-30 Howard ChuFix prev cleanup.
2007-11-30 Howard ChuCleanup prev commit
2007-11-30 Howard ChuFix rev 1.49
2007-11-23 Pierangelo Masaratisilence warnings
2007-11-21 Howard ChuFix dec to bin for zero value
2007-11-21 Howard ChuFix dec to bin negative number handling
2007-11-20 Howard ChuFix typo in dec to bin conversion
2007-10-06 Pierangelo Masaratiminor cleanup
2007-10-01 Howard ChuAdd lutil_str2bin() for arbitrary length decimal-to...
2007-09-03 Pierangelo Masaratidon't leak file descriptors (coverity)
2007-09-02 Howard ChuMore for ITS#5117 - only use libfetch for non-file...
2007-09-02 Howard ChuITS#5117 try to log a message if chasing an include...
2007-08-21 Pierangelo Masaratifix or comment Calysto findings
2007-08-17 Pierangelo Masaratimake lutil_uuidstr_from_normalized() return the length...
2007-08-17 Pierangelo Masaratimove uuid normalized to string to liblutil
2007-06-10 Hallvard Furusethint -> ber_socklen_t for getsockname()
2007-06-09 Hallvard FurusethITS#5007: Wrap code using MSG_WAITALL in #ifdef MSG_WAI...
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-04-03 Howard ChuITS#4875 ignore zero-length st_size
2007-03-26 Howard ChuITS#4893 back to pipes...
2007-03-25 Howard ChuITS#4893 just send the client socket, not a pipe descri...
2007-03-25 Howard ChuITS#4893 fix prev commit
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-23 Howard ChuITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/
2007-03-02 Kurt ZeilengaAdd support for uuid_generate/uuid_unparse
2007-02-11 Howard ChuNote mutex protection requirements
2007-02-11 Howard ChuMove duplicate timestamp detection into lutil_gettime()
2007-02-11 Howard ChuCleanup extraneous debug
2007-02-06 Howard ChuDon't let timestamps go backward
2007-02-02 Howard ChuAdd lutil_gettime() returning structured time with...
2007-01-11 Hallvard Furusethavoid nonconst* = const* assignment in ldif_open_url().
2007-01-02 Kurt Zeilengahappy new year
2006-12-17 Pierangelo Masaratidon't leave dependencies on liblutil in libldap :)
2006-12-03 Pierangelo Masaratifix request/result abandon
2006-11-27 Howard ChuURL with authority spec must use absolute path
2006-11-27 Howard Chuallow file: URLs without authority spec.
2006-11-27 Howard Chudefine LDIF_MAXLINE instead of using BUFSIZ
2006-10-07 Howard ChuTS#4635 CR LF is also a valid line separator
2006-09-14 Howard Chudirent emulation for MSVC
2006-06-13 Pierangelo Masaratidon't search past end of berval
2006-05-25 Howard ChuFix tavl_delete for two-node trees
2006-05-19 Howard ChuITS#4549 add tavl_find3() to return closest match
2006-04-28 Howard ChuFix lutil_parsetime parsing fractional seconds
2006-04-25 Pierangelo Masaratifix strtoul() odd interface
2006-04-01 Hallvard FurusethCast ctype.h char arguments to unsigned char
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaraticleanup time unparsing (don't add trailing 0s if other...
2005-11-26 Howard ChuFix prev commit again, relative paths are legal.
2005-11-26 Howard ChuITS#4221 fix -r1.6
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-23 Kurt ZeilengaAnother getpeerucred(3) fix.
2005-11-23 Kurt Zeilengacleanup last commit
2005-11-23 Kurt ZeilengaSupport Solaris 10's getpeerucred(3) (*** blind commit...
2005-11-23 Kurt Zeilengas/ACCRIGHTS/ACCRIGHTSLEN/
2005-11-23 Pierangelo Masaratiadd support for error-handling number/time parsing...
2005-11-14 Hallvard FurusethFix lutil_memrchr():
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
next