Commit Graph

5985 Commits

Author SHA1 Message Date
Kurt Zeilenga
27a26905b7 Use NULL for be parameter to entry_schema_check() for now. 2002-01-10 19:48:43 +00:00
Kurt Zeilenga
c816ebc225 Add Backend argument to entry_schema_check() to support system schema
checks (in addition to user application schema checks).
2002-01-10 19:37:03 +00:00
Howard Chu
f5bfb64f07 Fix lint in previous commit 2002-01-10 18:55:13 +00:00
Kurt Zeilenga
f662a39d41 Add start of subentry support... still need to sort out
administrativeRole restricts.
2002-01-10 18:18:37 +00:00
Kurt Zeilenga
0a194f2fa1 Remove references to dead schema 2002-01-10 13:13:32 +00:00
Howard Chu
93d9a11089 Mention that objectClass names are valid in the attrs=<attrlist> clause. 2002-01-10 10:02:51 +00:00
Howard Chu
8067107ed2 Added an_oc to AttributeName for caching ObjectClass lookups.
Added error checking to str2anlist; if the attr name doesn't match
any attribute or objectclass the offending attr name is displayed.
2002-01-10 09:54:14 +00:00
Kurt Zeilenga
bf5b4405fe More clean up of system schema changes 2002-01-10 06:58:57 +00:00
Kurt Zeilenga
aa9612f051 add system schema checks 2002-01-10 06:30:26 +00:00
Kurt Zeilenga
b4bb3b5bf8 Fix up last commit 2002-01-10 05:54:50 +00:00
Kurt Zeilenga
58a72b915a More operational attribute infrastructure... 2002-01-10 05:31:49 +00:00
Kurt Zeilenga
dffb050d81 Remove lint 2002-01-10 05:30:23 +00:00
Howard Chu
627d354b98 For Windows, use getsockopt() to retrieve error if connect() fails.
Don't use ldap_pvt_is_socket_ready() at all on Windows, it is
totally unneeded and getpeername() misbehaves on W2K.
2002-01-10 05:12:11 +00:00
Kurt Zeilenga
cadecfaae1 Finish building in operational attributes 2002-01-10 04:10:54 +00:00
Kurt Zeilenga
f4336c8953 More builtin operational attributes 2002-01-10 03:31:11 +00:00
Kurt Zeilenga
7fcf4e011c Cleanup last commit. Need to add more internal schema.... 2002-01-10 02:01:00 +00:00
Kurt Zeilenga
6ed15e3350 Another round of operational attribute changes... more to follow. 2002-01-10 01:46:08 +00:00
Kurt Zeilenga
91644affd9 Minor cleanup 2002-01-10 00:54:31 +00:00
Kurt Zeilenga
c80d93f2bb Start of new operational attribute framework 2002-01-10 00:17:21 +00:00
Kurt Zeilenga
74421a28ec Round 2 of subentry changes 2002-01-09 19:43:15 +00:00
Kurt Zeilenga
9b0585f393 Add very basic subentry search support. 2002-01-09 19:21:07 +00:00
Kurt Zeilenga
39c02506de Fix problems caused by lint removal 2002-01-09 18:18:36 +00:00
Kurt Zeilenga
22f993f89b Remove some lint caused by the changes in const'ification 2002-01-09 06:30:23 +00:00
Kurt Zeilenga
bc1cd95149 Rework control infrastructure a bit. Add subentries visibility control. 2002-01-09 06:29:54 +00:00
Kurt Zeilenga
e19fdf58c0 Add some comments 2002-01-09 00:19:56 +00:00
Kurt Zeilenga
053251ee88 Bring nadf back from attic, but note that it is obsolete 2002-01-09 00:19:20 +00:00
Kurt Zeilenga
2958cb4dd0 A subentries control framework 2002-01-09 00:05:49 +00:00
Kurt Zeilenga
2a0bb35194 Move nadf to attic 2002-01-08 23:54:53 +00:00
Kurt Zeilenga
5a6f77e92b comment out pilotObject as it depends on lastModifiedBy
move nadf.schema as it depends on lastModifiedBy
2002-01-08 23:54:24 +00:00
Kurt Zeilenga
205f1bd71b Clarify comment. 2002-01-08 21:14:00 +00:00
Kurt Zeilenga
c9700526e1 Use iplanet OID (with typo fixed) for inetLocalMailRecipient 2002-01-08 21:09:52 +00:00
Kurt Zeilenga
180a37268e comment out obsolete operational schema 2002-01-08 21:08:03 +00:00
Kurt Zeilenga
f80b4ad53e Minor const'ification cleanup 2002-01-08 20:24:56 +00:00
Kurt Zeilenga
587d36e18b A few changes to the handling of operational attributes.
Small preparation for applying tighter semantics to operational attributes.
2002-01-08 20:22:41 +00:00
Kurt Zeilenga
319b92202b Fix ACL logic for non-regex peername, sockname, etc. 2002-01-08 02:55:03 +00:00
Kurt Zeilenga
7db15e9d12 Remove lint. 2002-01-07 21:48:17 +00:00
Kurt Zeilenga
962e351271 Minor cleanup 2002-01-07 21:22:38 +00:00
Kurt Zeilenga
e9342bc7a9 Don't use 'void *' unnecessarily. 2002-01-07 20:28:02 +00:00
Kurt Zeilenga
c4902e88d5 Don't unlock if we've never locked. 2002-01-07 20:18:38 +00:00
Pierangelo Masarati
e5f503c24a Passes last test (empty value); also passes many of the invalid DN tests if liberal parsing is allowed 2002-01-07 15:23:23 +00:00
Pierangelo Masarati
e15aa7b682 fix non-printable flag detection; improve dn test (passes all but last in http://www.openldap.org/ietf/ldapbis/dn.txt) 2002-01-07 15:10:50 +00:00
Pierangelo Masarati
23cd7e837a fix domain generation for UFN 2002-01-07 13:16:53 +00:00
Pierangelo Masarati
a8697827c8 fix questionable behavior in case of bind errors 2002-01-07 10:15:05 +00:00
Pierangelo Masarati
ed5f670ac1 fix c_cdn migration 2002-01-07 09:25:20 +00:00
Kurt Zeilenga
89e60eda54 Lachman laser is expired. 2002-01-07 07:41:45 +00:00
Kurt Zeilenga
3dd36b0e0a Add collective schema (not yet implemented) 2002-01-07 04:45:06 +00:00
Kurt Zeilenga
95c6eae74a Clarify DESC 2002-01-07 04:44:50 +00:00
Howard Chu
26e327f32e Fix some debug statements 2002-01-06 07:21:06 +00:00
Howard Chu
50277c6abe Added LDAP_FILTER_EXT case to filter_free() 2002-01-06 06:21:30 +00:00
Howard Chu
e75627a7a7 Don't need to malloc/free ma_rule_text 2002-01-06 06:21:11 +00:00