]> git.sur5r.net Git - openldap/history - libraries
Framework for back-bdb
[openldap] / libraries /
2000-09-16 Kurt Zeilengacleanup
2000-09-16 Kurt ZeilengaFix #undef LDAP_UFN
2000-09-16 Kurt Zeilengamodify ldap_dn2ufn() to return completely typeless...
2000-09-16 Kurt ZeilengaValidate ber on get/set option calls
2000-09-16 Kurt Zeilengaoverrun protection doesn't work... hmmm....
2000-09-15 Kurt ZeilengaAnother minor ber_dump output format change
2000-09-15 Kurt ZeilengaMinor format adjust to ber_dump output
2000-09-15 Ben CollinsRemove unused var, 'rc'
2000-09-15 Kurt Zeilengaconsistently use ber_pvt_ber_*() routines
2000-09-15 Ben Collinsmake function match it's decleration
2000-09-15 Ben Collinsdon't define NEED_COPY_HOSTENT in the decleration
2000-09-15 Ben Collinsinclude ac/unistd.h to avoid compiler warnings
2000-09-15 Ben Collinsfix formatting
2000-09-15 Ben Collinswrap unused function, ldap_int_thread_onlist() in ...
2000-09-15 Ben Collinsfix compiler warnings by including ac/unistd.h
2000-09-15 Ben Collinsfix compiler warnings by including ac/unistd.h and...
2000-09-15 Ben Collinsinitialize Sockbuf * to NULL
2000-09-15 Ben Collinsremove unused vars
2000-09-15 Ben Collinsmove some vars to where they are actually used to avoid...
2000-09-15 Ben Collinsfix call to ldap_connect_to_path()
2000-09-15 Ben Collinss/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually decla...
2000-09-15 Ben Collinsremove unused var, 'dn'
2000-09-15 Ben Collinsinclude ac/ctype.h and initialize some variables to...
2000-09-15 Ben Collinswrap unused function, ber_log_puts(), in #if 0
2000-09-15 Ben Collinsremove lint
2000-09-15 Kurt ZeilengaFix Id
2000-09-15 Kurt ZeilengaKeep ldap_first/next_attribute from running past end...
2000-09-15 Kurt ZeilengaDon't send optional cred if empty
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.
next