Hallvard Furuseth
|
81ecb0b153
|
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
|
2005-07-18 06:22:33 +00:00 |
|
Hallvard Furuseth
|
c2b65937fe
|
Fix cast in BDB_ID2DISK(): unsigned char *_p ... = (char *)...;
|
2005-07-18 05:58:43 +00:00 |
|
Hallvard Furuseth
|
ae3ef7b3cd
|
Make ConfigArgs.lineno int like elsewhere instead of unsigned long
|
2005-07-18 05:48:21 +00:00 |
|
Hallvard Furuseth
|
8adef9eec8
|
Delete unused variables
|
2005-07-18 05:34:04 +00:00 |
|
Hallvard Furuseth
|
f43a823c73
|
Add missing "static" for functions declared static but defined non-static
|
2005-07-18 05:14:41 +00:00 |
|
Hallvard Furuseth
|
11ab0b655e
|
strip_cav_tag() should return ber_tag_t, not int
|
2005-07-18 05:11:11 +00:00 |
|
Hallvard Furuseth
|
64e9d0e58f
|
#include <ldif.h> for ldif_must_b64_encode_*()
|
2005-07-18 05:08:57 +00:00 |
|
Hallvard Furuseth
|
ab1ef34c51
|
size_t peercredlen -> socklen_t peercredlen in #if defined(SO_PEERCRED)
|
2005-07-18 04:42:28 +00:00 |
|
Pierangelo Masarati
|
e8e5e38b52
|
refresh list of known overlays
|
2005-07-17 22:44:39 +00:00 |
|
Pierangelo Masarati
|
ea5952342c
|
fix some unclean unlock issues; fix potential leaks
|
2005-07-17 22:19:20 +00:00 |
|
Pierangelo Masarati
|
27eeb15fda
|
fix generated connection entries
|
2005-07-17 22:18:45 +00:00 |
|
Pierangelo Masarati
|
9ea3fa375c
|
add an "OBSOLETED DIRECTIVES" section and list "subordinate"
|
2005-07-17 22:17:16 +00:00 |
|
Hallvard Furuseth
|
ec4d6d0d69
|
Remove spurious printf argument
|
2005-07-17 12:17:54 +00:00 |
|
Hallvard Furuseth
|
ecef4972fe
|
rc in glue_tool_entry_put() is an int, not NOID (unsigned long).
|
2005-07-17 12:14:42 +00:00 |
|
Hallvard Furuseth
|
ca615a4b3a
|
bvlist *list was updated through the wrong type.
|
2005-07-17 12:08:32 +00:00 |
|
Hallvard Furuseth
|
0cc537e6f1
|
Declare ldap_back_init_cf().
|
2005-07-17 12:06:09 +00:00 |
|
Hallvard Furuseth
|
98a303fca9
|
Remove spurious fprintf arguments
|
2005-07-17 11:55:34 +00:00 |
|
Hallvard Furuseth
|
bf1d1a84bd
|
Remove unused type: struct token
|
2005-07-17 11:53:35 +00:00 |
|
Hallvard Furuseth
|
2bdc980a4b
|
Remove spurious cvalue=NULL printf argument.
|
2005-07-17 11:49:27 +00:00 |
|
Hallvard Furuseth
|
a043d4d356
|
Fix typo: Scope "base" was only matched properly on 32-bit hosts.
|
2005-07-17 11:47:00 +00:00 |
|
Hallvard Furuseth
|
28256b4711
|
Add an example. Note that glued databases should usually have the same indexes.
|
2005-07-17 02:24:46 +00:00 |
|
Pierangelo Masarati
|
03b6a692aa
|
trim (long ago) unused files
|
2005-07-16 16:06:34 +00:00 |
|
Pierangelo Masarati
|
1e5334eb80
|
mark leak
|
2005-07-16 15:41:39 +00:00 |
|
Pierangelo Masarati
|
7fb778e522
|
fix leak
|
2005-07-16 15:40:14 +00:00 |
|
Pierangelo Masarati
|
19c1c6d671
|
some (stupid) editors complain because 'new' is a reserved word in C++
|
2005-07-16 15:38:33 +00:00 |
|
Pierangelo Masarati
|
5e84975adf
|
paranoid check
|
2005-07-16 15:37:01 +00:00 |
|
Pierangelo Masarati
|
d0d98451ce
|
fix typo
|
2005-07-16 15:36:29 +00:00 |
|
Pierangelo Masarati
|
e1ad1c6e22
|
move to attic...
|
2005-07-15 16:22:21 +00:00 |
|
Pierangelo Masarati
|
7236c4b223
|
improve diagnostics when configuring suffix for special databases
|
2005-07-15 16:21:15 +00:00 |
|
Pierangelo Masarati
|
a238b4ffd4
|
apply (a modified version of) ITS#3822 patch
|
2005-07-15 15:46:30 +00:00 |
|
Pierangelo Masarati
|
6c4ce69ea8
|
refresh info about supported backends (added config, ldif; trimmed tcl) addresses ITS#3866
|
2005-07-15 15:35:26 +00:00 |
|
Howard Chu
|
f8173c6e8a
|
ITS#3841 fix test in rev 1.220
|
2005-07-15 01:17:35 +00:00 |
|
Pierangelo Masarati
|
5cb994ad36
|
fix memory leak (ITS#3862)
|
2005-07-15 01:08:34 +00:00 |
|
Pierangelo Masarati
|
e790055467
|
be liberal: accept empty oid lists
|
2005-07-15 00:46:30 +00:00 |
|
Hallvard Furuseth
|
885c73d02f
|
struct slab_heap *sh was accessed through the wrong type
|
2005-07-14 21:57:25 +00:00 |
|
Hallvard Furuseth
|
0d06b7334e
|
Make ebuf/ecur char* instead of unsigned char* (which they are never used as)
|
2005-07-14 21:02:59 +00:00 |
|
Hallvard Furuseth
|
d6cc947561
|
Silence "unused <something>" warnings
|
2005-07-14 19:52:08 +00:00 |
|
Hallvard Furuseth
|
8dddff803e
|
Silence "unused variable" warning
|
2005-07-14 19:35:09 +00:00 |
|
Hallvard Furuseth
|
7ab3d2c245
|
Silence warnings
|
2005-07-14 19:32:21 +00:00 |
|
Hallvard Furuseth
|
3fd6f18d25
|
Silence "unused static function" warning
|
2005-07-14 19:20:52 +00:00 |
|
Hallvard Furuseth
|
d449c9d08b
|
Silence "unused variable" warnings
|
2005-07-14 19:18:55 +00:00 |
|
Hallvard Furuseth
|
3d8aceab81
|
Fix typos GETNAMEINFO->HAVE_GETNAMEINFO, HAVE_HERROR->HAVE_HSTRERROR
|
2005-07-14 19:17:05 +00:00 |
|
Hallvard Furuseth
|
a4e0331f89
|
Silence "unused label" warning
|
2005-07-14 19:11:48 +00:00 |
|
Pierangelo Masarati
|
395207029b
|
need a regular file (ITS#3865)
|
2005-07-14 18:03:29 +00:00 |
|
Hallvard Furuseth
|
ae385b3af0
|
Silence "empty statement" warnings
|
2005-07-14 03:06:58 +00:00 |
|
Pierangelo Masarati
|
684860502e
|
should address ITS#3861
|
2005-07-13 17:43:30 +00:00 |
|
Howard Chu
|
675b19dce6
|
Fix loglevel to accept negative integers
|
2005-07-12 14:25:15 +00:00 |
|
Howard Chu
|
08ec8ad068
|
Fix SLAP_SOCK_IS_MUTE typo
|
2005-07-12 14:19:57 +00:00 |
|
Howard Chu
|
0b93bfc4f3
|
ITS#3854 fix Modify logging, add handlers for unrecognized ops.
|
2005-07-12 14:00:01 +00:00 |
|
Howard Chu
|
fbbfac6771
|
ITS#3857 fix bottom-up modrdn cascades, use a global modrdn counter.
|
2005-07-12 13:17:56 +00:00 |
|