]> git.sur5r.net Git - openldap/shortlog
openldap
1999-03-03 Hallvard FurusethCorrect typo ldap_count_reference -> ldap_count_references
1999-03-03 Hallvard Furusethinclude <stdlib.h> to get malloc & co
1999-03-03 Hallvard Furusethcast printf(%ld) argument from pid_t to long
1999-03-03 Hallvard Furusethreplace integer argument NULL with 0
1999-03-03 Hallvard Furusethcast printf(%s) argument from void* to char*
1999-03-03 Hallvard FurusethRemove untrue /*NOTREACHED*/: return 0 on EOF from...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard Furusethinclude lber-int.h to get lber_pvt_* declarations
1999-03-03 Hallvard Furusethber_scanf returns LBER_ERROR, not -1, on failure.
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-03 Hallvard FurusethBack out previous change; it was an accidental commit
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
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 Kurt ZeilengaFix new man.mk to create tmp pages in object directory...
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 ZeilengaExtend TLS/SSL detection for use RSAref if necessary.
1999-03-02 Kurt ZeilengaFix make clean/veryclean
1999-03-02 Kurt ZeilengaFix typo in previous commit.
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 ZeilengaUse ldap_memfree() instead of free().
1999-03-01 Kurt ZeilengaFix HAVE_WINSOCK for winsock32.lib
1999-03-01 Kurt ZeilengaUpdate libpath.
1999-03-01 Kurt ZeilengaFix minor memory leak and remove redundant be_isroot_pw...
1999-03-01 Kurt ZeilengaRebuild autoconf/autoheader generated files after TLS...
1999-03-01 Kurt SpanierIntroduction of first version of transaction processing...
1999-02-28 Ben CollinsSyntax error on install, mistakenly commited before...
1999-02-28 Ben CollinsFixed a small mistake in the last commit, as well as...
1999-02-28 Ben CollinsAdded verclean-local-srv since veryclean was not being...
1999-02-28 Ben CollinsMoved man page generation to the build cycle instead...
1999-02-28 Ben CollinsChanged general debug levels too LDAP_DEBUG_SHELL
1999-02-25 Bart HartgersPatch to support to determine the number of args of the
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 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-22 Kurt SpanierClient programs for test008-concurrency moved to subdir...
1999-02-22 Kurt SpanierMore timing for performance testing. Re-introduction...
1999-02-21 Kurt ZeilengaCheck for pthread with -mt (for Solaris 2.x).
1999-02-20 Kurt ZeilengaUse ldap_pvt_strtok directly and unconditionally.
1999-02-20 Kurt ZeilengaRemaining LDAP_COMPILING_R should be LDAP_R_COMPILE.
1999-02-20 Kurt Zeilenga#undef symbols before #defining them. This provides...
1999-02-20 Hallvard Furusethfix TOLOWER, it was equal to TOUPPER
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-20 Hallvard Furusethcast avl_free argument to IFP
1999-02-20 Hallvard Furusethisblank() is nonstandard, use isspace()
1999-02-20 Hallvard Furusethcast pw_in to const unsigned char *
1999-02-20 Hallvard FurusethSilence libtool if `make -s' is running
1999-02-20 Hallvard FurusethAdd $CC_MKDEP_FLAGS to override -M
1999-02-20 Hallvard Furusethslapd-tester should be ./slapd-tester
1999-02-20 Hallvard FurusethLink with all of $(LIBS) instead of $(LDAP_LIBPATH...
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 Predrag "Pele... A new file with some installation instructions...
1999-02-12 Predrag "Pele... Update to the README of gtk-tool
1999-02-12 Predrag "Pele... U-MICH backward-compatibility fixes for gtk-tool and...
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 Zeilengaprint.c doesn't belong in libldif.dsp.
1999-02-11 Kurt ZeilengaForgot changes made in portable.h need to be imported...
1999-02-11 Kurt ZeilengaUpdate features for MSVC 5.
1999-02-11 Kurt ZeilengaUpdate tools to print ID's using "%ld" instead of ...
1999-02-11 Kurt ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
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 Randy KunkeePlace NeoSoft Inc. LDAP Tcl client code into OpenLDAP...
1999-02-10 Kurt ZeilengaUpdate README to reflect tested with 2.0-devel, not...
1999-02-10 Kurt ZeilengaUpdate todo to contain "superior" objectclass project.
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-09 Kurt ZeilengaFix text2time to handle 4 digit years. Fix YEAR()...
next