Pierangelo Masarati
|
79bf6eb80e
|
beautify listener monitor
|
2002-01-28 14:01:16 +00:00 |
|
Howard Chu
|
5e522ca882
|
Changed Access.a_sockurl_pat, Connection.c_listener_url etc.
to struct bervals
|
2002-01-28 11:41:07 +00:00 |
|
Howard Chu
|
278ccf828b
|
Changed be_issuffix and dnParent to struct bervals
|
2002-01-26 06:52:59 +00:00 |
|
Kurt Zeilenga
|
f57057ee01
|
Add system schema flags to backends supporting system schema.
|
2002-01-11 18:26:17 +00:00 |
|
Kurt Zeilenga
|
20dd3c1273
|
Add Backend to system schema check routines
|
2002-01-11 18:00:22 +00:00 |
|
Pierangelo Masarati
|
6c76b2c55d
|
of course this is required by listener monitor
|
2002-01-11 11:48:46 +00:00 |
|
Pierangelo Masarati
|
619f772459
|
listener monitor
|
2002-01-11 11:43:35 +00:00 |
|
Pierangelo Masarati
|
75f1addd76
|
added structural objectclass; reworked obejctclasses to use 'monitor' and 'extensibleObject'; minor cleanup
|
2002-01-11 10:27:58 +00:00 |
|
Pierangelo Masarati
|
f757db004c
|
fix for backend-dependent schema check
|
2002-01-10 20:12:25 +00:00 |
|
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 |
|
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
|
962e351271
|
Minor cleanup
|
2002-01-07 21:22:38 +00:00 |
|
Pierangelo Masarati
|
ed5f670ac1
|
fix c_cdn migration
|
2002-01-07 09:25:20 +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
|
029306a5be
|
Use ldap_queue.h instead of <ac/queue.h>
|
2002-01-03 00:12:46 +00:00 |
|
Howard Chu
|
1a8543da6d
|
Fix for attr_merge
|
2002-01-02 22:46:10 +00:00 |
|
Pierangelo Masarati
|
c8afe173ba
|
more cleanup
|
2002-01-02 18:14:29 +00:00 |
|
Kurt Zeilenga
|
da6928b437
|
use malloc not calloc
|
2002-01-02 17:00:21 +00:00 |
|
Howard Chu
|
4aa2a28692
|
Changed struct berval ** to BVarray
|
2002-01-02 13:28:10 +00:00 |
|
Howard Chu
|
dc4fe01758
|
Remove abandon cruft
|
2002-01-01 12:23:02 +00:00 |
|
Howard Chu
|
de97928160
|
Remove abandon cruft
|
2002-01-01 11:38:30 +00:00 |
|
Howard Chu
|
fdc4dec350
|
Use ldap_str2rdn
|
2002-01-01 09:41:10 +00:00 |
|
Howard Chu
|
743c402265
|
Changed search attrs from struct berval ** to AttributeName *
|
2001-12-31 11:35:52 +00:00 |
|
Pierangelo Masarati
|
7b8c4c3b50
|
fix some ava bugs
|
2001-12-29 15:13:24 +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 |
|
Pierangelo Masarati
|
1a349907f3
|
cached entries are deleted if volatile; small improvements
|
2001-12-28 15:58:51 +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 |
|
Kurt Zeilenga
|
cefce9c965
|
dnExtractRDN should take a struct berval DN.
|
2001-12-27 17:17:01 +00:00 |
|
Pierangelo Masarati
|
0bff9e6eb7
|
struct bervals for DN; fix in send children
|
2001-12-27 15:16:12 +00:00 |
|
Kurt Zeilenga
|
93fb01e2f0
|
Fix modrdn and other misc cleanup
|
2001-12-26 23:03:36 +00:00 |
|
Pierangelo Masarati
|
f6deebfe6b
|
not needed any longer
|
2001-12-26 20:53:49 +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 |
|
Kurt Zeilenga
|
24a4d888dc
|
move compare and delete to struct berval DNs
|
2001-12-26 19:05:26 +00:00 |
|
Kurt Zeilenga
|
d64ec6ee0d
|
modify be_referral to use struct berval DNs.
|
2001-12-26 17:40:34 +00:00 |
|
Howard Chu
|
d474789d0d
|
First pass at converting bind to struct bervals
|
2001-12-26 11:41:38 +00:00 |
|
Pierangelo Masarati
|
29ffe05902
|
more on attrs array from char* to berval*
|
2001-12-26 11:23:35 +00:00 |
|
Howard Chu
|
ede3abc8c7
|
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:47:04 +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 |
|
Kurt Zeilenga
|
2dd27b0786
|
More struct berval DNs
|
2001-12-25 19:48:26 +00:00 |
|
Kurt Zeilenga
|
ae0a17fa4e
|
Adjust e_name.bv_len on modrdn
|
2001-12-25 03:03:03 +00:00 |
|
Kurt Zeilenga
|
3336619c80
|
More "char *" to struct berval DN changes
|
2001-12-25 02:30:01 +00:00 |
|
Howard Chu
|
a61b777cdc
|
Fix uninitialized struct berval* to avoid assert in dnNormalize
|
2001-12-24 20:12:30 +00:00 |
|
Pierangelo Masarati
|
de903b65c9
|
added operations and sent stats to back-monitor; minor cleanup
|
2001-12-22 19:14:10 +00:00 |
|
Pierangelo Masarati
|
328d38713a
|
better handling of on-the-fly operational attrs by means of helpers
|
2001-12-22 14:24:13 +00:00 |
|
Pierangelo Masarati
|
3824672c49
|
added hasSubordinates to back-monitor
|
2001-12-22 12:28:02 +00:00 |
|
Pierangelo Masarati
|
f461eb5c72
|
better description of the backend
|
2001-12-11 11:47:43 +00:00 |
|