]> git.sur5r.net Git - openldap/history - include
Add EXEEXT and MKVERSION support
[openldap] / include /
1999-05-19 Kurt ZeilengaAdd EXEEXT and MKVERSION support.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-18 Kurt ZeilengaWrap externs with parens to protect against inproper...
1999-05-18 Kurt ZeilengaAdd check for <sys/select.h> for AIX.
1999-05-07 Ben CollinsMoved db1/db.h check to the db1 marco in openldap.m4...
1999-05-04 Kurt ZeilengaFix "configurations".
1999-05-03 Kurt ZeilengaAdd LDAP_CONST macro for use within EXTERNAL headers...
1999-04-30 Hallvard FurusethFix typo in comment
1999-04-30 Kurt Zeilengaprotect multi-statement macros... ie: do { s1; s2...
1999-04-30 Kurt ZeilengaBackout ssl/ssl.h change for now. Trying to support...
1999-04-30 Kurt ZeilengaGenerate #error instead of just letting the compile...
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-28 Kurt ZeilengaWinsock changes:
1999-04-27 Kurt ZeilengaClean up valid flag: _VALUE -> _VALID.
1999-04-21 Kurt ZeilengaModify slapd set user/group support to use -u/-g instea...
1999-04-14 Kurt ZeilengaWarn users not to much with paths in ldapconfig.h
1999-04-14 Gary Williamsfix typo on destroy
1999-04-14 Kurt ZeilengaAdd basic gmodule detection for SLAPD_MODULES.
1999-04-07 Kurt ZeilengaNew pthread_try_link test. Looks for pthread_create...
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 Hallvard FurusethUse macros for the dummy definitions of sys_errlist...
1999-04-04 Kurt ZeilengaCleanup socket() detection.
1999-04-04 Kurt ZeilengaAdd select args type & vfork tests for experimentation...
1999-04-03 Hallvard FurusethAdd -U and -G options to set user and group id.
1999-04-01 Gary WilliamsNT port
1999-03-30 Kurt ZeilengaRebuild configure due to MDBM addition.
1999-03-30 Juan GomezMDBM support added.
1999-03-30 Juan GomezMDBM detection feature.
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 ZeilengaAdd wait4/3 detection.
1999-03-28 Kurt ZeilengaAll implementations of lutil_lockf (aka ldap_lockf...
1999-03-28 Kurt ZeilengaNT doesn't have waitpid()
1999-03-28 Kurt ZeilengaUpdate lutil_lockf (aka: ldap_lockf) to hide implementa...
1999-03-28 Ben CollinsIf we are using lutil_lock functions then define NEED_S...
1999-03-26 Kurt ZeilengaUpdate locking codes.
1999-03-26 Ben CollinsAdded extra checks to locking definitions
1999-03-26 Kurt ZeilengaAdd LDAP_DEBUG promotion and include of ac/insert.h
1999-03-20 Kurt ZeilengaAdd check for <assert.h> and put include in right file...
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-17 Kurt ZeilengaAdd DEFAULT_EDITOR to ldapconfig.h. Used by ldbmtest...
1999-03-17 Kurt ZeilengaAdd OL_STRUCT_PASSWD_PW_GECOS test. Checks for pw_geco...
1999-03-17 Kurt ZeilengaRebuild configure and portable.h.in...
1999-03-15 Kurt ZeilengaAdd EBCDIC test in preparation for VM port.
1999-03-15 Kurt ZeilengaAdd 'extern' to externals.
1999-03-15 Ben CollinsOnly declare strdup() if DECL_STRDUP is defined
1999-03-15 Ben Collinsconfigure.in now includes OL_DECL_STRDUP, configure...
1999-03-14 Hallvard FurusethAdd missing parens around Debug macro parameter
1999-03-13 Ben CollinsMacros for file locking/unlocking added (ldap_lockf...
1999-03-13 Ben CollinsFunctions for using fcntl to lock/unlock files in case...
1999-03-13 Ben Collinsactually define HAVE_SYS_ERRLIST if we have it, if...
1999-03-13 Ben CollinsAdded check for <arpa/inet.h>
1999-03-13 Ben CollinsAdded check for getpass() as well as adding it to the...
1999-03-13 Ben Collins#ifdef for <arpa/inet.h>
1999-03-10 Kurt ZeilengaUpdate configure to:
1999-03-09 Hallvard FurusethFix typo -lxttp => -lxtpp in HAVE_XTPP comment
1999-03-09 Kurt ZeilengaAdd LDIF_ to LINE_WIDTH
1999-03-08 Kurt ZeilengaRegenerate configure and friends.
1999-03-08 Kurt ZeilengaAdd GNU readline detection. Needed for saucer enhancem...
1999-03-07 Kurt ZeilengaRelocate reentrant function checks to before thread...
1999-03-06 Kurt ZeilengaMSVC5 cleanup...
1999-03-05 Kurt Spanier1. Fix of ldbmcat segmentation fault bug (ITS#85 and...
1999-03-04 Juan GomezAdded prototypes for ldap_rename2() and ldap_rename2_s...
1999-03-03 Kurt ZeilengaApply Hallvard's D4 pthread detection patch.
1999-03-03 Juan GomezAdded LDAP_TAG_NEWSUPERIOR tag and a brief description...
1999-03-03 Hallvard FurusethCorrect typo ldap_count_reference -> ldap_count_references
1999-03-03 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-02 Kurt ZeilengaReplace IFP() with appropriate full prototypes:
1999-03-01 Kurt ZeilengaRebuild autoconf/autoheader generated files after TLS...
1999-02-22 Hallvard FurusethAdd locale support (slapd.conf keyword "locale") to...
1999-02-20 Kurt ZeilengaUse ldap_pvt_strtok directly and unconditionally.
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-14 Kurt ZeilengaImport Ben Collins <bcollins@debian.org> Back-TCL for...
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 ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
1999-02-08 Kurt ZeilengaDetect pthread_detach using #include <pthread.h> (using...
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Kurt ZeilengaBuild environment changes including:
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-02-04 Kurt ZeilengaBackout recent initialization/startup changes in prepar...
1999-02-03 Kurt ZeilengaFix set concurrency typos.
1999-02-03 Kurt ZeilengaUpdate AC_DEFINES to use autoconf 1.3 descriptions.
1999-02-01 Kurt ZeilengaAdded --enable-bdb2 for Ksp's Berkeley DB 2 specific...
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-02-01 Kurt ZeilengaAdd ac/sysexits.h for GNU win32 environments.
1999-02-01 Kurt ZeilengaRebuild configure using autoconf 1.3 (with aclocal...
1999-01-29 Kurt ZeilengaAdd cond/rdwr destroy routines.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-27 Kurt ZeilengaFixup begin/end declaration tags
1999-01-26 Kurt ZeilengaLDBM/back-ldbm locking reworked!
1999-01-26 Kurt ZeilengaAdd lber_pvt.h with prototypes of lber_pvt_log_print...
1999-01-26 Kurt Zeilengaadd ldap_cdef'ing.
1999-01-25 Kurt ZeilengaAdd support for LBER_OPT_LOG_PRINT_FN option.
1999-01-24 Kurt ZeilengaMinor cleanup of various detections...
next