]> git.sur5r.net Git - openldap/history - servers
Added fix to allow modrdn whose new rdn was already an attr value.
[openldap] / servers /
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-11 Kurt ZeilengaAdd trace message when found entry is busy.
1999-04-11 Hallvard FurusethFix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_...
1999-04-10 Hallvard FurusethFix SPC -> TAB at the beginning of Makefile lines
1999-04-10 Kurt ZeilengaApply LDBM cache changes (c_mutex streamlining) to...
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-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 ZeilengaRemove extraneous setting of shutdown variable before...
1999-04-07 Hallvard FurusethRemove #ifdef SLAP_CLEANUP around closelog()
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 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
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 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 John QuillanFix bug in compare.c where obj_ref to pb_obj_ref
1999-04-03 Hallvard FurusethRemove superfluous \ at end of lines outside macros...
1999-04-03 Hallvard FurusethAdd missing \n's in Debug statements
1999-04-03 Hallvard FurusethAdd missing \n's in Debug statements
1999-04-03 Hallvard FurusethAdd -U and -G options to set user and group id.
1999-04-02 Kurt Zeilengacache: implement try_again loop if cache entry is not...
1999-04-02 Gary Williamsupdate project settings
1999-04-02 Hallvard FurusethFactor `}' out of #if/...}/#else...}/#endif, so Emacs...
1999-04-02 Hallvard FurusethFix the fix to the wait4child fix - forgot an #else
1999-04-02 Hallvard FurusethTrying again:
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-04-01 Hallvard FurusethUpdate getopt() string and usage()
1999-04-01 Hallvard FurusethEnclose `DB_ENV li_db_env' declaration in #ifdef HAVE_B...
1999-04-01 Gary Williamsadd client tools
1999-04-01 Kurt ZeilengaUpdates for NT4 (MSVC5++).
1999-04-01 Gary Williamsenable debug output for NT
1999-04-01 Gary WilliamsNT port
1999-04-01 Gary WilliamsNT port
1999-04-01 Kurt SpanierSome minor clean-up; checking bdb2 for sync with ldbm.
1999-03-31 Juan GomezAdded full v2 and v3 support for MODRDN/MODDN.
1999-03-31 Juan GomezBack with previous change, use ac/time.h include instead.
1999-03-31 Juan GomezDo include of sys/time.h to define struct timeval used...
1999-03-30 Kurt ZeilengaFix SLAPD_CONFIG_DN e_ndn bug.
1999-03-29 Kurt SpanierFix ldbmcat crash problem: first use the key before...
1999-03-29 Kurt Zeilengaadd wait macros. add LDAP_SIGCHLD. and other misc...
1999-03-29 Kurt ZeilengaAdd ioctl_t for arg type (Unix requires 'int', Winsock...
1999-03-29 Kurt ZeilengaRework ac/socket.h for HAVE_WINSOCK:
1999-03-29 Kurt ZeilengaMisc header cleanup
1999-03-28 Kurt ZeilengaAll implementations of lutil_lockf (aka ldap_lockf...
1999-03-28 Kurt ZeilengaUpdate lutil_lockf (aka: ldap_lockf) to hide implementa...
1999-03-28 Hallvard FurusethAvoid integer truncation of v1->bv_len - v2->bv_len...
1999-03-27 Hallvard FurusethAdd wait4child()
1999-03-26 Will Ballantyneargh, somehow bdb2 version overwritten by ldbm version...
1999-03-26 Will Ballantynecheck for NULL newDN prior to final deref check
1999-03-26 Kurt ZeilengaReenable counters.
1999-03-24 Juan GomezAdded support for newSuperior.
1999-03-24 Juan GomezAdded a new function: build_new_dn(), which builds...
1999-03-23 Kurt ZeilengaFix unlock bug in connection_read/write. Fix connectio...
1999-03-23 Kurt ZeilengaImproved "closing" handling. Remove fd from read set...
1999-03-22 Kurt ZeilengaFix c_mutex typo.
1999-03-22 Kurt ZeilengaAdd trace to connection_get() to aid debugging.
1999-03-22 Kurt Zeilengaslap_set_time() is no longer necessary.
1999-03-22 Kurt ZeilengaRound 2 of connection management changes.
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-20 Kurt ZeilengaUse calloc properly... could result in too few bytes...
1999-03-18 Julio Sánchez Fern... slapd.conf and friends were being modified during the...
1999-03-17 Kurt ZeilengaAdd DEFAULT_EDITOR to ldapconfig.h. Used by ldbmtest...
1999-03-17 Kurt ZeilengaUse HAVE_PW_GECOS when needed.
1999-03-17 Kurt ZeilengaAdd slapd -a address support. Allows you to bind to...
1999-03-16 Kurt ZeilengaFirst cut at bind race fix. Passes our test suite...
1999-03-16 Kurt ZeilengaCast pointer to strcasecmp to AVL_CMP.
1999-03-16 Kurt ZeilengaInitial check of connection states. Have only implemented
1999-03-13 Ben CollinsUsed new ldap_(un)lockf() functions
1999-03-13 Ben Collins#ifdef for <sys/file.h>
1999-03-10 Juan GomezFixed a bug related to the deallocation of memory for...
1999-03-09 Hallvard Furuseth"const"ify some static arrays, and related parameters...
1999-03-09 Juan GomezAdded support for deleteoldrdn.
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-03-09 Hallvard Furusethinclude lutil.h to get lutil_passwd()
1999-03-09 Hallvard FurusethBugfix: Missing parens in `status = ldap_pvt_thread_cre...
1999-03-09 Kurt ZeilengaLINE_WIDTH -> LDIF_LINE_WIDTH
1999-03-09 Juan GomezFixed type by changing rdn_type to new_rdn_type.
1999-03-08 Kurt ZeilengaAdd dcobject & uidobject auxilary object classes. ...
1999-03-08 Hallvard FurusethAlign with changes in build process:
1999-03-08 Hallvard FurusethAlign with code changes in liblber/libldap:
next