Pierangelo Masarati
|
68ab6c87bd
|
rework previous commit: consistently remove queries, better memory handling and more
|
2007-08-17 09:57:46 +00:00 |
|
Pierangelo Masarati
|
995359548b
|
more consistent parsing checks
|
2007-08-17 09:53:47 +00:00 |
|
Howard Chu
|
a16eea9d8e
|
Paranoia for prev commit
|
2007-08-16 20:03:27 +00:00 |
|
Howard Chu
|
8133e7005e
|
Fix double-free closing multiple ppolicy overlay instances
|
2007-08-16 19:59:02 +00:00 |
|
Hallvard Furuseth
|
6a02dd9d92
|
Fix typo in previous commit: spurious space in UUID syntax OID.
Also make remove_query_and_data() return void (it returned nothing) and
remove an unused variable.
|
2007-08-16 13:44:15 +00:00 |
|
Pierangelo Masarati
|
9c4d147747
|
fix error checking when parsing UUID (detected by Coverity); added check/prettification of UUID, just in case...
|
2007-08-16 11:52:10 +00:00 |
|
Pierangelo Masarati
|
2f5bfba296
|
let req_modify_s and req_modrdn_s have a common portion to interoperate within slap_mods_opattrs() (ITS#5093)
|
2007-08-16 09:48:53 +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 |
|
Pierangelo Masarati
|
f4844889fd
|
s/orb_tmp_mech/orb_mech/
|
2007-08-16 09:29:45 +00:00 |
|
Pierangelo Masarati
|
5ec09e2f0a
|
merge attributes as required after mapping; avoid objectClass duplicates (ITS#5091)
|
2007-08-14 11:46:29 +00:00 |
|
Pierangelo Masarati
|
c114cb8eb7
|
provide an interface to remove a set of entries from the cache
|
2007-08-13 16:50:18 +00:00 |
|
Pierangelo Masarati
|
4a249bbe0d
|
plug leak
|
2007-08-13 16:29:04 +00:00 |
|
Pierangelo Masarati
|
ccff813df0
|
stop pcache task at close
|
2007-08-13 16:28:33 +00:00 |
|
Pierangelo Masarati
|
32c2dee3f8
|
fix hot startup commit (read of uninitialized memory; ITS#5081)
|
2007-08-13 16:27:56 +00:00 |
|
Pierangelo Masarati
|
d354844cf9
|
fix previous commit (crash if no rewrite but just mapping is present)
|
2007-08-11 09:28:33 +00:00 |
|
Gavin Henry
|
60cde2f3c3
|
ITS#5085
|
2007-08-10 16:55:50 +00:00 |
|
Pierangelo Masarati
|
ae9776a580
|
fixed few leaks in previous commit (ITS#5081)
|
2007-08-09 16:33:50 +00:00 |
|
Pierangelo Masarati
|
da44ccbf18
|
experimental code for hot restart of proxy cache (ITS#5081)
|
2007-08-09 16:15:57 +00:00 |
|
Pierangelo Masarati
|
5f386d3e31
|
fix previous commit
|
2007-08-06 12:48:35 +00:00 |
|
Pierangelo Masarati
|
add25c2f45
|
honor 1.1, * and + (ITS#5074 and more)
|
2007-08-06 12:31:30 +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 |
|
Howard Chu
|
4961b95508
|
Revert 1.101, not appropriate
|
2007-07-27 09:17:56 +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
|
767293dd3a
|
Cosmetic change: spaces->tab in last patch. Thus readable with tab-width=4.
|
2007-07-23 21:50:26 +00:00 |
|
Howard Chu
|
b0113c38cd
|
ITS#5040 don't touch modifyTimestamp and other opattrs when updating
ppolicy opattrs
|
2007-07-22 16:42:01 +00:00 |
|
Ralf Haferkamp
|
5b897eef52
|
Fixed return value of _cleanup function
|
2007-07-20 17:13:22 +00:00 |
|
Howard Chu
|
b7d38c15ff
|
ITS#5048 fully initialize fc_limits
|
2007-07-20 15:16:36 +00:00 |
|
Hallvard Furuseth
|
9bd4a298ef
|
ITS#5049: Initialize conn in syncprov_db_close() before connection_fake_init().
|
2007-07-18 21:02:14 +00:00 |
|
Pierangelo Masarati
|
3aefa9434d
|
major improvement: baseline support for back-config; minor improvement: trim code to handle absence of librewrite (enable forced when slapo-rwm is configured...)
|
2007-07-14 16:18:44 +00:00 |
|
Howard Chu
|
88cbe052e0
|
Fallout from ITS#4986 - remove unused param of select_backend()
|
2007-07-13 03:18:20 +00:00 |
|
Pierangelo Masarati
|
ca7ad7f2e3
|
fix searchFilter double free (ITS#5043)
|
2007-07-12 22:22:31 +00:00 |
|
Ralf Haferkamp
|
19b4aba5a1
|
added config option "normalize-mapped-attrs" to enable normalization of
undefined mapped attribute types.
|
2007-07-09 16:22:54 +00:00 |
|
Howard Chu
|
087a662f9e
|
Better fix for rev 1.97
|
2007-06-14 14:51:15 +00:00 |
|
Howard Chu
|
8cafa0b117
|
ITS#4970 ignore pwdMinAge if pwdReset is TRUE
|
2007-06-08 09:23:49 +00:00 |
|
Howard Chu
|
9227293e8d
|
ITS#4977 check for cookie parse failure
|
2007-06-08 09:05:35 +00:00 |
|
Pierangelo Masarati
|
4148c4e3f9
|
make searches expand all matching sets of group/url[/member] configurations; relax configuration test as per ITS#4989
|
2007-06-02 11:27:43 +00:00 |
|
Ralf Haferkamp
|
11e8c186bf
|
ITS#4991 restore save_attrs when a request is finished to let do_search()
cleanup correctly
|
2007-05-31 15:49:45 +00:00 |
|
Ralf Haferkamp
|
7203276785
|
ITS#4991 restore mapped AttributeNames before processing a response
|
2007-05-31 15:46:46 +00:00 |
|
Howard Chu
|
6186117f97
|
ITS#4966 valsort_modify: ignore Delete modops with no values
|
2007-05-25 00:58:59 +00:00 |
|
Pierangelo Masarati
|
74ca4680db
|
more ITS#4973 initialization
|
2007-05-19 14:12:24 +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
|
093f52e44d
|
ITS#4961 disable schema checking on contextCSN update
|
2007-05-14 21:25:48 +00:00 |
|
Hallvard Furuseth
|
7720844624
|
Reapply part of rev 1.2 warning cleanup, it was lost in next revision
|
2007-05-13 22:32:33 +00:00 |
|
Hallvard Furuseth
|
5a6362c453
|
assert(pointer) -> assert(pointer != NULL)
|
2007-05-09 19:10:36 +00:00 |
|
Hallvard Furuseth
|
bbc719ca56
|
ITS#4948: '#if <undefined macro>' -> '#ifdef' warning cleanup
|
2007-05-09 18:17:10 +00:00 |
|
Ralf Haferkamp
|
f8c94e3155
|
fix comparison with string literal
|
2007-05-07 14:55:45 +00:00 |
|
Kurt Zeilenga
|
f810e6ed41
|
Distinguish absent control value from empty control value.
|
2007-04-20 22:32:58 +00:00 |
|
Howard Chu
|
bfa0d15834
|
Fix prev commit, filter construction with URI filters
|
2007-04-10 02:38:54 +00:00 |
|
Howard Chu
|
a2405e0a7e
|
Axe slurpd / replog support
|
2007-04-06 00:21:02 +00:00 |
|
Hallvard Furuseth
|
4667f18253
|
Do not end a potentially last line of a Makefile statement with '\'.
|
2007-03-26 22:16:45 +00:00 |
|