]> git.sur5r.net Git - openldap/history - libraries/libldap
Move connectionless connection init to startup (may not be in the
[openldap] / libraries / libldap /
2005-10-14 Kurt ZeilengaITS#3440: (blind) fix for VxWorks inet_ntoa(3) leak,
2005-10-13 Kurt Zeilengamissed \
2005-10-13 Kurt ZeilengaAdd ldap_bv2escaped_filter_value (ITS#2535)
2005-10-12 Kurt ZeilengaAssume TLS is properly configured if any one of
2005-10-12 Howard ChuFix typo
2005-10-12 Howard ChuAdd LDAP* to debug messages to aid tracking
2005-10-12 Howard ChuFix ITS#3832 must mutex protect ld->ld_conns
2005-10-09 Howard ChuITS#4072 ldap_pvt_tls_init_def_ctx() returns LDAP_NO_SU...
2005-10-09 Howard ChuITS#2942 skip referrals that we've already chased
2005-10-08 Howard ChuSimplify lm_chain_tail handling, support LDAP_MSG_RECEIVED
2005-10-08 Howard ChuDon't set ndelay on socket connect if no timeout was...
2005-10-05 Howard ChuITS#4017 support Diffie-Hellman parameters for multiple...
2005-10-04 Pierangelo Masaratiplug potential ld_error leak (ITS#4064)
2005-09-30 Howard ChuITS#4048 plug leak
2005-09-30 Howard ChuITS#4053 free cldap peer address
2005-09-10 Pierangelo Masaratisilence warnings
2005-08-31 Hallvard FurusethHandle LDAP_INT_GLOBAL_OPT() failure in ldap_int_destro...
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-22 Pierangelo Masaratitreat TRUE/FLASE like SUCCESS; don't chase "" referrals
2005-08-20 Pierangelo Masaraticosmetic changes (easier to inspect under gdb)
2005-08-20 Pierangelo Masaratifix SASL numeric secprops parsing (ITS#3955)
2005-08-19 Pierangelo Masaratidon't try to print NULLs on Solaris...
2005-08-19 Pierangelo Masaratiplug yet another one-time leak
2005-08-18 Pierangelo Masaratiallow oidmacros in syntax (e.g. AD)
2005-08-18 Pierangelo Masaraticlear code before calling functions that may modify it
2005-08-18 Pierangelo Masaratilittle bit easier to track from inside gdb...
2005-08-17 Pierangelo Masaratirework internal functions - need the parsed list of...
2005-08-13 Kurt Zeilengareplace struct msghdr macros
2005-08-11 Pierangelo Masaratisolve a deadlock during unbind: ldap_send_unbind()...
2005-08-11 Pierangelo Masaratiessentially address 3791 with a reworked patch
2005-08-11 Pierangelo Masaratiexpose ldap_tls_inplace()
2005-08-11 Pierangelo Masaraticleanup
2005-08-10 Hallvard FurusethRead LDAPResult.resultCode & ModifyRequest.modification...
2005-08-03 Pierangelo Masaratilittle more about potential concurrency issues
2005-08-02 Howard ChuITS#3578 increment parent's referral count
2005-08-02 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-08-01 Pierangelo Masaratiplug leaks; cleanup
2005-08-01 Hallvard FurusethPlug memory leaks - free() controls in LDAP*
2005-07-31 Hallvard FurusethCleanup
2005-07-30 Pierangelo Masaraticleanup
2005-07-26 Hallvard FurusethAlso declare copy_hostent() if LDAP_R_COMPILE && HAVE_G...
2005-07-23 Pierangelo Masarati(yet) another potential concurrency issue
2005-07-22 Hallvard FurusethCast LDAP_BOOL value to LDAP_BOOLEANS; it could only...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-18 Hallvard FurusethAdd missing "static" for functions declared static...
2005-07-17 Hallvard FurusethRemove unused type: struct token
2005-07-16 Pierangelo Masaratisome (stupid) editors complain because 'new' is a reser...
2005-07-16 Pierangelo Masaratiparanoid check
2005-07-15 Pierangelo Masaratibe liberal: accept empty oid lists
2005-07-14 Hallvard FurusethSilence "unused variable" warnings
2005-07-14 Hallvard FurusethFix typos GETNAMEINFO->HAVE_GETNAMEINFO, HAVE_HERROR...
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-10 Hallvard Furusethber_get_enum() needs int*, not enum*. An enum can...
2005-07-07 Howard ChuLinux updates tv on select() so always use a second...
2005-07-06 Hallvard FurusethKill harmless format warning
2005-06-30 Pierangelo Masaratitentative fix of another issue related to ITS#3800...
2005-06-30 Pierangelo Masaratire-fetch the request; since the mutex has been released...
2005-06-29 Pierangelo Masaratimore on ITS#3808
2005-05-28 Pierangelo Masaratiallow to muck with referrals while chasing...
2005-05-21 Pierangelo Masaratifix inconsistent indentation
2005-05-18 Howard ChuFix ldap_get_option(,LDAP_OPT_SOCKBUF,)
2005-05-13 Howard ChuITS#3278 use correct connection for sasl_install()
2005-05-04 Kurt ZeilengaAdd ldap_turn(3) and ldap_turn_s(3).
2005-05-03 Jong Hyuk ChoiFix for ITS#3612
2005-04-13 Howard ChuOmit FD_SETSIZE check for Winsock
2005-04-10 Kurt Zeilenga<limits.h> cleanup && ITS#3643
2005-04-09 Howard ChuITS#3643 limits.h, INT_MAX
2005-03-30 Kurt ZeilengaITS#3614: prevent overflow when using result of sysconf...
2005-03-16 Kurt ZeilengaAIX getpeerid support
2005-03-01 Howard ChuAdded ldap_pvt_sasl_secprops_unparse, slap_sasl_secprop...
2005-02-18 Howard ChuITS#3552 fix bogus asserts
2005-02-01 Kurt ZeilengaAdd ldap_start_tls() and ldap_install_tls() to provide...
2005-01-28 Kurt ZeilengaITS#3524 (partial): reinit FDSETs
2005-01-26 Kurt ZeilengaEnable subordinate scope feature
2005-01-21 Howard ChuFix ITS#3487, don't copy pointers to malloc'd global...
2005-01-10 Pierangelo Masaratifix ITS#3467 (LDAPURLDesc => URL escaped string)
2005-01-09 Pierangelo Masaratifix ITS#3474
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-31 Kurt Zeilengainet_addr cleanup
2004-12-30 Kurt ZeilengaUpdate CancelOp's protocol values to those in RFC 3909
2004-12-20 Pierangelo Masaratilong lasting typo (at least since 2.0)
2004-11-28 Kurt Zeilengacleanup
2004-11-23 Howard ChuInitialize TLS connection callback
2004-11-23 Howard ChuAdd callbacks for client TLS connection establishment:
2004-11-17 Howard ChuAvoid trashing client memory when socket is greater...
2004-11-03 Ralf Haferkamp- Added autoconf test for CRL capable OpenSSL Version
2004-10-30 Kurt Zeilengafair use
2004-10-28 Ralf HaferkampCRL checking options for ldap.conf and slapd.conf
2004-10-20 Kurt ZeilengaAdd comment regarding last commit
2004-10-20 Kurt ZeilengaFix LDAP Intermediate Response tag values.
2004-10-19 Howard ChuFix typo in select call
2004-10-19 Kurt ZeilengaITS#3168: Add LDAP_OPT_SOCKBUF
2004-10-18 Kurt ZeilengaMove POLL_* macros to <ac/socket.h>
2004-10-18 Kurt ZeilengaCatch POLLERR and POLLHUP.
2004-10-18 Kurt ZeilengaFix bug in last commit
2004-10-18 Kurt ZeilengaRough but working poll(2) implementation for -lldap
2004-10-18 Kurt ZeilengaPoll code needs a bit more work.
2004-10-18 Jong Hyuk ChoiPatch for fast synchronous search result processing
2004-10-09 Kurt ZeilengaRevert last commit.
2004-10-09 Kurt ZeilengaITS#3359: fix crash on recursive rebind following referral
next