]> git.sur5r.net Git - openldap/history - libraries/liblber
fix TTL tolerance (ITS#7017, patch by jvcelak@redhat.com)
[openldap] / libraries / liblber /
2011-04-04 Hallvard FurusethMerge missing files from cvs repo
2011-03-18 Ralf HaferkampITS#6870 Reverted last commit
2011-03-18 Ralf HaferkampMore for ITS#6870
2011-02-17 Howard ChuITS#6832 #elif cleanup
2011-01-05 Hallvard FurusethRe-fix ITS#6764 (check for ber == NULL _before_ using...
2011-01-05 Kurt ZeilengaHappy New Year
2011-01-01 Pierangelo Masaratiber_flatten must return -1 on unmatched "{" "}" (ITS...
2010-12-03 Hallvard FurusethITS#6733: Fix LDAP_MEMORY_DEBUG issues.
2010-12-02 Hallvard FurusethITS#6732: Clean up ber_errno handling.
2010-11-24 Pierangelo Masaratiremove #ifdef EAGAIN, EWOULDBLOCK (ITS#6603)
2010-07-21 Howard ChuITS#6585 don't close invalid sockets
2010-04-13 Kurt Zeilengahappy belated New Year
2009-11-04 Hallvard FurusethMore ITS#6353 - relent a bit: accept terminating NUL...
2009-10-28 Hallvard FurusethFor ITS#6353: Catch embedded NULs in BerValues converte...
2009-10-23 Hallvard FurusethITS#6348: Fix inverted LBER_USE_DER test in ber_put_seq...
2009-10-21 Hallvard FurusethITS#6344: return failure on failure in ber_put_ostring...
2009-10-21 Hallvard FurusethFix comment describing BerElement.ber_usertag
2009-08-12 Hallvard FurusethITS#6215 cleanup: Export ber_skip_element() to compleme...
2009-08-12 Hallvard FurusethTrying again: No need to maintain ber->ber_usertag...
2009-08-07 Hallvard FurusethMore ITS#6215: Catch malformed elements in ber_get_stri...
2009-08-07 Hallvard FurusethMore ITS#6215: Define and use ber_tag_and_rest() and...
2009-08-07 Hallvard FurusethMore ITS#6215: Fix wrong fix in rev 1.121
2009-08-04 Hallvard FurusethSimplify struct bgbvr and ber_get_stringbvl(), preservi...
2009-07-29 Hallvard FurusethMore ITS#6215: Fix va_arg integer types for ber_scanf...
2009-07-29 Hallvard FurusethMore ITS#6215: Fix ber_scanf(,"mMvVW",) cleanup on...
2009-07-29 Hallvard FurusethMore ITS#6215: Free data to the memory context used...
2009-07-29 Hallvard FurusethMore ITS#6215:
2009-07-29 Hallvard FurusethFor ITS#6215: No need to maintain ber->ber_usertag...
2009-07-29 Hallvard FurusethFor ITS#6215: Do not expose obsolete Seqorset. Note...
2009-07-29 Hallvard FurusethMore ITS#6215 -
2009-07-29 Hallvard FurusethRemove useless asserts that will be re-assert()ed befor...
2009-07-29 Hallvard FurusethITS#6215: Fix buffer overrun and write through NULL...
2009-05-01 Hallvard FurusethITS#6080 again: simplify ber_strnlen, don't use strnlen...
2009-05-01 Hallvard FurusethFix previous fix: Don't #ifdef HAVE_STRNLEN before...
2009-05-01 Hallvard FurusethUpdate previous commit: #define _GNU_SOURCE if needed...
2009-04-29 Pierangelo Masaratidefine and use ber_strnlen() (ITS#6080); please regener...
2009-03-13 Howard ChuSkip redundant PACKETS logging
2009-02-10 Howard ChuRevert prev commit
2009-02-10 Pierangelo Masaratipartially addresses an issue with ITS#5931
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-08-06 Hallvard Furusethber_decode_oid(): Fix typo in comment
2008-07-02 Howard ChuITS#5580: Revert prev commit, failed on byte-at-a-time...
2008-06-27 Howard ChuITS#5580 fix length decoding, verified with PROTOS
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-11-12 Howard ChuITS#5224 add any necessary socket libraries
2007-10-18 Howard ChuCleanup debug calls
2007-08-24 Howard ChuITS#5105 from Alexey Melnikov @ isode
2007-07-24 Hallvard FurusethMake LDAP_MEMORY_DEBUG a bitmask. #define LDAP_MEMORY_D...
2007-07-23 Hallvard FurusethITS#5010: OID encode/decode fixes and paranoia. #define...
2007-07-04 Hallvard FurusethITS#4990: Fix LDAP_MEMORY_DEBUG and LDAP_MEMORY_DEBUG...
2007-06-09 Hallvard FurusethITS#5007: Remove void* pointer arithmetic, that's a...
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-04 Hallvard Furusethber_decode_oid(), ber_encode_oid(): cast bv_val to...
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-25 Howard ChuUse AC_MEMCPY
2007-03-23 Howard ChuAdd options for ber_get_stringbv() to omit NUL-terminat...
2007-03-20 Howard ChuAdd DER OID encoder/decoder
2007-03-20 Howard ChuAdd ber_skip_data() to help positioning in structured...
2007-02-05 Howard ChuAdded ber_bvarray_dup_x()
2007-01-02 Kurt Zeilengahappy new year
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-06-15 Pierangelo Masaratiimprove previous commit
2006-06-15 Pierangelo Masaratifix ber_bvreplace() in case dst is NULL and src is...
2006-04-13 Hallvard FurusethCleanup since last patch (remove unused label)
2006-04-09 Pierangelo Masaratibetter fix for ITS#4483
2006-04-08 Pierangelo Masaratidon't leak a BerElement
2006-02-14 Kurt Zeilengaunifdef -DLDAP_NULL_IS_NULL
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-27 Pierangelo Masaratiadd severity-aware logging (ITS#4282)
2005-11-12 Pierangelo Masaratidon't malloc empty strings for matched, error
2005-11-12 Howard ChuCleanup lbo_valid / meminuse / memfuncs
2005-09-28 Howard ChuITS#4046 fix recvfrom len
2005-09-13 Howard ChuSimplify array operations
2005-09-10 Pierangelo Masaratisilence warnings
2005-08-02 Hallvard FurusethFix printf formats for LDAP_MEMORY_TRACE
2005-08-01 Hallvard FurusethHandle LBER_SB_OPT_[GS]ET_FD arg as ber_socket_t like...
2005-07-21 Pierangelo Masaratidon't malloc when not required?
2005-07-20 Pierangelo Masaratimostly revert previous commit
2005-07-20 Pierangelo Masaratiallow to unregister (and free) memory handling functions
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-04-27 Pierangelo Masaratifix previous commit
2005-04-21 Pierangelo Masaratiintroduce ber_bvreplace()
2005-01-01 Kurt ZeilengaHappy New Year!
2004-10-19 Kurt ZeilengaMore NEW_LOGGING removal
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-09-04 Kurt ZeilengaMove MSVC port to the Attic
2004-07-09 Howard ChuFix 't' tag option
2004-06-30 Kurt Zeilengacleanup
2004-04-26 Kurt Zeilengafix Compare bug in liblber/memory.c (ITS#3116)
2004-04-25 Kurt ZeilengaAC_STRERROR_R
2004-04-15 Howard ChuNUL-terminate alloc'd berbuf (ITS#3086)
2004-04-08 Kurt ZeilengaITS#3072: remove extraneous assignment
2004-03-05 Howard ChuITS#2992 Windows fixes from Alexey Melnikov
2004-02-04 Howard ChuFix prev EBCDIC commit
2004-02-03 Howard ChuFix EBCDIC conversion for syslog()
2004-01-01 Kurt ZeilengaHappy new year
2003-12-07 Kurt Zeilengacleanup
2003-12-07 Howard ChuITS#2538 plug leak
next