]> git.sur5r.net Git - openldap/history - servers/slapd
Add "edit client configuration" & "edit server configuration" steps.
[openldap] / servers / slapd /
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-07 Kurt ZeilengaFix backend_destroy to call bi_destroy instead of bi_close
1999-02-07 Kurt ZeilengaReally fix those reader/writer lock asserts...
1999-02-07 Kurt ZeilengaFix cache asserts on entry writer locks.
1999-02-06 Kurt ZeilengaMove SIGNAL() calls to main so that any thread can...
1999-02-06 Kurt ZeilengaFix no backend type case in backend_init.
1999-02-05 Kurt ZeilengaDon't call idl_free() unless necessary.
1999-02-05 Kurt Zeilengaremove ;; typo
1999-02-05 Kurt SpanierIntroduction of a new Berkeley DB version 2 (!) specifi...
1999-02-05 Kurt SpanierFix braindead signal handling in linux kernal threads.
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Kurt ZeilengaFix forkandexec() prototype.
1999-02-04 Will Ballantyneadditional checks around derefAlias_r call:
1999-02-04 Kurt ZeilengaFix mutex initialization. new init function only has...
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-02-04 Kurt ZeilengaMinor fixes to complete backout of initialization/start...
1999-02-04 Kurt ZeilengaBackout recent initialization/startup changes in prep...
1999-02-04 Kurt ZeilengaBackout startup/initialization changes in preparation...
1999-02-04 Kurt ZeilengaRemove rwlock diag messages.
1999-02-04 Kurt ZeilengaUse LDAP_ALIAS_DEREF_PROBLEM for all problem dereferenc...
1999-02-04 Will Ballantyneinserted additional checks for null values, comments
1999-02-03 Kurt ZeilengaAnother concurrency typo.
1999-02-03 Kurt ZeilengaUse idl_fetch_one() to fetch single id_blocks instead...
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-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 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 SpanierAdded startup/shutdown routine for slapd back-ends.
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 SpanierIntroduction of a backend startup/shutdown function...
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-29 Kurt ZeilengaDon't leak slap_op when op not in list.
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-27 Kurt ZeilengaFix PHREAD typo.
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 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-24 Kurt ZeilengaAdd pidfile/argsfile options to default slapd.conf.
1999-01-24 Kurt Zeilengaincorrect args to tcpd statslog
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-22 Kurt ZeilengaUse strtok_r() instead of strtok(). Remove strtok...
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 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 ZeilengaDuring cleanup always unlock root_mutex if rootlock...
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 Zeilenga*** empty log message ***
1999-01-20 Kurt Zeilengasuffixes need to be stored in normalized uppercase...
1999-01-20 Kurt Zeilengandn & strcasecmp cleanup
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.
1999-01-19 Kurt ZeilengaNeed to uppercase e_ndn.
1999-01-19 Kurt ZeilengaNeed to upper case the new_ndn.
1999-01-19 Kurt ZeilengaUpdate support for dn vs ndn. Build new dn from e...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-18 Kurt ZeilengaFree that unclobberred dn.
1999-01-18 Kurt ZeilengaDon't clobber dn.
1999-01-18 Kurt Zeilengae_ndn = dn_normalize_case( e_dn )
1999-01-18 Kurt ZeilengaStore rootdn in normalized uppercase format.
1999-01-18 Kurt ZeilengaITS#44 fix. denied connections should not be added...
1999-01-18 Kurt ZeilengaProtect return of the locked entry.
1999-01-18 Kurt ZeilengaMinor cleanup of trace output.
1999-01-17 Kurt ZeilengaUse Entry's e_ndn instead of recomputing it.
1999-01-16 Kurt ZeilengaAdd 'should not be world readable' comment.
1999-01-16 Kurt ZeilengaAdd reference to slapd.conf(5) and recommendation to...
1999-01-15 Bart HartgersFixed a small typo...
1999-01-15 Kurt ZeilengaCould have no entry to return... check entry pointer...
1999-01-15 Kurt ZeilengaInstall slapd.conf with mode of 600.
1999-01-14 Kurt ZeilengaInitial version of the experimental 'back-perl'
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1999-01-12 Kurt ZeilengaReport status of failed pthread_create()
1999-01-12 Kurt ZeilengaReport exit status of pthread_create()
1999-01-11 Kurt ZeilengaUse pthread_detach() to detach connection threads inste...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1999-01-10 Kurt Zeilengarename 'struct op' to 'struct slap_op'
1999-01-08 Kurt ZeilengaCleanup slapd search op deallocation.
1999-01-08 Kurt ZeilengaFix tmp file removal.
next