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
|
6981960be0
|
Deleted autosubtypes support.
|
2002-01-15 01:50:09 +00:00 |
|
Howard Chu
|
fde56a188c
|
More fixes for autosubtype index generation
|
2002-01-14 20:49:06 +00:00 |
|
Howard Chu
|
f4cfb13f2c
|
Fix previous commit
|
2002-01-14 20:26:51 +00:00 |
|
Howard Chu
|
2e8a98e3a1
|
Fix subtype indexing. Really really made it the default.
|
2002-01-14 10:37:08 +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 |
|
Howard Chu
|
92481f7057
|
Modify performance patch from Gertjan van Wingerde <gwingerde@home.nl>
|
2002-01-13 23:23:23 +00:00 |
|
Howard Chu
|
8b969479f4
|
Turn on BDB_IDL_MULTI by default
|
2002-01-13 22:26:29 +00:00 |
|
Pierangelo Masarati
|
fafce1601e
|
consistently use dn_match macro throughout slapd
|
2002-01-12 18:17:13 +00:00 |
|
Pierangelo Masarati
|
f8fb4aca76
|
error message from be_entry_put tool backend function
|
2002-01-12 16:00:51 +00:00 |
|
Kurt Zeilenga
|
f57057ee01
|
Add system schema flags to backends supporting system schema.
|
2002-01-11 18:26:17 +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
|
f662a39d41
|
Add start of subentry support... still need to sort out
administrativeRole restricts.
|
2002-01-10 18:18:37 +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 |
|
Howard Chu
|
26e327f32e
|
Fix some debug statements
|
2002-01-06 07:21:06 +00:00 |
|
Howard Chu
|
ec46a2f33a
|
Use 'm' ber_scanf format where convenient
|
2002-01-06 06:11:01 +00:00 |
|
Kurt Zeilenga
|
c83b406fdc
|
Fix compile errors
|
2002-01-05 19:36:41 +00:00 |
|
Pierangelo Masarati
|
d0261ee534
|
leftover ber_bvdup eliminated; rewritten ber_bvdup in terms of ber_dupbv; eliminated wrapper macro; other ber_* improvements
|
2002-01-05 17:49:59 +00:00 |
|
Kurt Zeilenga
|
0e2af54a3f
|
Update copyright statements
|
2002-01-04 21:17:25 +00:00 |
|
Howard Chu
|
9ad0c5a2e5
|
Fix from Jonghyuk Choi jongchoi@us.ibm.com; return 0 IDs when bdb_key_read
returns DB_NOTFOUND.
|
2002-01-03 05:53:27 +00:00 |
|
Howard Chu
|
f52cc9bab5
|
Change struct berval ** to BVarray
|
2002-01-02 11:00:36 +00:00 |
|
Howard Chu
|
b2809cb330
|
Fix dnParent to return "" for root
|
2002-01-01 13:32:10 +00:00 |
|
Howard Chu
|
de97928160
|
Remove abandon cruft
|
2002-01-01 11:38:30 +00:00 |
|
Howard Chu
|
1a7d129585
|
Use ldap_str2rdn instead of rdn_attr
|
2002-01-01 09:18:34 +00:00 |
|
Howard Chu
|
743c402265
|
Changed search attrs from struct berval ** to AttributeName *
|
2001-12-31 11:35:52 +00:00 |
|
Howard Chu
|
07b4ad7fa2
|
Use dnIsSuffix
|
2001-12-30 10:47:28 +00:00 |
|
Howard Chu
|
185ff129b5
|
Change struct berval * to struct berval in various structures
|
2001-12-29 15:01:10 +00:00 |
|
Howard Chu
|
dd59babf43
|
More cleanup
|
2001-12-29 10:25:19 +00:00 |
|
Howard Chu
|
68daf5bee9
|
Misc cleanup
|
2001-12-29 05:44:37 +00:00 |
|
Howard Chu
|
975a5e9a24
|
Added dnPretty2/dnNormalize2 using preallocated destination berval
|
2001-12-29 04:48:00 +00:00 |
|
Howard Chu
|
c4b432cb3f
|
Fix newSuperior handling. Back out previous commit.
|
2001-12-29 02:56:08 +00:00 |
|
Howard Chu
|
514f605ef5
|
Fix modrdn newSuperior checks
|
2001-12-28 09:48:52 +00:00 |
|
Howard Chu
|
d6a37432bd
|
Changed dn_rdn/dn_rdnlen to struct berval
|
2001-12-28 08:38:24 +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 |
|
Howard Chu
|
ef31250591
|
More struct berval fixes
|
2001-12-27 01:38:15 +00:00 |
|
Howard Chu
|
3e826ae1c7
|
More struct berval fixes for modrdn
|
2001-12-27 00:58:14 +00:00 |
|
Kurt Zeilenga
|
b503ca65ee
|
Misc cleanup
|
2001-12-27 00:31:55 +00:00 |
|
Kurt Zeilenga
|
b144879650
|
Quick struct berval DN support for defer alias API.
Underlying code needs work.
|
2001-12-27 00:26:59 +00:00 |
|
Kurt Zeilenga
|
3a8f99a24d
|
add group.c
|
2001-12-27 00:18:09 +00:00 |
|
Kurt Zeilenga
|
f2eadedd5f
|
Quick patch to support struct berval dn2entry changes
|
2001-12-27 00:10:44 +00:00 |
|
Kurt Zeilenga
|
467213affd
|
Update groups to use struct berval DNs.
|
2001-12-26 23:49:19 +00:00 |
|
Kurt Zeilenga
|
a553a03586
|
More struct berval DNs changes
|
2001-12-26 23:43:28 +00:00 |
|
Howard Chu
|
e8fa25a215
|
Changed Filter.f_dn to struct berval*
|
2001-12-26 23:37:59 +00:00 |
|
Howard Chu
|
66dc664930
|
Some more (incomplete) struct berval conversion
|
2001-12-26 23:26:17 +00:00 |
|
Kurt Zeilenga
|
21cecb3831
|
Update referral handling to use struct berval DNs.
|
2001-12-26 20:59:24 +00:00 |
|
Kurt Zeilenga
|
bd0135ccb4
|
Move search, modify, and modrdn APIs to struct berval DNs.
Much clean up is needed.
|
2001-12-26 19:50:40 +00:00 |
|