]> git.sur5r.net Git - openldap/history - libraries/liblber
fix missing declaration(s)
[openldap] / libraries / liblber /
2005-01-20 Kurt ZeilengaHappy new year!
2004-07-25 Howard Chusync with HEAD
2004-04-29 Kurt ZeilengaFix debug bug
2004-04-15 Kurt ZeilengaITS#3086: removed uninitialized value lint
2004-04-11 Kurt ZeilengaSync with HEAD
2004-03-17 Kurt ZeilengaSync with HEAD
2004-02-23 Kurt ZeilengaSync with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-17 Kurt ZeilengaRemove broken MSVC build from REL_ENG branch.
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-10-06 Kurt ZeilengaMerge in latest changes from HEAD
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-29 Howard ChuFix includes for EBCDIC
2003-05-28 Howard ChuFix LBER_OPT_MEMCTX behavior
2003-05-22 Howard ChuFix reading multibyte lengths
2003-05-22 Kurt ZeilengaBack out last change... I forget ber_get_next eats...
2003-05-22 Kurt ZeilengaReverse unintended commit
2003-05-22 Kurt Zeilengacleanup
2003-05-22 Kurt ZeilengaRemove wrapping sequence to align with dtest
2003-05-22 Kurt ZeilengaAdd trickle code to test ber_get_next.
2003-05-22 Kurt ZeilengaFix dtest ber_get_next() usage
2003-05-20 Howard Chuber_get_next - set errno to 0 before calling ber_int_sb...
2003-05-20 Jong Hyuk Choi- change in message to modlist conversion
2003-05-19 Howard ChuMore ITS#2490 - fix retries for multi-byte lengths
2003-05-19 Howard ChuITS#2490 - more retry checks
2003-05-19 Howard ChuITS#2490 - allow retry for incomplete reads of BER...
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-04-29 Howard ChuFree ber mem arrays in reverse order. (better for sl_free)
2003-04-29 Hallvard FurusethReduce warnings: Add missing 0 or NULL initializers...
2003-04-25 Howard ChuEBCDIC fix - ber_pvt_strcopy is now lutil_strcopy
2003-04-24 Howard ChuClean up prev commit
2003-04-24 Howard ChuFix multi-byte tag parsing
2003-04-24 Howard ChuITS#2465 fix? ber_get_next must read at least sizeof...
2003-04-24 Howard ChuITS#2458 fix array decoding
2003-04-10 Howard ChuMore malloc context tweaks
2003-04-09 Howard ChuExtended API for ber_mem functions, add context argument.
2003-04-09 Howard ChuITS#2434 ber accessors
2003-04-06 Kurt Zeilengamark a few translatable strings
2003-03-22 Kurt ZeilengaUse ifdef not comment to comment out code
2003-03-12 Howard ChuAdd comment to previous
2003-03-12 Howard ChuITS#2365 - preserve internal ber_tag as well as ber_ptr...
2003-03-04 Pierangelo Masaratisilence warning
2003-03-03 Howard ChuFix ITS#2344, prev commit changed too much.
2003-03-03 Howard ChuReplace recursive get_stringbvr with iterative get_stri...
2003-03-02 Howard ChuUse fixed sizes for ber_get_next to avoid 64-bit hangs.
2003-02-09 Kurt ZeilengaWe should be calling libtool --finish when install...
2003-01-31 Howard Chuber_flush shouldn't be logging with _ANY, changed to...
2003-01-23 Howard ChuFix typo
2003-01-23 Howard ChuFix ITS#2280, reject sequences with invalid lengths
2003-01-22 Kurt ZeilengaITS#2275: PROTOS ber_get_next() fix
2003-01-19 Hallvard FurusethRemove an implicit int, to silence gcc warnings.
2003-01-19 Hallvard FurusethRemove pointless `unsigned < 0' test.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-20 Howard ChuFix ITS#2246, fix in rev 1.73 was in the wrong place
2002-12-18 Howard ChuAdded ber_flatten2 - uses passed in struct berval,...
2002-11-28 Kurt Zeilengaproxy authz control (client only)
2002-11-27 Howard ChuITS#2128, setvbuf is unreliable
2002-11-26 Kurt ZeilengaReorder build order to ensure -llutil is available...
2002-11-10 Pierangelo Masaratisilence warnings
2002-10-17 Kurt ZeilengaFix ITS#2142
2002-10-08 Kurt ZeilengaBump EXBUFSIZ up a bit
2002-10-08 Kurt ZeilengaFix realloc() bugs
2002-09-10 Howard ChuMoved stdio replacements from liblutil lutil_* to liblb...
2002-09-06 Howard ChuRemove dependencies on HAVE_VSNPRINTF, use replacement...
2002-08-29 Howard ChuFor ITS#1983, in ber_pvt_sb_do_write, partial writes...
2002-08-06 Howard ChuITS#1998 ber_mem2bv should accept 0-length calls, just...
2002-08-01 Howard ChuRevert previous commit. Fix needs more design.
2002-08-01 Howard ChuITS#910, ITS#1983 retry partial writes in ber_pvt_sb_do...
2002-07-27 Howard Chutest programs need -llutil
2002-07-26 Howard ChuFix previous commit, "data" disappeared...
2002-07-26 Howard ChuConditionalize use of vsyslog
2002-07-23 Kurt ZeilengaMisc sprintf/snprintf cleanup
2002-07-11 Julius Enarusaidebug.c file moved from liblutil to liblber due to...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-11 Howard ChuFix SEGV on single-byte connection input
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
next