- May 30, 2012
-
-
If slapadd'ing a config DB and tool-threads is set in the config LDIF, the checks for slap_tool_thread_max will be invalid.
-
Quanah Gibson-Mount authored
ITS#7278
-
Support {SSHA256}, {SSHA384} and {SSHA512} hash schemes
-
Remove sha*_hex_hash() and replace chk_sha*() with libraries/liblutil/passwd.c:chk_sha1() implementation to avoid a race condition.
-
- May 29, 2012
-
-
Quanah Gibson-Mount authored
-
- May 09, 2012
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
contrib/slapd-modules/passwd/sha2/sha2.[ch] need portable.h and some macros to be portable source. contrib/slapd-modules/passwd/sha2/slapd-sha2.c:hash_sha*() must declare "struct berval digest" before a statement for K&R C, and must replace C++ "// foo"-style comments with C style.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
-
- May 06, 2012
-
-
Howard Chu authored
-
- May 03, 2012
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
- Apr 18, 2012
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
- Apr 17, 2012
-
-
- Apr 16, 2012
-
-
Quanah Gibson-Mount authored
-
-
- Apr 12, 2012
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Hallvard Furuseth authored
Prefix ID, NOID, ID2, IDL, ID2L with 'MDB_'. Also drop bdb from file description.
-
Hallvard Furuseth authored
Put one call in #if MDB_DEBUG. Move DPRINTF(Using meta page #) there.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Define MDB_FDATASYNC() instead of redefining fdatasync().
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
If the database is opened with MDB_RDONLY or MDB_NOSYNC, instead use the same file descriptor for me_mfd and me_fd. Also factor out Windows/Unix error handling after open.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Get txn->mt_txnid from the meta page instead. Otherwise it and txn->mt_toggle could become inconsistent, since read-only txns fetched both from MDB_txbody without mutex proteciton.
-
Hallvard Furuseth authored
Make DPRINTF usable in if-else. Silence signed vs unsigned warning.
-