Kurt Zeilenga
|
21c8846e64
|
Fix last commit
|
2002-01-16 05:44:21 +00:00 |
|
Kurt Zeilenga
|
20af643fc4
|
more cleanup
|
2002-01-16 04:40:41 +00:00 |
|
Kurt Zeilenga
|
d2f5d75885
|
Remove unused deprecated DN routines.
Only dn_validate, dn_normalize, and dn_parent remain (for now).
|
2002-01-16 00:16:51 +00:00 |
|
Kurt Zeilenga
|
13af7fb073
|
Misc. cleanup, remove lint, remove unused deprecated functions, etc.
|
2002-01-15 07:29:15 +00:00 |
|
Howard Chu
|
ac1332cdb8
|
Renamed BVarray to BerVarray. Moved slapd:bvarray_{add,free} to
liblber:ber_bvarray_{add,free}.
|
2002-01-14 01:43:17 +00:00 |
|
Kurt Zeilenga
|
9a3dcc376c
|
Zap connection_internal_*
|
2002-01-13 18:05:16 +00:00 |
|
Pierangelo Masarati
|
3bddc61a2a
|
clarify macro name: dn_match = 1 if match, 0 otherwise
|
2002-01-12 17:42:44 +00:00 |
|
Pierangelo Masarati
|
e89d7b1280
|
some memory handling cleanup: check that memory is freed by who allocated it, or at least put a FIXME where not
|
2002-01-12 17:35:01 +00:00 |
|
Pierangelo Masarati
|
725e13dade
|
slap_strncopy function
|
2002-01-12 16:02:51 +00:00 |
|
Kurt Zeilenga
|
2d09d18de5
|
Add collective attribute system schema support.
|
2002-01-11 20:28:05 +00:00 |
|
Pierangelo Masarati
|
619f772459
|
listener monitor
|
2002-01-11 11:43:35 +00:00 |
|
Pierangelo Masarati
|
5dfbf93687
|
need this outside for back monitor ...
|
2002-01-11 10:46:58 +00:00 |
|
Kurt Zeilenga
|
c3b62aae91
|
Fix the bits
|
2002-01-10 22:54:24 +00:00 |
|
Kurt Zeilenga
|
55501e886f
|
Rework backend (lastmod + glue + system schema) flags
|
2002-01-10 22:34:11 +00:00 |
|
Howard Chu
|
54dae3d3d3
|
Fix str2anlist declaration, str is not const. (gets overwritten if
there is an error.)
|
2002-01-10 20:25:23 +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 |
|
Kurt Zeilenga
|
6ed15e3350
|
Another round of operational attribute changes... more to follow.
|
2002-01-10 01:46:08 +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
|
bc1cd95149
|
Rework control infrastructure a bit. Add subentries visibility control.
|
2002-01-09 06:29:54 +00:00 |
|
Kurt Zeilenga
|
2958cb4dd0
|
A subentries control framework
|
2002-01-09 00:05:49 +00:00 |
|
Kurt Zeilenga
|
e9342bc7a9
|
Don't use 'void *' unnecessarily.
|
2002-01-07 20:28:02 +00:00 |
|
Kurt Zeilenga
|
eaf3264184
|
Add some critical control checks.
|
2002-01-06 00:36:55 +00:00 |
|
Kurt Zeilenga
|
0e2af54a3f
|
Update copyright statements
|
2002-01-04 21:17:25 +00:00 |
|
Howard Chu
|
013b3a9f3d
|
Minor cleanup
|
2002-01-02 23:26:20 +00:00 |
|
Howard Chu
|
b15eebf50b
|
Minor cleanup. bvarray_add should return success/fail, like
ber_bvecadd does.
|
2002-01-02 13:03:46 +00:00 |
|
Howard Chu
|
f52cc9bab5
|
Change struct berval ** to BVarray
|
2002-01-02 11:00:36 +00:00 |
|
Howard Chu
|
743c402265
|
Changed search attrs from struct berval ** to AttributeName *
|
2001-12-31 11:35:52 +00:00 |
|
Howard Chu
|
e6d4c7dbcc
|
Added oidm_destroy
|
2001-12-31 04:35:02 +00:00 |
|
Howard Chu
|
185ff129b5
|
Change struct berval * to struct berval in various structures
|
2001-12-29 15:01:10 +00:00 |
|
Howard Chu
|
975a5e9a24
|
Added dnPretty2/dnNormalize2 using preallocated destination berval
|
2001-12-29 04:48:00 +00:00 |
|
Howard Chu
|
92c6c9c25d
|
Misc berval stuff.
|
2001-12-28 11:45:25 +00:00 |
|
Howard Chu
|
65636e0855
|
Changed dnExtractRdn to use a provided berval instead of allocating one.
Use ldap_dn2bv and ldap_rdn2bv instead of the *2str versions.
|
2001-12-28 10:04:53 +00:00 |
|
Howard Chu
|
d6a37432bd
|
Changed dn_rdn/dn_rdnlen to struct berval
|
2001-12-28 08:38:24 +00:00 |
|
Howard Chu
|
292c575c1f
|
Added dnPrettyNormal, do both Pretty and Normalize at once to save
some ldap_str2dn overhead.
|
2001-12-28 07:27:15 +00:00 |
|
Kurt Zeilenga
|
cefce9c965
|
dnExtractRDN should take a struct berval DN.
|
2001-12-27 17:17:01 +00:00 |
|
Pierangelo Masarati
|
70e7d58c7d
|
small improvement and prototyping
|
2001-12-27 15:15:30 +00:00 |
|
Kurt Zeilenga
|
cddf7e0e00
|
More struct berval DN changes
decrease dependency on dn_validate/dn_normalize
|
2001-12-27 07:13:13 +00:00 |
|
Kurt Zeilenga
|
f9c2dc3701
|
Clean up a few globals
|
2001-12-27 02:03:57 +00:00 |
|
Howard Chu
|
3e826ae1c7
|
More struct berval fixes for modrdn
|
2001-12-27 00:58:14 +00:00 |
|
Kurt Zeilenga
|
ef7a99ff99
|
Additional struct berval DN changes...
|
2001-12-26 23:26:55 +00:00 |
|
Kurt Zeilenga
|
21cecb3831
|
Update referral handling to use struct berval DNs.
|
2001-12-26 20:59:24 +00:00 |
|
Kurt Zeilenga
|
139e78e35c
|
Remove lint.
|
2001-12-26 16:52:26 +00:00 |
|
Kurt Zeilenga
|
21288fbb21
|
Misc cleanup and dn_normalize() zapping
Fix nameAndOptionalIdentifer syntax.
|
2001-12-26 16:42:35 +00:00 |
|
Howard Chu
|
2a3dc7ab8f
|
Moved bdb_strcopy to slap_strcopy
|
2001-12-26 15:52:46 +00:00 |
|
Howard Chu
|
d0add35348
|
Changed get_limits to struct berval*
|
2001-12-26 15:28:01 +00:00 |
|
Howard Chu
|
15f630545a
|
Changed ma_rule_text to struct berval.
Changed get_filter to struct bervals
|
2001-12-26 13:47:10 +00:00 |
|
Howard Chu
|
d474789d0d
|
First pass at converting bind to struct bervals
|
2001-12-26 11:41:38 +00:00 |
|
Howard Chu
|
68b1bbb89d
|
Changed search attrs to struct berval **.
Use typedefs for all backend functions, to minimize work in future API
updates. (back-*/external.h will never need updating in the future.)
|
2001-12-26 08:17:44 +00:00 |
|