]> git.sur5r.net Git - openldap/history - libraries/liblber/decode.c
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
[openldap] / libraries / liblber / decode.c
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-24 Kurt ZeilengaAxe <varargs.h> support. Assume STDC C translator...
1999-08-02 Hallvard FurusethRemove unsigned long: Change to ber_len_t or ber_tag_t.
1999-08-01 Hallvard FurusethCast ber_read() arg to char*
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-01 Kurt Zeilengamove berval memory routines to memory.c
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 ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-28 Kurt ZeilengaDeath to LBER_END_SEQORSET.
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 ZeilengaVersion.c deprecated in favor of mkversion.
1999-05-19 Kurt ZeilengaImproving e/d test (until I find the my damn bug)
1999-05-19 Kurt ZeilengaAdd UL to more BER tags.
1999-05-19 Kurt ZeilengaAdd UL to LBER tags.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-30 Hallvard FurusethFix typo LDAP_END_SEQORSET -> LBER_END_SEQORSET
1999-04-27 Kurt ZeilengaLint removal: signed i < unsigned j
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
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
1998-12-28 Kurt ZeilengaAdd simple copyright notice
1998-12-26 Hallvard FurusethPlug memory leaks when ber input fails: Let ber_scanf...
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-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-06 Kurt ZeilengaUpdated MSVC5 workspaces and projects.
1998-11-04 Hallvard FurusethSome gcc -W cleanup
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
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 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-09-23 Kurt ZeilengaUse ldap_cdefs.h more. Use bridge.h less.
1998-09-23 Kurt ZeilengaAdded acconfig.h defines. started to clean up -llber.
1998-08-17 Kurt ZeilengaMerge from LAMBERT branch
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworldP22: problem with msgids greater than 32767... LDAPworld
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