]> git.sur5r.net Git - openldap/history - libraries/liblber/io.c
unifdef -UNEW_LOGGING
[openldap] / libraries / liblber / io.c
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-04-15 Howard ChuNUL-terminate alloc'd berbuf (ITS#3086)
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt Zeilengaacknowledgements and notices
2003-11-25 Kurt ZeilengaNotice updates
2003-07-08 Kurt Zeilengacode cleanup
2003-06-03 Hallvard FurusethCast unsigned char *p to char *.
2003-05-22 Howard ChuFix reading multibyte lengths
2003-05-22 Kurt ZeilengaReverse unintended commit
2003-05-22 Kurt Zeilengacleanup
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-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-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-03 Howard ChuFix ITS#2344, prev commit changed too much.
2003-03-02 Howard ChuUse fixed sizes for ber_get_next to avoid 64-bit hangs.
2003-01-31 Howard Chuber_flush shouldn't be logging with _ANY, changed to...
2003-01-22 Kurt ZeilengaITS#2275: PROTOS ber_get_next() fix
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-10-08 Kurt ZeilengaBump EXBUFSIZ up a bit
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-11 Howard ChuITS#1732 signed/unsigned fixes
2002-02-14 Howard ChuFor ITS#1601, add ber_init2() using given buffer in...
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-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-06 Howard ChuPrep for in-place parsing. Cache a ber_tag byte.
2002-01-05 Pierangelo Masaratimeaningful message in case max_incomingis hit
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-31 Howard ChuAdded ber_free_buf()
2001-09-22 Kurt ZeilengaFix an off by one bug which could cause a realloced...
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
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 ZeilengaITS#133
2001-01-17 Gary Williamsnew logging
2000-10-11 Kurt ZeilengaRemove max buffer constraint!
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-21 Kurt ZeilengaRemove lint
2000-07-21 Kurt ZeilengaRemove unnecessary forward declaration
2000-06-14 Kurt ZeilengaMinor cleanup
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-26 Kurt ZeilengaITS#533: simplify ber_next_read
2000-05-17 Kurt ZeilengaSOCKBUF_VALID should be called with sb not ber
2000-05-13 Kurt ZeilengaY2k copyright update
2000-03-15 Kurt ZeilengaITS#479 fix: ber_put_seqorset() writes a few bytes...
1999-12-13 Kurt ZeilengaRemove lint
1999-11-26 Kurt ZeilengaRemove LBER_{TAG,INT,LEN}_{NTOH,HTON} macros. Rewrite...
1999-10-21 Kurt ZeilengaHack to free seqorset when ber_free(ber, 1) is called.
1999-10-19 Kurt ZeilengaMinor adjustments based upon initial read of draft...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-27 Kurt ZeilengaPlug ber leakage:
1999-06-28 Kurt Zeilengadetect write() and use HAVE_WRITE instead of
1999-06-28 Kurt Zeilenga*** empty log message ***
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-07 Kurt ZeilengaHide assert(p == NULL) behind LDAP_MEMORY_DEBUG.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-29 Kurt ZeilengaFirst cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN...
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Kurt Zeilengaber_clear() no longer needed. Removed.
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-20 Kurt Zeilengaetest/dtest now work correctly. Commented out bogus...
1999-05-20 Kurt Zeilengafound my lber bug... ber_buf should have been freed...
1999-05-20 Kurt ZeilengaFix initialization bug in ber_init_w_nullc()
1999-05-20 Kurt ZeilengaFixed bug in dtest code.
1999-05-19 Kurt ZeilengaAdd UL to LBER tags.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-27 Kurt ZeilengaLint removal: signed i < unsigned j
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-03 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-03 Hallvard FurusethBack out previous change; it was an accidental commit
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-02-11 Kurt ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
1999-01-29 Kurt Zeilengazap ber buf pointer on free.
1998-12-28 Kurt ZeilengaMinor update to copyright (forgot 'portions')
1998-12-28 Kurt ZeilengaAdd simple copyright notice
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-18 Kurt ZeilengaAdd draft-ietf-ldapext-ldap-c-api-01 routines ber_init()
1998-11-18 Kurt ZeilengaRemove lint in UserDirectory found on NT
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
next