]> git.sur5r.net Git - openldap/history - libraries/libldap/request.c
cleanup
[openldap] / libraries / libldap / request.c
2000-09-15 Ben Collinsinitialize Sockbuf * to NULL
2000-09-06 Kurt ZeilengaITS#717 kbind fixes
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
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-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
2000-06-07 Kurt ZeilengaRework URI parser to provide true scheme not proto...
2000-06-05 Kurt Zeilengaremove old STR_TRANSLATION feature. The use of this...
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 ZeilengaA couple of minor fixes to LDAPv3 referral chasing
2000-05-31 Kurt ZeilengaLDAPv3 referrals changes by Steve Sonntag @ Novell
2000-05-30 Kurt ZeilengaMinor fix to last commit
2000-05-30 Kurt ZeilengaReferral hack
2000-05-13 Kurt ZeilengaY2k copyright update
2000-03-20 Kurt ZeilengaITS#441: unhex escape referrals. Needs review before...
2000-03-13 Kurt ZeilengaFix NT builds and remove lint
2000-03-10 Kurt ZeilengaAdd missing parens so that last commit behaves as desired.
2000-03-08 Kurt ZeilengaITS#471: fix handling of delete referrals.
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-08 Howard ChuBackout fix in r1.38
1999-12-08 Howard ChuFix ldap_chase_referrals to treat "ldap://host/" referr...
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-10-12 Kurt ZeilengaForce sd close. Suggested by rajk@home.com
1999-09-25 Kurt ZeilengaRemove lint.
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-17 Hallvard FurusethFix printf formats: print msgtype as %lu, remove spurio...
1999-08-02 Kurt ZeilengaFix --enable-dns compilation problems.
1999-07-19 Kurt Zeilengas/time(0)/time(NULL)/
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
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-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-22 Kurt Zeilengaldap.h:
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-04 Hallvard FurusethPlug a few memory leaks
1999-03-03 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
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-19 Kurt Zeilenga-lldap reentrantancy improvements from Bart Hartgers...
1998-11-30 Kurt ZeilengaRemove LDAP_PORT dependencies so that ldap.conf default...
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-09 Kurt ZeilengaInitial LDAP_API_FEATURE_X_OPENLDAP commit:
1998-11-09 Kurt ZeilengaSplit out ldapoptions from struct ldap to facilate...
1998-11-08 Kurt ZeilengaFix LDAP_DNS code to use LDAP_BOOL_GET
1998-10-26 Kurt Zeilengaupdate ldap/lber headers towards ldapext-ldap-c-api-01
1998-10-25 Kurt ZeilengaMore files that didn't get merged properly.
1998-10-22 Kurt ZeilengaThe world compiles and links....
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 P13: LDAPv2 client referrals bug
1998-08-09 Kurt ZeilengaInitial revision