]> git.sur5r.net Git - openldap/history - servers
Defined LDAPMODRDN in preparation to add tests for LDAP v2 modrdn.
[openldap] / servers /
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:
1999-03-07 Juan GomezAdded software to add the new rdn as an attribute to...
1999-03-07 Juan GomezFixed typo in
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-06 Kurt ZeilengaMSVC5 cleanup...
1999-03-05 Juan GomezImplemented newSuperior handling.
1999-03-05 Kurt Spanier1. Fix of ldbmcat segmentation fault bug (ITS#85 and...
1999-03-05 Kurt SpanierMake dbEnv a private toy of back-bdb2.
1999-03-05 Juan GomezAdded parameter newSuperior in preparation to support
1999-03-05 Juan GomezAdded parsing of newSuperior field for requests that
1999-03-05 Juan GomezRename
1999-03-05 Juan GomezRenamed
1999-03-04 Hallvard FurusethProtoize cnvt_str2int()
1999-03-04 Hallvard FurusethPrint entry ID with format %ld, not %d
1999-03-04 Hallvard FurusethPrint tag with format %lu, not %d
1999-03-04 Hallvard FurusethUse HAVE_STDARG to choose between stdarg and varargs...
1999-03-04 Juan GomezAdded prototypes for rdn_attr_type() and rdn_attr_value...
1999-03-04 Juan GomezAdded get_next_substring(), rdn_attr_type(), and rdn_at...
1999-03-03 Juan GomezMade add_values(), delete_values(), and replace_values...
1999-03-03 Juan GomezMade add_values(), delete_values(), and replace_values...
1999-03-03 Juan GomezMade add_values(), delete_values(), replace_values...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard Furusethreplace integer argument NULL with 0
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-02 Kurt ZeilengaAdd protect against new connection descriptor being...
1999-03-02 Kurt ZeilengaApply ldbm bind() change to bdb2 code.
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-02 Bart HartgersAnnoying little son of a `free' BUG fixed.
1999-03-02 Kurt ZeilengaReplace IFP() with appropriate full prototypes:
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-03-01 Kurt ZeilengaFix minor memory leak and remove redundant be_isroot_pw...
1999-03-01 Kurt SpanierIntroduction of first version of transaction processing...
1999-02-28 Ben CollinsAdded verclean-local-srv since veryclean was not being...
1999-02-28 Ben CollinsChanged general debug levels too LDAP_DEBUG_SHELL
1999-02-23 Hallvard FurusethFix previous change to strtok_quote
1999-02-23 Hallvard FurusethMake strtok_quote treat the character following \ as...
1999-02-23 Ben CollinsChanged LDA_DEBUG_ statements to more appropriate ones
1999-02-22 Hallvard FurusethAdd locale support (slapd.conf keyword "locale") to...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-22 Kurt SpanierMore timing for performance testing. Re-introduction...
1999-02-20 Kurt ZeilengaUse ldap_pvt_strtok directly and unconditionally.
1999-02-20 Hallvard Furusethwrap bi_acl_group in #ifdef SLAPD_ACLGROUPS
1999-02-20 Hallvard Furusethread_config() did not return a value
1999-02-19 Ben CollinsConverted strdup()'s to ch_strdup()
1999-02-18 Kurt SpanierCode clean-up.
1999-02-18 Ben Collins* Removed uneeded cvs keywords
1999-02-17 Kurt SpanierElimination of entry- and cache-level locking in back...
1999-02-17 Ben CollinsMissing file
1999-02-17 Ben CollinsStyle changes, added cvs keywords
1999-02-17 Ben CollinsUpdated some items
1999-02-17 Ben CollinsCompleted open/close/destroy implementations
1999-02-17 Ben CollinsImplemented the open, init functions correctly
1999-02-17 Ben CollinsImplemented all of the (db_)destroy and (db_)close...
1999-02-17 Ben CollinsMoved tcl_back_db_open() and interpreter init to tcl_init.c
1999-02-17 Ben CollinsAdded return()
1999-02-17 Ben Collinsfixed exit()'s to be return()'s
1999-02-17 Ben Collinskeyword update
1999-02-17 Ben Collins$Id update
1999-02-16 Kurt ZeilengaAdd ac/errno.h and use other generic headers when avail...
1999-02-15 Kurt SpanierAddition of a new Concurrency Test fro testing slapd...
1999-02-14 Kurt ZeilengaImport Ben Collins <bcollins@debian.org> Back-TCL for...
1999-02-12 Kurt SpanierBugFix and selection in the test-suite of the bdb2...
1999-02-12 Kurt SpanierServer timing as a private feature of the bdb2 backend.
1999-02-12 Kurt SpanierUpdate of back-bdb2 to KDZ's new entry lock schema.
1999-02-11 Kurt ZeilengaUpdate tools to print ID's using "%ld" instead of ...
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-11 Kurt ZeilengaComplete entry_cmp() migration (remove rename macros).
1999-02-11 Kurt ZeilengaUpdate LDBM cache so that it manages it's own state.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-10 Kurt SpanierElimination of un-used code in bdb2i_cache_open and...
1999-02-09 Kurt ZeilengaFix modrdn bug in back-bdb2 as well. Probably should...
1999-02-09 Kurt ZeilengaPatch modrdn to remove extra space.
1999-02-09 Kurt ZeilengaAdd a field to count the number of databases per type...
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...
next