]> git.sur5r.net Git - openldap/history - libraries/libldap/options.c
Add LDAP_CONST to ldap_set_option() invalue
[openldap] / libraries / libldap / options.c
1999-05-19 Kurt ZeilengaAdd LDAP_CONST to ldap_set_option() invalue
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-30 Hallvard FurusethFix typo EEE -> EE in LDAP_API_FEATURE_X_OPENLDAP_REEEN...
1999-03-09 Hallvard FurusethBugfix: Move handling of boolean options in front of...
1999-03-09 Hallvard FurusethReplace (int)LDAP_BOOL_GET(...) with LDAP_BOOL_GET...
1999-03-06 Kurt ZeilengaChange (int) invalue == (int) LDAP_OPT_ON to invalue...
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-01-15 Bart HartgersUpdates regarding threads and names.
1998-12-28 Kurt ZeilengaAdd simple copyright notice.
1998-12-23 Kurt ZeilengaAdd client/server control free/dup functions and
1998-12-23 Kurt ZeilengaFix get/set error string bugs.
1998-12-22 Kurt ZeilengaAllow LDAP session errno and error strings to be set.
1998-12-22 Kurt ZeilengaAdd LDAP_OPT_API_FEATURE_INFO to obtain feature info...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-20 Kurt ZeilengaProvide framework for ldap_r and reentrant/thread safet...
1998-11-19 Hallvard Furusethadd ldap_strdup and eliminate strdup in libldap
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-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-09 Kurt ZeilengaAdd support for runtime determination of API extensions.
1998-11-09 Kurt ZeilengaSplit out ldapoptions from struct ldap to facilate...
1998-11-04 Kurt ZeilengaUpdate options.c to use new defines.
1998-11-04 Hallvard FurusethSome gcc -W cleanup
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.