]> git.sur5r.net Git - openldap/history - libraries/libldap
treat empty as NULL
[openldap] / libraries / libldap /
2007-10-17 Quanah Gibson-Mountsync with head
2007-10-17 Quanah Gibson-MountITS#5100 ldap_control_dup - OID must be non-NULL
2007-10-08 Howard ChuITS#3864 from HEAD
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-24 Pierangelo Masaratildap_control*_dup() is no longer private; add ldap_pvt_...
2007-08-22 Pierangelo Masaratirework controls API
2007-08-22 Pierangelo Masaratifix and cleanup
2007-08-22 Kurt ZeilengaFix last commit.
2007-08-22 Kurt ZeilengaPassword policy request control should have no control...
2007-08-21 Pierangelo Masaraticlient side of draft-wahl-ldap-session
2007-08-21 Pierangelo Masaratifix or comment Calysto findings
2007-08-17 Pierangelo Masaratimove uuid normalized to string to liblutil
2007-08-17 Pierangelo Masaratidon't leak in case of error
2007-08-16 Pierangelo Masaraticleanup tools
2007-07-24 Hallvard FurusethMake LDAP_MEMORY_DEBUG a bitmask. #define LDAP_MEMORY_D...
2007-07-20 Howard ChuITS#5056 fix chain_tail processing
2007-07-13 Ralf HaferkampAllow utf-8 in AD-Canonical Names
2007-06-19 Pierangelo Masaraticleanup
2007-06-14 Pierangelo Masaratiadd sub-second result timeout accuracy (for which is...
2007-06-12 Hallvard FurusethITS#4983: Partly revert tls_thread_self() paranoia...
2007-06-10 Hallvard Furusethint -> ber_socklen_t for getsockopt()
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-06-08 Howard ChuITS#4992 fix cldap
2007-06-08 Howard ChuITS#4955 fix typo in referral chasing
2007-05-31 Hallvard FurusethShut up gcc -Wformat
2007-05-20 Hallvard FurusethFix --without-tls (ITS#4975). Enable certificate matching.
2007-05-20 Hallvard Furusethlibldap/tls.c calls CRYPTO_set_id_callback(ldap_pvt_thr...
2007-05-18 Hallvard FurusethOnly define x509_cert_get_dn() when HAVE_GNUTLS. Remov...
2007-05-14 Howard ChuFix GNUtls acknowledgement, initial work by Matt Backes...
2007-05-14 Ralf Haferkampmake openssl builds working again
2007-05-13 Howard ChuGNUtls - ignore free of NULL ctx
2007-05-13 Howard ChuDon't NUL-terminate bervals during DN parsing
2007-05-13 Howard ChuMerged GNUtls support into main tls.c
2007-05-12 Pierangelo Masaratifix read off by one (spotted by valgrind)
2007-05-10 Howard ChuAdded ciphersuite support
2007-05-10 Howard ChuAdd LDAP_OPT_X_TLS_CRLFILE, peer cert verification...
2007-05-09 Hallvard FurusethCast Debug(%p) pointer argument to void*
2007-05-08 Howard Chucoverity error, u->lud_scheme is mandatory
2007-04-23 Howard ChuRevert prev commit, unnecessary
2007-04-23 Howard ChuITS#4935 SASL_MAX_BUFF_SIZE should be 2^24 - 1
2007-04-11 Pierangelo Masaratidon't assert(0); apparently, other responses may result...
2007-04-03 Howard ChuITS#4879 fixes for url parse/unparse
2007-03-26 Howard ChuITS#4893 back to pipes...
2007-03-25 Howard ChuITS#4893 just send the client socket, not a pipe descri...
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-23 Howard ChuPreliminary GNUtls support. gnutls.c will merge back...
2007-03-23 Howard ChuFix TLS default for clients
2007-03-12 Pierangelo Masaratiapparently, time_t is unsigned in some systems
2007-02-21 Pierangelo Masaratidon't play with URL list if connect(2) is asynchronous
2007-02-19 Kurt ZeilengaRemove extrananous space in DN (in comment)
2007-02-16 Kurt Zeilengaready for release
2007-02-15 Kurt ZeilengaCleanup last commit
2007-02-15 Kurt ZeilengaNeeds <ac/time.h>
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-13 Howard ChuCoverity error, uninit'd rc
2007-02-12 Howard ChuITS#4707 added new ldap_init_fd() API
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-19 Kurt ZeilengaSync with HEAD
2006-10-14 Pierangelo Masaratiadd LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated...
next