]> git.sur5r.net Git - openldap/history - libraries/liblber
Put ITS#5513 in correct release. 2.3 has not yet been returned to release engineering.
[openldap] / libraries / liblber /
2002-06-18 Howard ChuITS#1891 in ber_flush, no-op if towrite == 0
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-11 Howard ChuITS#1732 signed/unsigned fixes
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-02 Kurt ZeilengaITS#1701. Fix ber_scanf() return tag handling.
2002-03-23 Kurt ZeilengaNeed a bigger buffer
2002-02-14 Pierangelo Masaratiuse memchr in ber_bvchr
2002-02-14 Pierangelo Masaratisubstrings match works with NULs in UTF8 strings
2002-02-14 Howard ChuFor ITS#1601, add ber_init2() using given buffer in...
2002-02-13 Kurt ZeilengaFix for Linux on zSeries.
2002-02-13 Pierangelo Masaratimake UTF8STringNormalize handle NUL
2002-02-13 Howard ChuFix previous commit, need to detect very short packets.
2002-02-13 Howard Chuber_get_next: return error if decoded ber_len is smalle...
2002-02-10 Kurt ZeilengaUpdate libtool usage
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Kurt ZeilengaMisc cleanup, lint removal, and minor optimizations
2002-01-13 Howard ChuRewrote ber_get_next, fixed byte-order dependency on...
2002-01-12 Howard ChuFix struct initialization in ber_scanf() for ANSI C...
2002-01-07 Kurt ZeilengaRemove lint.
2002-01-06 Howard ChuChanged 'w' format character to 'M': 'm' and 'M' for...
2002-01-06 Howard ChuAdded doalloc flag to ber_get_stringbv. Added 'm' type...
2002-01-06 Howard ChuCleanup lint in previous commit
2002-01-06 Howard ChuPrep for in-place parsing. Cache a ber_tag byte.
2002-01-05 Kurt ZeilengaMisc allocator cleanup
2002-01-05 Kurt Zeilengastruct * are not to be const'ified
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-05 Pierangelo Masaratimeaningful message in case max_incomingis hit
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Kurt ZeilengaQuick fix for NULL sos
2002-01-03 Kurt ZeilengaRemove lint.
2002-01-03 Howard ChuOne more hack to ber_get_stringbvr for do_search
2002-01-03 Howard ChuFix previous commit
2002-01-03 Howard ChuCleanup, added some explanation/comments
2002-01-03 Howard ChuSafety checks for bvec's in previous patch
2002-01-03 Howard ChuNew ber_get_stringbvr recursively decodes a vector...
2002-01-03 Kurt ZeilengaWe'll need queue macros in -llber...
2002-01-02 Howard ChuFix externs, moved to lber-int.h
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuAdded 'W' fmt char for BVarrays
2001-12-31 Howard ChuAdded ber_get_stringbv
2001-12-31 Howard ChuTweak previous commit
2001-12-31 Howard Chuin sb_debug_read/write save errno before logging a...
2001-12-31 Howard ChuAdded ber_free_buf()
2001-12-26 Howard ChuAdd optional len to ber_str2bv
2001-12-26 Howard ChuChanged ber_bvdup to ber_dupbv with destination provided
2001-12-26 Howard ChuMerged ber_bvstr and ber_bvstrdup into ber_str2bv.
2001-12-19 Kurt ZeilengaRemove srchpref and disptmpl stuff.
2001-12-19 Kurt Zeilengaconst'ify and remove lint
2001-12-17 Howard Chufrom jon@symas.com - misc Windows cleanup
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-04 Kurt ZeilengaRemove lint
2001-12-04 Kurt ZeilengaSlight memfree cleanup
2001-11-04 Kurt ZeilengaFix typo in last commit
2001-11-03 Kurt ZeilengaFix realloc bug (ITS#1410)
2001-10-20 Pierangelo Masaratifixes ITS#1398
2001-10-18 Pierangelo Masaratiskeleton of ldap_str2nd/dn2str; works with most of...
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-09-22 Kurt ZeilengaFix an off by one bug which could cause a realloced...
2001-09-21 Howard ChuCheck debug level before invoking debug routine, slight...
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-05-12 Kurt ZeilengaRegen
2001-05-07 Kurt ZeilengaMinor redef
2001-05-07 Kurt ZeilengaMisc cleanup
2001-05-06 Kurt ZeilengaAdd a bit of hardening
2001-05-04 Kurt Zeilengareimplementation of sb_max_incoming
2001-05-03 Kurt Zeilengadetect and use fcntl (for BSD/OS)
2001-05-03 Kurt ZeilengaITS#133
2001-01-17 Gary Williamsnew logging
2000-11-29 Kurt ZeilengaClean up
2000-10-25 Gary Williamsadd new logging macros/defs (behind NEW_LOGGING)
2000-10-25 Gary Williamstry new logging routines (behind NEW_LOGGING)
2000-10-25 Gary Williamsadd new ber dump routine (behind NEW_LOGGING)
2000-10-18 Kurt Zeilengaminor cleanup
2000-10-14 Kurt ZeilengaFix typo
2000-10-13 Gary Williamsadd typedef for log function that was in lber.h
2000-10-12 Gary Williamsupdate logging
2000-10-12 Gary Williamsslight change to macro
2000-10-12 Gary Williamsfirst try at logging improvements
2000-10-11 Kurt ZeilengaRemove max buffer constraint!
2000-10-02 Kurt ZeilengaInitialize globals as some linkers don't support shared...
2000-10-02 Kurt ZeilengaRework stringal decode to return { NULL, 0 } bv's inste...
2000-10-01 Kurt ZeilengaDon't specify LDFLAGS when using LTLINK to avoid duplicate
2000-09-22 Kurt ZeilengaCode cleanup
2000-09-16 Kurt ZeilengaValidate ber on get/set option calls
2000-09-15 Kurt ZeilengaAnother minor ber_dump output format change
2000-09-15 Kurt ZeilengaMinor format adjust to ber_dump output
2000-09-15 Kurt Zeilengaconsistently use ber_pvt_ber_*() routines
2000-09-15 Ben Collinswrap unused function, ber_log_puts(), in #if 0
2000-09-14 Kurt ZeilengaRework ber dump to provide both hex and text output
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-08-15 Kurt Zeilengaber_bvstr() shouldn't play games with input string.
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-28 Kurt ZeilengaWorking SASL security layers!
2000-07-26 Kurt ZeilengaRevert ber_peek_tag to older, more efficient implementa...
2000-07-21 Kurt ZeilengaRemove lint
2000-07-21 Kurt ZeilengaRemove unnecessary forward declaration
2000-07-20 Kurt Zeilengabit fields should be explicitly unsigned (unless space...
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-07-04 Kurt ZeilengaAdd Steve Sonntag's (Novell) memory debugging extensions
next