Howard Chu
|
4ccb430c8c
|
Convert collect to dynamic config. Even though it's only a demo...
|
2007-08-28 09:19:07 +00:00 |
|
Pierangelo Masarati
|
5674d38a17
|
allocate OID for back-sql configuration
|
2007-08-27 07:14:55 +00:00 |
|
Pierangelo Masarati
|
7dc7c60c4b
|
improve previous commit; fix ITS#5108 by letting both SID and RID be 0..4095, input/output in decimal, but consistently handled in hexadecimals within CSN
|
2007-08-26 17:03:22 +00:00 |
|
Pierangelo Masarati
|
ee8431b22d
|
add memberOf overlay
|
2007-08-24 02:46:55 +00:00 |
|
Howard Chu
|
7ef61c0ec0
|
Register dyngroup OID
|
2007-08-23 01:52:04 +00:00 |
|
Pierangelo Masarati
|
f95fe8c756
|
fix yet another potential dereference of NULL op (caught by Coverity)
|
2007-08-20 22:09:19 +00:00 |
|
Pierangelo Masarati
|
27428ac00e
|
uniformly exploit rootdn bind; add support for rootdn bind to backends that didn't have it (ITS#4962)
|
2007-08-16 09:38:15 +00:00 |
|
Howard Chu
|
a49ff7878e
|
Fix prev commit
|
2007-08-10 23:26:25 +00:00 |
|
Howard Chu
|
e4a7d8ad77
|
ITS#5082 must remove olcPasswordHash from global config...
|
2007-08-10 22:32:03 +00:00 |
|
Howard Chu
|
faf9339cc8
|
ITS#5082 allow olcPassdwordHash in frontendDB config
|
2007-08-10 22:28:24 +00:00 |
|
Pierangelo Masarati
|
61787df79b
|
add back-config support to back-relay
|
2007-08-06 23:22:19 +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
|
bc1aa3afa7
|
initialize msg[] Array, fixed typo
|
2007-07-31 15:49:16 +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 |
|
Hallvard Furuseth
|
259c1baf23
|
Revert integer type change from rev 1.281 (ITS#5035) for now. It just
replaced one inttype bug with another, the proper fix is to change the API.
|
2007-07-23 20:18:30 +00:00 |
|
Pierangelo Masarati
|
4066e22c59
|
"register" slapo-rwm
|
2007-07-14 16:17:43 +00:00 |
|
Howard Chu
|
88cbe052e0
|
Fallout from ITS#4986 - remove unused param of select_backend()
|
2007-07-13 03:18:20 +00:00 |
|
Hallvard Furuseth
|
c71a4ae4f3
|
Fix integer overflow in slap_loglevel_get() - ITS#5035.
|
2007-07-01 13:39:24 +00:00 |
|
Howard Chu
|
6b793c85cb
|
ITS#4870 remove lint
|
2007-06-19 13:49:03 +00:00 |
|
Hallvard Furuseth
|
93fbb87545
|
Give OperationBuffer normal struct members instead of using
LBER_ALIGNED_BUFFER(OPERATION_BUFFER_SIZE), as discussed in ITS#4078.
Add a corresponding SyncOperationBuffer in overlays/syncprov.c.
|
2007-05-18 23:54:26 +00:00 |
|
Howard Chu
|
bdd8bf4133
|
Add CRLfile option for GNUtls
|
2007-05-13 01:34:12 +00:00 |
|
Hallvard Furuseth
|
b6bb36eaf1
|
Add back-monitor (and its OID arc) to Backend/Database registry
|
2007-05-12 17:55:37 +00:00 |
|
Hallvard Furuseth
|
584ea90db2
|
Remove unused variables
|
2007-05-09 19:11:44 +00:00 |
|
Howard Chu
|
dda5e19904
|
ITS#4949 make config_syslog accumulate across multiple values
Can set to zero to explicitly clear it. (As well as just deleting
all values.)
|
2007-05-05 01:22:29 +00:00 |
|
Howard Chu
|
8033f476f4
|
Disallow runtime delete of modload values
|
2007-04-24 11:46:22 +00:00 |
|
Howard Chu
|
0c2d84819d
|
Fix prev commit, config_obsolete
|
2007-04-06 00:31:08 +00:00 |
|
Howard Chu
|
a2405e0a7e
|
Axe slurpd / replog support
|
2007-04-06 00:21:02 +00:00 |
|
Ralf Haferkamp
|
d06a8bd198
|
olcDatabase=config always gets index 0,
don't allow multiple olcDatabase=config entries (ITS#4914)
|
2007-04-05 16:12:24 +00:00 |
|
Howard Chu
|
a5363815fd
|
Fix uninit'd serverID field
|
2007-04-05 01:03:02 +00:00 |
|
Ralf Haferkamp
|
726146da59
|
use slap_add_opattrs as discussed on -devel.
|
2007-03-30 18:39:33 +00:00 |
|
Ralf Haferkamp
|
c6743b5a82
|
Add operational Attributes when creating frontend and config database entries.
(Otherwise test049-sync-config fails)
|
2007-03-29 15:39:52 +00:00 |
|
Ralf Haferkamp
|
7491b3ff2a
|
Create frontend and config database entries automatically during slapadd
|
2007-03-29 14:45:44 +00:00 |
|
Pierangelo Masarati
|
4a73490186
|
improve previous commit (check result of structural_class())
|
2007-03-21 09:51:11 +00:00 |
|
Pierangelo Masarati
|
c36904bda5
|
exploit inheritance in add (ITS#4884): passes all tests; modify may need work. Please review
|
2007-03-21 00:57:20 +00:00 |
|
Howard Chu
|
0d5a53815a
|
Don't generate schema entries for include files that didn't define schema
elements. Use proper directory separator on Windows
|
2007-03-12 22:47:43 +00:00 |
|
Howard Chu
|
0b70e471f0
|
Fix prev commit
|
2007-02-24 17:34:40 +00:00 |
|
Howard Chu
|
df3da23811
|
ITS#4848 better config context tracking
|
2007-02-24 17:24:48 +00:00 |
|
Howard Chu
|
06212e9de9
|
Plug leaks
|
2007-02-16 02:22:24 +00:00 |
|
Howard Chu
|
aa19286296
|
Coverity scan - saved attr may not exist for a Replace
|
2007-02-13 11:03:16 +00:00 |
|
Howard Chu
|
b6273ef28a
|
ITS#4833 refix
|
2007-02-09 18:49:38 +00:00 |
|
Howard Chu
|
73eda09be3
|
Fix entry ordering in config_build_entry
|
2007-02-07 16:06:41 +00:00 |
|
Howard Chu
|
4642c21f65
|
ITS#4833 fix olcDatabase index offset
|
2007-02-07 16:00:03 +00:00 |
|
Howard Chu
|
290344e683
|
ITS#4752 add undo for schema entries.
|
2007-02-07 14:57:02 +00:00 |
|
Howard Chu
|
b06eeff43b
|
ITS#4752 try to undo failed Modifies
|
2007-02-07 11:42:23 +00:00 |
|
Howard Chu
|
4067b97cf4
|
Add equality match for olcSyncrepl
|
2007-02-06 00:22:49 +00:00 |
|
Howard Chu
|
4e193bc5cb
|
Fix typos
|
2007-02-05 12:39:37 +00:00 |
|
Howard Chu
|
fffaea79eb
|
Preliminary multi-context support for syncrepl. Passes all single-master
tests, needs multi-master testing.
|
2007-02-05 04:50:07 +00:00 |
|
Howard Chu
|
51549d2e5d
|
Add olcServerID for configuring serverID portion of CSN
|
2007-02-04 00:02:38 +00:00 |
|
Howard Chu
|
384979a07d
|
Note for future - we should provide macros for all of the syntaxes
listed in RFC4517 and just let users use them.
|
2007-01-31 11:35:20 +00:00 |
|
Howard Chu
|
6d0c164753
|
More for syncrepl support
|
2007-01-30 07:29:11 +00:00 |
|