]> git.sur5r.net Git - openldap/history - libraries/liblber/io.c
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
[openldap] / libraries / liblber / io.c
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...
1998-11-04 Hallvard FurusethSome gcc -W cleanup
1998-10-26 Kurt Zeilengarename ber_init() to ber_init_w_nullc in preparation...
1998-10-26 Kurt Zeilengaupdate ldap/lber headers towards ldapext-ldap-c-api-01
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-24 Kurt Zeilengaremove some lint...
1998-10-22 Kurt Zeilengaclean up includes
1998-10-20 Kurt ZeilengaFix fake error generation.
1998-10-20 Kurt ZeilengaModified NT changes to work under UNIX.
1998-10-20 Kurt ZeilengaHTONL -> AC_HTONL
1998-10-20 Kurt ZeilengaVC++ Port: round 1
1998-09-28 Kurt ZeilengaClean up sh commands in Makefiles (incorrect use of...
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-08-20 Kurt Zeilengaremoved lint
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt Zeilengaapply FreeBSD changes to main branch
1998-08-09 Kurt ZeilengaImport of FreeBSD LDAP 3.3 Port FreeBSD FreeBSD_3_3
1998-08-09 Kurt ZeilengaInitial revision