]> git.sur5r.net Git - openldap/history - libraries/libldap
Cleanup extraneous debug
[openldap] / libraries / libldap /
2007-02-06 Howard ChuRevert to original ldap_get_option( TIMEOUT ) behavior
2007-02-05 Howard ChuRequire non-NULL input for timeout options
2007-02-05 Howard ChuTimeouts should not be malloc'd
2007-02-05 Howard ChuHandle timeouts from ldap_result()
2007-02-05 Howard ChuFairly sure this is what the TIMEOUT option should...
2007-02-02 Pierangelo Masaratiremove unused code
2007-02-02 Howard ChuKeep HAVE_POLL functionality inside its #ifdefs
2007-01-24 Howard ChuITS#4815 get_option for TLS Cipher Suite was not implem...
2007-01-11 Hallvard FurusethDelete unused variables.
2007-01-10 Howard ChuITS#4648, alternate fix
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-09 Howard ChuITS#4799 remove all references to kbind
2007-01-07 Pierangelo Masaratihonor network timeout even when doing full async
2007-01-07 Pierangelo MasaratiFirst cut to truly async connect:
2007-01-06 Pierangelo Masaratiimport of LDAP Sync client API
2007-01-06 Pierangelo Masaratiminor cleanup
2007-01-05 Pierangelo Masaratiunsolicited responses shouldn't necessarily end the...
2007-01-04 Pierangelo Masaratifix previous commit
2007-01-04 Pierangelo Masaratifix \& improve previous commit
2007-01-04 Pierangelo Masaratiimplement client-side handling of RFC 4511 unsolicited...
2007-01-02 Kurt Zeilengahappy new year
2006-12-17 Pierangelo Masaratidon't leave dependencies on liblutil in libldap :)
2006-12-14 Howard ChuEliminate redundant checks in try_read1msg
2006-12-14 Howard ChuITS#4545 better fix. this code still needs cleaning up.
2006-12-13 Howard ChuITS#4545 when referral chasing is off, complete the...
2006-12-04 Pierangelo Masaratifix warnings after previous commit
2006-12-03 Pierangelo Masaratifix request/result abandon
2006-11-30 Howard ChuITS#4723 add CRYPTO_set_id_callback
2006-11-13 Pierangelo Masaratirevert previous commit; disable RESTART from ldap.conf
2006-11-12 Pierangelo Masaratifix endless loop in canceling child requests; cleanup
2006-11-10 Howard ChuITS#3755 silence strict-aliasing warnings
2006-11-09 Howard ChuITS#4726 call ldap_pvt_tls_init() in init_ctx() to...
2006-11-08 Howard ChuFix strval2strlen end-of-string check. Otherwise passin...
2006-11-05 Pierangelo Masaratifix build with thread debugging
2006-11-02 Pierangelo Masaraticleanup prvious commit; log number of abandoned request...
2006-10-28 Pierangelo Masaratis/ldap_int_discard/ldap_pvt_discard/
2006-10-28 Pierangelo Masaratifix message (ITS#4717)
2006-10-28 Kurt ZeilengaMore ldapbis cleanup
2006-10-28 Kurt ZeilengaMore LDAPBIS cleanup
2006-10-27 Kurt ZeilengaMisc LDAPbis comment update
2006-10-22 Pierangelo Masaratiadd ldap_int_discard(); use it in proxies (ITS#4717)
2006-10-20 Kurt ZeilengaParse txn failed msgid
2006-10-14 Pierangelo Masaratiadd LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated...
2006-10-14 Pierangelo Masaratiapply slightly revised patch for SO_KEEPALIVE (ITS...
2006-10-09 Pierangelo Masaratiminor cleanup
2006-10-08 Pierangelo MasaratiI hate code duplication, but don't require functions...
2006-09-26 Pierangelo Masaratiadd support for VERSION, TIMEOUT and NETWORK_TIMEOUT...
2006-09-26 Pierangelo Masaratiuse AC_LINE_MAX
2006-09-23 Pierangelo Masaratiadd URL parsing test tool
2006-09-21 Kurt ZeilengaITS#4679 cleanup
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-09-12 Pierangelo Masaratiuse a more reasonable max line length (ITS#4669)
2006-09-06 Pierangelo Masaratifix outdated comments
2006-09-06 Pierangelo Masaratiadd scope helpers
2006-09-01 Pierangelo Masaratibetter function name
2006-09-01 Pierangelo Masaratikeep count of requests in use
2006-09-01 Pierangelo Masaratidon't risk dangling pointers
2006-09-01 Pierangelo Masaratidon't use deprecated functions
2006-09-01 Pierangelo Masaraticleanup
2006-08-18 Pierangelo Masaratire-fix ITS#4405 (really start from the first conn)
2006-08-05 Pierangelo Masaratiskip host="" and port=0 (ITS#4610)
2006-07-02 Howard ChuFix TLS CTX ref counting
2006-06-15 Kurt Zeilengasome LDAP ASN.1 updates from 4511/4526
2006-06-13 Pierangelo Masaratidon't risk using dangling pointers when looping thru...
2006-06-08 Howard ChuITS#4583 use mutex around SSL_accept()
2006-05-27 Pierangelo Masaraticount requests and responses in logs
2006-05-18 Pierangelo Masaratis/fprintf/Debug/ (ITS#4553); lock ld_conn_mutex before...
2006-05-18 Pierangelo Masaraticleanup
2006-05-17 Pierangelo Masaratifix rev 1.125 commit
2006-05-14 Pierangelo Masaratitypo in comment
2006-05-13 Howard ChuAdd SSL failure reason to TLS: can't connect message.
2006-05-12 Howard ChuITS#4541 better fix
2006-05-12 Howard ChuITS#4541 refine commit for #4524
2006-05-11 Howard ChuITS#4536 set chain_tail after sorting messages
2006-05-10 Howard ChuFix ITS#4533 don't destroy input request
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-04-25 Pierangelo Masaratiprint the correct search base when taken from ldaprc...
2006-04-24 Pierangelo Masaraticleanup
2006-04-24 Pierangelo Masaraticleanup; make sure no spurious error code slip thru
2006-04-22 Howard ChuPPOLICY_ERROR is primitive, not constructed
2006-04-21 Howard ChuFix EXPIRE/GRACE ber tags
2006-04-11 Howard ChuReturn rc for tls_init_def_ctx
2006-04-09 Pierangelo Masaratibetter fix for ITS#4483
2006-04-08 Pierangelo MasaratiBerlement already freed in ber_flush
2006-04-08 Pierangelo Masaratimore cleanup
2006-04-07 Howard ChuFix destruct sequencing
2006-04-07 Howard ChuDon't implicitly inherit the default SSL_CTX, tls.c...
2006-04-07 Howard ChuFree/decrement SSL_CTX refcount when (re)setting it
2006-04-07 Howard ChuBump SSL_CTX refcount whenever it gets retrieved
2006-04-07 Howard ChuITS#4422, #4475
2006-04-07 Howard ChuITS#4422, rearrange options to allow passing NULL args...
2006-04-03 Pierangelo Masaratifix ITS#4450?
2006-04-02 Howard Chuplug leak
2006-04-01 Hallvard FurusethCast ctype.h char arguments to unsigned char
2006-04-01 Pierangelo Masaratild_abandoned must be protected by ld_res_mutex
2006-03-31 Howard Chucleanup
2006-03-31 Howard Chucleanup NULL string handling
2006-03-31 Howard ChuCleanup NULL derefs
2006-03-31 Howard Chucleanup dead code
2006-03-31 Howard Chuplug leaks
next