]> git.sur5r.net Git - openldap/history - libraries/libldap/open.c
increment lconn_refcnt so connection does not get closed (ITS#6788)
[openldap] / libraries / libldap / open.c
2011-01-18 Pierangelo Masaratiincrement lconn_refcnt so connection does not get close...
2011-01-05 Kurt ZeilengaHappy New Year
2010-10-22 Howard ChuITS#6625 concurrency patch from Doug Leavitt @ Oracle...
2010-04-13 Kurt Zeilengahappy belated New Year
2009-11-18 Howard ChuMore for prev commit - only set if URL was provided.
2009-11-18 Howard ChuITS#6386 Must init conn->lconn_server
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-09-16 Pierangelo Masaratisilence warnings
2008-08-15 Howard ChuPass LDAPURLDescs to connect functions instead of host...
2008-08-14 Howard ChuAdd LDAP_OPT_CONNECT_CB connection callbacks
2008-01-25 Pierangelo MasaratiITS#5338
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-02-12 Howard ChuITS#4707 added new ldap_init_fd() API
2007-02-05 Howard ChuTimeouts should not be malloc'd
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-07 Pierangelo Masaratihonor network timeout even when doing full async
2007-01-02 Kurt Zeilengahappy new year
2006-09-01 Pierangelo Masaratidon't use deprecated functions
2006-05-12 Howard ChuITS#4541 better fix
2006-05-12 Howard ChuITS#4541 refine commit for #4524
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-04-07 Howard ChuDon't implicitly inherit the default SSL_CTX, tls.c...
2006-04-07 Howard ChuITS#4422, #4475
2006-01-03 Kurt ZeilengaHappy new year!
2005-10-12 Howard ChuFix ITS#3832 must mutex protect ld->ld_conns
2005-04-10 Kurt Zeilenga<limits.h> cleanup && ITS#3643
2005-01-21 Howard ChuFix ITS#3487, don't copy pointers to malloc'd global...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-04-30 Howard ChuFor ITS#2424, move all SASL session management to ldap_...
2003-04-22 Kurt ZeilengaDon't do (unsafe) DNS reverse lookups.
2003-04-21 Kurt ZeilengaITS#2459 (partial) fix. Eliminate address parameter...
2003-02-14 Kurt ZeilengaOnly install readahead layer when connectionless as
2003-02-13 Howard ChuFix typo in peercred DN. Make it agree with actual...
2003-02-13 Howard ChuAdded ld_req_mutex and ld_res_mutex to protect ld_reque...
2003-01-20 Kurt Zeilenga#ifdef LDAP_PF_LOCAL needed.
2003-01-19 Hallvard FurusethFix printf format errors.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-18 Howard ChuRemove unneeded sasl_ssf param from ldap_int_sasl_open(),
2002-12-08 Kurt Zeilengaexpand authid buffer
2002-12-07 Kurt ZeilengaInclude <ac/unistd.h> not <sys/types.h> and <unistd.h>
2002-12-07 Pierangelo Masaration my system need headers to define geteuid() and so
2002-12-07 Howard ChuFor LDAP_PROTO_IPC set the SASL EXTERNAL authid to...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-03-29 Julius EnarusaiAdded LDAP_LOG messages
2002-02-21 Kurt ZeilengaIf port is zero, use default.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-28 Howard ChuMoved WSAStartup/WSACleanup to libldap/init.c. Cleanup...
2001-11-06 Kurt ZeilengaPlug leaks (ITS#1116)
2001-10-07 Kurt ZeilengaFix ntohs/htons issues
2001-09-28 Howard ChuClean up CLDAP stuff
2001-09-28 Kurt ZeilengaFix #undef LDAP_CONNECTIONLESS builds
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-08-31 Kurt ZeilengaMove Cyrus SASL initializing forward
2001-08-27 Kurt ZeilengaFix -H ldaps:// crashes due to rework of TLS code
2001-06-25 Kurt ZeilengaAnother round of TLS updates to support secure referral...
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2000-11-22 Kurt ZeilengaITS#889 fix
2000-10-17 Kurt ZeilengaHandle *lud_host == '\0'
2000-10-13 Kurt ZeilengaLabel sb debugging as "ldap_"...
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-15 Ben Collinsfix call to ldap_connect_to_path()
2000-09-14 Kurt ZeilengaFix typo in Kbind code
2000-09-06 Kurt ZeilengaITS#717 kbind fixes
2000-09-01 Kurt ZeilengaFix port defaulting
2000-09-01 Kurt ZeilengaFix ldap_pvt_tls_start() return value check.
2000-08-25 Kurt ZeilengaMove ldap_start_tls_s() to tls.c
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-17 Kurt ZeilengaFirst cut SASL "interactive" and "quiet" modes (default...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-06-13 Kurt ZeilengaRename ldap_start_tls() to ldap_start_tls_s() for consi...
2000-06-09 Kurt ZeilengaUpdate PF_INET6 and PF_UNIX detection, both default...
2000-06-08 Kurt ZeilengaApply Novell's IN_KERNEL support (ITS#576)
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-01 Kurt Zeilengaremove lint
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-31 Kurt ZeilengaLDAPv3 referrals changes by Steve Sonntag @ Novell
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Howard ChuFix ldaps / TLS processing...
2000-05-11 Howard ChuAdded debuglevel parameter to ldap_int_initialize().
2000-05-10 Howard ChuAdd ld parameter to ldap_pvt_tls_start invocations...
2000-02-18 Kurt ZeilengaEliminate second session protocol version field.
2000-01-14 Kurt Zeilengaremove UNSPECIFIED_TLS... HOST implies ldap://
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
2000-01-02 Luke HowardBraced ldap_connect_to_path() in #ifdef LDAP_PF_LOCAL...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-12 Kurt ZeilengaRemove lint.
1999-12-11 Mark ValenceFix mem leak in ldap_start_tls(), treat empty host...
1999-12-10 Mark Valenceclient/server controls added to ldap_start_tls().
1999-12-10 Mark ValenceCondition ldap_start_tls on HAVE_TLS.
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-12-08 Kurt ZeilengaUpdate for new password codes for MSVC5
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-12-05 Mark ValenceBug fix. == NULL changed to != NULL before freeing...
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
next