- Oct 01, 1999
-
-
Kurt Zeilenga authored
from Booker Bense <bbense@networking.stanford.edu>.
-
Kurt Zeilenga authored
avoid clashes with Kth Kerberos.
-
- Sep 25, 1999
-
-
Kurt Zeilenga authored
-
- Sep 23, 1999
-
-
Julio Sánchez Fernández authored
Fix creation of ldapadd link to ldapmodify
-
- Sep 22, 1999
-
-
Ben Collins authored
* all others: Added DESTDIR support
-
- Sep 10, 1999
-
-
Kurt Zeilenga authored
dn: cn=foo changetype: modify replace: bar -
-
- Sep 08, 1999
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- Sep 05, 1999
-
-
Kurt Zeilenga authored
chase w/o prompting, disable referrals).
-
- Sep 03, 1999
-
-
Hallvard Furuseth authored
-
- Sep 02, 1999
-
-
Hallvard Furuseth authored
Fix printf formats, remove unused variables, add missing prototypes in slapd, add static/const, add some return types or change to void return type.
-
Kurt Zeilenga authored
-
- Sep 01, 1999
-
-
Hallvard Furuseth authored
-
- Aug 25, 1999
-
-
Kurt Zeilenga authored
to validate input dn's BEFORE sending dn's to server. Also fixed getfilter to use REG_EXTENDED|REG_NOSUB. (and fixed one case where REG_BASIC was still used). s/strdup/LDAP_STRDUP/ Added ldap_pvt_str2lower/upper
-
- Aug 20, 1999
-
-
Kurt Zeilenga authored
-
- Aug 18, 1999
-
-
Kurt Zeilenga authored
-
- Aug 17, 1999
-
-
Howard Chu authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
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)
-