Howard Chu
|
9d86bf253f
|
Improve prev commit
|
2007-02-07 02:49:40 +00:00 |
|
Howard Chu
|
3fbcfa797e
|
Re-fix ITS#4720, use rwlock
|
2007-02-07 01:08:54 +00:00 |
|
Howard Chu
|
3f20aa245f
|
Partially revert prev commit, delete unused parameter, fix psearch response
|
2007-02-06 05:58:01 +00:00 |
|
Howard Chu
|
9467269cef
|
ITS#4623, entry_get has to pass thru glue layer too
|
2007-02-06 04:19:56 +00:00 |
|
Howard Chu
|
448f584fe5
|
Fix typo
|
2007-02-06 01:18:17 +00:00 |
|
Howard Chu
|
21e4eb3dcc
|
Fix prev commit - cannot shortcut initial sync
|
2007-02-05 23:54:07 +00:00 |
|
Howard Chu
|
250cbd286a
|
Optimization: send sid in cookie to avoid getting our changes sent
back to us.
|
2007-02-05 23:10:22 +00:00 |
|
Howard Chu
|
55b29bedf8
|
Fix prev commit, don't generate a new ctxcsn if we're a consumer with
an empty DB
|
2007-02-05 09:19:46 +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 |
|
Pierangelo Masarati
|
60f48c1932
|
fix NULL attr value in accesslog (second bit of ITS#4821; might be made cleaner...)
|
2007-01-27 18:03:30 +00:00 |
|
Howard Chu
|
8d03970944
|
Fix debug args
|
2007-01-25 11:56:49 +00:00 |
|
Howard Chu
|
35e0956c26
|
Log the error code too
|
2007-01-25 04:10:57 +00:00 |
|
Howard Chu
|
7eeeaaf06d
|
ITS#4810 log a message if be_entry_get doesn't return the entry we want
|
2007-01-25 04:10:18 +00:00 |
|
Howard Chu
|
1ce42136fb
|
ITS#4813 don't limit the presence list to the current snapshot. add
some debug msgs for the sessionlog list.
|
2007-01-25 02:06:33 +00:00 |
|
Howard Chu
|
d84d5e98fb
|
ITS#4809 add reqMod attribute to modrdn records so that operational
attributes may be propagated. use them in delta-sync.
|
2007-01-24 09:10:37 +00:00 |
|
Howard Chu
|
67b08ebe77
|
Don't use ldap_pvt_thread_pool_context_reset(), it interferes with
dynamic adds.
|
2007-01-21 13:02:05 +00:00 |
|
Pierangelo Masarati
|
7701c82b68
|
fix ITS#4802
|
2007-01-17 22:22:00 +00:00 |
|
Pierangelo Masarati
|
4b9f4c688a
|
allow to specify the required access privileges in internal operations (ITS#4806)
|
2007-01-16 22:13:44 +00:00 |
|
Pierangelo Masarati
|
270dfe4db8
|
free entry in a cleaner manner (ITS#4801?)
|
2007-01-11 22:13:54 +00:00 |
|
Pierangelo Masarati
|
aba0eacaee
|
don't list (other) structural classes
|
2007-01-11 20:57:43 +00:00 |
|
Hallvard Furuseth
|
d16754c81b
|
Delete unused variables.
|
2007-01-11 12:04:22 +00:00 |
|
Hallvard Furuseth
|
a8eacbb355
|
assert expects int. (int)<nonnull ptr> can be 0. Use assert(arg!=NULL).
|
2007-01-11 12:03:20 +00:00 |
|
Pierangelo Masarati
|
b0f06da400
|
improve disconnect handling
|
2007-01-05 16:18:42 +00:00 |
|
Pierangelo Masarati
|
c56564e2b5
|
disconnect without notice
|
2007-01-04 20:17:53 +00:00 |
|
Pierangelo Masarati
|
963eaf63b6
|
return unsolicited responses
|
2007-01-04 19:58:29 +00:00 |
|
Pierangelo Masarati
|
bce4063a17
|
shortcut schema mapping if not configured
|
2007-01-03 21:35:18 +00:00 |
|
Howard Chu
|
f206f3ddc0
|
Just return API errors to the frontend, don't attempt to send them.
|
2007-01-03 20:21:07 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Pierangelo Masarati
|
0544badf19
|
move slapo-denyop to contrib/slapd-modules/debyop/
|
2006-12-28 16:30:53 +00:00 |
|
Pierangelo Masarati
|
26c2c98196
|
move slapo-lastmod to contrib/slapd-modules/lastlog/ (ITS#4701)
|
2006-12-28 16:23:57 +00:00 |
|
Howard Chu
|
90b2976413
|
ITS#3707 changed SLAPD_FILTER_COMPUTED
|
2006-12-26 00:00:48 +00:00 |
|
Howard Chu
|
79885438e7
|
Revert prev commit, need a different solution
|
2006-12-24 06:26:01 +00:00 |
|
Howard Chu
|
6020a6d81d
|
ITS#4337 implement modrdn for back-config
|
2006-12-24 00:56:37 +00:00 |
|
Howard Chu
|
b6d860f556
|
ITS#4788 don't return auditContext attr on syncrepl searches
|
2006-12-23 22:10:34 +00:00 |
|
Howard Chu
|
7d9361e498
|
Fix: don't modify original filter in filter_map_rewrite
|
2006-12-19 19:47:01 +00:00 |
|
Howard Chu
|
8c90df8314
|
Fix cleanup for extended ops
|
2006-12-19 01:14:35 +00:00 |
|
Howard Chu
|
01c38dd6ea
|
ITS#4458 re-encode passwd request
|
2006-12-18 22:30:47 +00:00 |
|
Howard Chu
|
23423cd086
|
Fix callback handling
|
2006-12-18 00:27:38 +00:00 |
|
Howard Chu
|
ccf7b0fb04
|
Remove redundant search cleanup
|
2006-12-18 00:02:00 +00:00 |
|
Howard Chu
|
28793246e6
|
ITS#4638 restore params for Compare and Modify
|
2006-12-17 23:49:42 +00:00 |
|
Howard Chu
|
1e849ec14d
|
ITS#4638 restore original parameters on op completion
(this is preliminary, more work remains)
|
2006-12-17 22:57:45 +00:00 |
|
Pierangelo Masarati
|
298d439d59
|
add support for auditContext (schema differs a bit from <draft-chu-ldap-logschema>, expired)
|
2006-12-16 14:55:47 +00:00 |
|
Howard Chu
|
69c4495bc2
|
ITS#4768 more be_add fallout
|
2006-12-12 21:00:12 +00:00 |
|
Howard Chu
|
871201e0d6
|
Fix prev commit
|
2006-12-12 20:04:44 +00:00 |
|
Howard Chu
|
499c9369e1
|
ITS#4777 fix modlist delete
|
2006-12-12 19:39:28 +00:00 |
|
Howard Chu
|
77ed3423b9
|
ITS#4767 fix bdb_add / translucent interaction
|
2006-12-04 22:06:58 +00:00 |
|
Pierangelo Masarati
|
19dabd2fa8
|
complain if instantiated outside of a database definition
|
2006-12-02 10:42:42 +00:00 |
|
Howard Chu
|
b711426a99
|
Fix prev commit, reset DB pointer
|
2006-11-16 14:27:49 +00:00 |
|
Howard Chu
|
7cfa3ae34a
|
Use runq to defer creation of log root entry; allows the log DB to come
after the main DB in the configuration. Allows logging cn=config.
|
2006-11-16 14:12:09 +00:00 |
|
Howard Chu
|
48fce3d119
|
ITS#4742 cleanup config error reporting
|
2006-11-12 02:15:49 +00:00 |
|