Howard Chu
|
445a4766ea
|
Added ber_get_stringbv
|
2001-12-31 14:43:54 +00:00 |
|
Howard Chu
|
ac39aa5032
|
Tweak previous commit
|
2001-12-31 12:57:17 +00:00 |
|
Howard Chu
|
d8e70bd5f4
|
in sb_debug_read/write save errno before logging a failure.
ber_log_printf can cause errors of its own and obscure the original.
|
2001-12-31 12:50:09 +00:00 |
|
Howard Chu
|
e823c74811
|
Fix typo
|
2001-12-31 12:37:45 +00:00 |
|
Howard Chu
|
9405761404
|
Moved free list to avoid additional mutex
|
2001-12-31 06:46:03 +00:00 |
|
Howard Chu
|
b92710e3a5
|
Minor cleanup
|
2001-12-31 06:44:36 +00:00 |
|
Howard Chu
|
fbc54d47d3
|
Added ber_free_buf()
|
2001-12-31 06:01:59 +00:00 |
|
Howard Chu
|
6e66d14311
|
Fix previous commit
|
2001-12-31 04:01:26 +00:00 |
|
Howard Chu
|
3e90c7dd42
|
Use queue-compat.h for queue management. Cache ctx structures on a free
list instead of always freeing them.
|
2001-12-31 03:05:56 +00:00 |
|
Howard Chu
|
b7be022824
|
Minor fix for LDAP_DN_IS_RDN_DC macro
|
2001-12-30 23:10:31 +00:00 |
|
Howard Chu
|
776ce133e9
|
More str2rdn tweaks
|
2001-12-30 09:42:58 +00:00 |
|
Howard Chu
|
5d28b4555e
|
Reorganize LDAPAVA allocation layout
|
2001-12-30 06:56:57 +00:00 |
|
Pierangelo Masarati
|
754470162d
|
remove useless function
|
2001-12-29 12:13:11 +00:00 |
|
Howard Chu
|
a191392e2e
|
Changed LDAP_AVA struct berval * to struct berval.
|
2001-12-29 10:35:24 +00:00 |
|
Howard Chu
|
60510c5e39
|
Fix memory leak in ldap_explode_dn
|
2001-12-29 06:37:20 +00:00 |
|
Howard Chu
|
729fe56698
|
Made LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
|
2001-12-29 02:57:32 +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
|
4d7e904404
|
Added ldap_dn2bv and ldap_rdn2bv
|
2001-12-28 10:03:39 +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 |
|
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 |
|
Pierangelo Masarati
|
1f8e4d3884
|
cleanup
|
2001-12-27 13:54:22 +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
|
a553a03586
|
More struct berval DNs changes
|
2001-12-26 23:43:28 +00:00 |
|
Kurt Zeilenga
|
5105b656b7
|
lint removal
|
2001-12-26 21:05:56 +00:00 |
|
Howard Chu
|
327f253183
|
Add optional len to ber_str2bv
|
2001-12-26 13:45:22 +00:00 |
|
Howard Chu
|
a1460e74ce
|
Added ldap_xxx2bv schema functions
|
2001-12-26 12:31:44 +00:00 |
|
Howard Chu
|
733056970e
|
Changed ber_bvdup to ber_dupbv with destination provided
|
2001-12-26 11:15:28 +00:00 |
|
Howard Chu
|
fb3af1ccbd
|
Merged ber_bvstr and ber_bvstrdup into ber_str2bv.
|
2001-12-26 10:06:19 +00:00 |
|
Pierangelo Masarati
|
5f28673792
|
hex escape everything requires escape (uncomment #define PRETTY_ESCAPE to revert to previous behavior)
|
2001-12-24 19:17:10 +00:00 |
|
Pierangelo Masarati
|
4d981f7cc5
|
better rdn exploding
|
2001-12-24 15:47:06 +00:00 |
|
Pierangelo Masarati
|
65fad45129
|
bug in explode dn (caused most test failures when requesting client-side sorted results)
|
2001-12-24 10:31:11 +00:00 |
|
Kurt Zeilenga
|
450e0d6803
|
Some minor bugs for dntest ""
|
2001-12-24 07:22:25 +00:00 |
|
Kurt Zeilenga
|
a2c6a98427
|
cannot assert la_private == NULL on free
|
2001-12-24 07:03:14 +00:00 |
|
Kurt Zeilenga
|
883196d348
|
Clean up some symbol scoping
|
2001-12-24 06:36:44 +00:00 |
|
Kurt Zeilenga
|
04ea760a91
|
Delete USE_LDAP_DN_PARSING
|
2001-12-24 06:02:59 +00:00 |
|
Kurt Zeilenga
|
d0abe6f59f
|
Misc DN cleanup, no functional changes
|
2001-12-24 06:00:02 +00:00 |
|
Kurt Zeilenga
|
25b5aaf262
|
Delete ldap_build_filter(), it's broke.
Clean up headers.
|
2001-12-24 03:49:54 +00:00 |
|
Kurt Zeilenga
|
9d56c59d1b
|
Minor cleanup, rename ldapava_free_*() routines and
don't expose symbols of ava helper routines
|
2001-12-23 22:46:37 +00:00 |
|
Pierangelo Masarati
|
dcc062dce5
|
least escaping in dnPretty (hope my wife doesn't catch me in front of the laptop :)
|
2001-12-23 09:26:44 +00:00 |
|
Pierangelo Masarati
|
6620bbff16
|
small bug exploited by malformed DCE format
|
2001-12-23 09:04:44 +00:00 |
|
Stig Venaas
|
9705dcfcd6
|
Error in exclusion set macros
|
2001-12-22 17:17:52 +00:00 |
|
Kurt Zeilenga
|
0845c0bf6f
|
zap tmplout
|
2001-12-21 04:38:36 +00:00 |
|
Kurt Zeilenga
|
80649933bd
|
Zap tmplout
|
2001-12-21 03:28:48 +00:00 |
|
Kurt Zeilenga
|
6ca3ed1b1e
|
Fix cache debugging (ITS#1501) based upon patch provided by
Will Day <willday@rom.oit.gatech.edu>.
|
2001-12-20 20:11:03 +00:00 |
|
Kurt Zeilenga
|
ae6b840350
|
Remove ttest
|
2001-12-20 07:29:33 +00:00 |
|
Kurt Zeilenga
|
c9afb5e8a3
|
misc cleanup
|
2001-12-20 01:43:03 +00:00 |
|
Kurt Zeilenga
|
c90b4fc878
|
Back out last change
|
2001-12-19 21:55:52 +00:00 |
|
Kurt Zeilenga
|
1f8cba688d
|
dsparse still needed by filter templates (which are used by ud(1)).
|
2001-12-19 21:53:30 +00:00 |
|