]> git.sur5r.net Git - openldap/history - include/portable.h.in
Import Ben Collins <bcollins@debian.org> Back-TCL for SLAPD.
[openldap] / include / portable.h.in
1999-02-14 Kurt ZeilengaImport Ben Collins <bcollins@debian.org> Back-TCL for...
1999-02-08 Kurt ZeilengaDetect pthread_detach using #include <pthread.h> (using...
1999-02-04 Kurt ZeilengaBuild environment changes including:
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 ZeilengaAdd ac/sysexits.h for GNU win32 environments.
1999-02-01 Kurt ZeilengaRebuild configure using autoconf 1.3 (with aclocal...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-24 Kurt ZeilengaMinor cleanup of various detections...
1999-01-23 Kurt ZeilengaRemove configure's wait3 test as we don't care about...
1999-01-16 Kurt ZeilengaRun autoconf/autoheader to generate new configure/porta...
1999-01-14 Kurt ZeilengaInitial version of the experimental 'back-perl'
1999-01-13 Kurt ZeilengaUpdate check for res_search. If not available in ...
1999-01-11 Kurt ZeilengaUse pthread_detach() to detach connection threads inste...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1999-01-02 Kurt ZeilengaUpdate ctime_r() argument macro to cache results and...
1999-01-02 Bart HartgersTeached autoconf to figure out how may arguments ctime_...
1998-12-28 Kurt ZeilengaFix schema check bug... actually charray needs to dup...
1998-12-24 Randy KunkeeFix line 62 of bprint.c "#elif" line with no expression.
1998-12-20 Kurt ZeilengaAdd configure code for setting LDAP_SYSLOG but actually...
1998-12-20 Kurt ZeilengaAdd detection of dmalloc library.
1998-12-20 Kurt ZeilengaMinor change to signal handler. Changed _shutdown...
1998-12-20 Kurt ZeilengaProvide framework for ldap_r and reentrant/thread safet...
1998-12-19 Kurt Zeilenga-lldap reentrantancy improvements from Bart Hartgers...
1998-12-14 Kurt ZeilengaUpdate pthread checks:
1998-12-04 Kurt ZeilengaAdd checks for gethostby{name,addr}_r. Only should...
1998-12-04 Kurt ZeilengaAdd checks for reentrant functions when LTHREAD_LIBS...
1998-12-01 Kurt ZeilengaUpdate slapd to use lutil_passwd() for both user and...
1998-11-30 Kurt ZeilengaAdd varients of REENTRANT...
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-23 Kurt ZeilengaNeed to add unistd.h and sys/time.h checks back in...
1998-11-23 Kurt ZeilengaRemove mktime/stdtod checks. They are not currently...
1998-11-22 Kurt ZeilengaUpdate configure with new yielding select test.
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
1998-11-21 Kurt ZeilengaBuild library test programs. Fix compiling issues.
1998-11-18 Kurt ZeilengaAdd missing check for crypt.h
1998-11-17 Kurt ZeilengaAdd sizeof checks to configure.in.
1998-11-17 Kurt ZeilengaAdd AC_C_BIGENDIAN check for <ac/socket.h>. Code shoul...
1998-11-17 Kurt ZeilengaUpdate handling of string headers.
1998-11-16 Kurt ZeilengaAdd checks for string.h and strings.h and apply them...
1998-11-12 Kurt ZeilengaUpdates based upon latest NT UserDirectory changes:
1998-11-11 Kurt ZeilengaUpdate configure to handle DEC OSF1 3.2 special cases.
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-09 Kurt ZeilengaFix rwlock pthread draft4 compatibility.
1998-11-09 Kurt ZeilengaInitial LDAP_API_FEATURE_X_OPENLDAP commit:
1998-11-08 Kurt ZeilengaAdd -lresolv check for LDAP_DNS.
1998-11-08 Kurt ZeilengaAdd additional LDAPD/ISODE checks
1998-11-06 Kurt ZeilengaAdd LDAPD library checks.
1998-11-05 Kurt Zeilengadefine _REENTRANT & _THREAD_SAFE to pull in reentrant...
1998-11-05 Kurt ZeilengaAdd cross compiling warnings and errors.
1998-11-04 Kurt ZeilengaAdd tests for vsnprintf and snprintf.
1998-11-04 Kurt Zeilengaautoconf update
1998-11-01 Kurt ZeilengaCheck in mach cthread fixes. Should make non-pthread...
1998-10-25 Kurt Zeilengabash(1) doesn't like empty if statements
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-22 Kurt ZeilengaBlindly added Autoconf support to ldapd.
1998-10-22 Kurt ZeilengaChanged THREAD_PREEMPTIVE to PREEMPTIVE_THREADS.
1998-10-22 Kurt ZeilengaThe world compiles and links....
1998-10-22 Kurt ZeilengaSLAPD and tools compile and link!
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-20 Kurt Zeilengaclients build under FreeBSD
1998-10-20 Kurt Zeilengaprefix defines with LDAP_ and use ac defs
1998-10-20 Kurt ZeilengaAdd getopt detection.
1998-10-20 Kurt ZeilengaModified NT changes to work under UNIX.
1998-10-20 Kurt Zeilengafix up make depend (only)
1998-10-20 Kurt Zeilengaupdate to NT port for UNIX testing
1998-10-19 Kurt ZeilengaRemove DEFS variables from Makefiles, remove bridge.h.
1998-09-30 Kurt ZeilengaMinor fixes for Linux
1998-09-28 Kurt ZeilengaClean up sh commands in Makefiles (incorrect use of...
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-23 Kurt ZeilengaAdded acconfig.h defines. started to clean up -llber.
1998-09-22 Kurt ZeilengaAdd detection of LWP threads (untested).
1998-09-22 Kurt ZeilengaFixed md5/sha files.
1998-09-22 Kurt ZeilengaCleanup config.status and Makefile:Makefile.in dependen...
1998-09-22 Kurt ZeilengaUpdate lockf/flock detection and bridge handling.
1998-09-21 Kurt ZeilengaAdd additional bridge support, including detection...
1998-09-21 Kurt ZeilengaAdd check for pthread_yield().
1998-09-21 Kurt ZeilengaAdd detection of -lnsl, -lsocket, -linet
1998-09-21 Kurt ZeilengaAdded termcap and ncurses detection.
1998-09-20 Kurt ZeilengaFixed GDBM bugs.
1998-09-19 Kurt ZeilengaAllow OpenLDAP to be built without LDBM.
1998-09-19 Kurt ZeilengaFreeBSD 2.X has POSIX_THREADS, but is missing sched_yie...
1998-09-19 Kurt ZeilengaMore Posix Thread detection.
1998-09-19 Kurt ZeilengaAdded detection of POSIX thread defines.
1998-09-18 Kurt ZeilengaNow with working Wrapper support
1998-09-18 Kurt ZeilengaAdded DB2 detection.
1998-09-18 Kurt ZeilengaAdded slapd templates.
1998-09-17 Kurt ZeilengaLibraries actually compiles using current templates...
1998-09-17 Kurt ZeilengaFix up portable.h.in to match new configure.in
1998-09-16 Kurt ZeilengaAdd temporary bridge support to old portable.h (in...
1998-09-16 Kurt ZeilengaImport files from BOOLEAN_LDAP.