]> git.sur5r.net Git - openldap/history - libraries
ITS#897 Internal connection that is closed on one end and about to
[openldap] / libraries /
2000-09-14 Kurt ZeilengaRework ber dump to provide both hex and text output
2000-09-14 Kurt ZeilengaFix typo in Kbind code
2000-09-14 Kurt ZeilengaZap LDAP_LIBUI
2000-09-13 Ben CollinsError in setting sa_flags (was never set)
2000-09-13 Ben Collinsspecifically check for NULL return from ldap_int_thread...
2000-09-13 Ben CollinsFix error in if() statement (==, not =)
2000-09-13 Ben Collinss/got_max_ssf/got_min_ssf/ thinko fix when checking...
2000-09-13 Randy KunkeeInclude <ac/param.h> to pick up MAXPATHLEN.
2000-09-13 Kurt ZeilengaClean up
2000-09-13 Kurt ZeilengaMove ldap_pvt_tls_init call to ldap_pvt_tls_start
2000-09-12 Kurt ZeilengaMore NT threading fixes
2000-09-12 Kurt ZeilengaITS#697: Fix cond_wait
2000-09-12 Kurt ZeilengaRework TLS code (only supports default connection)
2000-09-11 Kurt Zeilenga-lldbm now sets DB_USE_ENVIRON and support input of...
2000-09-11 Kurt ZeilengaSet DB_PRIVATE
2000-09-07 Kurt ZeilengaBandaid ucdata build problems
2000-09-07 Kurt ZeilengaUse ucdata (very experimental)
2000-09-06 Kurt ZeilengaITS#717 kbind fixes
2000-09-06 Kurt ZeilengaMIT Kerberos and krb5_free_creds_contents (ITS#715)
2000-09-04 Kurt ZeilengaClarify perms
2000-09-04 Kurt ZeilengaFix typo
2000-09-04 Kurt ZeilengaFix install of ucdata
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-09-03 Kurt ZeilengaFix typo
2000-09-01 Kurt ZeilengaChange default to SSL_PEER_NONE (don't require peer...
2000-09-01 Kurt ZeilengaFix port defaulting
2000-09-01 Kurt ZeilengaFix ldap_pvt_tls_start() return value check.
2000-08-25 Kurt ZeilengaUse example.com, not openldap.org, in examples
2000-08-25 Kurt ZeilengaMove ldap_start_tls_s() to tls.c
2000-08-21 Kurt Zeilenganeeds string.h
2000-08-19 Kurt ZeilengaZap CLDAP
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-08-16 Howard ChuImplemented ldap_pvt_tls_get_peer() for use with SASL...
2000-08-15 Kurt Zeilengaber_bvstr() shouldn't play games with input string.
2000-08-15 Kurt ZeilengaTreat INADDR_LOOPBACK (as well as INADDR_ANY) as local...
2000-08-15 Kurt ZeilengaAdd char* ldap_pvt_get_fqdn(char*) which returns the...
2000-08-15 Kurt Zeilengahostbuf should be static
2000-08-14 Kurt ZeilengaFix a minor leak.
2000-08-07 Kurt ZeilengaAdd support for Sleepycat Berkeley DB 3.1 (ITS#649)
2000-08-06 Kurt ZeilengaITS#647 from Paul R. Turgyan <pturgyan@umich.edu>
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-28 Kurt ZeilengaWorking SASL security layers!
2000-07-27 Kurt ZeilengaFrom: vtag@novell.com
2000-07-26 Kurt ZeilengaRevert ber_peek_tag to older, more efficient implementa...
2000-07-22 Kurt ZeilengaExpose ldap_create_control
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
2000-07-21 Kurt ZeilengaRemove lint
2000-07-21 Kurt ZeilengaRemove unnecessary forward declaration
2000-07-21 Kurt ZeilengaPlug leak of syn_names
2000-07-20 Kurt Zeilengabit fields should be explicitly unsigned (unless space...
2000-07-20 Kurt ZeilengaFix sasl end game processing.
2000-07-19 Kurt ZeilengaFix up SASL interact error checking
2000-07-19 Randy KunkeeFix prototype for dummy ldap_int_sasl_bind.
2000-07-17 Kurt ZeilengaClarify comment
2000-07-17 Kurt ZeilengaFix SASL automatic/quiet modes...
2000-07-17 Kurt ZeilengaExpose sasl flags to -lldap (so they can be quiet)
2000-07-17 Kurt ZeilengaFirst cut SASL "interactive" and "quiet" modes (default...
2000-07-15 Kurt ZeilengaRework SASL command line arguments. Default is now...
2000-07-15 Kurt ZeilengaMove some noise about
2000-07-14 Kurt ZeilengaFix callbacks.
2000-07-14 Kurt Zeilengarework SASL callbacks
2000-07-14 Kurt Zeilenga*ssf > 1 should be *ssf > 0
2000-07-14 Kurt ZeilengaFix an interaction error on multiple step binds.
2000-07-13 Kurt ZeilengaUpdate NT build to include recently added SASL sources.
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-07-08 Kurt ZeilengaITS#619: TLS PRNG initialization code
2000-07-06 Kurt ZeilengaFix get/set conconcurrency routines under Solaris
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-07-05 Mark ValenceAdded NO_THREADS version of ldap_pvt_thread_pool_maxthreads
2000-07-04 Kurt ZeilengaImproved but still broken client tools.
2000-07-04 Mark ValenceAdded "threads" config to slapd.conf.
2000-07-04 Kurt ZeilengaAdd Steve Sonntag's (Novell) memory debugging extensions
2000-07-04 Kurt ZeilengaRename local variable 'sun' to 'sa' to avoid clash...
2000-06-30 Kurt ZeilengaRemove ldap_*_dn() prototypes of #if 0 routines
2000-06-29 Kurt ZeilengaAvoid locale specific ctype routines.
2000-06-26 Kurt ZeilengaMinor cleanup
2000-06-26 Kurt ZeilengaDisallow kbind over LDAPv3
2000-06-25 Kurt ZeilengaMove old files to the Attic
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-21 Mark ValenceFix for thread/fork problem. Don't start a worker...
2000-06-21 Kurt ZeilengaITS#601: fix fetch bugs
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-18 Kurt ZeilengaUse URI, not HOST
2000-06-18 Kurt ZeilengaExtern URI code to support literal IPv6 addresses
2000-06-18 Mark ValencePut cond_signal loop inside of mutex'ed area to fix...
2000-06-17 Kurt ZeilengaKill LinuxThreads clones
2000-06-16 Kurt ZeilengaAdd asserts aliasing debugging purposes.
2000-06-16 Kurt ZeilengaFix mod_values v mod_bvalues typo
2000-06-16 Kurt ZeilengaMemory leak in referral code (ITS#596)
2000-06-16 Kurt ZeilengaFix typo in last commit
2000-06-16 Kurt ZeilengaAdd 1st libldap IPv6 patch (ITS#594) from Stig Venass.
2000-06-15 Mark ValenceCheck if process is installed/running as service on...
2000-06-14 Kurt ZeilengaMinor cleanup
2000-06-13 Kurt ZeilengaRename ldap_start_tls() to ldap_start_tls_s() for consi...
2000-06-13 Kurt ZeilengaFix up NT port after thread changes
2000-06-13 Kurt ZeilengaFix Novell URL kludge
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-10 Kurt ZeilengaFound ber_error_print pieces which I forgot commit.
next