Commit Graph

203 Commits

Author SHA1 Message Date
Kurt Zeilenga
6abe61b0fa Import add/delete/modify fixes from devel.
Define SLAPD_CHILD_MODIFICATION_WITH_ENTRY_ACL in back-ldbm to
keep delete behavior from changing.  Should be removed in next release.
1999-01-08 20:06:57 +00:00
Kurt Zeilenga
9013ac08df Apply ldif2ldbm MAXARGS bugfix (ITS#34) from devel. 1999-01-07 18:53:40 +00:00
Kurt Zeilenga
fca08ddb7b Update build environment:
import db2 patch
  fix --disable-slurpd
  fix make clean
  create $localstatedir
  update version file in preparation for release
1999-01-07 18:36:30 +00:00
Kurt Zeilenga
2b62024753 Import slapd tcp_wrapper DoS bug fix from -devel. 1999-01-07 18:24:25 +00:00
Kurt Zeilenga
bd756bff35 Import fix for ITS#31: slapd/ldbm/delete initialization bug 1999-01-03 23:03:30 +00:00
Kurt Zeilenga
fc49135a36 Import unprotected strtok fix from -devel. Yes, you have to edit 8 files
to add a simple mutex.  Should be two (proto-slap.h & init.c).
1999-01-01 23:03:48 +00:00
Kurt Zeilenga
abbcc73794 Import ksp's changes to support newer versions of DB2 (ITS#27). 1998-12-31 21:29:30 +00:00
Kurt Zeilenga
ceb1c5ce1c Apply fixes for ITS24 & ITS26 from devel.
* slapd aclgroup deadlock bug fix
 * slapd non-authorized add bug fix
1998-12-30 21:00:56 +00:00
Kurt Zeilenga
3625743d1f Workaround FreeBSD pthread_exit() bug (PR# i386/9237) by cleaning up
thread shutdown codes.
1998-12-30 20:43:59 +00:00
Kurt Zeilenga
3d2d5b076b aclparse/alist should be charray_free'ed instead of free'd 1998-12-30 20:37:02 +00:00
Kurt Zeilenga
0a7ca1e8d2 Apply --disable-crypt & -disable-cleartext fixes from devel. 1998-12-29 23:02:18 +00:00
Kurt Zeilenga
9b52584550 Apply fix for schema check bug (ITS#25) from -devel. 1998-12-29 02:02:50 +00:00
Kurt Zeilenga
80ce3b5cb2 Apply back-ldbm/search.c matched initialization bugfix from -devel
to resolve ITS#23.
Update CHANGES & build/version in preparation for OpenLDAP 1.1.2.
1998-12-28 18:42:37 +00:00
Kurt Zeilenga
54b9b91955 Remove duplicate defs of global_schemacheck and global_oc (from devel) 1998-12-28 18:39:53 +00:00
Kurt Zeilenga
33c6efcf30 Import debug trace UNKNOWN_PREFIX ('?') change 1998-12-28 18:38:23 +00:00
Kurt Zeilenga
969c89a77b Make LDAP_ALLOW_NULL_SEARCH_BASE the last resort. (from -devel) 1998-12-28 18:13:18 +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
1f8ec8e77d Apply Hallvard's modtail twice freed bug fix from -devel. 1998-12-26 18:14:26 +00:00
Kurt Zeilenga
0539e2d4f4 Use fork1() instead of fork(). May reduce problems under Solaris THR. 1998-12-24 19:03:42 +00:00
Kurt Zeilenga
a0586de9c9 Import ITS#17 fix: kerberos bind rc bug 1998-12-24 18:59:28 +00:00
Kurt Zeilenga
3cbad7b4f1 Apply ITS#12 fix from devel.
Update CHANGES with ITS numbers.
1998-12-22 05:43:52 +00:00
Kurt Zeilenga
279c2f67d6 Update slapd.h with <ac/signals.h> 1998-12-22 05:32:00 +00:00
Kurt Zeilenga
9948d03f92 Import syslogging fix from -devel. 1998-12-22 05:15:53 +00:00
Kurt Zeilenga
92507af85c Import cache_delete_entry_internal/dntree&idtree delete fix from -devel. 1998-12-20 20:46:24 +00:00
Kurt Zeilenga
8a89fd729e Import value_cmp fix from -devel. 1998-12-20 20:44:41 +00:00
Kurt Zeilenga
d168ed1c14 Update build environment with changes from -devel, including:
--without-"server-component" fixes
	make clean in shared libraries directories
1998-12-20 20:32:07 +00:00
Kurt Zeilenga
2a8a77ec29 Import ldif2ldbm 'no write sync' change... 1998-12-20 20:05:01 +00:00
Kurt Zeilenga
b0aa92b3a0 Apply ksp's LDBM DB2 patch (after tab cleanup). 1998-12-20 19:59:31 +00:00
Kurt Zeilenga
0452bab34f Import cache assert bug fix from -devel. 1998-12-14 20:50:37 +00:00
Kurt Zeilenga
8cf66c4a94 Import change to dc from devel 1998-12-05 03:19:17 +00:00
Kurt Zeilenga
51af9f9817 import slapd/add memory leak fix from devel. 1998-12-05 03:18:58 +00:00
Kurt Zeilenga
2d3cc7f434 Fix debug print bug from -devel. 1998-12-05 03:18:32 +00:00
Kurt Zeilenga
e02de5335c Import in slapd password enhancements from -devel. 1998-12-01 08:11:57 +00:00
Kurt Zeilenga
61476e7a3c Import ldbm derefDN suggested fix from -devel. 1998-11-30 23:14:31 +00:00
Kurt Zeilenga
f778dca049 Import ldif2ldbm ldif fix from -devel. Still doesn't completely
handle extra newlines in ldifs.
1998-11-30 23:13:27 +00:00
Kurt Zeilenga
bbf92983a0 Import joining of detached thread bugfix from -devel. 1998-11-30 21:15:06 +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
e002f7adb3 Import strdup() -> ch_strdup() change from -devel. 1998-11-29 22:52:34 +00:00
Kurt Zeilenga
001b9cb904 Import KRB_LIBS fix from -devel. 1998-11-29 22:46:04 +00:00
Kurt Zeilenga
15f8d5522e Import nextid safety checks from -devel. 1998-11-29 22:11:20 +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
35bd609e16 Apply back-ldbm delete id bugfix from -devel. 1998-11-22 22:21:52 +00:00
Kurt Zeilenga
ec2e980376 Apply LinuxThread changes to support alpha/sparc signals 1998-11-19 01:33:57 +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
0c3899577f More changes from -devel. 1998-11-05 22:10:57 +00:00
Kurt Zeilenga
6f0bc8c997 Update with latest from -devel. 1998-11-05 21:27:15 +00:00
Kurt Zeilenga
ea9c01404e Merge in fixes/minor enhancements from from -devel. 1998-10-28 00:04:01 +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