Commit Graph

48 Commits

Author SHA1 Message Date
Kurt Zeilenga
49a0b0f7e8 Fix ldapsearch fp uninitialized bug (from devel)
Ignore make clean rm error (from devel)
2000-06-10 18:52:08 +00:00
Kurt Zeilenga
14965fca94 Import DEFSEP undef change from devel 2000-06-10 18:30:30 +00:00
Kurt Zeilenga
3d4448cd08 Import ldaphost NULL fix from devel 2000-06-10 18:30:06 +00:00
Kurt Zeilenga
4e65678531 ITS#526: s/cmds/rcpt_cmds/ to avoid conflict with Redhat Linux "prandom" 2000-05-09 17:27:23 +00:00
Ben Collins
7fa830b754 with the -t option (writing to /tmp) open files with O_CREAT|O_EXCL to overcome race conditions 2000-04-24 16:36:55 +00:00
Kurt Zeilenga
34e5f91cc3 Add support for GeneralizedTime
Add creator/modifiers attrittributes.
2000-01-17 17:43:40 +00:00
Kurt Zeilenga
fb0388e7ad Import Y2K fix from devel 1999-11-17 21:32:28 +00:00
Kurt Zeilenga
b9392e5215 ITS#328: fix strstr bug (by commenting out bad code). UD_BASE should
have been replaced with ldap.conf/ud.conf default handling, not NULL.
1999-11-03 22:05:18 +00:00
Kurt Zeilenga
4a431684d0 Take address of enclosing structure (in_addr), not member (s_addr). 1999-11-03 21:14:19 +00:00
Kurt Zeilenga
fb973c2dae Simple ldapsearch (%s) bug fix (ITS#274) 1999-08-26 01:40:42 +00:00
Kurt Zeilenga
8e948fa9f6 Add -W option to ldapsearch.
(note: log for rev 1.4.2.5.2.1 indicated such was added.  However,
this change appears to be Kerberos related.  in fact, it appears to
back out previous Kerberos change... should be examined by Kerberos
maintainer (if we had such).
1999-08-06 00:19:54 +00:00
Kurt Zeilenga
b334171a87 Fix xrpcomp sed. 1999-07-14 17:07:02 +00:00
Kurt Zeilenga
620c1c40fe Remove -P 3 option. 1999-05-31 02:36:15 +00:00
Kurt Zeilenga
a704ad51ac Apply ITS#159 (null ldaphost) fix. 1999-05-28 00:19:15 +00:00
Kurt Zeilenga
b97c4c350d Apply ITS#148 fix for "ud find seg fault", NULL in printf 1999-04-28 20:04:37 +00:00
Kurt Zeilenga
b190fca3a9 Apply Hallvard's ctype 'unsigned char' fix from -devel. 1999-03-02 19:30:02 +00:00
Kurt Zeilenga
ab200e353d Minor changes to support MSVC. 1999-02-11 22:54:04 +00:00
Kurt Zeilenga
c1a7dc7e9b Import NT changes from -devel. 1999-02-11 22:09:59 +00:00
Kurt Zeilenga
0e2fc7970c Update build environment
- remove OpenLDAP defaults from ldap.conf
	- add "edit configuration" step to INSTALL doc
	- update AC_TRY_LINK detections (mainly affects pthread detections)
1999-02-08 19:52:14 +00:00
Kurt Zeilenga
1689081e1f Import build environment changes from -devel.
- KerberosV des_debug fix
- conditional include some inet headers
1999-02-05 17:32:37 +00:00
Kurt Zeilenga
f5cefb93be A working ldap_init()!
Plus have --enable-dns imply --enable-referrals unless --disable-referrals.
1999-01-31 02:08:28 +00:00
Kurt Zeilenga
c06bf35dd0 remove wait3 rusage check. Consistently use wait4 instead. 1999-01-23 23:20:06 +00:00
Kurt Zeilenga
9d03618b3e lber_debug/ldap_debug are always defined and provided by the implementation. 1999-01-23 22:05:01 +00:00
Kurt Zeilenga
6896a2be62 Import auto init bug fix. 1999-01-20 01:01:28 +00:00
Kurt Zeilenga
a62cdf12cc Import password prompting from -devel. 1999-01-20 00:50:56 +00:00
Kurt Zeilenga
5568bf8840 Import improved handling of kerberos bind option. 1999-01-20 00:28:52 +00:00
Kurt Zeilenga
49a35f4af5 Import ldappasswd tool from devel. 1999-01-20 00:22:47 +00:00
Kurt Zeilenga
78f38e3c94 Wrap verbose output dn with quotes. 1999-01-19 23:16:29 +00:00
Kurt Zeilenga
17b4826d52 Import latest from -devel:
build environment changes (for VPATH, lib orderring)
	test script changes (for VPATH)
	doc updates
1999-01-14 02:02:03 +00:00
Kurt Zeilenga
be8cef8a76 Make LD session options optional. 1998-12-29 05:47:33 +00:00
Kurt Zeilenga
9918c4a093 Misc bug fixes from -devel:
Plug some memory leaks
  Change overlapping `strcpy( x, y )' to `SAFEMEMCPY( x, y, strlen( y ) + 1 )'
1998-12-28 18:08:42 +00:00
Kurt Zeilenga
46d8a7dbe0 Back out previous change. Should have been applied only to devel. 1998-12-14 20:57:09 +00:00
Kurt Zeilenga
c12a697c3a Provide example code with dc style baseDN. 1998-12-14 20:54:42 +00:00
Kurt Zeilenga
7e9d02ba61 Add PORT of ldap.conf support from -devel. 1998-11-30 20:57:00 +00:00
Kurt Zeilenga
84bc7ef434 Import build environment changes from -devel including
$ldap_subdir change and lib-shared fix.
1998-11-29 23:12:27 +00:00
Kurt Zeilenga
001b9cb904 Import KRB_LIBS fix from -devel. 1998-11-29 22:46:04 +00:00
Kurt Zeilenga
d5bc2084be Suck in latest changes from -devel. Besides the usually lint removal,
the patch includes slapd malloc/free fixes in the slapd dn2entry code.
1998-11-24 17:46:20 +00:00
Kurt Zeilenga
d614421741 Apply patches from Hallvard and others to remove lint. 1998-11-22 22:38:18 +00:00
Kurt Zeilenga
5aad6b2e01 Update 1.1alpha with latest build environment changes from -devel.
includes libtool support
	includes select yield changes
	headers updates
Apply strdup() -> ldap_strdup() patch.
1998-11-22 22:25:56 +00:00
Kurt Zeilenga
3801e6639f Apply patch from -devel. 1998-11-22 22:22:45 +00:00
Kurt Zeilenga
92106da634 Import changes from -devel to remove lint. 1998-11-19 01:55:36 +00:00
Kurt Zeilenga
3952bc8e95 Update for Alpha3 from -devel as of OPENLDAP_DEVEL_981116.
Includes everything but ldapext & ldap.conf changes.
1998-11-17 00:24:13 +00:00
Kurt Zeilenga
3ab8c58335 Mongo patch: changes from -devel from 981105 snap to present
Changed LDBM default to sync on writes
    Added mail500 BOUNCEFROM patch
    Added dbcachenowsync option
    Fixed slapd/ldbm id2children bug
    Fixed slapd/shell newline bug
    Fixed whois++ get_dn leak
    Fixed DEC OSF1 (alpha) support
    Fixed r/w lock initialization on non-final Pthreads
    Fixed slapd/slurpd file unlock bugs
    Fixed slurpd string translation bug
    Fixed slurpd/st mutex unlock bug
    Moved detach() to -llutil
    Added lutil_passwd() to -llutil
    Autoconf:
        Fixed thread detection
        Removed gcc -traditional tests
        Changed --enable-dns to require --enable-referrals
        Added -lresolv tests for ldapd and LDAP_DNS
        Added basic ISODE checks
        Added pwd.h &  getpwuid() tests
        Added sys/resource.h test
    Updated NT support (now builds ud)
    Removed lint
1998-11-15 20:08:54 +00:00
Kurt Zeilenga
4b3a13ab1e Update Alpha2 with NT4 changes. 1998-11-06 01:48:50 +00:00
Kurt Zeilenga
904f6d113e Update with latest NT mods. 1998-11-06 01:32:41 +00:00
Kurt Zeilenga
6f0bc8c997 Update with latest from -devel. 1998-11-05 21:27:15 +00:00
Kurt Zeilenga
8f644a6992 Update to PRE_V3. 1998-10-27 23:43:07 +00:00
Kurt Zeilenga
42e0d83cb3 Initial revision 1998-08-09 00:43:13 +00:00