- Dec 27, 1998
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Dec 26, 1998
-
-
Hallvard Furuseth authored
-
- Dec 24, 1998
-
-
Kurt Zeilenga authored
Could still deadlock on the close(). A surrogate parent should be used to create the children...
-
- Dec 22, 1998
-
-
Kurt Zeilenga authored
in ITS#17.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Updated other codes as needed.
-
- Dec 21, 1998
-
-
Kurt Zeilenga authored
call has been removed and additional code added to properly free realBase variable. Also fixed leaking of the matched variable.
-
Kurt Zeilenga authored
struct friendly (Friendly) changed to ldap_friendly (LDAPFriendly) ldap_friendly friend prefix changed to 'lf_' from 'f_' removed mod_next field from LDAPMod (struct ldapmod) modified slapd to use new LDAPModList (struct ldapmodlist) struct. Added LDAPv3 result codes to ldap.h
-
- Dec 20, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
LDAP_SYSLOG in slap.h/slurp.h.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
type 'sig_atomic_t' and marked it volatile. Add detection to configure to ensure sig_atomic_t and volatile are supported.
-
Kurt Zeilenga authored
-
- Dec 18, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Daniel Carroll <dan@mesa7.mesa.colorado.edu> This patch ensures we try deleting the entry from both the dntree and the idtree.
-
Kurt Spanier authored
If Berkeley DB version 2.x is used as a slapd back-end a not-initialized Datum structure will raise an EINVAL error in (DB)->put().
-
- Dec 14, 1998
-
-
Kurt Zeilenga authored
incorrect because value_cmp() in value.c compares two attributes by comparing the leading bytes of the two values (candidate and filter) up to the smaller of the two lengths of the binary values. If the lengths of two SYNTAX_BIN values differ, like SYNTAX_CES and SYNTAX_CIS, the EQUALITY comparison should fail. It also appears that value_ncmp() in value.c has no references anywhere in the openLDAP source tree, save for a definition in proto-slap.h. The following fix the bug and remove the dead code: From: "MCGARRAHAN, KENNETH L" <km4155@momail.sbc.com>
-
- Dec 10, 1998
-
-
Kurt Zeilenga authored
"Check that the entry has no writers before removing it from the cache" sounds more sensible to me than "check that it *has* writers" before removing it. I've also changed the default cachesize for tests to 4. This should help discover such problems.
-
- Dec 04, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Still leaks ber_scanf results here and there...
-
- Dec 03, 1998
-
-
Kurt Zeilenga authored
-
- Dec 01, 1998
-
-
Kurt Zeilenga authored
Remove MD5 and SHA1 options (both are now always on). Rename functions to be lutil_ instead of ldap_. Create --enable-cleartext option. Default is currently 'on'.
-
- Nov 30, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 29, 1998
-
-
Kurt Zeilenga authored
default sysconfdir subdirectory is openldap instead of ldap. This removes conflicts with other ldap subsystems. Should be configure option. *.conf files are now preserved. A *.conf.default are always created with the latest conf. *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir) updated man pages to reflect changes.
-
- Nov 27, 1998
-
-
Kurt Zeilenga authored
if strdup fails. This is better than not checking, but we should add orderly shutdown.
-
Kurt Zeilenga authored
This still needs significant review!
-
- Nov 25, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 24, 1998
-
-
Kurt Zeilenga authored
pointed out by Jorg Pietschmann <pietsch@swissline.ch>.
-
- Nov 23, 1998
-
-
Kurt Zeilenga authored
Modified users of this code to free matched if set.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-