]> git.sur5r.net Git - openldap/shortlog
openldap
1999-04-16 Kurt ZeilengaFix typo in write select. Fix errors in WINSOCK handling.
1999-04-14 Kurt ZeilengaWarn users not to much with paths in ldapconfig.h
1999-04-14 Gary Williamsadjust projet settings
1999-04-14 Gary Williamsadjust project settings
1999-04-14 Gary WilliamsI moved slap_shutdown after the waitforkids. I also...
1999-04-14 Gary Williamsdelete spurious project sha_test
1999-04-14 Gary Williamsget rid of unreferenced variable tmp
1999-04-14 Gary Williamsget rid of unreferenced variable deleteoldrdn
1999-04-14 Gary Williamsget rid of unreferenced variables metaph and newm
1999-04-14 Gary Williamsput conditions on i, buf2 and c so we don't get unrefer...
1999-04-14 Gary Williamsfix Release configuration
1999-04-14 Gary Williamsput conditions on hp so we don't get unreferenced varia...
1999-04-14 Gary Williamslose unreferenced variable rc
1999-04-14 Gary Williamsfix typo on destroy
1999-04-14 Gary Williamsset up Release configuration
1999-04-14 Gary Williamsupdate project settings
1999-04-14 Gary Williamsadd result.c
1999-04-14 Gary Williamsremove result.c
1999-04-14 Gary Williamsadd mimic.c(this time with the actual change)
1999-04-14 Gary Williamsadd mimic.c
1999-04-14 Gary Williamsif WIN32, add starttime
1999-04-14 Gary Williamsfix arg loop, move starttime to mimic.c
1999-04-14 Gary Williamsmove starttime to mimic.c, change exit to return
1999-04-14 Kurt ZeilengaAdd cache redesign project.
1999-04-14 Kurt ZeilengaAdd basic gmodule detection for SLAPD_MODULES.
1999-04-13 Kurt ZeilengaAdd XXX comment to cache modified from underneath kludge.
1999-04-13 Gary Williamsadd libslapd,ldif2 tools projects
1999-04-13 Gary Williamsmove most files to libslapd to make linking ldif tools...
1999-04-13 Gary Williamsnew project file
1999-04-13 Kurt ZeilengaAdd '-n' and '-s' to ldif2ldbm manpage (ITS$59).
1999-04-13 Gary Williamsadd section for NT to create processes
1999-04-13 Gary Williamsnew project file
1999-04-13 Gary Williamsnew project file
1999-04-13 Gary Williamsadd starttime to make NT happy
1999-04-13 Kurt ZeilengaFix linking errors (naming issues)
1999-04-13 Kurt Zeilengaldbm -> bdb2
1999-04-13 Kurt ZeilengaFix entry.c typo in OBJS
1999-04-13 Hallvard FurusethMove ldap_pvt_thread_initialize() in front of init_glob...
1999-04-13 Hallvard Furusethneutralize previous add.c change until bdb2_back_entry_...
1999-04-13 Hallvard FurusethAdd dummy bdb2_back_entry_release_rw() to be completed...
1999-04-13 Hallvard FurusethAdd entry.c to complete previous change
1999-04-13 Hallvard FurusethAdd struct backend_info->bi_entry_release_rw and relate...
1999-04-13 Kurt ZeilengaUpdate todo in preparation for posting to -devel
1999-04-11 Kurt ZeilengaAdd trace message when found entry is busy.
1999-04-11 Kurt ZeilengaProvide 'make test', 'make ldbm', and 'make bdb2' infor...
1999-04-11 Hallvard FurusethFix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_...
1999-04-10 Kurt ZeilengaDeclare ldap_syslog/ldap_syslog_level locally. (This...
1999-04-10 Hallvard FurusethFix SPC -> TAB at the beginning of Makefile lines
1999-04-10 Kurt Zeilenga'make test' now tests both BDB2 and LDBM backends.
1999-04-10 Kurt ZeilengaApply LDBM cache changes (c_mutex streamlining) to...
1999-04-10 Kurt ZeilengaUse 'cachesize 0' for repl and acl tests.
1999-04-10 Kurt ZeilengaAddition streamlining of code behind c_mutex.
1999-04-10 Kurt ZeilengaApply fix to "group/group_objectclass/member_atribute...
1999-04-09 Kurt ZeilengaStreamline code during finds to reduce contention on...
1999-04-08 Kurt ZeilengaMore errno handling changes for FreeBSD LinuxThreads.
1999-04-08 Kurt ZeilengaChanges to support FreeBSD LinuxThreads port. Namely...
1999-04-08 Kurt ZeilengaFix VPATH support.
1999-04-08 Kurt ZeilengaFix VPATH support.
1999-04-07 Kurt ZeilengaRebuild per Ksp request (for syslog changes)
1999-04-07 Kurt SpanierRe-introduction of of syslog in configure.in. The rest...
1999-04-07 Kurt SpanierIntroduce free'ing of key into ldbm_nextkey() (no need...
1999-04-07 Kurt SpanierNext try to fix the core dump problem on FreeBSD: elimi...
1999-04-07 Kurt Zeilengaeliminate -lpthread -lexc from pthread link tests
1999-04-07 Hallvard FurusethFix typo ol_cv_pthread_pthread -> ol_cv_pthread_threads...
1999-04-07 Hallvard FurusethRemove superfluous `)' in the `pthread_create in defaul...
1999-04-07 Kurt ZeilengaRemove extraneous setting of shutdown variable before...
1999-04-07 Kurt ZeilengaNew pthread_try_link test. Looks for pthread_create...
1999-04-07 Hallvard FurusethRemove #ifdef SLAP_CLEANUP around closelog()
1999-04-06 Kurt ZeilengaNew LinuxThreads detection. Correctly detects FreeBSD...
1999-04-06 Kurt ZeilengaAdd ldap_pvt_thread_destory() to un-ldap_pvt_thread_ini...
1999-04-06 Kurt ZeilengaRemove HAVE_LWP use from slurpd. globals for ldap_pvt_...
1999-04-06 Kurt ZeilengaBackout last change (resurection)
1999-04-06 Kurt ZeilengaMove tsleep back to slurpd... it relies on slurpd inter...
1999-04-06 Kurt ZeilengaDon't hide the unlock fix behind SLAP_CLEANUP...
1999-04-06 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
1999-04-06 Hallvard FurusethUse macros for the dummy definitions of sys_errlist...
1999-04-06 Hallvard FurusethProtect against failed commands in Makefile.in
1999-04-06 Hallvard FurusethDo not pipe to awk, use temporary file instead
1999-04-06 Hallvard FurusethAdd $CC_MKDEP to override $CC and the -c option
1999-04-05 Kurt ZeilengaBackout last change... finish my first coke... try...
1999-04-05 Kurt ZeilengaShare unlock and return between true and false paths.
1999-04-05 Hallvard FurusethDelay free(e.e_ndn) in cache_find_entry_dn2id() to...
1999-04-05 Hallvard FurusethDelay free(e.e_ndn) in bdb2i_cache_find_entry_dn2id...
1999-04-04 Kurt ZeilengaRemove extraneous do_close() prototype. Conflicts...
1999-04-04 Hallvard FurusethRemove initialization of auto arrays
1999-04-04 Hallvard Furusethplug memory leak of li->li_nextid_file
1999-04-04 Hallvard Furusethstrdup/free li->li_directory when chaning, so unmalloce...
1999-04-04 Hallvard Furusethfix typo in comment in ldbm_back_close
1999-04-04 Hallvard FurusethPlug memory leaks
1999-04-04 Hallvard FurusethPlug memory leak in avl_free()
1999-04-04 Kurt ZeilengaCleanup socket() detection.
1999-04-04 Hallvard FurusethDo closedir()
1999-04-04 Hallvard FurusethPlug a few memory leaks
1999-04-04 Kurt ZeilengaRegenerate configure to include quillan's mods.
1999-04-04 John QuillanFixe problem where perl options were retrieved from...
1999-04-04 John QuillanFix bug in compare.c where obj_ref to pb_obj_ref
1999-04-04 Kurt ZeilengaAdd select args type & vfork tests for experimentation...
1999-04-03 Hallvard FurusethRemove superfluous \ at end of lines outside macros...
1999-04-03 Kurt Zeilengacomment out OSF/1 yielding select force. Likely incorrect.
1999-04-03 Kurt ZeilengaReorder the pthreads tests and hope for the best. ...
next