]> git.sur5r.net Git - openldap/history - servers/slapd
Don't try to free NULL idl. Did not cause a problem, though, as
[openldap] / servers / slapd /
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.
1999-01-07 Kurt ZeilengaUpdated SLAPD args/pid file codes to use DEFAULT_RUNDIR...
1999-01-07 Kurt ZeilengaApply fix suggested by Ben Collins <bmc@visi.net>
1999-01-07 Kurt ZeilengaWrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be...
1999-01-07 Kurt ZeilengaModify Add/Delete/Modrdn operations to require write...
1999-01-06 Kurt ZeilengaUse MAXARGS... we should actually check for limits...
1999-01-05 Kurt Spanier- Make install creates $(RUNDIR)/var for pid and args...
1999-01-03 Kurt Zeilengaentry pointer 'p' must be initialized. Should fix...
1999-01-01 Kurt ZeilengaWrap strtok use with mutex.
1999-01-01 Kurt ZeilengaWrap strtok use with mutex.
1998-12-30 Kurt ZeilengaI thought the bdn was normalized already... guess not.
1998-12-30 Kurt ZeilengaPreliminary Fixes for ITS#24, ITS#26, and ldbm_back_add...
1998-12-30 Kurt ZeilengaCleanup thread handling to resolve non-exiting daemons...
1998-12-29 Kurt ZeilengaUse charray_free to free alist charray
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-12-28 Kurt ZeilengaFix schema check bug... actually charray needs to dup...
1998-12-28 Kurt Zeilengamatched needs to be initialized to NULL as we may never
1998-12-28 Kurt ZeilengaImprove readability of base output in debugging.
1998-12-28 Kurt ZeilengaPlug 'matched' memory leak in dn2entry()
1998-12-27 Kurt ZeilengaPlug addtional realBase memory leaks.
1998-12-27 Kurt ZeilengaOnly use the LDAP_ALLOW_NULL_SEARCH_BASE code as last...
1998-12-27 Hallvard FurusethRemove duplicate definitions of global_schemacheck...
1998-12-27 Hallvard FurusethPlug some memory leak
1998-12-27 Hallvard FurusethPlug some memory leaks
1998-12-27 Hallvard FurusethPlug memory leak
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-26 Hallvard FurusethReset *modtail after freeing it, so it's not freed...
1998-12-24 Kurt ZeilengaApply patch to better behave under Solaris threads...
1998-12-22 Kurt ZeilengaAdd rc=0 fix as suggested by Tobias Reber <t.reber...
next