]> git.sur5r.net Git - openldap/history - libraries/libldap/open.c
remove lint
[openldap] / libraries / libldap / open.c
2000-06-01 Kurt Zeilengaremove lint
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-12 Howard ChuFix ldaps / TLS processing...
2000-05-11 Howard ChuAdded debuglevel parameter to ldap_int_initialize().
2000-05-10 Howard ChuAdd ld parameter to ldap_pvt_tls_start invocations...
2000-02-18 Kurt ZeilengaEliminate second session protocol version field.
2000-01-14 Kurt Zeilengaremove UNSPECIFIED_TLS... HOST implies ldap://
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
2000-01-02 Luke HowardBraced ldap_connect_to_path() in #ifdef LDAP_PF_LOCAL...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-12 Kurt ZeilengaRemove lint.
1999-12-11 Mark ValenceFix mem leak in ldap_start_tls(), treat empty host...
1999-12-10 Mark Valenceclient/server controls added to ldap_start_tls().
1999-12-10 Mark ValenceCondition ldap_start_tls on HAVE_TLS.
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-12-08 Kurt ZeilengaUpdate for new password codes for MSVC5
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-12-05 Mark ValenceBug fix. == NULL changed to != NULL before freeing...
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
1999-09-23 Kurt Zeilengaexperimental ITS#109 fix: make kbind open default conne...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
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-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-22 Kurt Zeilengaldap.h:
1999-05-19 Kurt ZeilengaRemoved lint.
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-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-02 Kurt ZeilengaFix typo in previous commit.
1999-03-01 Kurt ZeilengaFix HAVE_WINSOCK for winsock32.lib
1999-01-31 Kurt ZeilengaFix ldap_send_initial_request() to open connection...
1999-01-15 Bart HartgersUpdates regarding threads and names.
1998-12-28 Kurt ZeilengaAdd simple copyright notice.
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-01 Kurt ZeilengaCommit preliminary fix for ldap.conf base usage.
1998-11-19 Hallvard Furusethadd ldap_strdup and eliminate strdup in libldap
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-09 Kurt ZeilengaInitial LDAP_API_FEATURE_X_OPENLDAP commit:
1998-11-09 Kurt ZeilengaSplit out ldapoptions from struct ldap to facilate...
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 Zeilengareplace with autoconf version
1998-10-24 Kurt Zeilengaminor cleanup
1998-10-24 Kurt Zeilengaupdate locking codes, remove old platform specific...
1998-10-23 Kurt ZeilengaMinor changes to support NT.
1998-10-22 Kurt ZeilengaWhoops.
1998-10-22 Kurt ZeilengaAdd in WINSOCK2 ifdefs (ugh).
1998-10-22 Kurt ZeilengaThe world compiles and links....
1998-10-20 Kurt ZeilengaModified NT changes to work under UNIX.
1998-10-20 Kurt ZeilengaVC++ Port: round 1
1998-08-20 Kurt Zeilengaremoved lint
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworldP15: Internal LDAP function rename
1998-08-09 Kurt ZeilengaLDAPworld P1: DEC and other portability issues
1998-08-09 Kurt ZeilengaInitial revision