]> git.sur5r.net Git - openldap/history - servers
UNDO LAST COMMIT.
[openldap] / servers /
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:
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
next