- Aug 17, 1999
-
-
Hallvard Furuseth authored
-
- Aug 16, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 13, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 09, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
determine if string contains leading/trailing whitespace.
-
- Aug 05, 1999
-
-
Kurt Zeilenga authored
create SECURITY_LIBS (top.mk) to order $SASL_LIBS $KRB_LIBS $TLS_LIBS use $SECURITY_LIBS in Makefile.in's instead of $KRB_LIBS $TLS_LIBS
-
- Aug 04, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 03, 1999
-
-
Kurt Zeilenga authored
s/exit(0)/exit(EXIT_SUCCESS)/ add <ac/stdlib.h> where needed and other minor header adjustments
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Aug 02, 1999
-
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Jul 31, 1999
-
-
http://localhost/pathKurt Zeilenga authored
Requires FreeBSD's -lfetch... Implementations to other URL APIs encouraged. Probably should be moved to -llutil.
-
Kurt Zeilenga authored
ldif_fetch_url().
-
Kurt Zeilenga authored
-
- Jul 30, 1999
-
-
Kurt Zeilenga authored
ldapsearch: use draft guidelines for determining when to use -t only writes binary attributes to files -tt writes all attributes to files output now lists URL instead of path to such files -T dir can be used to specify directory to create temp files in -V urlprefix can be used to change the URL prefix LDIF is now commented (can be disabled using -LL) LDIF now contains version attribute (can be disabled with -LLL) LDIF: put interface changed to allow caller to specify how to encode put interface uses draft guidelines for determine when to base64 encode wrapping kludged to match old off by one bug Tests: removed trailing space from some attributes (to avoid base64 encoding) enabled -LLL in defines.sh (should sed output to remove wrapping/comments/redundant separators) Misc: updated codes outputting LDIF to use new put interface TODO: handling of version attribute on input handling of URLs on input (ie: fetch URL)
-
- Jul 29, 1999
-
-
Kurt Zeilenga authored
add MODRDN newSuperior support add '#' support to ldapmodify (but not slurpd and ldbm tools)
-
- Jul 27, 1999
-
-
Kurt Zeilenga authored
-
- Jul 23, 1999
-
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
- Jul 21, 1999
-
-
Kurt Zeilenga authored
-
- Jul 19, 1999
-
-
Kurt Zeilenga authored
-
- Jul 16, 1999
-
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
Includes support for update referral for each replicated backend. Reworked replication test to use update referral. Includes major rewrite of response encoding codes (result.c). Includes reworked alias support and eliminates old suffix alias codes (can be emulated using named alias). Includes (untested) support for the Manage DSA IT control. Works in LDAPv2 world. Still testing in LDAPv3 world. Added default referral (test009) test.
-
- Jul 14, 1999
-
-
Kurt Zeilenga authored
-
- Jul 13, 1999
-
-
Julio Sánchez Fernández authored
Include TLS_LIBS
-
- Jul 01, 1999
-
-
Kurt Zeilenga authored
-
- Jun 30, 1999
-
-
Julio Sánchez Fernández authored
Initial version of new mail500.
-
- Jun 29, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
tests: use "ldapadd" instead of "ldapmodify -a"
-
- Jun 27, 1999
-
-
Kurt Zeilenga authored
-
- Jun 22, 1999
-
-
Kurt Zeilenga authored
-
- Jun 18, 1999
-
-
Kurt Zeilenga authored
added lber_types.h.nt, lber_types.h.in removal of NULLxxx internal macros (in favor of NULL). ch_free added to slapd,slurpd/ch_malloc.c #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h ch_malloc and friends use ber_memalloc and friends
-
- Jun 17, 1999
-
-
Kurt Zeilenga authored
ldap_defaults.h incorporates non-generated ldapconfig.h values. ldap_config.h.in is new template for autoconf generated defaults (namely directories and paths) ldap_config.h.nt, NT template (must be manually copied) s/<ldapconfig.h>/<ldap_defaults.h>/ s/DIRSEP/LDAP_DIRSEP/ & s/DEFAULT_/LDAP_/
-