]> git.sur5r.net Git - openldap/log
openldap
22 years agoChanged AttributeName back into an array instead of a linked list
Howard Chu [Thu, 3 Jan 2002 05:41:50 +0000 (05:41 +0000)]
Changed AttributeName back into an array instead of a linked list

22 years agoChanged AttributeName back into an array instead of a linked list.
Howard Chu [Thu, 3 Jan 2002 05:38:26 +0000 (05:38 +0000)]
Changed AttributeName back into an array instead of a linked list.
Fixed bug in do_search eating up controls.

22 years agoOne more hack to ber_get_stringbvr for do_search
Howard Chu [Thu, 3 Jan 2002 05:36:26 +0000 (05:36 +0000)]
One more hack to ber_get_stringbvr for do_search

22 years agoFix previous commit
Howard Chu [Thu, 3 Jan 2002 03:44:38 +0000 (03:44 +0000)]
Fix previous commit

22 years agoCleanup, added some explanation/comments
Howard Chu [Thu, 3 Jan 2002 03:30:55 +0000 (03:30 +0000)]
Cleanup, added some explanation/comments

22 years agoSafety checks for bvec's in previous patch
Howard Chu [Thu, 3 Jan 2002 03:11:14 +0000 (03:11 +0000)]
Safety checks for bvec's in previous patch

22 years agoNew ber_get_stringbvr recursively decodes a vector, to avoid
Howard Chu [Thu, 3 Jan 2002 02:53:41 +0000 (02:53 +0000)]
New ber_get_stringbvr recursively decodes a vector, to avoid
hard-coded TMP_SLOTS limitation.

22 years agoWe'll need queue macros in -llber...
Kurt Zeilenga [Thu, 3 Jan 2002 00:49:52 +0000 (00:49 +0000)]
We'll need queue macros in -llber...

22 years agoFix queue.h include
Kurt Zeilenga [Thu, 3 Jan 2002 00:39:09 +0000 (00:39 +0000)]
Fix queue.h include

22 years agomisc cleanup
Kurt Zeilenga [Thu, 3 Jan 2002 00:32:19 +0000 (00:32 +0000)]
misc cleanup

22 years agoReplaced by ldap_queue.h
Howard Chu [Thu, 3 Jan 2002 00:14:37 +0000 (00:14 +0000)]
Replaced by ldap_queue.h

22 years agoUse ldap_queue.h instead of <ac/queue.h>
Howard Chu [Thu, 3 Jan 2002 00:12:46 +0000 (00:12 +0000)]
Use ldap_queue.h instead of <ac/queue.h>

22 years agoMoved queue-compat.h to ldap_queue.h, added LDAP_ prefix to all macros
Howard Chu [Wed, 2 Jan 2002 23:53:57 +0000 (23:53 +0000)]
Moved queue-compat.h to ldap_queue.h, added LDAP_ prefix to all macros

22 years agoFix some externs
Howard Chu [Wed, 2 Jan 2002 23:53:23 +0000 (23:53 +0000)]
Fix some externs

22 years agoFix some externs
Howard Chu [Wed, 2 Jan 2002 23:31:44 +0000 (23:31 +0000)]
Fix some externs

22 years agoMinor cleanup
Howard Chu [Wed, 2 Jan 2002 23:26:20 +0000 (23:26 +0000)]
Minor cleanup

22 years agofix empty substrings any bug
Kurt Zeilenga [Wed, 2 Jan 2002 23:03:37 +0000 (23:03 +0000)]
fix empty substrings any bug

22 years agoRemove unused int i, j
Howard Chu [Wed, 2 Jan 2002 22:57:57 +0000 (22:57 +0000)]
Remove unused int i, j

22 years agoFix for attr_merge
Howard Chu [Wed, 2 Jan 2002 22:46:10 +0000 (22:46 +0000)]
Fix for attr_merge

22 years agoHide (make static) sb_bio_method and tls_sbio structures. They're
Howard Chu [Wed, 2 Jan 2002 22:29:11 +0000 (22:29 +0000)]
Hide (make static) sb_bio_method and tls_sbio structures. They're
already completely hidden by accessor functions.

22 years agoRenamed parse_numericoid to ldap_int_parse_numericoid since it is
Howard Chu [Wed, 2 Jan 2002 21:59:26 +0000 (21:59 +0000)]
Renamed parse_numericoid to ldap_int_parse_numericoid since it is
no longer static. Moved declaration to ldap-int.h and removed extern
from getdn.c

22 years agoMake .links depend on Makefile so it gets automatically reinvoked
Howard Chu [Wed, 2 Jan 2002 21:58:22 +0000 (21:58 +0000)]
Make .links depend on Makefile so it gets automatically reinvoked
whenever the Makefile is updated

22 years agoFix externs, moved to lber-int.h
Howard Chu [Wed, 2 Jan 2002 21:19:45 +0000 (21:19 +0000)]
Fix externs, moved to lber-int.h

22 years agoFix extensible filters
Kurt Zeilenga [Wed, 2 Jan 2002 20:31:21 +0000 (20:31 +0000)]
Fix extensible filters

22 years agoFix escape bug
Kurt Zeilenga [Wed, 2 Jan 2002 20:05:48 +0000 (20:05 +0000)]
Fix escape bug

22 years agoFix yet another stupid error...
Kurt Zeilenga [Wed, 2 Jan 2002 19:06:49 +0000 (19:06 +0000)]
Fix yet another stupid error...

22 years agoAdditional error checking + misc cleanup
Kurt Zeilenga [Wed, 2 Jan 2002 18:48:10 +0000 (18:48 +0000)]
Additional error checking + misc cleanup

22 years agoFix stupid bug in last commit
Kurt Zeilenga [Wed, 2 Jan 2002 18:16:09 +0000 (18:16 +0000)]
Fix stupid bug in last commit

22 years agomore cleanup
Pierangelo Masarati [Wed, 2 Jan 2002 18:14:29 +0000 (18:14 +0000)]
more cleanup

22 years agominor fixes
Pierangelo Masarati [Wed, 2 Jan 2002 17:56:48 +0000 (17:56 +0000)]
minor fixes

22 years agofix missing trailing ')'
Pierangelo Masarati [Wed, 2 Jan 2002 17:38:46 +0000 (17:38 +0000)]
fix missing trailing ')'

22 years agoNew filter code
Kurt Zeilenga [Wed, 2 Jan 2002 17:10:21 +0000 (17:10 +0000)]
New filter code

22 years agoAdd filter.c
Kurt Zeilenga [Wed, 2 Jan 2002 17:08:42 +0000 (17:08 +0000)]
Add filter.c

22 years agoRework filter code
Kurt Zeilenga [Wed, 2 Jan 2002 17:06:56 +0000 (17:06 +0000)]
Rework filter code
Misc cleanup / lint removal

22 years agocleanup
Kurt Zeilenga [Wed, 2 Jan 2002 17:05:12 +0000 (17:05 +0000)]
cleanup

22 years agouse sizeof instead of strlen/hardcoded-consts
Kurt Zeilenga [Wed, 2 Jan 2002 17:04:09 +0000 (17:04 +0000)]
use sizeof instead of strlen/hardcoded-consts

22 years agoRemove lint
Kurt Zeilenga [Wed, 2 Jan 2002 17:02:30 +0000 (17:02 +0000)]
Remove lint

22 years agoCleanup
Kurt Zeilenga [Wed, 2 Jan 2002 17:01:44 +0000 (17:01 +0000)]
Cleanup

22 years agoZap unbind and abandon
Kurt Zeilenga [Wed, 2 Jan 2002 17:00:54 +0000 (17:00 +0000)]
Zap unbind and abandon

22 years agouse malloc not calloc
Kurt Zeilenga [Wed, 2 Jan 2002 17:00:21 +0000 (17:00 +0000)]
use malloc not calloc

22 years agoUse AC_MEMCPY instead of memcpy
Kurt Zeilenga [Wed, 2 Jan 2002 16:58:37 +0000 (16:58 +0000)]
Use AC_MEMCPY instead of memcpy
Use sizeof instead of strlen

22 years agouse sizeof not strlen
Kurt Zeilenga [Wed, 2 Jan 2002 16:57:30 +0000 (16:57 +0000)]
use sizeof not strlen

22 years agoChanged struct berval ** to BVarray
Howard Chu [Wed, 2 Jan 2002 13:28:10 +0000 (13:28 +0000)]
Changed struct berval ** to BVarray

22 years agoChanged struct berval ** to BVarray
Howard Chu [Wed, 2 Jan 2002 13:09:28 +0000 (13:09 +0000)]
Changed struct berval ** to BVarray

22 years agoMinor cleanup. bvarray_add should return success/fail, like
Howard Chu [Wed, 2 Jan 2002 13:03:46 +0000 (13:03 +0000)]
Minor cleanup. bvarray_add should return success/fail, like
ber_bvecadd does.

22 years agoChanged struct berval ** to BVarray
Howard Chu [Wed, 2 Jan 2002 13:03:06 +0000 (13:03 +0000)]
Changed struct berval ** to BVarray

22 years agoFix memory leak of Mod.sml_type
Howard Chu [Wed, 2 Jan 2002 12:34:35 +0000 (12:34 +0000)]
Fix memory leak of Mod.sml_type

22 years agoFix entry_decode
Howard Chu [Wed, 2 Jan 2002 11:52:06 +0000 (11:52 +0000)]
Fix entry_decode

22 years agoChange struct berval ** to BVarray
Howard Chu [Wed, 2 Jan 2002 11:00:36 +0000 (11:00 +0000)]
Change struct berval ** to BVarray

22 years agoFix ldap_str2rdn, make sure to update progress pointer; don't
Howard Chu [Wed, 2 Jan 2002 09:59:37 +0000 (09:59 +0000)]
Fix ldap_str2rdn, make sure to update progress pointer; don't
free attrType since we never allocate it

22 years agoAdded 'W' fmt char for BVarrays
Howard Chu [Wed, 2 Jan 2002 08:50:07 +0000 (08:50 +0000)]
Added 'W' fmt char for BVarrays

22 years agoAdded LDAP_UTF8_ISSPACE (tho no one uses it)
Howard Chu [Wed, 2 Jan 2002 08:49:17 +0000 (08:49 +0000)]
Added LDAP_UTF8_ISSPACE (tho no one uses it)

22 years agoRemoved unused unbind stuff
Howard Chu [Wed, 2 Jan 2002 04:42:09 +0000 (04:42 +0000)]
Removed unused unbind stuff

22 years agoRemoved unused unbind stuff
Howard Chu [Wed, 2 Jan 2002 04:32:34 +0000 (04:32 +0000)]
Removed unused unbind stuff

22 years agoFix dnParent to return "" for root
Howard Chu [Tue, 1 Jan 2002 13:32:10 +0000 (13:32 +0000)]
Fix dnParent to return "" for root

22 years agoMore struct berval conversions
Howard Chu [Tue, 1 Jan 2002 13:31:20 +0000 (13:31 +0000)]
More struct berval conversions

22 years agoRemove abandon cruft
Howard Chu [Tue, 1 Jan 2002 12:23:02 +0000 (12:23 +0000)]
Remove abandon cruft

22 years agoRemove abandon cruft
Howard Chu [Tue, 1 Jan 2002 11:38:30 +0000 (11:38 +0000)]
Remove abandon cruft

22 years agoCleanup
Howard Chu [Tue, 1 Jan 2002 09:49:23 +0000 (09:49 +0000)]
Cleanup

22 years agoUse ldap_str2rdn
Howard Chu [Tue, 1 Jan 2002 09:41:10 +0000 (09:41 +0000)]
Use ldap_str2rdn

22 years agoFix dnValidate
Howard Chu [Tue, 1 Jan 2002 09:40:57 +0000 (09:40 +0000)]
Fix dnValidate

22 years agoUse ldap_str2rdn instead of rdn_attr
Howard Chu [Tue, 1 Jan 2002 09:18:34 +0000 (09:18 +0000)]
Use ldap_str2rdn instead of rdn_attr

22 years agoFix previous commit
Howard Chu [Tue, 1 Jan 2002 04:44:59 +0000 (04:44 +0000)]
Fix previous commit

22 years agoOptimize ISSPACE checks in UTF8StringNormalize
Howard Chu [Tue, 1 Jan 2002 04:43:03 +0000 (04:43 +0000)]
Optimize ISSPACE checks in UTF8StringNormalize

22 years agomy compiler complains ...
Pierangelo Masarati [Mon, 31 Dec 2001 16:10:39 +0000 (16:10 +0000)]
my compiler complains ...

22 years agoFree any ADs attached to the undefined attribute type
Howard Chu [Mon, 31 Dec 2001 14:47:41 +0000 (14:47 +0000)]
Free any ADs attached to the undefined attribute type

22 years agoMore for ad_inlist
Howard Chu [Mon, 31 Dec 2001 14:47:20 +0000 (14:47 +0000)]
More for ad_inlist

22 years agoAdded ber_get_stringbv
Howard Chu [Mon, 31 Dec 2001 14:43:54 +0000 (14:43 +0000)]
Added ber_get_stringbv

22 years agoTweak previous commit
Howard Chu [Mon, 31 Dec 2001 12:57:17 +0000 (12:57 +0000)]
Tweak previous commit

22 years agoin sb_debug_read/write save errno before logging a failure.
Howard Chu [Mon, 31 Dec 2001 12:50:09 +0000 (12:50 +0000)]
in sb_debug_read/write save errno before logging a failure.
ber_log_printf can cause errors of its own and obscure the original.

22 years agoFix typo
Howard Chu [Mon, 31 Dec 2001 12:37:45 +0000 (12:37 +0000)]
Fix typo

22 years agoChanged search attrs from struct berval ** to AttributeName *
Howard Chu [Mon, 31 Dec 2001 11:35:52 +0000 (11:35 +0000)]
Changed search attrs from struct berval ** to AttributeName *

22 years agoMoved free list to avoid additional mutex
Howard Chu [Mon, 31 Dec 2001 06:46:03 +0000 (06:46 +0000)]
Moved free list to avoid additional mutex

22 years agoMinor cleanup
Howard Chu [Mon, 31 Dec 2001 06:44:36 +0000 (06:44 +0000)]
Minor cleanup

22 years agoFix previous commit
Howard Chu [Mon, 31 Dec 2001 06:09:29 +0000 (06:09 +0000)]
Fix previous commit

22 years agoUse ber_free_buf
Howard Chu [Mon, 31 Dec 2001 06:02:35 +0000 (06:02 +0000)]
Use ber_free_buf

22 years agoAdded ber_free_buf()
Howard Chu [Mon, 31 Dec 2001 06:01:59 +0000 (06:01 +0000)]
Added ber_free_buf()

22 years agoAdded oidm_destroy
Howard Chu [Mon, 31 Dec 2001 04:35:02 +0000 (04:35 +0000)]
Added oidm_destroy

22 years agoUse queue-compat for Connection->c_ops,c_pending_ops
Howard Chu [Mon, 31 Dec 2001 04:08:29 +0000 (04:08 +0000)]
Use queue-compat for Connection->c_ops,c_pending_ops

22 years agoFix previous commit
Howard Chu [Mon, 31 Dec 2001 04:01:26 +0000 (04:01 +0000)]
Fix previous commit

22 years agoUse queue-compat.h for queue management. Cache ctx structures on a free
Howard Chu [Mon, 31 Dec 2001 03:05:56 +0000 (03:05 +0000)]
Use queue-compat.h for queue management. Cache ctx structures on a free
list instead of always freeing them.

22 years agoMinor fix for LDAP_DN_IS_RDN_DC macro
Howard Chu [Sun, 30 Dec 2001 23:10:31 +0000 (23:10 +0000)]
Minor fix for LDAP_DN_IS_RDN_DC macro

22 years agoUse dnIsSuffix
Howard Chu [Sun, 30 Dec 2001 10:47:28 +0000 (10:47 +0000)]
Use dnIsSuffix

22 years agoMore str2rdn tweaks
Howard Chu [Sun, 30 Dec 2001 09:42:58 +0000 (09:42 +0000)]
More str2rdn tweaks

22 years agoReorganize LDAPAVA allocation layout
Howard Chu [Sun, 30 Dec 2001 06:56:57 +0000 (06:56 +0000)]
Reorganize LDAPAVA allocation layout

22 years agoOne more uninit
Howard Chu [Sun, 30 Dec 2001 00:38:44 +0000 (00:38 +0000)]
One more uninit

22 years agofix uninitialized vars
Howard Chu [Sun, 30 Dec 2001 00:24:44 +0000 (00:24 +0000)]
fix uninitialized vars

22 years agoCleanup, fix uninitialized vars
Howard Chu [Sun, 30 Dec 2001 00:14:45 +0000 (00:14 +0000)]
Cleanup, fix uninitialized vars

22 years agoMore ava fixups
Howard Chu [Sat, 29 Dec 2001 15:24:53 +0000 (15:24 +0000)]
More ava fixups

22 years agofix some ava bugs
Pierangelo Masarati [Sat, 29 Dec 2001 15:13:24 +0000 (15:13 +0000)]
fix some ava bugs

22 years agoChange struct berval * to struct berval in various structures
Howard Chu [Sat, 29 Dec 2001 15:01:10 +0000 (15:01 +0000)]
Change struct berval * to struct berval in various structures

22 years agofix rewrite stuff
Pierangelo Masarati [Sat, 29 Dec 2001 14:18:31 +0000 (14:18 +0000)]
fix rewrite stuff

22 years agoremove useless function
Pierangelo Masarati [Sat, 29 Dec 2001 12:13:11 +0000 (12:13 +0000)]
remove useless function

22 years agoChanged LDAP_AVA struct berval * to struct berval.
Howard Chu [Sat, 29 Dec 2001 10:35:24 +0000 (10:35 +0000)]
Changed LDAP_AVA struct berval * to struct berval.

22 years agocleanup
Pierangelo Masarati [Sat, 29 Dec 2001 10:30:23 +0000 (10:30 +0000)]
cleanup

22 years agoMore cleanup
Howard Chu [Sat, 29 Dec 2001 10:25:19 +0000 (10:25 +0000)]
More cleanup

22 years agoFix memory leak in ldap_explode_dn
Howard Chu [Sat, 29 Dec 2001 06:37:20 +0000 (06:37 +0000)]
Fix memory leak in ldap_explode_dn

22 years agoMisc cleanup
Howard Chu [Sat, 29 Dec 2001 05:44:37 +0000 (05:44 +0000)]
Misc cleanup

22 years agoAdded dnPretty2/dnNormalize2 using preallocated destination berval
Howard Chu [Sat, 29 Dec 2001 04:48:00 +0000 (04:48 +0000)]
Added dnPretty2/dnNormalize2 using preallocated destination berval

22 years agoMade LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
Howard Chu [Sat, 29 Dec 2001 02:57:32 +0000 (02:57 +0000)]
Made LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.