]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
1999-02-04  Kurt ZeilengaUse LDAP_ALIAS_DEREF_PROBLEM for all problem dereferenc...
1999-02-04  Kurt ZeilengaFix DB_ENV typo.
1999-02-04  Will Ballantyneinserted additional checks for null values, comments
1999-02-03  Kurt ZeilengaAnother concurrency typo.
1999-02-03  Kurt ZeilengaFix set concurrency typos.
1999-02-03  Kurt Zeilengaupdate pthread comment.
1999-02-03  Kurt ZeilengaUse idl_fetch_one() to fetch single id_blocks instead...
1999-02-03  Kurt SpanierFix typo in LDAP_LIBAVL_DEPEND
1999-02-03  Kurt ZeilengaFix double free of filter when bad.
1999-02-03  Kurt ZeilengaFix slapd/tool dependencies on libraries.
1999-02-03  Kurt ZeilengaPlug leak of datum. Should be freed after use.
1999-02-03  Kurt ZeilengaFix ALLIDS bugs
1999-02-03  Kurt ZeilengaGot that logic backwards...
1999-02-03  Kurt ZeilengaUpdate AC_DEFINES to use autoconf 1.3 descriptions.
1999-02-02  Kurt Zeilengafirst arg of ldbm_db_errcall could be a const char...
1999-02-02  Kurt ZeilengaDon't try to free NULL idl. Did not cause a problem...
1999-02-02  Kurt ZeilengaFix typo suggested by Heiko W.Rupp in ITS#63
1999-02-02  Kurt Zeilengagdbm_nextkey() takes two arguments not one.
1999-02-02  Kurt ZeilengaHack up a quick bandaid to make things compile. Startu...
1999-02-02  Kurt ZeilengaFix statlog... debugging change got commit by mistake.
1999-02-02  Kurt ZeilengaRemove config.status dependencies as most folks do...
1999-02-02  Kurt SpanierAdded startup/shutdown routine for slapd back-ends.
1999-02-02  Kurt ZeilengaEven more pthread changes for Digital UNIX...
1999-02-02  Kurt ZeilengaAdd a few comments to help detail some of these functions.
1999-02-02  Kurt ZeilengaFix idl_firstid to return NOID when !(nids > 1) instead...
1999-02-01  Kurt ZeilengaAdded addition pthread checks for Digital UNIX (OSF/1).
1999-02-01  Kurt ZeilengaAdded --enable-bdb2 for Ksp's Berkeley DB 2 specific...
1999-02-01  Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-02-01  Kurt ZeilengaAdd ac/sysexits.h for GNU win32 environments.
1999-02-01  Kurt ZeilengaAdd EXEEXT/OBJEXT for GNU win32 environments.
1999-02-01  Kurt ZeilengaUse the following macros in preparation for GNU win32...
1999-02-01  Kurt ZeilengaRebuild configure using autoconf 1.3 (with aclocal...
1999-01-31  Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-31  Kurt Zeilengahave --enable-dns imply --enable-referrals. If --disab...
1999-01-31  Kurt ZeilengaFix ldap_send_initial_request() to open connection...
1999-01-29  Kurt Zeilengazap ber buf pointer on free.
1999-01-29  Kurt ZeilengaAdd (back in) destroy functions...
1999-01-29  Kurt ZeilengaAdd cond/rdwr destroy routines.
1999-01-29  Kurt ZeilengaDon't leak slap_op when op not in list.
1999-01-29  Kurt Zeilengaldap_sort_entries() should try to malloc(0) when the...
1999-01-28  Kurt Zeilengaldap_pvt_thread_cond_broadcast() was missing from stubs.
1999-01-28  Kurt ZeilengaFix lthread depend.
1999-01-28  Kurt ZeilengaAdd dn_rdn() function to return rdn part of dn.
1999-01-28  Kurt ZeilengaMake sure e_ndn is used!
1999-01-28  Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-28  Kurt ZeilengaUpdate misleading statement about ldap_init(). It...
1999-01-27  Kurt ZeilengaFix PHREAD typo.
1999-01-27  Kurt ZeilengaFixup begin/end declaration tags
1999-01-27  Will Ballantynefix suffix alias compare in config.c, logic was reverse...
1999-01-26  Kurt ZeilengaLDBM/back-ldbm locking reworked!
1999-01-26  Kurt ZeilengaFix mkdep to split lines with multiple dependencies.
1999-01-26  Kurt ZeilengaHide allocate of reentrant_database cond varible and...
1999-01-26  Kurt Zeilengacache_set_state( cache, e, 0) cannot occur before lock...
1999-01-26  Kurt ZeilengaChange o_private from int to void*. Use it to hold...
1999-01-26  Kurt ZeilengaAdd lber_pvt.h with prototypes of lber_pvt_log_print...
1999-01-26  Kurt ZeilengaAdd lber_log_print support to libldap.
1999-01-26  Kurt Zeilengaadd ldap_cdef'ing.
1999-01-25  Kurt ZeilengaAdd support for LBER_OPT_LOG_PRINT_FN option.
1999-01-25  Kurt ZeilengaMove install.sh to install-sh. install.sh name may...
1999-01-24  Kurt ZeilengaAdd pidfile/argsfile options to default slapd.conf.
1999-01-24  Kurt ZeilengaUpdate docs with references to appropriate FAQ-O-Matic...
1999-01-24  Kurt ZeilengaMinor cleanup of various detections...
1999-01-24  Kurt ZeilengaForgotten commit of string rearrangement.
1999-01-24  Kurt Zeilengaincorrect args to tcpd statslog
1999-01-24  Kurt ZeilengaForgot to add new string.c.
1999-01-23  Kurt ZeilengaReal fix for FreeBSD 4.
1999-01-23  Kurt ZeilengaAdd support for Freebsd 4.x (and greater)
1999-01-23  Kurt Zeilengadn_parent(" ") should be NULL.
1999-01-23  Kurt ZeilengaIf dn2id returns ID but id2entry returns NULL, log it.
1999-01-23  Kurt ZeilengaRemove configure's wait3 test as we don't care about...
1999-01-23  Kurt ZeilengaAdd LDAP_API_FEATURE_X_OPENLDAP to imply this implement...
1999-01-22  Kurt ZeilengaAdd memory handling todo.
1999-01-22  Kurt ZeilengaUse strtok_r() instead of strtok(). Remove strtok...
1999-01-22  Kurt ZeilengaMove libldap/strdup.c to string.c.
1999-01-22  Kurt ZeilengaFix minor typo in lthread.h (which was copied into...
1999-01-22  Kurt ZeilengaImplement NEXTID chunking. Obtain IDs in chunks of...
1999-01-22  Kurt Zeilengainitialize nextid with NOID not -1.
1999-01-22  Kurt ZeilengaDon't return nextid on failed add operations for safety.
1999-01-22  Kurt ZeilengaThat last error message did not apply to actual changes...
1999-01-22  Kurt Zeilenganextid cleanup in preparation to disable next_id_return().
1999-01-22  Kurt ZeilengaEntry must be locked before adding it to the cache.
1999-01-21  Kurt ZeilengaAdd support for FreeBSD -kthread (kernel pthreads)
1999-01-21  Kurt ZeilengaDuring cleanup always unlock root_mutex if rootlock...
1999-01-21  Kurt ZeilengaPlace the arg and pid files into the test-* directories.
1999-01-21  Kurt SpanierDefinition of slapd pid and args files as slapd.conf...
1999-01-21  Kurt ZeilengaFix c_cdn typo. Ouch.
1999-01-21  Kurt ZeilengaAdd c_protocol to slap_conn to track protocol version...
1999-01-21  Kurt ZeilengaAdd some server side projects.
1999-01-21  Kurt Zeilenga*** empty log message ***
1999-01-20  Kurt Zeilengaignore SIGPIPE
1999-01-20  Kurt ZeilengaUpdate ldap_first_attribute/ldap_next_attribute to...
1999-01-20  Kurt Zeilengasuffixes need to be stored in normalized uppercase...
1999-01-20  Kurt Zeilengandn & strcasecmp cleanup
1999-01-20  Kurt ZeilengaDon't use initializers for auto vars.
1999-01-19  Kurt ZeilengasuffixAlias will return a normalized uppercase DN if...
1999-01-19  Kurt ZeilengaRecode suffixAlias to implement simple check to see...
1999-01-19  Kurt ZeilengaRemoved o_suffix and o_suffixalias as they were 1)...
1999-01-19  Kurt ZeilengaDon't allow suffixAliases were alias and aliased dn...
1999-01-19  Kurt Zeilengause dn_normalize_case().
1999-01-19  Kurt Zeilengauppercase that ndn.
next