Luke Howard
|
6f0edd6c22
|
Call slap_mods2entry() in do_add(), so that global overlays (including
global SLAPI plugins) have access to op->ora_e.
Note that slap_mods2entry() is still called in fe_op_add() in order to
add any operational attributes.
|
2005-07-31 04:56:27 +00:00 |
|
Pierangelo Masarati
|
0de20c028f
|
destroy limits at exit
|
2005-07-25 20:50:03 +00:00 |
|
Pierangelo Masarati
|
4c1339cf22
|
add infrastructure to register verbmasks; allow to register loglevels programmatically; cleanup glue protos
|
2005-07-23 11:32:10 +00:00 |
|
Luke Howard
|
9e4ea429e5
|
Add fe_access_allowed(), should allow global ACL overlays to work
|
2005-07-23 04:18:48 +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 |
|
Howard Chu
|
ddf6c7b298
|
Plug more memleaks
|
2005-07-21 23:26:40 +00:00 |
|
Luke Howard
|
857543c1f8
|
add prototype for overlay_op_walk()
|
2005-07-21 13:35:59 +00:00 |
|
Pierangelo Masarati
|
a27a32ccc4
|
fix arbitrary precision number display when no big number library is available
|
2005-07-19 21:56:15 +00:00 |
|
Pierangelo Masarati
|
499906f464
|
use appropriate format when no arbitrary precision library is available
|
2005-07-19 19:31:24 +00:00 |
|
Luke Howard
|
2007c4b8b9
|
Add slap_parse_ctrl() API for parsing already decoded controls; needed
for SLAPI internal operations to use controls
|
2005-07-19 08:38:46 +00:00 |
|
Hallvard Furuseth
|
62b653fa85
|
Declare component matching functions
|
2005-07-11 19:06:10 +00:00 |
|
Hallvard Furuseth
|
a1e27aae40
|
Format fix: Make style_strings[] global for debug output in dynacl_aci_parse()
|
2005-07-04 06:25:02 +00:00 |
|
Howard Chu
|
f84fc983fd
|
ITS#3774 delete backend/overlay structures after a failed add
|
2005-06-13 22:49:01 +00:00 |
|
Howard Chu
|
cd15432de6
|
More accesslog updates
|
2005-06-10 11:41:57 +00:00 |
|
Howard Chu
|
21b8be393a
|
Add slap_timestamp(), use mutex in slap_get_csn()
|
2005-06-07 04:12:14 +00:00 |
|
Pierangelo Masarati
|
00c6709896
|
expose macro(s) to produce string representations of arbitrary precision counters
|
2005-05-28 14:30:43 +00:00 |
|
Pierangelo Masarati
|
672c39024e
|
further fixing of back-ldap config; added enum_to_verb call to ease mapping enumerations to strings...
|
2005-05-23 14:14:34 +00:00 |
|
Kurt Zeilenga
|
18c3f9e093
|
Add manage obsolete attributes capability.
|
2005-05-13 23:51:43 +00:00 |
|
Kurt Zeilenga
|
feeeabcd68
|
manageDIT framework and obsolete objectclasses/DIT-content-rule override
|
2005-05-13 19:07:31 +00:00 |
|
Kurt Zeilenga
|
002f7ca062
|
finish global_schemacheck removal
|
2005-05-13 17:35:36 +00:00 |
|
Kurt Zeilenga
|
c83f7539ae
|
Mostly remove global_schemacheck. More cleanup needed in
bconfig.c and back-sql.
|
2005-05-11 22:24:18 +00:00 |
|
Howard Chu
|
f82e2cbf39
|
Make entry_encode/decode independent of slapd structure sizes
|
2005-05-06 21:24:49 +00:00 |
|
Pierangelo Masarati
|
f0122ce3fc
|
move discover function to frontend
|
2005-05-05 00:22:43 +00:00 |
|
Howard Chu
|
8f78d064ee
|
Isolate syncrepl stuff in syncrepl.c
|
2005-04-22 14:38:35 +00:00 |
|
Howard Chu
|
3f542e1868
|
Fixes for ordered deletes
|
2005-04-19 18:37:39 +00:00 |
|
Howard Chu
|
b5ef8ea6f4
|
More modify support. ACL editing works.
|
2005-04-19 16:39:48 +00:00 |
|
Howard Chu
|
d882ce511d
|
Generic ordered value support
|
2005-04-14 10:31:51 +00:00 |
|
Pierangelo Masarati
|
a85603c10b
|
more on ITS#3652
|
2005-04-12 22:38:54 +00:00 |
|
Pierangelo Masarati
|
d2dd3a616c
|
hide changes behind specific #ifdef, conditioned by LDAP_DEBUG; always allow access on back-dnssrv
|
2005-04-12 01:07:30 +00:00 |
|
Howard Chu
|
119cbcaba4
|
Schema unparsing support
|
2005-03-21 08:31:48 +00:00 |
|
Howard Chu
|
fba9235d0f
|
Add HARDCODE schema flags
|
2005-03-21 00:22:54 +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
|
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 |
|
Howard Chu
|
74e38c0ad4
|
More verbmasks cleanup, added index unparsing
|
2005-03-02 16:35:59 +00:00 |
|
Howard Chu
|
530e93f96e
|
Cleanup verb/mask processing
|
2005-03-02 14:49:54 +00:00 |
|
Howard Chu
|
58865ccb38
|
Added general limits retrieval
|
2005-03-01 23:01:47 +00:00 |
|
Howard Chu
|
58939adc36
|
Added limits_unparse_one
|
2005-03-01 21:25:32 +00:00 |
|
Howard Chu
|
5acd0c574b
|
Added authz-regexp, slapi plugin retrieval
|
2005-03-01 20:08:36 +00:00 |
|
Howard Chu
|
21aa0d0f9f
|
Added oidm retrieval
|
2005-03-01 18:05:23 +00:00 |
|
Howard Chu
|
89210b7100
|
Added ldap_pvt_sasl_secprops_unparse, slap_sasl_secprops_unparse
|
2005-03-01 11:42:31 +00:00 |
|
Howard Chu
|
c54cd8b7f1
|
Added replica retrieval
|
2005-02-23 12:03:14 +00:00 |
|
Howard Chu
|
e0ca6e386e
|
Added acl_unparse, slap_sasl_getpolicy
|
2005-02-22 12:02:34 +00:00 |
|
Howard Chu
|
dfb6f870f6
|
Rearrange, merge sasl config back into main config
|
2005-02-20 06:47:54 +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
|
cd797f8089
|
avoid cycling twice in the control list
|
2005-01-29 18:16:38 +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
|
2c801d9c2a
|
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:30:57 +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 |
|
Howard Chu
|
fcf787dc0f
|
Rewritten str2entry, added str2entry2
|
2005-01-24 03:41:51 +00:00 |
|