]> git.sur5r.net Git - openldap/history - libraries/libldap/options.c
Happy new year!
[openldap] / libraries / libldap / options.c
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-12 Pierangelo Masaratidon't malloc empty strings for matched, error
2005-08-01 Hallvard FurusethPlug memory leaks - free() controls in LDAP*
2005-05-28 Pierangelo Masaratiallow to muck with referrals while chasing...
2005-05-18 Howard ChuFix ldap_get_option(,LDAP_OPT_SOCKBUF,)
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-20 Pierangelo Masaratilong lasting typo (at least since 2.0)
2004-10-19 Kurt ZeilengaITS#3168: Add LDAP_OPT_SOCKBUF
2004-07-05 Pierangelo Masaratifix URI parsing error code
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-01-03 Kurt ZeilengaHappy new year
2002-10-02 Kurt ZeilengaITS #2121 submitted by Dave Steck <dsteck@novell.com...
2002-07-28 Kurt ZeilengaFix up restart code for EINTR
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-06-25 Kurt ZeilengaAnother round of TLS updates to support secure referral...
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2001-06-15 Kurt Zeilenganew rebind proc
2000-09-01 Kurt ZeilengaFix port defaulting
2000-07-15 Kurt ZeilengaRework SASL command line arguments. Default is now...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-08 Kurt ZeilengaApply Novell's IN_KERNEL support (ITS#576)
2000-06-05 Kurt ZeilengaRemove support for DNS DNs (not to be confused with...
2000-06-05 Kurt Zeilengamove --enable-dns (LDAP_API_FEATURE_X_OPENLDAP_V2_DNS...
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-31 Kurt ZeilengaLDAPv3 referrals changes by Steve Sonntag @ Novell
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuAdded debuglevel parameter to ldap_int_initialize().
2000-05-03 Kurt ZeilengaError handling changes including separation of client...
2000-04-20 Kurt ZeilengaITS#503: Extend ldap tools to support SASL/TLS
2000-02-18 Kurt ZeilengaEliminate second session protocol version field.
2000-02-16 Kurt ZeilengaFix ldap_set_option( NULL, LDAP_OPT_PROTOCOL_VERSION...
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
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-17 Hallvard FurusethAdd const, to fix "cast away from const" warnings
1999-08-03 Kurt ZeilengaLDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars...
1999-07-13 Julio Sánchez Fern... Get and set TLS options
1999-07-13 Hallvard Furusethconstify use of invalue in <ber/ldap>_set_option()
1999-06-28 Kurt ZeilengaValidate outvalue after session param.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-05 Kurt Zeilengas/LDAP_OPT_MATCHED_STRING/LDAP_OPT_MATCHED_DN/
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-06-02 Kurt ZeilengaMake first argument of *_get_option const (experimental).
1999-05-31 Kurt ZeilengaClean up LDAP_BOOL_GET and fetching via ldap_get_option().
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-26 Howard ChuFor ITS#157: Added LDAP backend for slapd, which also... OPENLDAP_SLAPD_BACK_LDAP
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.