Pierangelo Masarati
|
0de20c028f
|
destroy limits at exit
|
2005-07-25 20:50:03 +00:00 |
|
Luke Howard
|
cdefacccc6
|
Fix ITS#3882
|
2005-07-25 13:19:38 +00:00 |
|
Pierangelo Masarati
|
9cb512bc03
|
exit the loop at some point (ITS#3878)
|
2005-07-22 16:37:20 +00:00 |
|
Luke Howard
|
6da978d5a0
|
Support for global ACL overlays, corresponding SLAPI support
|
2005-07-22 05:01:09 +00:00 |
|
Luke Howard
|
6ae5ce5b66
|
Cleaner version of previous patch (keep operational attr code in backend.c)
|
2005-07-22 03:44:04 +00:00 |
|
Luke Howard
|
27adb43cbf
|
Move backend_operational() implementation into frontend so global
overlays can be called
|
2005-07-22 03:40:06 +00:00 |
|
Howard Chu
|
ddf6c7b298
|
Plug more memleaks
|
2005-07-21 23:26:40 +00:00 |
|
Luke Howard
|
ffe20229dc
|
Move most of SLAPI frontend into overlay
|
2005-07-21 16:35:20 +00:00 |
|
Luke Howard
|
0bf8a366a5
|
SLAPI cleanups
|
2005-07-21 08:39:37 +00:00 |
|
Luke Howard
|
0acd5d97bd
|
Check op->o_bd != NULL
|
2005-07-19 08:40:26 +00:00 |
|
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 |
|
Howard Chu
|
5d2ba11ad9
|
ITS#3847 silence warnings
|
2005-07-11 12:11:15 +00:00 |
|
Pierangelo Masarati
|
f7541b5e8d
|
cleanup
|
2005-06-19 22:43:45 +00:00 |
|
Howard Chu
|
f84fc983fd
|
ITS#3774 delete backend/overlay structures after a failed add
|
2005-06-13 22:49:01 +00:00 |
|
Kurt Zeilenga
|
31727f0f4d
|
Additional manageDIT changes.
Now require be_isroot() instead of "manage".
|
2005-05-13 21:09:26 +00:00 |
|
Kurt Zeilenga
|
cfb3f81582
|
Control cleanup
|
2005-05-13 02:34:16 +00:00 |
|
Howard Chu
|
55585110bf
|
ITS#3608 - ignore unavailable non-critical controls
|
2005-05-13 01:35:20 +00:00 |
|
Howard Chu
|
6a2d53f396
|
In backend_group, return LDAP_COMPARE_FALSE if attr exists but value is
not matched, instead of LDAP_NO_SUCH_ATTRIBUTE
|
2005-05-04 06:28:27 +00:00 |
|
Howard Chu
|
b5ef8ea6f4
|
More modify support. ACL editing works.
|
2005-04-19 16:39:48 +00:00 |
|
Pierangelo Masarati
|
f6d136a99a
|
fix overlay access control; cleanup
|
2005-04-18 09:16:26 +00:00 |
|
Pierangelo Masarati
|
a6f8cd07f6
|
partially revert previous commit (ITS#3652)
|
2005-04-13 01:03:46 +00:00 |
|
Pierangelo Masarati
|
a85603c10b
|
more on ITS#3652
|
2005-04-12 22:38:54 +00:00 |
|
Pierangelo Masarati
|
15016154b6
|
add ACL hook to overlays
|
2005-04-12 00:24:04 +00:00 |
|
Pierangelo Masarati
|
f43f7b1bfb
|
cleanup listener permissions
|
2005-04-04 10:42:50 +00:00 |
|
Howard Chu
|
5a66d7de66
|
Fix prev commit
|
2005-03-24 06:06:40 +00:00 |
|
Howard Chu
|
0076b40c32
|
Convert backendInfo/backendDB to STAILQs
|
2005-03-24 05:13:31 +00:00 |
|
Howard Chu
|
2da2336ac6
|
Reorganiza SLAPD_CRYPT and SLAPD_SPASSWD support for better reentrancy
|
2005-03-18 06:06:38 +00:00 |
|
Howard Chu
|
b06eea3d99
|
Delete unused syncrepl_pool
|
2005-02-11 10:20:16 +00:00 |
|
Pierangelo Masarati
|
d503b5a5b7
|
make frontend-generated attrs available to backend's hook
|
2005-01-31 00:14:00 +00:00 |
|
Pierangelo Masarati
|
7cd731ec56
|
"ultimate" fix of glued databases controls checking; other minor fixes
|
2005-01-30 22:02:37 +00:00 |
|
Pierangelo Masarati
|
4f9b916b61
|
now works
|
2005-01-29 22:04:34 +00:00 |
|
Pierangelo Masarati
|
ff89b2c14c
|
looks a little better (but test033 doesn't work any more; disabling)
|
2005-01-29 19:04:06 +00:00 |
|
Pierangelo Masarati
|
cd797f8089
|
avoid cycling twice in the control list
|
2005-01-29 18:16:38 +00:00 |
|
Pierangelo Masarati
|
d0b804c439
|
use direct access instead of string comparison to check supported controls
|
2005-01-29 17:58:48 +00:00 |
|
Kurt Zeilenga
|
1ff692274a
|
Removed control old kludge code
|
2005-01-27 23:06:57 +00:00 |
|
Pierangelo Masarati
|
4d5068630c
|
cleanup
|
2005-01-27 08:55:13 +00:00 |
|
Kurt Zeilenga
|
e826914a88
|
Less kludgy willing-to-perform check for recognized and appropriate
global controls
|
2005-01-27 06:45:20 +00:00 |
|
Pierangelo Masarati
|
362766b316
|
move compare to frontend (disabled by default, only invoked if backend doesn't provide hook); honor ITS#3472 (disclose access check); fix ITS#3521 as well (check access to hasSubordinates); fix a problem in backend_attribute() with operational attrs; add backend_access() helper
|
2005-01-26 23:19:48 +00:00 |
|
Kurt Zeilenga
|
ab455a5ec7
|
Place control availability kludge behind
#ifdef SLAP_CONTROL_AVAILABILITY_KLUDGE
for now. Me think its still needed (at least for FRONTEND controls).
|
2005-01-26 19:46:12 +00:00 |
|
Pierangelo Masarati
|
5ec9684894
|
controls can be added in two passes (e.g. by backends that actually inherit their controls from someone else)
|
2005-01-26 10:28:37 +00:00 |
|
Pierangelo Masarati
|
9e6d64a0ad
|
move supported controls listing at backend startup; allow supported controls to be set/mucked in between
|
2005-01-26 09:53:29 +00:00 |
|
Pierangelo Masarati
|
5b193c218f
|
fix dynamically registered controls check; NOTE: controls registered by global overlays don't work yet; better leave Kurt's kludge in place right now
|
2005-01-25 19:39:56 +00:00 |
|
Kurt Zeilenga
|
0bd2dafd53
|
More proper criticality handling. Implementation is a kludge.
|
2005-01-25 18:30:55 +00:00 |
|
Kurt Zeilenga
|
d68041ce50
|
Revert part of last (two) commits. Need additional infrastructure first.
|
2005-01-25 18:09:59 +00:00 |
|
Kurt Zeilenga
|
82d5ca4d4e
|
Remove redundant note.
|
2005-01-25 17:40:39 +00:00 |
|
Kurt Zeilenga
|
dd75979100
|
Prelim unavailableCriticalExtension v. unwillingToPerform fix (ITS#3308)
|
2005-01-25 16:52:16 +00:00 |
|
Pierangelo Masarati
|
066829a870
|
fix previous commit
|
2005-01-22 12:27:45 +00:00 |
|
Pierangelo Masarati
|
f0943f79ec
|
fix previous commit
|
2005-01-21 15:05:15 +00:00 |
|
Pierangelo Masarati
|
4f23e2e470
|
cleanup
|
2005-01-19 23:52:51 +00:00 |
|
Pierangelo Masarati
|
7d306eaadb
|
try to collect operational attributes as well
|
2005-01-19 22:58:56 +00:00 |
|