- 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
-
Dave Storey authored
-
Dave Storey authored
-
Dave Storey authored
-
Dave Storey authored
-
Dave Storey authored
-
- Dec 10, 1998
-
-
Kurt Zeilenga authored
-
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.
-
Predrag "Pele" Balorda authored
-
Predrag "Pele" Balorda authored
-
- Dec 07, 1998
-
-
Kurt Zeilenga authored
-
- Dec 06, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 04, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
linking with $LTHREAD_LIBS.
-
Kurt Zeilenga authored
Don't use new HAVE_FUNC_R on the client side (apps or libs).
-
Kurt Zeilenga authored
Wil need to be updated based upon BETA test results before release.
-
Kurt Zeilenga authored
-