]>
git.sur5r.net Git - openldap/log
Pierangelo Masarati [Sat, 29 Dec 2001 15:13:24 +0000 (15:13 +0000)]
fix some ava bugs
Howard Chu [Sat, 29 Dec 2001 15:01:10 +0000 (15:01 +0000)]
Change struct berval * to struct berval in various structures
Pierangelo Masarati [Sat, 29 Dec 2001 14:18:31 +0000 (14:18 +0000)]
fix rewrite stuff
Pierangelo Masarati [Sat, 29 Dec 2001 12:13:11 +0000 (12:13 +0000)]
remove useless function
Howard Chu [Sat, 29 Dec 2001 10:35:24 +0000 (10:35 +0000)]
Changed LDAP_AVA struct berval * to struct berval.
Pierangelo Masarati [Sat, 29 Dec 2001 10:30:23 +0000 (10:30 +0000)]
cleanup
Howard Chu [Sat, 29 Dec 2001 10:25:19 +0000 (10:25 +0000)]
More cleanup
Howard Chu [Sat, 29 Dec 2001 06:37:20 +0000 (06:37 +0000)]
Fix memory leak in ldap_explode_dn
Howard Chu [Sat, 29 Dec 2001 05:44:37 +0000 (05:44 +0000)]
Misc cleanup
Howard Chu [Sat, 29 Dec 2001 04:48:00 +0000 (04:48 +0000)]
Added dnPretty2/dnNormalize2 using preallocated destination berval
Howard Chu [Sat, 29 Dec 2001 02:57:32 +0000 (02:57 +0000)]
Made LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
Howard Chu [Sat, 29 Dec 2001 02:56:27 +0000 (02:56 +0000)]
Silence warning
Howard Chu [Sat, 29 Dec 2001 02:56:08 +0000 (02:56 +0000)]
Fix newSuperior handling. Back out previous commit.
Pierangelo Masarati [Fri, 28 Dec 2001 18:18:16 +0000 (18:18 +0000)]
a couple of comments; will require special DN handling ...
Pierangelo Masarati [Fri, 28 Dec 2001 15:58:51 +0000 (15:58 +0000)]
cached entries are deleted if volatile; small improvements
Pierangelo Masarati [Fri, 28 Dec 2001 15:56:18 +0000 (15:56 +0000)]
strengthen previous commit
Pierangelo Masarati [Fri, 28 Dec 2001 15:28:10 +0000 (15:28 +0000)]
fix realloc bug
Pierangelo Masarati [Fri, 28 Dec 2001 15:13:16 +0000 (15:13 +0000)]
more exploitation of efficient parsing
Pierangelo Masarati [Fri, 28 Dec 2001 14:47:26 +0000 (14:47 +0000)]
fix acl_dn_pat bervalization
Pierangelo Masarati [Fri, 28 Dec 2001 12:50:48 +0000 (12:50 +0000)]
ldap_str2rdn() can parse without allocating a LDAPRDN* (not very clean, though); used by dn_rdnlen
Howard Chu [Fri, 28 Dec 2001 11:45:25 +0000 (11:45 +0000)]
Misc berval stuff.
Howard Chu [Fri, 28 Dec 2001 10:04:53 +0000 (10:04 +0000)]
Changed dnExtractRdn to use a provided berval instead of allocating one.
Use ldap_dn2bv and ldap_rdn2bv instead of the *2str versions.
Howard Chu [Fri, 28 Dec 2001 10:03:39 +0000 (10:03 +0000)]
Added ldap_dn2bv and ldap_rdn2bv
Howard Chu [Fri, 28 Dec 2001 09:48:52 +0000 (09:48 +0000)]
Fix modrdn newSuperior checks
Howard Chu [Fri, 28 Dec 2001 08:38:24 +0000 (08:38 +0000)]
Changed dn_rdn/dn_rdnlen to struct berval
Howard Chu [Fri, 28 Dec 2001 08:01:01 +0000 (08:01 +0000)]
Fix previous commit
Howard Chu [Fri, 28 Dec 2001 07:58:54 +0000 (07:58 +0000)]
More dnPrettyNormal
Kurt Zeilenga [Fri, 28 Dec 2001 07:41:52 +0000 (07:41 +0000)]
More dn_normalize -> dnNormalize changes
Kurt Zeilenga [Fri, 28 Dec 2001 07:30:34 +0000 (07:30 +0000)]
More dn_normalize() -> dnNormalize() changes
Howard Chu [Fri, 28 Dec 2001 07:27:15 +0000 (07:27 +0000)]
Added dnPrettyNormal, do both Pretty and Normalize at once to save
some ldap_str2dn overhead.
Kurt Zeilenga [Fri, 28 Dec 2001 07:09:12 +0000 (07:09 +0000)]
dn_normalize -> dnNormalize
Howard Chu [Fri, 28 Dec 2001 06:12:17 +0000 (06:12 +0000)]
Moved WSAStartup/WSACleanup to libldap/init.c. Cleanup occurs in the
internal atexit handler.
Kurt Zeilenga [Fri, 28 Dec 2001 04:33:57 +0000 (04:33 +0000)]
Works... now to test our filter parser!
Howard Chu [Fri, 28 Dec 2001 04:20:08 +0000 (04:20 +0000)]
More struct beral conversion
Kurt Zeilenga [Fri, 28 Dec 2001 03:39:05 +0000 (03:39 +0000)]
Add ftest (filter test) to the mix, needs work.
Misc cleanup of other tests.
Add *.dsp files for tests
Kurt Zeilenga [Thu, 27 Dec 2001 23:01:17 +0000 (23:01 +0000)]
Mark more stuff as deprecated and remove some unused deprecated
routines.
Kurt Zeilenga [Thu, 27 Dec 2001 23:01:09 +0000 (23:01 +0000)]
cleanup
Pierangelo Masarati [Thu, 27 Dec 2001 18:10:25 +0000 (18:10 +0000)]
:)
Kurt Zeilenga [Thu, 27 Dec 2001 17:17:01 +0000 (17:17 +0000)]
dnExtractRDN should take a struct berval DN.
Pierangelo Masarati [Thu, 27 Dec 2001 15:16:12 +0000 (15:16 +0000)]
struct bervals for DN; fix in send children
Pierangelo Masarati [Thu, 27 Dec 2001 15:15:30 +0000 (15:15 +0000)]
small improvement and prototyping
Pierangelo Masarati [Thu, 27 Dec 2001 13:54:22 +0000 (13:54 +0000)]
cleanup
Pierangelo Masarati [Thu, 27 Dec 2001 12:17:54 +0000 (12:17 +0000)]
conversion to berval DN
Pierangelo Masarati [Thu, 27 Dec 2001 12:17:28 +0000 (12:17 +0000)]
group and attribute conversion to berval DN
Pierangelo Masarati [Thu, 27 Dec 2001 12:16:58 +0000 (12:16 +0000)]
matched_dn may be null
Howard Chu [Thu, 27 Dec 2001 10:25:50 +0000 (10:25 +0000)]
Fix memory leak in str2entry
Kurt Zeilenga [Thu, 27 Dec 2001 07:13:13 +0000 (07:13 +0000)]
More struct berval DN changes
decrease dependency on dn_validate/dn_normalize
Kurt Zeilenga [Thu, 27 Dec 2001 02:22:13 +0000 (02:22 +0000)]
Don't enable IPv6 if --disable-ipv6
Kurt Zeilenga [Thu, 27 Dec 2001 02:03:57 +0000 (02:03 +0000)]
Clean up a few globals
Howard Chu [Thu, 27 Dec 2001 01:38:15 +0000 (01:38 +0000)]
More struct berval fixes
Howard Chu [Thu, 27 Dec 2001 01:10:52 +0000 (01:10 +0000)]
More struct berval fixes for modrdn
Kurt Zeilenga [Thu, 27 Dec 2001 01:09:58 +0000 (01:09 +0000)]
Trim RFCs
Kurt Zeilenga [Thu, 27 Dec 2001 01:02:40 +0000 (01:02 +0000)]
Trim RFCs
Kurt Zeilenga [Thu, 27 Dec 2001 01:00:24 +0000 (01:00 +0000)]
Zap some old I-Ds which are not terrible relevant anymore.
Note that old I-Ds can always be found on www.watersprings.com
Howard Chu [Thu, 27 Dec 2001 00:58:14 +0000 (00:58 +0000)]
More struct berval fixes for modrdn
Kurt Zeilenga [Thu, 27 Dec 2001 00:55:42 +0000 (00:55 +0000)]
Misc updates
Kurt Zeilenga [Thu, 27 Dec 2001 00:42:04 +0000 (00:42 +0000)]
a misc. few updates...
Kurt Zeilenga [Thu, 27 Dec 2001 00:31:55 +0000 (00:31 +0000)]
Misc cleanup
Kurt Zeilenga [Thu, 27 Dec 2001 00:26:59 +0000 (00:26 +0000)]
Quick struct berval DN support for defer alias API.
Underlying code needs work.
Kurt Zeilenga [Thu, 27 Dec 2001 00:18:09 +0000 (00:18 +0000)]
add group.c
Kurt Zeilenga [Thu, 27 Dec 2001 00:10:44 +0000 (00:10 +0000)]
Quick patch to support struct berval dn2entry changes
Kurt Zeilenga [Wed, 26 Dec 2001 23:49:19 +0000 (23:49 +0000)]
Update groups to use struct berval DNs.
Kurt Zeilenga [Wed, 26 Dec 2001 23:43:28 +0000 (23:43 +0000)]
More struct berval DNs changes
Howard Chu [Wed, 26 Dec 2001 23:37:59 +0000 (23:37 +0000)]
Changed Filter.f_dn to struct berval*
Kurt Zeilenga [Wed, 26 Dec 2001 23:26:55 +0000 (23:26 +0000)]
Additional struct berval DN changes...
Howard Chu [Wed, 26 Dec 2001 23:26:17 +0000 (23:26 +0000)]
Some more (incomplete) struct berval conversion
Kurt Zeilenga [Wed, 26 Dec 2001 23:03:36 +0000 (23:03 +0000)]
Fix modrdn and other misc cleanup
Kurt Zeilenga [Wed, 26 Dec 2001 22:59:28 +0000 (22:59 +0000)]
Update to new API (struct berval DNs)
Kurt Zeilenga [Wed, 26 Dec 2001 22:53:54 +0000 (22:53 +0000)]
Update to new struct berval DN API
Kurt Zeilenga [Wed, 26 Dec 2001 21:25:04 +0000 (21:25 +0000)]
Fix syntax errors caused by struct berval changes...
Kurt Zeilenga [Wed, 26 Dec 2001 21:05:56 +0000 (21:05 +0000)]
lint removal
Kurt Zeilenga [Wed, 26 Dec 2001 20:59:24 +0000 (20:59 +0000)]
Update referral handling to use struct berval DNs.
Pierangelo Masarati [Wed, 26 Dec 2001 20:53:49 +0000 (20:53 +0000)]
not needed any longer
Pierangelo Masarati [Wed, 26 Dec 2001 20:47:41 +0000 (20:47 +0000)]
some char* to berval fixes
Kurt Zeilenga [Wed, 26 Dec 2001 19:50:40 +0000 (19:50 +0000)]
Move search, modify, and modrdn APIs to struct berval DNs.
Much clean up is needed.
Kurt Zeilenga [Wed, 26 Dec 2001 19:10:13 +0000 (19:10 +0000)]
Zap configinfo and cleanup unused defaults
Kurt Zeilenga [Wed, 26 Dec 2001 19:09:34 +0000 (19:09 +0000)]
Zap configinfo
Kurt Zeilenga [Wed, 26 Dec 2001 19:05:26 +0000 (19:05 +0000)]
move compare and delete to struct berval DNs
Kurt Zeilenga [Wed, 26 Dec 2001 18:04:06 +0000 (18:04 +0000)]
struct berval DN changes
Kurt Zeilenga [Wed, 26 Dec 2001 17:51:07 +0000 (17:51 +0000)]
Fix typo
Kurt Zeilenga [Wed, 26 Dec 2001 17:40:34 +0000 (17:40 +0000)]
modify be_referral to use struct berval DNs.
Kurt Zeilenga [Wed, 26 Dec 2001 16:52:26 +0000 (16:52 +0000)]
Remove lint.
Kurt Zeilenga [Wed, 26 Dec 2001 16:42:35 +0000 (16:42 +0000)]
Misc cleanup and dn_normalize() zapping
Fix nameAndOptionalIdentifer syntax.
Howard Chu [Wed, 26 Dec 2001 16:25:18 +0000 (16:25 +0000)]
Replace strcat with slap_strcopy
Howard Chu [Wed, 26 Dec 2001 16:24:18 +0000 (16:24 +0000)]
Removed obsolete dn_normalize calls
Howard Chu [Wed, 26 Dec 2001 16:23:32 +0000 (16:23 +0000)]
Use dnNormalize
Howard Chu [Wed, 26 Dec 2001 15:52:46 +0000 (15:52 +0000)]
Moved bdb_strcopy to slap_strcopy
Howard Chu [Wed, 26 Dec 2001 15:29:17 +0000 (15:29 +0000)]
Minor struct berval tweaks
Howard Chu [Wed, 26 Dec 2001 15:28:01 +0000 (15:28 +0000)]
Changed get_limits to struct berval*
Howard Chu [Wed, 26 Dec 2001 14:36:02 +0000 (14:36 +0000)]
Precompute syn_oidlen and mr_oidlen
Howard Chu [Wed, 26 Dec 2001 13:47:10 +0000 (13:47 +0000)]
Changed ma_rule_text to struct berval.
Changed get_filter to struct bervals
Howard Chu [Wed, 26 Dec 2001 13:45:22 +0000 (13:45 +0000)]
Add optional len to ber_str2bv
Howard Chu [Wed, 26 Dec 2001 12:31:44 +0000 (12:31 +0000)]
Added ldap_xxx2bv schema functions
Howard Chu [Wed, 26 Dec 2001 11:41:38 +0000 (11:41 +0000)]
First pass at converting bind to struct bervals
Pierangelo Masarati [Wed, 26 Dec 2001 11:23:35 +0000 (11:23 +0000)]
more on attrs array from char* to berval*
Howard Chu [Wed, 26 Dec 2001 11:15:28 +0000 (11:15 +0000)]
Changed ber_bvdup to ber_dupbv with destination provided
Howard Chu [Wed, 26 Dec 2001 10:06:19 +0000 (10:06 +0000)]
Merged ber_bvstr and ber_bvstrdup into ber_str2bv.
Howard Chu [Wed, 26 Dec 2001 09:19:57 +0000 (09:19 +0000)]
Fix attrs handling
Howard Chu [Wed, 26 Dec 2001 08:49:27 +0000 (08:49 +0000)]
Fix attrs handling
Howard Chu [Wed, 26 Dec 2001 08:47:04 +0000 (08:47 +0000)]
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.)