]> git.sur5r.net Git - openldap/history - servers
Disable implicit session defaulting.... you never know what someone
[openldap] / servers /
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 ZeilengaFix --disable-slurpd.
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...
1998-12-22 Kurt ZeilengaAdd <ac/signal.h> back in to ease pain on some platforms.
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-21 Kurt ZeilengaITS#12 realBase was being freed before use. The offen...
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-12-20 Kurt ZeilengaAdd configure code for setting LDAP_SYSLOG but actually...
1998-12-20 Kurt Zeilengamore cleanup
1998-12-20 Kurt ZeilengaClean up after last commit.
1998-12-20 Kurt ZeilengaUnexpand spaces for tabs in prior commit before merging...
1998-12-20 Kurt ZeilengaMinor change to signal handler. Changed _shutdown...
1998-12-20 Kurt ZeilengaFix server --without-xxx build issues...
1998-12-18 Kurt ZeilengaDisable writing syncing when creating databases.
1998-12-18 Kurt ZeilengaPatch cache_delete_entry_internal() as suggested by
1998-12-18 Kurt SpanierInitialization of Datum structures to zero by memset...
1998-12-14 Kurt ZeilengaThe result set of an EQUALITY search on a SYNTAX_BIN...
1998-12-10 Kurt ZeilengaChange cache.c assert logic based on Hallvard's suggestion.
1998-12-04 Kurt Zeilengaprintf("\tby") belongs on stderr.
1998-12-04 Kurt ZeilengaPlug a leak reported by Jorg Pietschmann <pietsch@swiss...
1998-12-03 Kurt ZeilengaChange the default installation to use a domain compone...
1998-12-01 Kurt ZeilengaUpdate slapd to use lutil_passwd() for both user and...
1998-11-30 Kurt ZeilengaAdd ldif2ldbm bugfix from Randy Kunkee <kunkee@pluto...
1998-11-30 Kurt ZeilengaWe shouldn't detach a thread that we want to join with...
1998-11-30 Kurt ZeilengaEven more LDAP_PORT depends.
1998-11-30 Kurt ZeilengaMore LDAP_PORT depends.
1998-11-29 Kurt ZeilengaUpdate build environment:
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-27 Kurt ZeilengaApply preliminary patch provided by Hallvard.
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-25 Kurt ZeilengaAdd a couple minor safety checks.
1998-11-24 Kurt Zeilengastring_expand used hardcoded size instead of bufsiz...
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
1998-11-23 Kurt Zeilengaplug newDN memory leak using Will Ballantyne's patch
1998-11-23 Kurt ZeilengaShould include <ac/unistd.h> instead of <unistd.h>
1998-11-23 Hallvard FurusethPlug memory leaks
1998-11-23 Hallvard Furusethgcc -Wformat cleanup
1998-11-22 Kurt ZeilengaReplaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT...
1998-11-22 Hallvard Furusethbe& was passed uninitialized to read_config()
1998-11-22 Kurt Zeilenga"make veryclean" now lives up to its name.
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
1998-11-20 Hallvard FurusethDon't use perror after ldbm_store() failure; errno...
1998-11-20 Hallvard FurusethThe tsleep() versions had different return types
1998-11-19 Kurt ZeilengaUpdate comments associated with SIGUSRx -> LDAP_SIGUSRx...
1998-11-18 Kurt Zeilengadebug messages incorrectly said "add" instead of "remove".
1998-11-18 Kurt Zeilengafree parent's reader lock. Thanks Gary!
1998-11-18 Kurt ZeilengaUpdate LinuxThread signal handling. Hide #ifdef hell...
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-15 Kurt ZeilengaRemove #ifdef sunos in lthread HAVE_LWP code.
1998-11-12 Kurt ZeilengaInclude ldif.h to pickup declaration of str_getline()
1998-11-12 Kurt Zeilengaremove an entry from its parent's children ID list...
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-11 Hallvard FurusethLocks were not always released, in particular if someth...
1998-11-11 Hallvard Furusethstrlen() needed string.h.
1998-11-11 Hallvard FurusethFix HAVE_PTHREAD_D4 -> HAVE_PTHREADS_D4
1998-11-11 Kurt ZeilengaDon't include portable.h. Headers can and should assum...
1998-11-11 Kurt ZeilengaUpdate configure to handle DEC OSF1 3.2 special cases.
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-08 Hallvard Furusethber_scanf() returns unsigned long, not int
1998-11-07 Kurt ZeilengaFix LDBM_SYNC typo
next