]> git.sur5r.net Git - openldap/history - libraries/libldap/init.c
Happy new year!
[openldap] / libraries / libldap / init.c
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;
1999-12-17 Kurt ZeilengaAdd BINDDN user-only directive to .ldaprc
1999-12-14 Kurt ZeilengaAdd support for useronly configuration attributes.
1999-12-09 Mark ValenceChanged URL to URI for conf/env setting.
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-09-25 Mark ValenceFixed "typos" in TLS code. TLS is ATTR_TLS, not ATTR_BOOL.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-04 Kurt ZeilengaUse -llber set_nonblock implementation.
1999-08-03 Kurt ZeilengaLDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars...
1999-07-13 Julio Sánchez Fern... First version with TLS. Untested.
1999-07-13 Hallvard Furusethldap-int.h
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-27 Kurt Zeilengarename ldap_pvt_init_utils() to ldap_int_utils_init...
1999-05-22 Kurt Zeilengaldap.h:
1999-03-25 Kurt Zeilengaclose ldap.conf after reading it.
1999-03-09 Hallvard Furuseth"const"ify some static arrays, and related parameters...
1999-03-06 Hallvard FurusethPut the ATTR_BOOL option numbers in attrs.offset instea...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-01-26 Kurt ZeilengaAdd lber_log_print support to libldap.
1999-01-15 Bart HartgersUpdates regarding threads and names.
1999-01-14 Kurt ZeilengaUpdate init and ldap.conf(5) to handle LDAPNOINIT,...
1999-01-14 Kurt ZeilengaInsert missing ')'...
1998-12-28 Kurt ZeilengaAdd simple copyright notice.
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-11-23 Kurt ZeilengaChange init_w_userconf to not interpet the filename...
1998-11-23 Hallvard FurusethPlug memory leak
1998-11-19 Hallvard Furusethadd ldap_strdup and eliminate strdup in libldap
1998-11-19 Kurt ZeilengaSupport $LDAPRC to specify fullpath to additional rc...
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-11 Hallvard Furuseth&deref_kv -> deref_kv; som compilers don't like &array
1998-11-11 Kurt ZeilengaUpdate NT4 port.
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-09 Kurt ZeilengaInitialize openldap_ldap_global_options struct (not...
1998-11-09 Kurt ZeilengaSplit out ldapoptions from struct ldap to facilate...
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.