2005-01-01 |
Kurt Zeilenga | Happy New Year! |
blob | commitdiff | raw |
2004-09-04 |
Kurt Zeilenga | unifdef -UNEW_LOGGING |
blob | commitdiff | raw | diff to current |
2004-08-28 |
Kurt Zeilenga | fix typo in last commit |
blob | commitdiff | raw | diff to current |
2004-08-28 |
Kurt Zeilenga | Add scheme check to find_connection |
blob | commitdiff | raw | diff to current |
2004-08-28 |
Kurt Zeilenga | A better find_connection() port fix |
blob | commitdiff | raw | diff to current |
2004-08-28 |
Kurt Zeilenga | Partial ITS#3280 fix. ldap:// referrals only. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Kurt Zeilenga | Mark areas needed poll(2) support with HAVE_POLL. |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Howard Chu | Revert previous commit, didn't solve anything. Probably... |
blob | commitdiff | raw | diff to current |
2004-01-25 |
Howard Chu | ITS#2894 - search refs that are the immediate result... |
blob | commitdiff | raw | diff to current |
2004-01-01 |
Kurt Zeilenga | Happy new year |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Kurt Zeilenga | LDAP_SCOPE SUBORDINATE implementation |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Kurt Zeilenga | Sync with HEAD |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Kurt Zeilenga | Updated notices and acknowledgements |
blob | commitdiff | raw | diff to current |
2003-03-06 |
Howard Chu | Chasing a referral needs both the request and response... |
blob | commitdiff | raw | diff to current |
2003-02-13 |
Howard Chu | More for re-entrant LDAP* handles. Works much better. |
blob | commitdiff | raw | diff to current |
2003-02-13 |
Howard Chu | Added ld_req_mutex and ld_res_mutex to protect ld_reque... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Kurt Zeilenga | Happy new year |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Howard Chu | Fix ITS#2187, recursively free all requests |
blob | commitdiff | raw | diff to current |
2002-10-15 |
Kurt Zeilenga | Add copy of OPL 2.0.1 and note in files which specifica... |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Howard Chu | Fix large SASL reads. Use EAGAIN instead of EWOULDBLOCK... |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Howard Chu | Fix previous commit - use EWOULDBLOCK instead of EAGAIN |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Howard Chu | Fix ITS#1983, handle writing of large requests. Only... |
blob | commitdiff | raw | diff to current |
2002-07-11 |
Julius Enarusai | Coverted LDAP_LOG macro to use subsystem ID int values... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Howard Chu | ITS#1732 signed/unsigned fixes |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Pierangelo Masarati | ITS#1730 and completion of ITS#1701 |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Kurt Zeilenga | ITS#1701. Fix ber_scanf() return tag handling. |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Julius Enarusai | Added LDAP_LOG messages |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Kurt Zeilenga | Update copyright statements |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Kurt Zeilenga | Remove lint and misc MSVC updates |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Howard Chu | Resurrection/rewrite of CLDAP (RFC1798 Connectionless... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Kurt Zeilenga | chasing multi-level referrals core dumps (ITS#1346... |
blob | commitdiff | raw | diff to current |
2001-06-25 |
Kurt Zeilenga | move TLS ctx to lconn struct in prep for supporting... |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Kurt Zeilenga | Rebind cleanup |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Kurt Zeilenga | new rebind proc |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Kurt Zeilenga | Fix typo |
blob | commitdiff | raw | diff to current |
2001-01-20 |
Kurt Zeilenga | Add a little whitespace for readability |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Kurt Zeilenga | Rework scope defaulting to only default scope for refer... |
blob | commitdiff | raw | diff to current |
2000-12-08 |
Kurt Zeilenga | Fix referral scope logic |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Kurt Zeilenga | Update URL parsing and LDAP referral/reference chasing... |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Kurt Zeilenga | Add LDAP URL critical extension counter support. lud_c... |
blob | commitdiff | raw | diff to current |
2000-10-17 |
Kurt Zeilenga | Handle *lud_host == '\0' |
blob | commitdiff | raw | diff to current |
2000-10-11 |
Kurt Zeilenga | References with empty dn (ITS#817) |
blob | commitdiff | raw | diff to current |
2000-09-30 |
Kurt Zeilenga | cleanup getattr bailout code |
blob | commitdiff | raw | diff to current |
2000-09-30 |
Kurt Zeilenga | Don't touch (unescape) URL handed to rebind proc. |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Ben Collins | initialize Sockbuf * to NULL |
blob | commitdiff | raw | diff to current |
2000-09-06 |
Kurt Zeilenga | ITS#717 kbind fixes |
blob | commitdiff | raw | diff to current |
2000-07-13 |
Kurt Zeilenga | Update SASL code to reuse context through life of session. |
blob | commitdiff | raw | diff to current |
2000-06-24 |
Kurt Zeilenga | Added -llber 'N' ber_printf format which inserts a... |
blob | commitdiff | raw | diff to current |
2000-06-18 |
Kurt Zeilenga | Round one of LDAP_F() macro changes. In this round... |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Kurt Zeilenga | Apply Novell's IN_KERNEL support (ITS#576) |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Kurt Zeilenga | Use LDAP_VFREE and friends. Other misc code cleanup. |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Kurt Zeilenga | Rework URI parser to provide true scheme not proto... |
blob | commitdiff | raw | diff to current |
2000-06-05 |
Kurt Zeilenga | remove old STR_TRANSLATION feature. The use of this... |
blob | commitdiff | raw | diff to current |
2000-06-05 |
Kurt Zeilenga | move --enable-dns (LDAP_API_FEATURE_X_OPENLDAP_V2_DNS... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Kurt Zeilenga | ITS#537: lber io rewrite from Gambor Gombas. |
blob | commitdiff | raw | diff to current |
2000-05-31 |
Kurt Zeilenga | A couple of minor fixes to LDAPv3 referral chasing |
blob | commitdiff | raw | diff to current |
2000-05-31 |
Kurt Zeilenga | LDAPv3 referrals changes by Steve Sonntag @ Novell |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Kurt Zeilenga | Minor fix to last commit |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Kurt Zeilenga | Referral hack |
blob | commitdiff | raw | diff to current |
2000-05-13 |
Kurt Zeilenga | Y2k copyright update |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Kurt Zeilenga | ITS#441: unhex escape referrals. Needs review before... |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Kurt Zeilenga | Fix NT builds and remove lint |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Kurt Zeilenga | Add missing parens so that last commit behaves as desired. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Kurt Zeilenga | ITS#471: fix handling of delete referrals. |
blob | commitdiff | raw | diff to current |
2000-01-02 |
Luke Howard | Merged in preliminary support for Cyrus SASL library; |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Howard Chu | Backout fix in r1.38 |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Howard Chu | Fix ldap_chase_referrals to treat "ldap://host/" referr... |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Mark Valence | Changes for URI spport: New routines ldap_initialize... |
blob | commitdiff | raw | diff to current |
1999-10-12 |
Kurt Zeilenga | Force sd close. Suggested by rajk@home.com |
blob | commitdiff | raw | diff to current |
1999-09-25 |
Kurt Zeilenga | Remove lint. |
blob | commitdiff | raw | diff to current |
1999-09-23 |
Kurt Zeilenga | experimental ITS#109 fix: make kbind open default conne... |
blob | commitdiff | raw | diff to current |
1999-09-08 |
Kurt Zeilenga | Add OpenLDAP RCSid to *.[ch] in clients, libraries... |
blob | commitdiff | raw | diff to current |
1999-08-17 |
Hallvard Furuseth | Fix printf formats: print msgtype as %lu, remove spurio... |
blob | commitdiff | raw | diff to current |
1999-08-02 |
Kurt Zeilenga | Fix --enable-dns compilation problems. |
blob | commitdiff | raw | diff to current |
1999-07-19 |
Kurt Zeilenga | s/time(0)/time(NULL)/ |
blob | commitdiff | raw | diff to current |
1999-06-18 |
Kurt Zeilenga | ber_int_t, ber_tag_t, ber_socket_t, ber_len_t |
blob | commitdiff | raw | diff to current |
1999-06-03 |
Kurt Zeilenga | s/<stdlib.h>/<ac/stdlib.h>/ |
blob | commitdiff | raw | diff to current |
1999-06-02 |
Kurt Zeilenga | Add ber_strdup(), remove ldap_int_strdup(), add LDAP_ST... |
blob | commitdiff | raw | diff to current |
1999-05-31 |
Kurt Zeilenga | Clean up LDAP_BOOL_GET and fetching via ldap_get_option(). |
blob | commitdiff | raw | diff to current |
1999-05-29 |
Kurt Zeilenga | Add LBER_ and LDAP_ memory allocators/deallocators... |
blob | commitdiff | raw | diff to current |
1999-05-28 |
Kurt Zeilenga | Changed lc_conn to be a pointer to a BerElement to... |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Kurt Zeilenga | ldap.h: |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Kurt Zeilenga | Vienna Bulk Commit |
blob | commitdiff | raw | diff to current |
1999-04-04 |
Hallvard Furuseth | Plug a few memory leaks |
blob | commitdiff | raw | diff to current |
1999-03-03 |
Bart Hartgers | Added support in liblber and libldap for partial reads... |
blob | commitdiff | raw | diff to current |
1999-03-03 |
Hallvard Furuseth | function pointers are incompatible with `void *'; remov... |
blob | commitdiff | raw | diff to current |
1999-03-02 |
Bart Hartgers | The new&improved Sockbuf. This adds the infrastructure... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Kurt Zeilenga | Fix ldap_send_initial_request() to open connection... |
blob | commitdiff | raw | diff to current |
1999-01-15 |
Bart Hartgers | Updates regarding threads and names. |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Kurt Zeilenga | Add simple copyright notice. |
blob | commitdiff | raw | diff to current |
1998-12-22 |
Kurt Zeilenga | Added lber_get/set_option. Removed lber_debug/ldap_debug. |
blob | commitdiff | raw | diff to current |
1998-12-19 |
Kurt Zeilenga | -lldap reentrantancy improvements from Bart Hartgers... |
blob | commitdiff | raw | diff to current |
1998-11-30 |
Kurt Zeilenga | Remove LDAP_PORT dependencies so that ldap.conf default... |
blob | commitdiff | raw | diff to current |
1998-11-19 |
Hallvard Furuseth | add ldap_strdup and eliminate strdup in libldap |
blob | commitdiff | raw | diff to current |
1998-11-16 |
Kurt Zeilenga | Remove extern declarations of library functions from... |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Hallvard Furuseth | Protoized, moved extern definitions to .h files, fixed... |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Kurt Zeilenga | Initial LDAP_API_FEATURE_X_OPENLDAP commit: |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Kurt Zeilenga | Split out ldapoptions from struct ldap to facilate... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Kurt Zeilenga | Fix LDAP_DNS code to use LDAP_BOOL_GET |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Kurt Zeilenga | update ldap/lber headers towards ldapext-ldap-c-api-01 |
blob | commitdiff | raw | diff to current |
next |