- 20 Feb, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 19 Feb, 1999 1 commit
-
-
Ben Collins authored
-
- 18 Feb, 1999 2 commits
-
-
Kurt Spanier authored
-
Ben Collins authored
* Fixed unfree'd 'char *results' in all tcl_* functions (only unfree'd in certain cases, moved the free to the actual function) so no more mem leaks. Tested this with over 500,000 access's for testing :) * Miscellaneous source style and tabulation fixes
-
- 17 Feb, 1999 12 commits
-
-
Kurt Spanier authored
Slight adaption of concurrency-test to enable even more writers/readers.
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
- 16 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 15 Feb, 1999 1 commit
-
-
Kurt Spanier authored
correctness of locking schemas in backends. In back-bdb2 open NEXTID during startup and close at shutdown.
-
- 14 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 12 Feb, 1999 6 commits
-
-
Predrag "Pele" Balorda authored
-
Predrag "Pele" Balorda authored
-
Predrag "Pele" Balorda authored
-
Kurt Spanier authored
slapd server timing via a new slapd command line option '-t'.
-
Kurt Spanier authored
-
Kurt Spanier authored
Fix of a back-bdb2 --> back-ldbm leakage (==> new bdb2-specific DB file suffix).
-
- 11 Feb, 1999 8 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Fix library/include paths for building "Release". Create getpass() from ud's mygetpass().
-
Kurt Zeilenga authored
I rather have NOID printed as "-1". It it could argued that ID should be signed.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
cache_set_state() and state args are no history. Move cache_entry_cmp() and friends to slapd/entry.c to allow sharing of functions between backends.. Renamed to entry_cmp().
-
- 10 Feb, 1999 5 commits
-
-
Randy Kunkee authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
The new e_private field can be used for any backend purpose. In LDBM, it's used to point th the private entry info struct. The LDBM entry info struct is only visible to the LDBM cache. WARNING: This change has not be ported to other backends! Breakage is likely.
-
Kurt Spanier authored
Provision for a bdb2 backend-specific DB file suffix. Fix of the double-open of backend types.
-
- 09 Feb, 1999 2 commits
-
-
Kurt Zeilenga authored
dn rewriting to frontend dn.c function.
-
Kurt Zeilenga authored
-