]> git.sur5r.net Git - openldap/history - include
Wrap strtok use with mutex.
[openldap] / include /
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-12-28 Kurt ZeilengaFix schema check bug... actually charray needs to dup...
1998-12-28 Kurt ZeilengaAdd OpenLDAP Copyright to headers
1998-12-28 Kurt ZeilengaAdd more C-API prototypes (not yet implemented).
1998-12-26 Kurt ZeilengaApply NT fixes from Release Engineering.
1998-12-24 Kurt ZeilengaWe'll put ldap_x_message() functions in messages.c
1998-12-24 Kurt ZeilengaAdd prototypes for C-API _ext routines (coming soon).
1998-12-24 Randy KunkeeFix line 62 of bprint.c "#elif" line with no expression.
1998-12-23 Kurt ZeilengaAdd LDAP_DEBUG_DEPRECIATED to enable warnings when...
1998-12-23 Kurt ZeilengaFix --disable-debug compiling problems. New -llber...
1998-12-23 Kurt ZeilengaAdd client/server control free/dup functions and
1998-12-22 Kurt ZeilengaUpdate error codes based upon draft-ietf-ldapext-ldap...
1998-12-22 Kurt ZeilengaAdd LDAP_OPT_API_FEATURE_INFO to obtain feature info...
1998-12-22 Kurt ZeilengaMove LDAPServer, LDAPConn, LDAPRequest, and LDAPCache
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-21 Kurt ZeilengaThat second abandon should have been an extended.
1998-12-21 Kurt ZeilengaRemove internal strings
1998-12-21 Kurt ZeilengaAdd LDAP v3 protocol defines
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
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-18 Kurt ZeilengaAdd draft-ietf-ldapext-ldap-c-api-01 routines ber_init()
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-29 Kurt ZeilengaUpdate build environment:
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-25 Kurt ZeilengaFix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc.
1998-11-23 Hallvard FurusethAdd crypt() declaration
1998-11-23 Kurt ZeilengaNeed to add unistd.h and sys/time.h checks back in...
1998-11-23 Hallvard FurusethCast memcpy #defined as bcopy to void, to avoid use...
1998-11-23 Kurt ZeilengaRemove mktime/stdtod checks. They are not currently...
1998-11-23 Kurt ZeilengaAdd basic NT thread support.
1998-11-22 Kurt ZeilengaUpdate portable.h for NT
1998-11-22 Kurt ZeilengaAxe the SunOS 5.6 define and use Pthreads.
1998-11-22 Kurt ZeilengaUpdate configure with new yielding select test.
1998-11-22 Kurt ZeilengaReplaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT...
1998-11-22 Hallvard FurusethTypo: '#ifdef defined(...)'
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-20 Kurt ZeilengaUpdate string.h to unconditional declare forwards for
1998-11-18 Kurt ZeilengaRemove lint in UserDirectory found on NT
1998-11-18 Kurt ZeilengaUpdate LinuxThread signal handling. Hide #ifdef hell...
1998-11-18 Kurt ZeilengaNeed to add SIZEOF defines.
1998-11-18 Kurt ZeilengaFix multiple define protection.
1998-11-18 Kurt ZeilengaShouldn't have removed uint32's multiple defined protec...
1998-11-18 Kurt ZeilengaAdd missing check for crypt.h
1998-11-17 Kurt ZeilengaMove byte orderring stuff to ac/bytes.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 ZeilengaNT doesn't have fork. Need to define HAVE_SPAWNLP
1998-11-17 Kurt ZeilengaRemove recently added externs. Some may not actually...
1998-11-17 Kurt ZeilengaUpdate handling of string headers.
1998-11-17 Hallvard FurusethBack out K&Rification change; would only be needed...
1998-11-17 Hallvard FurusethKill off #elif in ldap/include/. K&R does not support it.
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-16 Kurt ZeilengaAdd checks for string.h and strings.h and apply them...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-15 Kurt ZeilengaRemove #ifdef sunos in lthread HAVE_LWP code.
1998-11-15 Hallvard FurusethAdded declarations of common str*() functions
1998-11-12 Kurt ZeilengaUpdates based upon latest NT UserDirectory changes:
1998-11-12 Kurt ZeilengaMove extern declarations to headers.
1998-11-12 Kurt ZeilengaRework prototype ifdef to use __NO_PROTOTYPES and...
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-11 Kurt ZeilengaUpdate NT4 port.
1998-11-11 Kurt ZeilengaAdd/Remove defines to make current with ldapconfig...
1998-11-11 Kurt ZeilengaCreate feature file for NT build environment.
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-10 Kurt ZeilengaHAVE_PTHREAD_ATTR_SETDETACHSTATE_NP should be HAVE_PTHR...
1998-11-09 Kurt ZeilengaUpdate thread detection:
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 lutil_passwd()
1998-11-06 Kurt ZeilengaAdd LDAPD library checks.
1998-11-06 Kurt ZeilengaUpdated MSVC5 workspaces and projects.
1998-11-06 Kurt ZeilengaGeneric variable argument header. Hides ugly ifdef.
1998-11-05 Kurt ZeilengaUpdated to 1.8
1998-11-05 Kurt Zeilengadefine _REENTRANT & _THREAD_SAFE to pull in reentrant...
1998-11-05 Hallvard FurusethEnclose debug variables in #ifdef LDAP_DEBUG
1998-11-05 Kurt ZeilengaAdd cross compiling warnings and errors.
1998-11-05 Hallvard FurusethAdded lutil_detach()
1998-11-05 Kurt ZeilengaFavor termios over sgtty.
1998-11-04 Hallvard FurusethAdded ldap_msgtype() and ldap_msgid()
1998-11-04 Kurt ZeilengaAdd tests for vsnprintf and snprintf.
1998-11-04 Hallvard FurusethAdded ldap_explode_rdn()
1998-11-04 Kurt ZeilengaAdd additional defines to allow more compile time API...
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
1998-11-04 Kurt ZeilengaAdd setproctile to liblutil
1998-11-04 Kurt Zeilengaautoconf update
1998-11-01 Kurt ZeilengaCheck in mach cthread fixes. Should make non-pthread...
1998-10-27 Kurt Zeilengaadded ber_print_error() and renamed lber_bprint into...
next