- 09 Jul, 2014 10 commits
-
-
-
When doing deletes, lastmod has no entry to work on.
-
-
slap_tool_entry_check does it but it is not called every time.
-
ldapmodify already does the same.
-
-
-
-
-
-
- 23 Jun, 2014 2 commits
-
-
Howard Chu authored
couldn't avoid ifdefs. Silence warnings.
-
Howard Chu authored
On Windows64, long is the same size as int. Use size_t when we need an actual 64 bit unsigned long.
-
- 15 Jun, 2014 1 commit
-
-
- 12 Jun, 2014 1 commit
-
-
Howard Chu authored
This reverts commit cf4aa8f9. There appears to be no safe way for this to work with MMR.
-
- 04 Jun, 2014 4 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 28 May, 2014 1 commit
-
-
Howard Chu authored
Just passthru search to local DB
-
- 23 May, 2014 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 16 May, 2014 2 commits
-
-
Howard Chu authored
Better check for missing IDs
-
Howard Chu authored
mdb_idscopes was remembering the IDs of every entry it checked; it should only have been saving the IDs of entries that were actually in the search scope. The extra entries filled the scopes array, causing a loop searching for a parent entry that was never inserted.
-
- 09 May, 2014 1 commit
-
-
Howard Chu authored
-
- 25 Apr, 2014 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 25 Mar, 2014 1 commit
-
-
Howard Chu authored
-
- 18 Mar, 2014 1 commit
-
-
Howard Chu authored
Related to bb3e14dd (ITS#6254)
-
- 28 Feb, 2014 1 commit
-
-
Howard Chu authored
Also replace BDB example with LMDB
-
- 07 Feb, 2014 1 commit
-
-
Howard Chu authored
-
- 25 Jan, 2014 1 commit
-
-
Kurt Zeilenga authored
-
- 13 Jan, 2014 1 commit
-
-
Howard Chu authored
-
- 28 Dec, 2013 1 commit
-
-
Pierangelo Masarati authored
-
- 11 Dec, 2013 3 commits
-
-
Hallvard Furuseth authored
Tweak slapd code so wrap_slap_ops can process it: Use pointers BackendInfo *bi instead of array "func" = &bi->bi_op_bind. In slapo-chain, keep a slap_operation_t instead of a function ptr.
-
Hallvard Furuseth authored
Add framework for debug macros SLAP_OP(), slap_be_op(), slap_bi_op() around LDAP-operation backend calls. contrib/slapd-tools/wrap_slap_ops converts code to use them. Code compiles as before by default. #define USE_RS_ASSERT enables debugging, $NO_RS_ASSERT tweaks it. See slapd/result.c.
-
Howard Chu authored
-
- 21 Nov, 2013 1 commit
-
-
Howard Chu authored
-
- 19 Nov, 2013 1 commit
-
-
Howard Chu authored
-
- 15 Nov, 2013 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-