Howard Chu
|
46273b9c4e
|
const strings
|
2008-02-18 23:11:12 +00:00 |
|
Howard Chu
|
6693f72402
|
Clean up config.h
|
2008-01-22 13:26:16 +00:00 |
|
Kurt Zeilenga
|
c890c96d13
|
Happy New Year (belated)
|
2008-01-08 00:19:56 +00:00 |
|
Pierangelo Masarati
|
64900d539d
|
allow to programmatically register new response code names
|
2007-12-28 01:21:22 +00:00 |
|
Pierangelo Masarati
|
18b2885f69
|
allow to customize the error code in case of constraint violation
|
2007-12-28 00:38:27 +00:00 |
|
Pierangelo Masarati
|
096ce6f741
|
pass ConfigReply to overlays; don't complain unless once-only overlays are instantiated multiple times
|
2007-12-27 17:36:39 +00:00 |
|
Pierangelo Masarati
|
20f2548c82
|
fix declarations of buffers for numeric strings; other related cleanup
|
2007-12-15 15:23:23 +00:00 |
|
Pierangelo Masarati
|
ed12ff8fd3
|
parse unsigned as unsigned (ITS#5122)
|
2007-09-04 19:32:54 +00:00 |
|
Ralf Haferkamp
|
3a9310431e
|
Reworked recent backend API changes, now using a separate struct,
(ConfigReply) for the error messages.
|
2007-08-03 12:02:07 +00:00 |
|
Ralf Haferkamp
|
5ae46c195e
|
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
_db_destroy functions.
|
2007-07-25 17:21:05 +00:00 |
|
Howard Chu
|
df3da23811
|
ITS#4848 better config context tracking
|
2007-02-24 17:24:48 +00:00 |
|
Howard Chu
|
e6a009a43b
|
Delete olcInclude support
|
2007-01-27 05:58:18 +00:00 |
|
Howard Chu
|
10942dceea
|
Fixes for syncrepl compatibility
|
2007-01-22 10:53:48 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Howard Chu
|
c6bf6672aa
|
Add valx arg to config_parse_add - indicate which value in the current
operation is executing (as opposed to c->valx which indicates which
value in the target is being changed)
|
2006-11-12 02:22:23 +00:00 |
|
Howard Chu
|
b8b8ca1814
|
Rearrange, ARGS_TYPES should not be bitmasks
|
2006-05-11 02:13:03 +00:00 |
|
Kurt Zeilenga
|
acbb5cf689
|
Happy new year!
|
2006-01-03 23:11:52 +00:00 |
|
Pierangelo Masarati
|
7841f4f538
|
complete merging of dyngroup into dynlist; add back-config support
|
2005-11-29 02:10:47 +00:00 |
|
Pierangelo Masarati
|
f3c007229f
|
detect if trying to make back-monitor shadow
|
2005-11-25 15:16:54 +00:00 |
|
Pierangelo Masarati
|
6d7689b7e3
|
check we don't exceed userland with config param bits
|
2005-11-19 18:01:28 +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
|
da1c57ff3e
|
Add missing function declarations in config.h
|
2005-07-11 19:03:27 +00:00 |
|
Pierangelo Masarati
|
904d86a28a
|
better fix to ITS#3806
|
2005-06-28 22:06:24 +00:00 |
|
Howard Chu
|
b6d515330c
|
ITS#3748 do necessary startup when adding databases online
|
2005-05-26 09:43:39 +00:00 |
|
Howard Chu
|
048a36a60f
|
Fix prev commit, trim unused cfOC vars
|
2005-05-09 05:02:23 +00:00 |
|
Howard Chu
|
ee59484f7b
|
Restructured to allow miscellaneous Adds under database/overlay objects
|
2005-05-09 03:42:51 +00:00 |
|
Howard Chu
|
be99e9e758
|
More error reporting for clients
|
2005-04-25 08:44:52 +00:00 |
|
Howard Chu
|
8f78d064ee
|
Isolate syncrepl stuff in syncrepl.c
|
2005-04-22 14:38:35 +00:00 |
|
Howard Chu
|
88cdbab5f4
|
config cleanup handler
|
2005-04-21 19:31:39 +00:00 |
|
Howard Chu
|
b5ef8ea6f4
|
More modify support. ACL editing works.
|
2005-04-19 16:39:48 +00:00 |
|
Howard Chu
|
3189027df7
|
ITS#3661 use MAXPATHLEN, not PATH_MAX
|
2005-04-15 22:15:46 +00:00 |
|
Howard Chu
|
60533ad197
|
More for Modify. Single-valued attrs working.
|
2005-04-13 06:38:00 +00:00 |
|
Howard Chu
|
26a101edce
|
ITS#3644 include limits.h in config.h, set PATH_MAX in config.h
|
2005-04-09 06:35:28 +00:00 |
|
Howard Chu
|
0076b40c32
|
Convert backendInfo/backendDB to STAILQs
|
2005-03-24 05:13:31 +00:00 |
|
Howard Chu
|
119cbcaba4
|
Schema unparsing support
|
2005-03-21 08:31:48 +00:00 |
|
Howard Chu
|
fda662bd34
|
More for loading config from LDIF
|
2005-03-20 09:13:48 +00:00 |
|
Howard Chu
|
83c748fe5c
|
More for loading config from database. Fix non-reentrant strtok_quote.
|
2005-03-17 23:07:44 +00:00 |
|
Howard Chu
|
bc4564cac4
|
More back-config / back-ldif integration, added config_generic_wrapper,
added -F option to specify config directory
|
2005-03-15 08:57:34 +00:00 |
|
Kurt Zeilenga
|
c19b745b64
|
cleanup
|
2005-03-14 23:21:35 +00:00 |
|
Howard Chu
|
530e93f96e
|
Cleanup verb/mask processing
|
2005-03-02 14:49:54 +00:00 |
|
Howard Chu
|
44521fd902
|
Reorganized config/bconfig. Migrated back-bdb config.
|
2005-03-02 04:46:50 +00:00 |
|
Howard Chu
|
39906c96e3
|
More schema fixes
|
2005-02-21 14:57:02 +00:00 |
|
Howard Chu
|
1895da7f52
|
Simple values retrievable
|
2005-02-21 02:21:29 +00:00 |
|
Howard Chu
|
c6f373bce1
|
Juggle ARG flags, needed some more bits
|
2005-02-21 01:10:23 +00:00 |
|
Howard Chu
|
efc8c43b73
|
Adding back-config pieces
|
2005-02-20 18:33:40 +00:00 |
|
Howard Chu
|
dfb6f870f6
|
Rearrange, merge sasl config back into main config
|
2005-02-20 06:47:54 +00:00 |
|
Howard Chu
|
ae6b117a2a
|
config args are ints, not longs. (64 bit compatibility)
|
2005-02-01 12:36:25 +00:00 |
|
Kurt Zeilenga
|
dc0eacd40b
|
Happy New Year!
|
2005-01-01 20:49:32 +00:00 |
|
Pierangelo Masarati
|
24a3f59e53
|
use pre-formatted log string in configure; note the failure reason for DN syntax checks
|
2004-12-08 19:07:24 +00:00 |
|
Howard Chu
|
db8debbfc8
|
ITS#3376 table-driven config engine
|
2004-11-05 06:22:04 +00:00 |
|