]> git.sur5r.net Git - openldap/log
openldap
21 years agoFix compile breakage
Luke Howard [Fri, 11 Apr 2003 03:56:04 +0000 (03:56 +0000)]
Fix compile breakage

21 years agoFix VPATH builds
Howard Chu [Fri, 11 Apr 2003 03:39:48 +0000 (03:39 +0000)]
Fix VPATH builds

21 years agoFix previous commit
Howard Chu [Fri, 11 Apr 2003 01:53:31 +0000 (01:53 +0000)]
Fix previous commit

21 years agoMore memory context tweaks
Howard Chu [Fri, 11 Apr 2003 01:29:28 +0000 (01:29 +0000)]
More memory context tweaks

21 years agoMore memory context tweaks
Howard Chu [Fri, 11 Apr 2003 01:02:08 +0000 (01:02 +0000)]
More memory context tweaks

21 years agoMore memory context tweaks
Howard Chu [Thu, 10 Apr 2003 06:21:53 +0000 (06:21 +0000)]
More memory context tweaks

21 years agoMore malloc context tweaks
Howard Chu [Thu, 10 Apr 2003 06:14:16 +0000 (06:14 +0000)]
More malloc context tweaks

21 years agoInit op->tmpmfuncs.
Howard Chu [Wed, 9 Apr 2003 23:37:24 +0000 (23:37 +0000)]
Init op->tmpmfuncs.

21 years agoMinor cleanups
Howard Chu [Wed, 9 Apr 2003 23:37:00 +0000 (23:37 +0000)]
Minor cleanups

21 years agoEliminate getkey search
Howard Chu [Wed, 9 Apr 2003 17:34:58 +0000 (17:34 +0000)]
Eliminate getkey search

21 years agoJust use a fixed size slab for now
Howard Chu [Wed, 9 Apr 2003 17:05:46 +0000 (17:05 +0000)]
Just use a fixed size slab for now

21 years agoFirst cut at thread-local malloc. Only used by search() for now...
Howard Chu [Wed, 9 Apr 2003 16:52:03 +0000 (16:52 +0000)]
First cut at thread-local malloc. Only used by search() for now...
Needs work in normalizers, etc.

21 years agobackend operations and callbacks conforms to the new API.
Jong Hyuk Choi [Wed, 9 Apr 2003 16:37:00 +0000 (16:37 +0000)]
backend operations and callbacks conforms to the new API.

21 years agoExtended ber_mem functions, add context argument.
Howard Chu [Wed, 9 Apr 2003 13:26:22 +0000 (13:26 +0000)]
Extended ber_mem functions, add context argument.

21 years agoExtended API for ber_mem functions, add context argument.
Howard Chu [Wed, 9 Apr 2003 13:25:11 +0000 (13:25 +0000)]
Extended API for ber_mem functions, add context argument.
Must always use ber_mem funcs, even if CSRIMALLOC is present.

21 years agoITS#2434 ber accessors
Howard Chu [Wed, 9 Apr 2003 09:41:02 +0000 (09:41 +0000)]
ITS#2434 ber accessors

21 years agoDon't build generic_filter dynamically, it's a simple static.
Howard Chu [Wed, 9 Apr 2003 08:28:19 +0000 (08:28 +0000)]
Don't build generic_filter dynamically, it's a simple static.

21 years agofirst cut at documenting back-monitor
Pierangelo Masarati [Tue, 8 Apr 2003 23:46:56 +0000 (23:46 +0000)]
first cut at documenting back-monitor

21 years agosilence warning
Pierangelo Masarati [Tue, 8 Apr 2003 23:39:56 +0000 (23:39 +0000)]
silence warning

21 years agoimprove (and cleanup) value normalization
Pierangelo Masarati [Tue, 8 Apr 2003 23:30:58 +0000 (23:30 +0000)]
improve (and cleanup) value normalization

21 years agonormalize while merging values
Pierangelo Masarati [Tue, 8 Apr 2003 23:27:22 +0000 (23:27 +0000)]
normalize while merging values

21 years agofree cache only if required
Pierangelo Masarati [Tue, 8 Apr 2003 23:22:10 +0000 (23:22 +0000)]
free cache only if required

21 years agobdb->bi_idl_tree_lrulock initialize
Jong Hyuk Choi [Tue, 8 Apr 2003 16:30:56 +0000 (16:30 +0000)]
bdb->bi_idl_tree_lrulock initialize

21 years agocleanup
Pierangelo Masarati [Tue, 8 Apr 2003 13:22:12 +0000 (13:22 +0000)]
cleanup

21 years agoreturn 'matched' only if all the targets didn't recognize the search base
Pierangelo Masarati [Tue, 8 Apr 2003 11:38:38 +0000 (11:38 +0000)]
return 'matched' only if all the targets didn't recognize the search base

21 years agomix refresh and fix; may need further work
Pierangelo Masarati [Tue, 8 Apr 2003 11:20:18 +0000 (11:20 +0000)]
mix refresh and fix; may need further work

21 years agoBetter detection of new search scopes
Howard Chu [Tue, 8 Apr 2003 11:17:20 +0000 (11:17 +0000)]
Better detection of new search scopes

21 years agoIDL cache locking change (mutex -> rwlock)
Jong Hyuk Choi [Tue, 8 Apr 2003 06:57:07 +0000 (06:57 +0000)]
IDL cache locking change (mutex -> rwlock)

21 years agoITS#2428 braindead compiler...
Howard Chu [Tue, 8 Apr 2003 02:54:37 +0000 (02:54 +0000)]
ITS#2428 braindead compiler...

21 years agofix attr nvals & more improvements
Pierangelo Masarati [Mon, 7 Apr 2003 23:22:27 +0000 (23:22 +0000)]
fix attr nvals & more improvements

21 years agofix referrals return
Pierangelo Masarati [Mon, 7 Apr 2003 23:21:55 +0000 (23:21 +0000)]
fix referrals return

21 years agoRe-add <ac/localize.h>
Kurt Zeilenga [Mon, 7 Apr 2003 22:44:15 +0000 (22:44 +0000)]
Re-add <ac/localize.h>

21 years agoBackout autoconf 2.57 changes. Too much work for now.
Kurt Zeilenga [Mon, 7 Apr 2003 22:23:24 +0000 (22:23 +0000)]
Backout autoconf 2.57 changes.  Too much work for now.

21 years agoMore autoconf 2.57 changes (this is getting ugly) AUTOCONF_2_57
Kurt Zeilenga [Mon, 7 Apr 2003 22:03:11 +0000 (22:03 +0000)]
More autoconf 2.57 changes (this is getting ugly)

21 years agocleanup
Pierangelo Masarati [Mon, 7 Apr 2003 21:42:51 +0000 (21:42 +0000)]
cleanup

21 years agofix typo
Pierangelo Masarati [Mon, 7 Apr 2003 21:06:06 +0000 (21:06 +0000)]
fix typo

21 years agoschema checks
Howard Chu [Mon, 7 Apr 2003 20:16:56 +0000 (20:16 +0000)]
schema checks

21 years agoFix !ENABLE_REWRITE
Howard Chu [Mon, 7 Apr 2003 19:48:10 +0000 (19:48 +0000)]
Fix !ENABLE_REWRITE

21 years agoFix returncode checks
Howard Chu [Mon, 7 Apr 2003 19:47:31 +0000 (19:47 +0000)]
Fix returncode checks

21 years agoworks fine now
Pierangelo Masarati [Mon, 7 Apr 2003 19:01:48 +0000 (19:01 +0000)]
works fine now

21 years agoSome more autoconf 2.57 updates, much more still needed (ugh).
Kurt Zeilenga [Mon, 7 Apr 2003 18:48:28 +0000 (18:48 +0000)]
Some more autoconf 2.57 updates, much more still needed (ugh).

21 years agoMore configure tweaks (autoconf 2.57)... much more needed
Kurt Zeilenga [Mon, 7 Apr 2003 18:19:56 +0000 (18:19 +0000)]
More configure tweaks (autoconf 2.57)... much more needed

21 years agoneed a second function because of different free() routines
Pierangelo Masarati [Mon, 7 Apr 2003 17:51:42 +0000 (17:51 +0000)]
need a second function because of different free() routines

21 years agomove to more appropriate file ...
Pierangelo Masarati [Mon, 7 Apr 2003 17:18:42 +0000 (17:18 +0000)]
move to more appropriate file ...

21 years agouse berval
Pierangelo Masarati [Mon, 7 Apr 2003 17:07:52 +0000 (17:07 +0000)]
use berval

21 years agofirst cut at grouping rewrite/map stuff; needs work
Pierangelo Masarati [Mon, 7 Apr 2003 17:04:14 +0000 (17:04 +0000)]
first cut at grouping rewrite/map stuff; needs work

21 years agodefault remapping from target to server aliases searchResult
Pierangelo Masarati [Mon, 7 Apr 2003 16:59:56 +0000 (16:59 +0000)]
default remapping from target to server aliases searchResult

21 years agogroup rewrite/map stuff in one structure and optimize more function calls
Pierangelo Masarati [Mon, 7 Apr 2003 16:52:59 +0000 (16:52 +0000)]
group rewrite/map stuff in one structure and optimize more function calls

21 years agouse rewrite info instead of ldapinfo for reusability in back-meta; will change soon
Pierangelo Masarati [Mon, 7 Apr 2003 12:53:00 +0000 (12:53 +0000)]
use rewrite info instead of ldapinfo for reusability in back-meta; will change soon

21 years agoUse individual addAttrDN, compareAttrDN, modifyAttrDN, searchAttrDN contexts
Howard Chu [Mon, 7 Apr 2003 11:55:12 +0000 (11:55 +0000)]
Use individual addAttrDN, compareAttrDN, modifyAttrDN, searchAttrDN contexts
instead of re-using other contexts.

21 years agoFix prev
Howard Chu [Mon, 7 Apr 2003 11:50:15 +0000 (11:50 +0000)]
Fix prev

21 years agoFix freeval check
Howard Chu [Mon, 7 Apr 2003 11:49:40 +0000 (11:49 +0000)]
Fix freeval check

21 years agoCleanup previous
Howard Chu [Mon, 7 Apr 2003 11:40:23 +0000 (11:40 +0000)]
Cleanup previous

21 years ago(SLAP_NVALUES) attr->a_nvals must not be NULL, set equal to a_vals when
Howard Chu [Mon, 7 Apr 2003 11:38:45 +0000 (11:38 +0000)]
(SLAP_NVALUES) attr->a_nvals must not be NULL, set equal to a_vals when
not normalizing.

21 years agoOne more typo
Howard Chu [Mon, 7 Apr 2003 11:35:58 +0000 (11:35 +0000)]
One more typo

21 years agoFix typo
Howard Chu [Mon, 7 Apr 2003 11:13:57 +0000 (11:13 +0000)]
Fix typo

21 years agoFix matchedDn detection
Howard Chu [Mon, 7 Apr 2003 10:51:57 +0000 (10:51 +0000)]
Fix matchedDn detection

21 years agoActually free mapped attrval
Howard Chu [Mon, 7 Apr 2003 10:31:32 +0000 (10:31 +0000)]
Actually free mapped attrval

21 years agoCleanup ENABLE_REWRITE ifdefs, put into a new ldap_back_dn_massage().
Howard Chu [Mon, 7 Apr 2003 10:15:18 +0000 (10:15 +0000)]
Cleanup ENABLE_REWRITE ifdefs, put into a new ldap_back_dn_massage().
All DN attrs are massaged, whether or not ENABLE_REWRITE is defined.
Use "dnAttr" rewriteContext for Add, Compare, & Modify.
Fixed ldap_back_compare.

21 years agofix tools build when SLAPI is enabled
Pierangelo Masarati [Mon, 7 Apr 2003 09:33:10 +0000 (09:33 +0000)]
fix tools build when SLAPI is enabled

21 years agoneed OpenLDAPaciMatch
Pierangelo Masarati [Mon, 7 Apr 2003 08:54:12 +0000 (08:54 +0000)]
need OpenLDAPaciMatch

21 years agofix most missing dependencies with SLAPI; slappasswd needs different LIBS settings ...
Pierangelo Masarati [Mon, 7 Apr 2003 08:53:45 +0000 (08:53 +0000)]
fix most missing dependencies with SLAPI; slappasswd needs different LIBS settings ...

21 years agofix and improve previous commit
Pierangelo Masarati [Mon, 7 Apr 2003 08:53:03 +0000 (08:53 +0000)]
fix and improve previous commit

21 years agoneed attrs when sending entries ...
Pierangelo Masarati [Mon, 7 Apr 2003 08:19:26 +0000 (08:19 +0000)]
need attrs when sending entries ...

21 years agoUse AC_CHECK_MEMBER to implement struct passwd checks
Kurt Zeilenga [Mon, 7 Apr 2003 06:42:33 +0000 (06:42 +0000)]
Use AC_CHECK_MEMBER to implement struct passwd checks

21 years agoMSGHDR updates
Kurt Zeilenga [Mon, 7 Apr 2003 06:28:30 +0000 (06:28 +0000)]
MSGHDR updates

21 years agoUse more robust AC_PROG_SHTOOL instead of homegrown check
Kurt Zeilenga [Mon, 7 Apr 2003 04:43:17 +0000 (04:43 +0000)]
Use more robust AC_PROG_SHTOOL instead of homegrown check

21 years agoDisable gettext detection for now
Kurt Zeilenga [Mon, 7 Apr 2003 04:33:18 +0000 (04:33 +0000)]
Disable gettext detection for now

21 years agocleanup
Kurt Zeilenga [Mon, 7 Apr 2003 04:03:55 +0000 (04:03 +0000)]
cleanup

21 years agocleanup
Kurt Zeilenga [Mon, 7 Apr 2003 03:46:22 +0000 (03:46 +0000)]
cleanup

21 years agoFix backglue crash
Howard Chu [Mon, 7 Apr 2003 03:43:12 +0000 (03:43 +0000)]
Fix backglue crash

21 years agomore SLAP_NVALUES tweaking
Kurt Zeilenga [Mon, 7 Apr 2003 01:19:47 +0000 (01:19 +0000)]
more SLAP_NVALUES tweaking

21 years agoSLAP_NVALUES code cleanup
Kurt Zeilenga [Mon, 7 Apr 2003 01:06:46 +0000 (01:06 +0000)]
SLAP_NVALUES code cleanup

21 years agoMore #unifdef -DSLAP_NVALUES
Kurt Zeilenga [Sun, 6 Apr 2003 19:16:49 +0000 (19:16 +0000)]
More #unifdef -DSLAP_NVALUES

21 years agopartial #unifdef -DSLAP_NVALUES
Kurt Zeilenga [Sun, 6 Apr 2003 18:57:17 +0000 (18:57 +0000)]
partial #unifdef -DSLAP_NVALUES

21 years agomark more translatable strings
Kurt Zeilenga [Sun, 6 Apr 2003 06:47:31 +0000 (06:47 +0000)]
mark more translatable strings

21 years agomark a few translatable strings
Kurt Zeilenga [Sun, 6 Apr 2003 06:19:13 +0000 (06:19 +0000)]
mark a few translatable strings

21 years agoMark a few error strings
Kurt Zeilenga [Sun, 6 Apr 2003 06:10:56 +0000 (06:10 +0000)]
Mark a few error strings

21 years agoFix version strings
Kurt Zeilenga [Sun, 6 Apr 2003 05:49:45 +0000 (05:49 +0000)]
Fix version strings

21 years agoDon't cache strings, locale could change
Kurt Zeilenga [Sun, 6 Apr 2003 05:48:05 +0000 (05:48 +0000)]
Don't cache strings, locale could change

21 years agomark the rest of translatable strings
Kurt Zeilenga [Sun, 6 Apr 2003 03:50:05 +0000 (03:50 +0000)]
mark the rest of translatable strings

21 years agoMark error strings
Kurt Zeilenga [Sun, 6 Apr 2003 03:45:32 +0000 (03:45 +0000)]
Mark error strings

21 years agoMisc translation tweaks
Kurt Zeilenga [Sun, 6 Apr 2003 03:27:52 +0000 (03:27 +0000)]
Misc translation tweaks

21 years agoMark translatable strings. Needs work.
Kurt Zeilenga [Sun, 6 Apr 2003 02:59:15 +0000 (02:59 +0000)]
Mark translatable strings.  Needs work.

21 years agoAdd gettext detection
Kurt Zeilenga [Sun, 6 Apr 2003 02:17:04 +0000 (02:17 +0000)]
Add gettext detection

21 years agoAutoconf upgrade (partial)
Kurt Zeilenga [Sun, 6 Apr 2003 01:44:08 +0000 (01:44 +0000)]
Autoconf upgrade (partial)

21 years agoITS#2423 free SASL prompts
Howard Chu [Sun, 6 Apr 2003 01:03:43 +0000 (01:03 +0000)]
ITS#2423 free SASL prompts

21 years agoITS#2423 don't malloc prompt results
Howard Chu [Sun, 6 Apr 2003 00:52:24 +0000 (00:52 +0000)]
ITS#2423 don't malloc prompt results

21 years agoITS#2423 plug some memleaks
Howard Chu [Sun, 6 Apr 2003 00:48:48 +0000 (00:48 +0000)]
ITS#2423 plug some memleaks

21 years agoITS#2423 - make the lib that allocates SASL prompt results responsible
Howard Chu [Sun, 6 Apr 2003 00:47:55 +0000 (00:47 +0000)]
ITS#2423 - make the lib that allocates SASL prompt results responsible
for freeing them.

21 years agoBasic infrastructure for i18n/l10n
Kurt Zeilenga [Sat, 5 Apr 2003 20:49:16 +0000 (20:49 +0000)]
Basic infrastructure for i18n/l10n

21 years agosilence warnings
Pierangelo Masarati [Sat, 5 Apr 2003 16:58:36 +0000 (16:58 +0000)]
silence warnings

21 years agopropagate selected changes to back-ldap
Pierangelo Masarati [Sat, 5 Apr 2003 16:53:57 +0000 (16:53 +0000)]
propagate selected changes to back-ldap

21 years agomap attrs improvement
Pierangelo Masarati [Sat, 5 Apr 2003 16:53:29 +0000 (16:53 +0000)]
map attrs improvement

21 years agomassage bound dn only if operating on authz backend
Pierangelo Masarati [Sat, 5 Apr 2003 11:31:54 +0000 (11:31 +0000)]
massage bound dn only if operating on authz backend

21 years agoavoid 0-sized, unused allocations
Pierangelo Masarati [Sat, 5 Apr 2003 11:30:43 +0000 (11:30 +0000)]
avoid 0-sized, unused allocations

21 years agoDefine MINIMUM_SEARCH_STACK_DEPTH=8, search_aliases needs at least this.
Howard Chu [Sat, 5 Apr 2003 10:05:27 +0000 (10:05 +0000)]
Define MINIMUM_SEARCH_STACK_DEPTH=8, search_aliases needs at least this.

21 years agocleanup & more
Pierangelo Masarati [Sat, 5 Apr 2003 09:57:21 +0000 (09:57 +0000)]
cleanup & more

21 years agoRange check cleanup, added alias processing comments
Howard Chu [Sat, 5 Apr 2003 09:46:54 +0000 (09:46 +0000)]
Range check cleanup, added alias processing comments

21 years agoFix cursor initialization, scope IDs
Howard Chu [Sat, 5 Apr 2003 08:54:24 +0000 (08:54 +0000)]
Fix cursor initialization, scope IDs