]> git.sur5r.net Git - openldap/history - clients/ud
Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
[openldap] / clients / ud /
1999-07-13 Julio Sánchez Fern... Include TLS_LIBS
1999-06-22 Kurt ZeilengaCheck for not LDAP_OPT_SUCCESS instead of LDAP_OPT_ERROR.
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-13 Kurt Zeilengas/ldap_open/ldap_init/ calls... ldap_open is deprecated.
1999-06-04 Kurt ZeilengaMissed on mygetpass call...
1999-06-04 Kurt Zeilengause getpass() instead of mygetpass().
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-21 Kurt Zeilengas/PACKAGE/OPENLDAP_PACKAGE/
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-04 Kurt ZeilengaFix "configurations".
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-28 Kurt ZeilengaForgot to add mkversion... ud needs the version string to
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
1999-03-27 Hallvard FurusethFree() -> ldap_memfree() changes. Remove use of the...
1999-03-06 Hallvard FurusethRemove unused variables
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-11 Kurt ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
1999-02-04 Kurt ZeilengaBuild environment changes including:
1999-01-20 Kurt Zeilengaignore SIGPIPE
1999-01-20 Kurt ZeilengaUpdate ldap_first_attribute/ldap_next_attribute to...
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-13 Kurt ZeilengaRemove bogus ldap_msgfree() call.
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-11-30 Kurt ZeilengaRemove LDAP_PORT dependencies so that ldap.conf default...
1998-11-29 Kurt ZeilengaUpdate build environment:
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-23 Kurt ZeilengaRemove lint.
1998-11-22 Kurt Zeilengaupdate termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_...
1998-11-22 Hallvard FurusethDo not use struct winsize or declare chwinsz unless...
1998-11-22 Hallvard Furuseth"handler" should return RETSIGTYPE, not void
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
1998-11-20 Hallvard FurusethDon't use the `return value' from void free()
1998-11-18 Kurt Zeilengawrap include fcntl.h with HAVE_FCNTL_H
1998-11-18 Kurt ZeilengaRemove lint in UserDirectory found on NT
1998-11-18 Kurt ZeilengaAdd headers to resolve implicit declaration warnings.
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-12 Kurt ZeilengaEliminate #ifdef DOS
1998-11-12 Kurt ZeilengaUpdates based upon latest NT UserDirectory changes:
1998-11-12 Kurt ZeilengaModified UD as necessary to compile and link under NT.
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-11 Hallvard FurusethMemory leaks: Values from ldap_get_dn were not freed.
1998-11-11 Kurt ZeilengaDon't include portable.h. Headers can and should assum...
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-08 Kurt ZeilengaDon't try to use TIOCGWINSZ unless it's defined.
1998-11-08 Hallvard FurusethRemoved bad LDAP* argument to disambiguate()
1998-11-08 Hallvard FurusethUndo last change (I commited the wrong version)
1998-11-08 Hallvard FurusethRemoved bad LDAP* argument to disambiguate()
1998-11-05 Kurt Zeilengadefine _REENTRANT & _THREAD_SAFE to pull in reentrant...
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
1998-10-26 Kurt ZeilengaMore header work toward draft-ietf-ldapext-ldap-c-api-01.
1998-10-25 Kurt Zeilengawasn't merged in first round.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt Zeilengamerge with main branch OPENLDAP_DEVEL_AC
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-23 Kurt ZeilengaRemove lint reported have Hallvard
1998-10-22 Kurt ZeilengaThe world compiles and links....
1998-10-21 Kurt ZeilengaUse autoconf defines
1998-10-20 Kurt Zeilengaclients build under FreeBSD
1998-10-19 Kurt ZeilengaRemove DEFS variables from Makefiles, remove bridge.h.
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-30 Kurt ZeilengaMinor fixes for Linux
1998-09-21 Kurt ZeilengaAdded termcap and ncurses detection.
1998-09-21 Kurt ZeilengaFix VPATH includes/libraries
1998-09-20 Kurt ZeilengaAdded basic VPATH support. VPATH Make depend still...
1998-09-18 Kurt ZeilengaRemove old build system.
1998-09-17 Kurt ZeilengaAdd Makefile templates for clients
1998-09-16 Kurt ZeilengaRemove rcs id.
1998-09-16 Kurt ZeilengaReplaced "X.500" with "LDAP", seems more relevant these...
1998-09-16 Kurt ZeilengaResolves UD crash when binding with incorrect passwords.
1998-09-09 Kurt ZeilengaK5 patch from Pele <pele@artewisdom.com>
1998-09-08 Kurt ZeilengaAdd Kerberos V5 support from Predrag Balorda <pele...
1998-08-31 Kurt ZeilengaAdd support for OpenBSD. Provided by djg@gregor.com.
1998-08-22 Kurt ZeilengaAdded include of <time.h> to get time_t
1998-08-20 Kurt ZeilengaRemoved use of paths not defined in ldapconfig.h.edit.
1998-08-20 Kurt ZeilengaFixed ldapconfig.h.edit/Make-template to generate ldapc...
1998-08-19 Kurt ZeilengaModified build environment to correctly support bin...
1998-08-13 Kurt Zeilengaintegrated changed from rage.net glibc.patch
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworld P8: UD does not compile when NO_CACHE defined
1998-08-09 Kurt ZeilengaLDAPworld P3: SLAPD LDBM Generation with Multiple Backends
1998-08-09 Kurt ZeilengaLDAPworld P1: DEC and other portability issues
1998-08-09 Kurt Zeilengaapply FreeBSD changes to main branch
1998-08-09 Kurt ZeilengaModified make system to support CVS instead of RCS
1998-08-09 Kurt ZeilengaInitial revision