Commit Graph

10943 Commits

Author SHA1 Message Date
Kurt Zeilenga
17d920063a subsequent allows/disallows directives should be additive 2004-09-01 00:34:34 +00:00
Kurt Zeilenga
1ece02dc7d cleanup 2004-09-01 00:23:34 +00:00
Jong Hyuk Choi
6baa9b1e2b use ch_malloc for normailzed values 2004-08-31 14:22:56 +00:00
Jong Hyuk Choi
e6df94946d patch for ITS#3296 - do not use sl_malloc on normalized attr values 2004-08-31 13:47:33 +00:00
Kurt Zeilenga
7f22fd5b45 Add note about test.schema 2004-08-30 22:43:38 +00:00
Kurt Zeilenga
c01e9a109d On second thought, reverse that commit.
Rather not promote use of the old schema.
2004-08-30 22:33:18 +00:00
Kurt Zeilenga
efbef99de7 krbName may be useful without old k4bind 2004-08-30 22:28:21 +00:00
Kurt Zeilenga
4d1e5d90a5 Zap old krb5-kdc schema. 2004-08-30 22:23:50 +00:00
Pierangelo Masarati
a469dc6741 fix previous commit 2004-08-30 07:30:01 +00:00
Kurt Zeilenga
192e1da12e Misc updates 2004-08-30 03:02:40 +00:00
Kurt Zeilenga
bbc1e35fd8 Clarify error messages 2004-08-30 02:57:22 +00:00
Jong Hyuk Choi
6f9025423f ITS#3289 - exattrs support 2004-08-29 22:28:28 +00:00
Jong Hyuk Choi
a6c08d747f Use global alloc for now 2004-08-29 20:01:21 +00:00
Jong Hyuk Choi
71f45bd40b Further fixes for ITS#3297 2004-08-29 19:19:22 +00:00
Kurt Zeilenga
48cae5aed8 ITS#3310: Fix lud_host typo 2004-08-29 14:55:56 +00:00
Howard Chu
44d2ec5bb6 Forced Commit - prev commit (1.56) also fixes ITS#3263 (partially?) 2004-08-28 23:52:29 +00:00
Kurt Zeilenga
c449fdd217 TLS SSF does not imply a transport_ssf. 2004-08-28 21:58:20 +00:00
Kurt Zeilenga
89772e9bdd Replace compfilter.schema with test.schema, which now
holds a single attribute type 'componentTest'.  Fix
up test031 to avoid modification of standard schema.
(Not sure why this attribute is needed, tests likely
should operate on userCertificate and other existing
attributes which complex syntaxes.)
2004-08-28 19:41:13 +00:00
Kurt Zeilenga
fea393c077 cleanup 2004-08-28 19:26:59 +00:00
Kurt Zeilenga
b2aa91b22d cleanup 2004-08-28 17:55:05 +00:00
Kurt Zeilenga
1abceb3020 deprecated 2004-08-28 15:52:18 +00:00
Kurt Zeilenga
5cf77e2d31 new RFCs 2004-08-28 15:50:21 +00:00
Kurt Zeilenga
429be3c137 Add FIXME comment regarding improper return of unavailableCriticalExtension
Misc Clean.
2004-08-28 13:45:53 +00:00
Kurt Zeilenga
1ccb936170 fix typo in last commit 2004-08-28 04:01:19 +00:00
Kurt Zeilenga
c9dd33b520 Add scheme check to find_connection 2004-08-28 03:55:02 +00:00
Sang Seok Lim
d997105915 .conf and .schema files for test31-component-filter 2004-08-28 03:53:41 +00:00
Kurt Zeilenga
8064bb6ef1 A better find_connection() port fix 2004-08-28 03:53:31 +00:00
Kurt Zeilenga
1d3eccca9e Partial ITS#3280 fix. ldap:// referrals only. 2004-08-28 03:25:59 +00:00
Kurt Zeilenga
e29381da53 Fix typo 2004-08-28 02:30:18 +00:00
Kurt Zeilenga
e2f2186aa0 Note fixme 2004-08-28 01:26:34 +00:00
Kurt Zeilenga
49bd9befa4 Referrals should not (except in special cases) be
returned for Bind operations, instead invalidCreditials
should be returned.
2004-08-28 01:08:24 +00:00
Kurt Zeilenga
f39d6f80fb ITS#3275: fix logging 2004-08-28 00:50:15 +00:00
Howard Chu
81265a7872 fix uninit'd be_context_csn for syncrepl 2004-08-28 00:26:35 +00:00
Luke Howard
6cdaa19b96 Remove bogus SLAPI code path which special-cased modlist == NULL
This had the effect of setting the result code to LDAP_SUCCESS for modlist == NULL
even on a replica when an update-ref might be set. This was causing a plugin (that
implements the commit phase in a post-op plugin) to write to "read-only" replica.
2004-08-27 19:34:14 +00:00
Kurt Zeilenga
2782b6f46f cleanup 2004-08-27 19:00:15 +00:00
Kurt Zeilenga
fe6e3ba3ef Instead of removing AI_ADDRCONFIG, place behind #ifdef (of undefined
macro).  Add comment indicating configure test needed.
2004-08-27 18:59:34 +00:00
Kurt Zeilenga
6cde4bdeb3 Move LDAP_COMP_MATCH define from ldap.h to slap.h 2004-08-27 18:53:44 +00:00
Kurt Zeilenga
6780800386 Update RFCs and I-Ds... 2004-08-27 18:41:02 +00:00
Kurt Zeilenga
a17c9ec502 Fix init error 2004-08-27 17:54:18 +00:00
Luke Howard
410ca3d1a9 Allow mods to be NULL in slapi_int_ldapmods2modifications() 2004-08-27 17:27:09 +00:00
Luke Howard
8c764e8d63 Fix a SLAPI bug where slapd could crash if a preop plugin changed the mods
list and a subsequent plugin aborted the operation -- regardless of the
preop result the frontend must refetch the array of LDAPMods
2004-08-27 17:12:01 +00:00
Ralf Haferkamp
0185c75c2f added new test slapd-modify (based on slapd-modrdn). Adds a single attribute to an entry and removes it again. 2004-08-27 17:07:18 +00:00
Sang Seok Lim
78d08a8271 Misc Bug Fix:
- Remove unused variables
- Remove the attribute for component filter test in core.schema
2004-08-26 16:43:28 +00:00
Luke Howard
8d1f26b7b6 Check for opinfo->boi_txn before using it - sometimes it is NULL even if
opinfo isn't
2004-08-26 10:17:53 +00:00
Luke Howard
400458c9c5 Don't use SLAPI_TARGET_DN for group plugins - it is required elsewhere 2004-08-26 10:04:08 +00:00
Luke Howard
bccb4860ec Sync with slapd/slapi/slapi.h (whose idea was it ever to have the same
headers in two places? :))
2004-08-26 05:30:49 +00:00
Luke Howard
739dcf2193 boi_bdb must be set 2004-08-26 05:27:59 +00:00
Luke Howard
563f73b81d backend_compute_output_attr() should use actual computed attribute type
returned by the plugin, rather than that requested by backend_attribute(),
for ACL checking.

They should of course be the same but this is the "correct" approach from
both a security and readability perspective
2004-08-26 05:18:33 +00:00
Luke Howard
815efedff5 Fix "FIXME" in slapi_attr_add_value() - store normalized value as well as
real value
2004-08-26 05:02:21 +00:00
Luke Howard
102cd721ef Extend backend_attribute() to support computed attributes (SLAPI) 2004-08-26 05:02:01 +00:00