]> git.sur5r.net Git - openldap/history - libraries/libldap/init.c
Changes for URI spport: New routines ldap_initialize and ldap_create; LDAPURLDesc...
[openldap] / libraries / libldap / init.c
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-09-25 Mark ValenceFixed "typos" in TLS code. TLS is ATTR_TLS, not ATTR_BOOL.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-04 Kurt ZeilengaUse -llber set_nonblock implementation.
1999-08-03 Kurt ZeilengaLDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars...
1999-07-13 Julio Sánchez Fern... First version with TLS. Untested.
1999-07-13 Hallvard Furusethldap-int.h
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
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-27 Kurt Zeilengarename ldap_pvt_init_utils() to ldap_int_utils_init...
1999-05-22 Kurt Zeilengaldap.h:
1999-03-25 Kurt Zeilengaclose ldap.conf after reading it.
1999-03-09 Hallvard Furuseth"const"ify some static arrays, and related parameters...
1999-03-06 Hallvard FurusethPut the ATTR_BOOL option numbers in attrs.offset instea...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-01-26 Kurt ZeilengaAdd lber_log_print support to libldap.
1999-01-15 Bart HartgersUpdates regarding threads and names.
1999-01-14 Kurt ZeilengaUpdate init and ldap.conf(5) to handle LDAPNOINIT,...
1999-01-14 Kurt ZeilengaInsert missing ')'...
1998-12-28 Kurt ZeilengaAdd simple copyright notice.
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-11-23 Kurt ZeilengaChange init_w_userconf to not interpet the filename...
1998-11-23 Hallvard FurusethPlug memory leak
1998-11-19 Hallvard Furusethadd ldap_strdup and eliminate strdup in libldap
1998-11-19 Kurt ZeilengaSupport $LDAPRC to specify fullpath to additional rc...
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-11 Hallvard Furuseth&deref_kv -> deref_kv; som compilers don't like &array
1998-11-11 Kurt ZeilengaUpdate NT4 port.
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-09 Kurt ZeilengaInitialize openldap_ldap_global_options struct (not...
1998-11-09 Kurt ZeilengaSplit out ldapoptions from struct ldap to facilate...
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.