]> git.sur5r.net Git - openldap/log
openldap
21 years agoFix missing slash in file: URL
Howard Chu [Wed, 23 Apr 2003 03:32:05 +0000 (03:32 +0000)]
Fix missing slash in file: URL

21 years agoAdd CONTRIBUTING section to HEAD's README
Kurt Zeilenga [Wed, 23 Apr 2003 02:25:39 +0000 (02:25 +0000)]
Add CONTRIBUTING section to HEAD's README

21 years agomove ldap_get_message_ber() from ldap.h to ldap_pvt.h
Jong Hyuk Choi [Tue, 22 Apr 2003 23:02:11 +0000 (23:02 +0000)]
move ldap_get_message_ber() from ldap.h to ldap_pvt.h

21 years agoget_ldapmsg_ber() -> ldap_get_message_ber()
Jong Hyuk Choi [Tue, 22 Apr 2003 22:09:25 +0000 (22:09 +0000)]
get_ldapmsg_ber() -> ldap_get_message_ber()

21 years agoMisc cleanup - more to come.
Jong Hyuk Choi [Tue, 22 Apr 2003 21:42:14 +0000 (21:42 +0000)]
Misc cleanup - more to come.

21 years agoget_ldapmsg_ber() added.
Jong Hyuk Choi [Tue, 22 Apr 2003 21:38:59 +0000 (21:38 +0000)]
get_ldapmsg_ber() added.

21 years agoFix typo in last commit
Kurt Zeilenga [Tue, 22 Apr 2003 20:35:41 +0000 (20:35 +0000)]
Fix typo in last commit

21 years agoMissed a bei_rdn in prev commit
Howard Chu [Tue, 22 Apr 2003 20:35:29 +0000 (20:35 +0000)]
Missed a bei_rdn in prev commit

21 years agoFix up subtreeSpecification to allow new GSER-based string format
Kurt Zeilenga [Tue, 22 Apr 2003 20:33:08 +0000 (20:33 +0000)]
Fix up subtreeSpecification to allow new GSER-based string format
(real validatator needed).

21 years agosubtreeSpecification syntax change : -binary +validator
Jong Hyuk Choi [Tue, 22 Apr 2003 20:08:37 +0000 (20:08 +0000)]
subtreeSpecification syntax change : -binary +validator

21 years agoOmit bei_rdn field from EntryInfo
Howard Chu [Tue, 22 Apr 2003 18:59:37 +0000 (18:59 +0000)]
Omit bei_rdn field from EntryInfo

21 years agofilter_candidate tweaks, search_stack tweaks
Howard Chu [Tue, 22 Apr 2003 18:22:51 +0000 (18:22 +0000)]
filter_candidate tweaks, search_stack tweaks

21 years agomore cleanup for the backend API change
Jong Hyuk Choi [Tue, 22 Apr 2003 17:59:54 +0000 (17:59 +0000)]
more cleanup for the backend API change

21 years agoTrim dead BDB_HIER stuff
Howard Chu [Tue, 22 Apr 2003 17:06:35 +0000 (17:06 +0000)]
Trim dead BDB_HIER stuff

21 years agoFix args to bdb_cache_modrdn
Howard Chu [Tue, 22 Apr 2003 17:05:22 +0000 (17:05 +0000)]
Fix args to bdb_cache_modrdn

21 years agosubentry cleanup
Jong Hyuk Choi [Tue, 22 Apr 2003 17:00:04 +0000 (17:00 +0000)]
subentry cleanup

21 years agoFix multi-line string literals. new GCC complains...
Howard Chu [Tue, 22 Apr 2003 16:06:29 +0000 (16:06 +0000)]
Fix multi-line string literals. new GCC complains...

21 years agoFix id2entry, let bdb_cache_release_all clean up EntryInfos
Howard Chu [Tue, 22 Apr 2003 13:14:06 +0000 (13:14 +0000)]
Fix id2entry, let bdb_cache_release_all clean up EntryInfos
Fix idl_cache_put

21 years agoMem context tweaks for bdb_dn2idl
Howard Chu [Tue, 22 Apr 2003 06:29:13 +0000 (06:29 +0000)]
Mem context tweaks for bdb_dn2idl

21 years agoFix typo in prev commit
Howard Chu [Tue, 22 Apr 2003 05:15:50 +0000 (05:15 +0000)]
Fix typo in prev commit

21 years agoMoved IDL cache code to standalone functions.
Howard Chu [Tue, 22 Apr 2003 05:14:27 +0000 (05:14 +0000)]
Moved IDL cache code to standalone functions.
Use IDL cache in bdb_dn2id_children.

21 years agoPass parent EntryInfo instead of parent DN to dn2id_add/delete.
Howard Chu [Tue, 22 Apr 2003 04:06:09 +0000 (04:06 +0000)]
Pass parent EntryInfo instead of parent DN to dn2id_add/delete.
Add bdb_cache_children, remove cache flag manipulation from dn2id_children

21 years agoDon't do (unsafe) DNS reverse lookups.
Kurt Zeilenga [Tue, 22 Apr 2003 01:17:23 +0000 (01:17 +0000)]
Don't do (unsafe) DNS reverse lookups.
HEADS UP: May break some Kerberos deployments.

21 years agocleanup
Kurt Zeilenga [Mon, 21 Apr 2003 19:01:08 +0000 (19:01 +0000)]
cleanup

21 years agoAssign experimental OID to syncReplCookie
Kurt Zeilenga [Mon, 21 Apr 2003 18:57:49 +0000 (18:57 +0000)]
Assign experimental OID to syncReplCookie

21 years agoMore ldap_connect_to_host() tweaks.
Kurt Zeilenga [Mon, 21 Apr 2003 18:45:46 +0000 (18:45 +0000)]
More ldap_connect_to_host() tweaks.

21 years agomemory context tweaks
Howard Chu [Mon, 21 Apr 2003 18:28:38 +0000 (18:28 +0000)]
memory context tweaks

21 years agoFix builds when getaddrinfo is not detected but getnameinfo is.
Kurt Zeilenga [Mon, 21 Apr 2003 18:28:08 +0000 (18:28 +0000)]
Fix builds when getaddrinfo is not detected but getnameinfo is.
This does not happen normally.

21 years agoFix previous commit
Howard Chu [Mon, 21 Apr 2003 18:09:44 +0000 (18:09 +0000)]
Fix previous commit

21 years agoITS#2459 (partial) fix. Eliminate address parameter all together.
Kurt Zeilenga [Mon, 21 Apr 2003 17:06:37 +0000 (17:06 +0000)]
ITS#2459 (partial) fix.  Eliminate address parameter all together.
Need to look closely at the memcpy.  (It likely can be eliminated
as well.)

21 years agoOpenLDAP synchronization based replication engine
Jong Hyuk Choi [Mon, 21 Apr 2003 14:08:13 +0000 (14:08 +0000)]
OpenLDAP synchronization based replication engine

21 years agomemory API change
Jong Hyuk Choi [Mon, 21 Apr 2003 14:01:39 +0000 (14:01 +0000)]
memory API change

21 years agoPerform is_at_subtype check inline
Howard Chu [Mon, 21 Apr 2003 03:55:20 +0000 (03:55 +0000)]
Perform is_at_subtype check inline

21 years agoclarify that updatedn permits replica updating subject to access controls.
Kurt Zeilenga [Mon, 21 Apr 2003 02:29:46 +0000 (02:29 +0000)]
clarify that updatedn permits replica updating subject to access controls.

21 years agoFix glue_sub_init realloc disconnect
Howard Chu [Sun, 20 Apr 2003 09:18:02 +0000 (09:18 +0000)]
Fix glue_sub_init realloc disconnect

21 years agouse a macro for the entry buffer size
Pierangelo Masarati [Fri, 18 Apr 2003 17:17:18 +0000 (17:17 +0000)]
use a macro for the entry buffer size

21 years agouse SLAP_PTRCMP
Pierangelo Masarati [Fri, 18 Apr 2003 17:16:48 +0000 (17:16 +0000)]
use SLAP_PTRCMP

21 years agoreset passwords before freeindg them
Pierangelo Masarati [Fri, 18 Apr 2003 10:02:43 +0000 (10:02 +0000)]
reset passwords before freeindg them

21 years agoensure all metasingleconns are init'ed
Pierangelo Masarati [Fri, 18 Apr 2003 10:02:00 +0000 (10:02 +0000)]
ensure all metasingleconns are init'ed

21 years agoAdd shm_key config keyword to use shared memory for BDB environment
Howard Chu [Fri, 18 Apr 2003 09:43:22 +0000 (09:43 +0000)]
Add shm_key config keyword to use shared memory for BDB environment
Unmeasurable performance difference on my tests, but who knows...

21 years agoFix crasher when duplicating substring assertions
Luke Howard [Fri, 18 Apr 2003 08:21:12 +0000 (08:21 +0000)]
Fix crasher when duplicating substring assertions

21 years agoMinor fixes
Howard Chu [Fri, 18 Apr 2003 07:43:07 +0000 (07:43 +0000)]
Minor fixes

21 years agoImprove error checking
Luke Howard [Fri, 18 Apr 2003 07:29:45 +0000 (07:29 +0000)]
Improve error checking

21 years agoFix prev commit, extended search was broken
Howard Chu [Fri, 18 Apr 2003 05:53:24 +0000 (05:53 +0000)]
Fix prev commit, extended search was broken

21 years agoDon't pollute op->o_bd in access_allowed()
Luke Howard [Fri, 18 Apr 2003 04:57:15 +0000 (04:57 +0000)]
Don't pollute op->o_bd in access_allowed()

21 years agoFix undefined filters
Howard Chu [Fri, 18 Apr 2003 04:44:46 +0000 (04:44 +0000)]
Fix undefined filters

21 years agoFix undefined substring filters
Howard Chu [Fri, 18 Apr 2003 04:44:06 +0000 (04:44 +0000)]
Fix undefined substring filters

21 years agoITS#2453, Fix filter candidate generation
Howard Chu [Fri, 18 Apr 2003 03:36:52 +0000 (03:36 +0000)]
ITS#2453, Fix filter candidate generation

21 years agoITS#2449, broken NOT filters
Howard Chu [Fri, 18 Apr 2003 02:31:38 +0000 (02:31 +0000)]
ITS#2449, broken NOT filters

21 years agoCaching non-existing index entries in the IDL cache - caching keys only
Jong Hyuk Choi [Fri, 18 Apr 2003 00:35:11 +0000 (00:35 +0000)]
Caching non-existing index entries in the IDL cache - caching keys only

21 years agoimprove previous commit
Pierangelo Masarati [Thu, 17 Apr 2003 22:19:14 +0000 (22:19 +0000)]
improve previous commit

21 years agodon't return referral if cannot compute one (should fix ITS#2435)
Pierangelo Masarati [Thu, 17 Apr 2003 21:48:57 +0000 (21:48 +0000)]
don't return referral if cannot compute one (should fix ITS#2435)

21 years agoUse EntryInfo navigation for search scope checks
Howard Chu [Thu, 17 Apr 2003 11:03:21 +0000 (11:03 +0000)]
Use EntryInfo navigation for search scope checks

21 years agoFinish alias scope support
Howard Chu [Thu, 17 Apr 2003 09:23:53 +0000 (09:23 +0000)]
Finish alias scope support

21 years agoFix prev commit
Howard Chu [Thu, 17 Apr 2003 05:15:12 +0000 (05:15 +0000)]
Fix prev commit

21 years agoFix database search loop conditions
Howard Chu [Thu, 17 Apr 2003 04:55:39 +0000 (04:55 +0000)]
Fix database search loop conditions

21 years agoFix AVL comparisons
Howard Chu [Thu, 17 Apr 2003 04:36:42 +0000 (04:36 +0000)]
Fix AVL comparisons

21 years agoAdded hyc & Symas
Howard Chu [Thu, 17 Apr 2003 04:31:32 +0000 (04:31 +0000)]
Added hyc & Symas

21 years agofix typo
Kurt Zeilenga [Thu, 17 Apr 2003 03:35:38 +0000 (03:35 +0000)]
fix typo

21 years agowhoops
Kurt Zeilenga [Thu, 17 Apr 2003 03:35:20 +0000 (03:35 +0000)]
whoops

21 years agoMinor tweak
Kurt Zeilenga [Thu, 17 Apr 2003 03:30:10 +0000 (03:30 +0000)]
Minor tweak

21 years agocontributor notices
Kurt Zeilenga [Thu, 17 Apr 2003 02:47:12 +0000 (02:47 +0000)]
contributor notices

21 years agoAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut dn2id_children.
Howard Chu [Thu, 17 Apr 2003 00:52:31 +0000 (00:52 +0000)]
Added CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut dn2id_children.

21 years agoadd caveats to man page; cleanup and small improvements
Pierangelo Masarati [Wed, 16 Apr 2003 22:23:46 +0000 (22:23 +0000)]
add caveats to man page; cleanup and small improvements

21 years agocleanup; improve error handling
Pierangelo Masarati [Wed, 16 Apr 2003 22:22:57 +0000 (22:22 +0000)]
cleanup; improve error handling

21 years agoAdd associated matching rule checks
Kurt Zeilenga [Wed, 16 Apr 2003 21:42:52 +0000 (21:42 +0000)]
Add associated matching rule checks

21 years agoallow compare on dynamically generated operational attributes (may be moved to the...
Pierangelo Masarati [Wed, 16 Apr 2003 20:55:42 +0000 (20:55 +0000)]
allow compare on dynamically generated operational attributes (may be moved to the frontend)

21 years agoclarify hasSubordinate filtering
Pierangelo Masarati [Wed, 16 Apr 2003 20:54:56 +0000 (20:54 +0000)]
clarify hasSubordinate filtering

21 years agofix id query
Pierangelo Masarati [Wed, 16 Apr 2003 20:54:30 +0000 (20:54 +0000)]
fix id query

21 years agouse global bervals for TRUE/FALSE
Pierangelo Masarati [Wed, 16 Apr 2003 19:49:00 +0000 (19:49 +0000)]
use global bervals for TRUE/FALSE

21 years agofix possible typo
Pierangelo Masarati [Wed, 16 Apr 2003 19:48:14 +0000 (19:48 +0000)]
fix possible typo

21 years agoHierarchical cache management.
Howard Chu [Wed, 16 Apr 2003 16:23:36 +0000 (16:23 +0000)]
Hierarchical cache management.

21 years agouse syntax and matching rules knowledge when preparing SQL filters (to reduce pseudo...
Pierangelo Masarati [Wed, 16 Apr 2003 10:22:33 +0000 (10:22 +0000)]
use syntax and matching rules knowledge when preparing SQL filters (to reduce pseudo-normalization efforts and search candidate number)

21 years agoAdd associated matching rules
Kurt Zeilenga [Wed, 16 Apr 2003 05:56:28 +0000 (05:56 +0000)]
Add associated matching rules

21 years agoAdd comments about associated rules. Need to add checks
Kurt Zeilenga [Wed, 16 Apr 2003 03:30:20 +0000 (03:30 +0000)]
Add comments about associated rules.  Need to add checks
in mr.c, populated their values in schema_init.c, and then
put them to use.

21 years agofix update operations
Pierangelo Masarati [Wed, 16 Apr 2003 01:21:02 +0000 (01:21 +0000)]
fix update operations

21 years agoFree IDL_CACHE locks
Howard Chu [Wed, 16 Apr 2003 01:04:00 +0000 (01:04 +0000)]
Free IDL_CACHE locks

21 years agoAdd ldap_pvt_thread_pool_context() stub for NO_THREADS builds
Howard Chu [Wed, 16 Apr 2003 00:18:56 +0000 (00:18 +0000)]
Add ldap_pvt_thread_pool_context() stub for NO_THREADS builds

21 years agomore cleanup; small improvements
Pierangelo Masarati [Tue, 15 Apr 2003 23:11:31 +0000 (23:11 +0000)]
more cleanup; small improvements

21 years agohonor attributes request
Pierangelo Masarati [Tue, 15 Apr 2003 22:43:56 +0000 (22:43 +0000)]
honor attributes request

21 years agobackout unintended commit :)
Pierangelo Masarati [Tue, 15 Apr 2003 21:58:16 +0000 (21:58 +0000)]
backout unintended commit :)

21 years agoadd slurpd pid/args files
Pierangelo Masarati [Tue, 15 Apr 2003 21:56:21 +0000 (21:56 +0000)]
add slurpd pid/args files

21 years agofix backsql new API; use berbuf instead of berval
Pierangelo Masarati [Tue, 15 Apr 2003 21:55:25 +0000 (21:55 +0000)]
fix backsql new API; use berbuf instead of berval

21 years agodocument recent changes
Pierangelo Masarati [Tue, 15 Apr 2003 20:55:29 +0000 (20:55 +0000)]
document recent changes

21 years agoFixed minor compile errors
Julius Enarusai [Tue, 15 Apr 2003 20:40:02 +0000 (20:40 +0000)]
Fixed minor compile errors

21 years agoClarify "users" terminology
Kurt Zeilenga [Tue, 15 Apr 2003 02:20:01 +0000 (02:20 +0000)]
Clarify "users" terminology

21 years agoFix for modrdn retries
Howard Chu [Tue, 15 Apr 2003 01:13:28 +0000 (01:13 +0000)]
Fix for modrdn retries

21 years agoFix value_find_ex result
Howard Chu [Mon, 14 Apr 2003 12:27:04 +0000 (12:27 +0000)]
Fix value_find_ex result

21 years agoFix previous commit
Howard Chu [Mon, 14 Apr 2003 11:14:07 +0000 (11:14 +0000)]
Fix previous commit

21 years agodoPlugins return code fix
Howard Chu [Mon, 14 Apr 2003 10:30:10 +0000 (10:30 +0000)]
doPlugins return code fix

21 years agodoPlugins return code fix
Howard Chu [Mon, 14 Apr 2003 00:07:48 +0000 (00:07 +0000)]
doPlugins return code fix

21 years agoMemory context fixes
Howard Chu [Sun, 13 Apr 2003 16:15:52 +0000 (16:15 +0000)]
Memory context fixes

21 years agoFix prev commit - hash bytes of ldap_pvt_thread_t to find proper slot
Howard Chu [Sun, 13 Apr 2003 05:48:48 +0000 (05:48 +0000)]
Fix prev commit - hash bytes of ldap_pvt_thread_t to find proper slot

21 years agoRename header macro
Kurt Zeilenga [Sun, 13 Apr 2003 04:51:12 +0000 (04:51 +0000)]
Rename header macro

21 years agoimprove schema
Pierangelo Masarati [Sat, 12 Apr 2003 18:16:05 +0000 (18:16 +0000)]
improve schema

21 years agofix ACI per-thread memory management
Pierangelo Masarati [Sat, 12 Apr 2003 17:42:51 +0000 (17:42 +0000)]
fix ACI per-thread memory management

21 years agoHEADS-UP: complete reworking of back-monitor
Pierangelo Masarati [Sat, 12 Apr 2003 17:41:49 +0000 (17:41 +0000)]
HEADS-UP: complete reworking of back-monitor

21 years agoFix OIDs
Kurt Zeilenga [Sat, 12 Apr 2003 17:11:26 +0000 (17:11 +0000)]
Fix OIDs

21 years agoChange doPluginFNs to return 1 when no plugins were invoked
Howard Chu [Sat, 12 Apr 2003 12:40:50 +0000 (12:40 +0000)]
Change doPluginFNs to return 1 when no plugins were invoked

21 years agoTweak strcpy's
Howard Chu [Sat, 12 Apr 2003 12:20:19 +0000 (12:20 +0000)]
Tweak strcpy's