Howard Chu
|
729fe56698
|
Made LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
|
2001-12-29 02:57:32 +00:00 |
|
Howard Chu
|
40dc0aa329
|
Silence warning
|
2001-12-29 02:56:27 +00:00 |
|
Howard Chu
|
c4b432cb3f
|
Fix newSuperior handling. Back out previous commit.
|
2001-12-29 02:56:08 +00:00 |
|
Pierangelo Masarati
|
04ce28cf48
|
a couple of comments; will require special DN handling ...
|
2001-12-28 18:18:16 +00:00 |
|
Pierangelo Masarati
|
1a349907f3
|
cached entries are deleted if volatile; small improvements
|
2001-12-28 15:58:51 +00:00 |
|
Pierangelo Masarati
|
c8335e7d14
|
strengthen previous commit
|
2001-12-28 15:56:18 +00:00 |
|
Pierangelo Masarati
|
9dab474fa4
|
fix realloc bug
|
2001-12-28 15:28:10 +00:00 |
|
Pierangelo Masarati
|
cd8eb327d6
|
more exploitation of efficient parsing
|
2001-12-28 15:13:16 +00:00 |
|
Pierangelo Masarati
|
f2a80ff827
|
fix acl_dn_pat bervalization
|
2001-12-28 14:47:26 +00:00 |
|
Pierangelo Masarati
|
2f3f7c6765
|
ldap_str2rdn() can parse without allocating a LDAPRDN* (not very clean, though); used by dn_rdnlen
|
2001-12-28 12:50:48 +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
|
4d7e904404
|
Added ldap_dn2bv and ldap_rdn2bv
|
2001-12-28 10:03:39 +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 |
|
Howard Chu
|
ef62c618d7
|
Fix previous commit
|
2001-12-28 08:01:01 +00:00 |
|
Howard Chu
|
0039cb2a37
|
More dnPrettyNormal
|
2001-12-28 07:58:54 +00:00 |
|
Kurt Zeilenga
|
699a092967
|
More dn_normalize -> dnNormalize changes
|
2001-12-28 07:41:52 +00:00 |
|
Kurt Zeilenga
|
27f42bba62
|
More dn_normalize() -> dnNormalize() changes
|
2001-12-28 07:30:34 +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
|
4810c8c255
|
dn_normalize -> dnNormalize
|
2001-12-28 07:09:12 +00:00 |
|
Howard Chu
|
06b350c04c
|
Moved WSAStartup/WSACleanup to libldap/init.c. Cleanup occurs in the
internal atexit handler.
|
2001-12-28 06:12:17 +00:00 |
|
Kurt Zeilenga
|
c214a13a59
|
Works... now to test our filter parser!
|
2001-12-28 04:33:57 +00:00 |
|
Howard Chu
|
6b413395fd
|
More struct beral conversion
|
2001-12-28 04:20:08 +00:00 |
|
Kurt Zeilenga
|
bf5fc54473
|
Add ftest (filter test) to the mix, needs work.
Misc cleanup of other tests.
Add *.dsp files for tests
|
2001-12-28 03:39:05 +00:00 |
|
Kurt Zeilenga
|
52a354f753
|
Mark more stuff as deprecated and remove some unused deprecated
routines.
|
2001-12-27 23:01:17 +00:00 |
|
Kurt Zeilenga
|
b17572c7d3
|
cleanup
|
2001-12-27 23:01:09 +00:00 |
|
Pierangelo Masarati
|
cd06dac298
|
:)
|
2001-12-27 18:10:25 +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 |
|
Pierangelo Masarati
|
70e7d58c7d
|
small improvement and prototyping
|
2001-12-27 15:15:30 +00:00 |
|
Pierangelo Masarati
|
1f8e4d3884
|
cleanup
|
2001-12-27 13:54:22 +00:00 |
|
Pierangelo Masarati
|
02153708a0
|
conversion to berval DN
|
2001-12-27 12:17:54 +00:00 |
|
Pierangelo Masarati
|
7d63865e9f
|
group and attribute conversion to berval DN
|
2001-12-27 12:17:28 +00:00 |
|
Pierangelo Masarati
|
bc68b6faa7
|
matched_dn may be null
|
2001-12-27 12:16:58 +00:00 |
|
Howard Chu
|
102cb93220
|
Fix memory leak in str2entry
|
2001-12-27 10:25:50 +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
|
208a88f872
|
Don't enable IPv6 if --disable-ipv6
|
2001-12-27 02:22:13 +00:00 |
|
Kurt Zeilenga
|
f9c2dc3701
|
Clean up a few globals
|
2001-12-27 02:03:57 +00:00 |
|
Howard Chu
|
ef31250591
|
More struct berval fixes
|
2001-12-27 01:38:15 +00:00 |
|
Howard Chu
|
0e5e2a95fd
|
More struct berval fixes for modrdn
|
2001-12-27 01:10:52 +00:00 |
|
Kurt Zeilenga
|
02700a4f14
|
Trim RFCs
|
2001-12-27 01:09:58 +00:00 |
|
Kurt Zeilenga
|
acf57308c1
|
Trim RFCs
|
2001-12-27 01:02:40 +00:00 |
|
Kurt Zeilenga
|
9465ef0616
|
Zap some old I-Ds which are not terrible relevant anymore.
Note that old I-Ds can always be found on www.watersprings.com
|
2001-12-27 01:00:24 +00:00 |
|
Howard Chu
|
3e826ae1c7
|
More struct berval fixes for modrdn
|
2001-12-27 00:58:14 +00:00 |
|
Kurt Zeilenga
|
76524f6c50
|
Misc updates
|
2001-12-27 00:55:42 +00:00 |
|
Kurt Zeilenga
|
af92beb21e
|
a misc. few updates...
|
2001-12-27 00:42:04 +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 |
|