]> git.sur5r.net Git - openldap/log
openldap
23 years agofix c_cdn migration
Pierangelo Masarati [Mon, 7 Jan 2002 09:25:20 +0000 (09:25 +0000)]
fix c_cdn migration

23 years agoLachman laser is expired.
Kurt Zeilenga [Mon, 7 Jan 2002 07:41:45 +0000 (07:41 +0000)]
Lachman laser is expired.

23 years agoAdd collective schema (not yet implemented)
Kurt Zeilenga [Mon, 7 Jan 2002 04:45:06 +0000 (04:45 +0000)]
Add collective schema (not yet implemented)

23 years agoClarify DESC
Kurt Zeilenga [Mon, 7 Jan 2002 04:44:50 +0000 (04:44 +0000)]
Clarify DESC

23 years agoFix some debug statements
Howard Chu [Sun, 6 Jan 2002 07:21:06 +0000 (07:21 +0000)]
Fix some debug statements

23 years agoAdded LDAP_FILTER_EXT case to filter_free()
Howard Chu [Sun, 6 Jan 2002 06:21:30 +0000 (06:21 +0000)]
Added LDAP_FILTER_EXT case to filter_free()

23 years agoDon't need to malloc/free ma_rule_text
Howard Chu [Sun, 6 Jan 2002 06:21:11 +0000 (06:21 +0000)]
Don't need to malloc/free ma_rule_text

23 years agoUse 'm' ber_scanf format where convenient
Howard Chu [Sun, 6 Jan 2002 06:11:01 +0000 (06:11 +0000)]
Use 'm' ber_scanf format where convenient

23 years agoChanged 'w' format character to 'M': 'm' and 'M' for "memory" ?
Howard Chu [Sun, 6 Jan 2002 06:10:05 +0000 (06:10 +0000)]
Changed 'w' format character to 'M': 'm' and 'M' for "memory" ?

23 years agoAdded doalloc flag to ber_get_stringbv
Howard Chu [Sun, 6 Jan 2002 05:36:27 +0000 (05:36 +0000)]
Added doalloc flag to ber_get_stringbv

23 years agoAdded doalloc flag to ber_get_stringbv. Added 'm' type to ber_scanf
Howard Chu [Sun, 6 Jan 2002 05:36:07 +0000 (05:36 +0000)]
Added doalloc flag to ber_get_stringbv. Added 'm' type to ber_scanf
to scan a berval in-place.

23 years agoHide select matching rules from published schema
Kurt Zeilenga [Sun, 6 Jan 2002 05:29:04 +0000 (05:29 +0000)]
Hide select matching rules from published schema

23 years agoDon't split DESC over multiple lines
Kurt Zeilenga [Sun, 6 Jan 2002 05:27:03 +0000 (05:27 +0000)]
Don't split DESC over multiple lines

23 years agoAdd LDAP/X.500 subentry schema (draft-zeilenga-ldap-subentry-xx.txt)
Kurt Zeilenga [Sun, 6 Jan 2002 04:59:26 +0000 (04:59 +0000)]
Add LDAP/X.500 subentry schema (draft-zeilenga-ldap-subentry-xx.txt)

23 years agoChanged conn->c_cdn to struct berval.
Howard Chu [Sun, 6 Jan 2002 03:26:09 +0000 (03:26 +0000)]
Changed conn->c_cdn to struct berval.

23 years agoCleanup lint in previous commit
Howard Chu [Sun, 6 Jan 2002 03:05:02 +0000 (03:05 +0000)]
Cleanup lint in previous commit

23 years agoPrep for in-place parsing. Cache a ber_tag byte.
Howard Chu [Sun, 6 Jan 2002 02:23:36 +0000 (02:23 +0000)]
Prep for in-place parsing. Cache a ber_tag byte.
No visible impact from these changes.

23 years agoSome memory allocation cleanup.
Kurt Zeilenga [Sun, 6 Jan 2002 02:18:37 +0000 (02:18 +0000)]
Some memory allocation cleanup.

23 years agoAdd SLAP_MALLOC() and friends.
Kurt Zeilenga [Sun, 6 Jan 2002 01:34:53 +0000 (01:34 +0000)]
Add SLAP_MALLOC() and friends.
Intended to be used instead of ch_malloc() and friends.
See comment.

23 years agoAdd some critical control checks.
Kurt Zeilenga [Sun, 6 Jan 2002 00:36:55 +0000 (00:36 +0000)]
Add some critical control checks.

23 years agoRemove lint.
Kurt Zeilenga [Sun, 6 Jan 2002 00:35:41 +0000 (00:35 +0000)]
Remove lint.

23 years agoFix compile errors
Kurt Zeilenga [Sun, 6 Jan 2002 00:35:01 +0000 (00:35 +0000)]
Fix compile errors

23 years agoMisc allocator cleanup
Kurt Zeilenga [Sat, 5 Jan 2002 19:38:54 +0000 (19:38 +0000)]
Misc allocator cleanup

23 years agoFix compile errors
Kurt Zeilenga [Sat, 5 Jan 2002 19:36:41 +0000 (19:36 +0000)]
Fix compile errors

23 years agostruct * are not to be const'ified
Kurt Zeilenga [Sat, 5 Jan 2002 18:54:04 +0000 (18:54 +0000)]
struct * are not to be const'ified

23 years agomore cleanup
Pierangelo Masarati [Sat, 5 Jan 2002 18:31:38 +0000 (18:31 +0000)]
more cleanup

23 years agoleftover ber_bvdup eliminated; rewritten ber_bvdup in terms of ber_dupbv; eliminated...
Pierangelo Masarati [Sat, 5 Jan 2002 17:49:59 +0000 (17:49 +0000)]
leftover ber_bvdup eliminated; rewritten ber_bvdup in terms of ber_dupbv; eliminated wrapper macro; other ber_* improvements

23 years agomeaningful message in case max_incomingis hit
Pierangelo Masarati [Sat, 5 Jan 2002 17:16:18 +0000 (17:16 +0000)]
meaningful message in case max_incomingis hit

23 years agofix logs
Pierangelo Masarati [Sat, 5 Jan 2002 16:53:08 +0000 (16:53 +0000)]
fix logs

23 years agofix malformed test
Pierangelo Masarati [Sat, 5 Jan 2002 15:44:08 +0000 (15:44 +0000)]
fix malformed test

23 years agoFix uninitialized pointers
Howard Chu [Sat, 5 Jan 2002 13:25:04 +0000 (13:25 +0000)]
Fix uninitialized pointers

23 years agoBVarray fixes for ldap_dnattr_rewrite
Howard Chu [Sat, 5 Jan 2002 11:41:23 +0000 (11:41 +0000)]
BVarray fixes for ldap_dnattr_rewrite

23 years agoFix at_destroy free of slap_schema.si_at_undefined (when it's NULL)
Howard Chu [Sat, 5 Jan 2002 11:41:03 +0000 (11:41 +0000)]
Fix at_destroy free of slap_schema.si_at_undefined (when it's NULL)

23 years agoFix ASCII detection; can't use "< 0x80" on a signed char.
Howard Chu [Sat, 5 Jan 2002 10:33:38 +0000 (10:33 +0000)]
Fix ASCII detection; can't use "< 0x80" on a signed char.

23 years agofix BVarray
Pierangelo Masarati [Sat, 5 Jan 2002 09:58:19 +0000 (09:58 +0000)]
fix BVarray

23 years agoTrim some old/experimental RFCs
Kurt Zeilenga [Sat, 5 Jan 2002 02:40:10 +0000 (02:40 +0000)]
Trim some old/experimental RFCs

23 years agoDon't meantion deprecated .conf files
Kurt Zeilenga [Sat, 5 Jan 2002 01:10:42 +0000 (01:10 +0000)]
Don't meantion deprecated .conf files

23 years agoCleanup
Kurt Zeilenga [Fri, 4 Jan 2002 23:49:58 +0000 (23:49 +0000)]
Cleanup

23 years agoFix for Windows, don't call gethostbyname until WSAStartup has occurred.
Howard Chu [Fri, 4 Jan 2002 23:10:48 +0000 (23:10 +0000)]
Fix for Windows, don't call gethostbyname until WSAStartup has occurred.

23 years agoUpdate copyright statements
Kurt Zeilenga [Fri, 4 Jan 2002 21:17:25 +0000 (21:17 +0000)]
Update copyright statements

23 years agoUpdate copyright notices
Kurt Zeilenga [Fri, 4 Jan 2002 20:40:29 +0000 (20:40 +0000)]
Update copyright notices

23 years agoautoconf
Kurt Zeilenga [Fri, 4 Jan 2002 20:37:25 +0000 (20:37 +0000)]
autoconf

23 years agoAnother minor filter fix (unescaped *)
Kurt Zeilenga [Fri, 4 Jan 2002 20:36:41 +0000 (20:36 +0000)]
Another minor filter fix (unescaped *)

23 years agomore fixes/updates
Pierangelo Masarati [Fri, 4 Jan 2002 19:23:10 +0000 (19:23 +0000)]
more fixes/updates

23 years agoRefer to ldap_get/set_option, not ld_errno
Kurt Zeilenga [Fri, 4 Jan 2002 19:20:33 +0000 (19:20 +0000)]
Refer to ldap_get/set_option, not ld_errno

23 years agomisc fix/improvements
Pierangelo Masarati [Fri, 4 Jan 2002 19:11:55 +0000 (19:11 +0000)]
misc fix/improvements

23 years agoSome misc cleanup
Kurt Zeilenga [Fri, 4 Jan 2002 19:09:36 +0000 (19:09 +0000)]
Some misc cleanup

23 years agofix attribute mapping bug
Pierangelo Masarati [Fri, 4 Jan 2002 18:03:43 +0000 (18:03 +0000)]
fix attribute mapping bug

23 years agomove mapping in a separate file
Pierangelo Masarati [Fri, 4 Jan 2002 18:01:56 +0000 (18:01 +0000)]
move mapping in a separate file

23 years agofix rewrite iteration
Pierangelo Masarati [Fri, 4 Jan 2002 17:51:46 +0000 (17:51 +0000)]
fix rewrite iteration

23 years agohide mapping initialization
Pierangelo Masarati [Fri, 4 Jan 2002 17:51:20 +0000 (17:51 +0000)]
hide mapping initialization

23 years agomore cleanup; doesn't work (fails on ldap_result, select returns -1)
Pierangelo Masarati [Fri, 4 Jan 2002 15:26:45 +0000 (15:26 +0000)]
more cleanup; doesn't work (fails on ldap_result, select returns -1)

23 years agoFix ) in value handling
Kurt Zeilenga [Fri, 4 Jan 2002 05:37:19 +0000 (05:37 +0000)]
Fix ) in value handling

23 years agoUse LDAP_FREE not free
Kurt Zeilenga [Fri, 4 Jan 2002 03:53:13 +0000 (03:53 +0000)]
Use LDAP_FREE not free

23 years agoSome misc cleanup
Kurt Zeilenga [Fri, 4 Jan 2002 03:50:54 +0000 (03:50 +0000)]
Some misc cleanup

23 years agostruct berval fixes, fix memory leak in ldap_send_entry
Howard Chu [Fri, 4 Jan 2002 00:49:34 +0000 (00:49 +0000)]
struct berval fixes, fix memory leak in ldap_send_entry

23 years agoFix attribute description checks
Kurt Zeilenga [Fri, 4 Jan 2002 00:45:05 +0000 (00:45 +0000)]
Fix attribute description checks

23 years agoUse LDAP_FREE instead of free
Howard Chu [Thu, 3 Jan 2002 23:30:45 +0000 (23:30 +0000)]
Use LDAP_FREE instead of free

23 years agoUse ber_memfree instead of free
Howard Chu [Thu, 3 Jan 2002 23:29:55 +0000 (23:29 +0000)]
Use ber_memfree instead of free

23 years agoQuick fix for NULL sos
Kurt Zeilenga [Thu, 3 Jan 2002 23:25:25 +0000 (23:25 +0000)]
Quick fix for NULL sos

23 years agoAdd LBER DN format flag (no code yet).
Kurt Zeilenga [Thu, 3 Jan 2002 20:06:29 +0000 (20:06 +0000)]
Add LBER DN format flag (no code yet).
Return API result codes, not protocol result codes.

23 years agoMisc cleanup
Kurt Zeilenga [Thu, 3 Jan 2002 20:05:29 +0000 (20:05 +0000)]
Misc cleanup

23 years agoRemove lint.
Kurt Zeilenga [Thu, 3 Jan 2002 20:04:31 +0000 (20:04 +0000)]
Remove lint.

23 years agoAll empty IA5 and Printable strings, but not Directory strings.
Kurt Zeilenga [Thu, 3 Jan 2002 20:03:27 +0000 (20:03 +0000)]
All empty IA5 and Printable strings, but not Directory strings.

23 years agoRemove lint
Kurt Zeilenga [Thu, 3 Jan 2002 20:02:49 +0000 (20:02 +0000)]
Remove lint

23 years agoEven larger TMP_SLOTS
Kurt Zeilenga [Thu, 3 Jan 2002 19:45:34 +0000 (19:45 +0000)]
Even larger TMP_SLOTS

23 years agoUse conforming filters
Kurt Zeilenga [Thu, 3 Jan 2002 18:31:18 +0000 (18:31 +0000)]
Use conforming filters

23 years agoDefunct
Kurt Zeilenga [Thu, 3 Jan 2002 18:29:53 +0000 (18:29 +0000)]
Defunct

23 years agoAdd copyright notices
Kurt Zeilenga [Thu, 3 Jan 2002 16:36:46 +0000 (16:36 +0000)]
Add copyright notices

23 years agolots of migration to struct berval; unfortunately it seems to be broken
Pierangelo Masarati [Thu, 3 Jan 2002 16:29:38 +0000 (16:29 +0000)]
lots of migration to struct berval; unfortunately it seems to be broken

23 years agotrivial fixes
Pierangelo Masarati [Thu, 3 Jan 2002 16:28:21 +0000 (16:28 +0000)]
trivial fixes

23 years agoDelete check for sys/queue.h (replaced by ldap_queue.h)
Howard Chu [Thu, 3 Jan 2002 16:24:54 +0000 (16:24 +0000)]
Delete check for sys/queue.h (replaced by ldap_queue.h)

23 years agoUse <lber.h> ber_memalloc, not malloc. Shortcuts for pure-ASCII strings.
Howard Chu [Thu, 3 Jan 2002 16:22:53 +0000 (16:22 +0000)]
Use <lber.h> ber_memalloc, not malloc. Shortcuts for pure-ASCII strings.
Still need to add some kind of isNormalized() check to avoid rework on
UTF8 strings that are already properly normalized.

23 years agoCleanup (not)found logic
Kurt Zeilenga [Thu, 3 Jan 2002 08:03:22 +0000 (08:03 +0000)]
Cleanup (not)found logic

23 years agoIndicate support for True (&) and False (|) filters
Kurt Zeilenga [Thu, 3 Jan 2002 08:02:17 +0000 (08:02 +0000)]
Indicate support for True (&) and False (|) filters

23 years agoFix from Jonghyuk Choi jongchoi@us.ibm.com; return 0 IDs when bdb_key_read
Howard Chu [Thu, 3 Jan 2002 05:53:27 +0000 (05:53 +0000)]
Fix from Jonghyuk Choi jongchoi@us.ibm.com; return 0 IDs when bdb_key_read
returns DB_NOTFOUND.

23 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

23 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.

23 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

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

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

23 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

23 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.

23 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...

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

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

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

23 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>

23 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

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

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

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

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

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

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

23 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.

23 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

23 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

23 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

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