- Dec 21, 1998
-
-
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
-
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
-lldap_r can now be implemented...
-
Kurt Zeilenga authored
-
- Dec 19, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
including use of ctime_r, gethostby*_r, etc.. Also reworked ldap_sort_entries to be reentrant. Need to add code to properly set LDAP_API_FEATURE_THREAD_SAFE.
-
- Dec 18, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Also fixed "empty translation unit" problem reported by Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
-
Kurt Zeilenga authored
and ber_flatten() to the -llber.
-
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 17, 1998
-
-
Kurt Zeilenga authored
hosts_access depends on caller declaring some externs and, hence, can be used for the test.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 15, 1998
-
-
Dave Storey authored
-
- Dec 14, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
by Jens Moller <Jens.Moller@mci.com>.
-
Kurt Zeilenga authored
-
Dave Storey authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
revision not incremented as change
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
developer discussion/coordinate list.
-
Dave Storey authored
Added Password auto-generation. Added salts for md5 and sha. Rewrote make_salt(). Made ldap-devel conformity changes.
-
Kurt Zeilenga authored
reindentation, and use of spaces instead of tab. Diffs will be reviewed to identify and commit only functional changes as time permits. Note: this is more my fault than Dave's. I should have provided clearer guidance. Live and learn.
-
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>
-
Kurt Zeilenga authored
are being analysed in the transaltion to base64. From: Lucio de Re <lucio@proxima.alt.za>
-
Kurt Zeilenga authored
Add plain -lpthread check. Move *_r() checks so that they are checked for regradless of thread libs used. Before they were only being checked when using threads. Fix yields test such that compile/link/odd runtime failures results in 'yes' instead of 'no'.
-
- Dec 12, 1998
-
-
Kurt Zeilenga authored
name from a couple of projects.
-
Kurt Zeilenga authored
-
Dave Storey authored
Added password auto-generation capability. Added Kerberos code. Updated salt generator to be much more random().
-
Dave Storey authored
-