]> git.sur5r.net Git - openldap/history - libraries/libldap/init.c
Merge remote branch 'origin/mdb.master'
[openldap] / libraries / libldap / init.c
2011-09-15 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-14 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-13 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-12 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-10 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-07 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-01 Howard ChuMerge remote branch 'mdb4/master'
2011-02-17 Howard ChuITS#6832 #elif cleanup
2011-01-11 Howard ChuSilence stupid MUTEX_FIRSTCREATE warnings
2011-01-05 Kurt ZeilengaHappy New Year
2010-12-06 Hallvard FurusethITS#6625 concurrency patch cleanup
2010-10-22 Howard ChuITS#6625 concurrency patch from Doug Leavitt @ Oracle...
2010-04-13 Kurt Zeilengahappy belated New Year
2009-11-15 Howard ChuITS#6283 add missing env options
2009-05-06 Ralf HaferkampIntroduce options to configure tcp-keepalive settings...
2009-02-24 Pierangelo Masaratifix ldap namespace (part of ITS#5974)
2009-01-24 Howard ChuITS#5655 TLS_PROTOCOL_MIN from Philip Guenther
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-11-21 Howard ChuITS#5812 add SASL_NOCANON / -N option
2008-11-21 Howard ChuITS#4750 only read LDAP_CONF_FILE if geteuid() != getuid()
2008-10-09 Howard ChuITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher...
2008-09-02 Howard ChuITS#5677 s/TLS_CRL/TLS_CRLFILE/
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-05-10 Howard ChuAdd LDAP_OPT_X_TLS_CRLFILE, peer cert verification...
2007-03-23 Howard ChuFix TLS default for clients
2007-02-05 Howard ChuTimeouts should not be malloc'd
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-02 Kurt Zeilengahappy new year
2006-11-13 Pierangelo Masaratirevert previous commit; disable RESTART from ldap.conf
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-12 Pierangelo Masaratiuse a more reasonable max line length (ITS#4669)
2006-04-07 Howard ChuITS#4422, #4475
2006-03-20 Pierangelo Masaratiduplicate string from environment, as it may be overrid...
2006-01-11 Luke HowardITS#4327 - make SASL_MECH/SASL_REALM no longer user...
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-03 Pierangelo Masaratifix previous commit
2005-11-03 Pierangelo Masaratidon't leak hostname
2005-10-05 Howard ChuITS#4017 support Diffie-Hellman parameters for multiple...
2005-08-31 Hallvard FurusethHandle LDAP_INT_GLOBAL_OPT() failure in ldap_int_destro...
2005-04-10 Kurt Zeilenga<limits.h> cleanup && ITS#3643
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-23 Howard ChuInitialize TLS connection callback
2004-11-03 Ralf Haferkamp- Added autoconf test for CRL capable OpenSSL Version
2004-10-28 Ralf HaferkampCRL checking options for ldap.conf and slapd.conf
2004-09-05 Kurt ZeilengaAdd TLS cipher suite directive to ldap.conf(5)
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-09 Kurt ZeilengaMark areas needed poll(2) support with HAVE_POLL.
2004-01-01 Kurt ZeilengaHappy new year
2003-12-03 Howard ChuDon't init SASL library until we actually want a SASL...
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-10-16 Howard ChuITS#2770 - delete bogus maxbuf checks on sasl_read
2003-05-22 Kurt ZeilengaError when user tries to mix command line and default...
2003-01-03 Kurt ZeilengaHappy new year
2002-08-10 Howard ChuITS#2019 Initialize utils properly
2002-07-23 Kurt ZeilengaMisc sprintf/snprintf cleanup
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-02-09 Howard ChuSlightly better fix for library cleanup. Requires GCC.
2002-01-04 Howard ChuFix for Windows, don't call gethostbyname until WSAStar...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-28 Howard ChuMoved WSAStartup/WSACleanup to libldap/init.c. Cleanup...
2001-12-18 Howard Chuminor cleanup from jon@symas.com
2001-12-15 Howard ChuAdded atexit handler to free global_opts->ldo_defludp.
2001-12-15 Howard ChuDon't copy and leak user; it's an env var so just use...
2001-12-07 Howard ChuFrom jon@symas.com - patches for consistent use of...
2001-10-04 Kurt ZeilengaAdded the easy part of NLS support, behind an #ifdef.
2001-09-28 Howard ChuClean up CLDAP stuff
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-09-05 Kurt ZeilengaFix TLS ldap.conf issues
2001-06-25 Kurt ZeilengaReplace ATTR_URIS with ATTR_OPTION (more general solution)
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2001-06-15 Kurt Zeilenganew rebind proc
2001-01-18 Kurt ZeilengaUpdate SASL bufsize checks
2000-09-13 Kurt ZeilengaMove ldap_pvt_tls_init call to ldap_pvt_tls_start
2000-08-15 Kurt ZeilengaAdd char* ldap_pvt_get_fqdn(char*) which returns the...
2000-08-15 Kurt Zeilengahostbuf should be static
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-08 Kurt ZeilengaITS#619: TLS PRNG initialization code
2000-06-08 Kurt ZeilengaApply Novell's IN_KERNEL support (ITS#576)
2000-06-05 Kurt ZeilengaRemove support for DNS DNs (not to be confused with...
2000-06-02 Kurt ZeilengaThis is a one-liner Steve missed in the referral patch...
2000-05-16 Kurt ZeilengaFix unsigned * vs unsigned long * bugs
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Howard ChuExit loop after matching command is found in openldap_l...
2000-05-11 Howard ChuAdded debuglevel parameter to ldap_int_initialize().
2000-04-20 Kurt ZeilengaITS#503: Extend ldap tools to support SASL/TLS
2000-03-13 Julio Sánchez Fern... Useronly logic was inverted, we were ignoring the whole...
2000-02-02 Kurt ZeilengaAdd comment about leaked on exit values.... we likely...
2000-01-23 Kurt ZeilengaMake ldap_utf8_bytes() act like strlen() not sizeof()
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
next