- 25 Nov, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 31 Oct, 2003 1 commit
-
-
Hallvard Furuseth authored
Slapadd treated these as separate, incorrect, entries.
-
- 06 Apr, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Jan, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Dec, 2002 4 commits
-
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
- 08 Apr, 2002 1 commit
-
-
Pierangelo Masarati authored
ITS#1677 - cast away const warnings ITS#1678 - unsigned char args to ctype funcs ITS#1682 - don't redefine ldap_debug ITS#1683 - uninitialized vars ITS#1703 - ldo_debug initialization ITS#1705 - unsigned testing ITS#1706 - socklen_t args ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested) ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs ITS#1725 - libdes not required Implement back-null (/dev/null style backend) Cleanup some misc warnings ("%lu" format, unused/uninitialized vars, ambiguous operator precedence) Kurt, please regenerate configure
-
- 04 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Dec, 2001 1 commit
-
-
Howard Chu authored
-
- 25 Sep, 2001 3 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 03 Oct, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 28 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
Use AC_FMEMCPY where appropriate (-llber)
-
- 25 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
references, extended results, and extended partial results. LDIF extended to support these new features and reported version 2. -L now limits output to LDIFv1 for compatibility reasons. No -L is now LDIFv2. Old alternative form is no longer supported. Use LDAP_TMPDIR (in ldap_config.h) instead of hardcoded /tmp Use LDAP_FILE_URI_PREFIX (in ldap_config.h) instead of hardcoded file://tmp/
-
- 18 May, 2000 1 commit
-
-
Kurt Zeilenga authored
memalloc/memcpy instead of strdup
-
- 17 May, 2000 1 commit
-
-
Howard Chu authored
value was copied with ber_strdup.
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
Use BASE64 if attr-desc includes ";binary"
-
- 08 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
user password. Likely to be modified to use bind control instead. Use of modify deprecated in favor mechanisms that support passwords stored externally to the directory (such as in a SASL service). Modified slapd extended operation infrastructure to support backend provided extended operations.
-
- 24 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
as an empty value. Complain, of course, as this isn't valid LDIF.
-
- 08 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- 03 Sep, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 22 Aug, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 19 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
Test008 now runs without leak.
-
- 17 Aug, 1999 3 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
New id2entry (id-less) format (ldbm/bdb2) Removed id2children (ldbm/bdb2) Added nextid database (ldbm) Broke ldbmtest Removed ldif2* tools (ldbm/bdb2) Added slap tools (slapadd, slapcat, slapindex)
-
- 05 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 04 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Aug, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 31 Jul, 1999 2 commits
-
-
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().
-
- 30 Jul, 1999 1 commit
-
-
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)
-
- 29 Jul, 1999 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 03 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 30 May, 1999 1 commit
-
-
Kurt Zeilenga authored
includes single to multiple hooks changes. ber_mem* reimplementation. namespace glue (finally naming has not be decided upon nor implemented). Added ldap_int_strdup to handle "internal" strdup'ing, this version uses hooks. ldap_pvt_strdup still available for when strdup() is missing, this version directly uses system allocators. Updated -lldif to use ber allocators. Items returned by ldif routines should be ber_memfree()d as needed.
-