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 |
|
Howard Chu
|
b96645af7d
|
More struct berval changes, dnNormalize migration...
|
2001-12-26 04:17:49 +00:00 |
|
Kurt Zeilenga
|
2dd27b0786
|
More struct berval DNs
|
2001-12-25 19:48:26 +00:00 |
|
Kurt Zeilenga
|
e08a10b853
|
Have replog() use struct berval DNs
|
2001-12-25 04:09:09 +00:00 |
|
Kurt Zeilenga
|
3336619c80
|
More "char *" to struct berval DN changes
|
2001-12-25 02:30:01 +00:00 |
|
Kurt Zeilenga
|
5ee89d6167
|
Use struct berval DNs for root DN and update DN
|
2001-12-25 00:05:26 +00:00 |
|
Kurt Zeilenga
|
f6085d3f82
|
Every quick mod to use a struct berval for e_dn/e_ndn. No bv_len yet.
|
2001-12-24 16:53:47 +00:00 |
|
Howard Chu
|
70194f9ad6
|
Changed suffix_alias() to use struct berval * in-place.
|
2001-12-24 16:29:18 +00:00 |
|
Kurt Zeilenga
|
883196d348
|
Clean up some symbol scoping
|
2001-12-24 06:36:44 +00:00 |
|
Kurt Zeilenga
|
d0abe6f59f
|
Misc DN cleanup, no functional changes
|
2001-12-24 06:00:02 +00:00 |
|
Kurt Zeilenga
|
e701812f27
|
Make note of deprecated DN routines. Need to write
"struct berval" versions
|
2001-12-24 04:39:15 +00:00 |
|