]>
git.sur5r.net Git - openldap/log
Kurt Zeilenga [Tue, 1 Jun 2004 22:07:57 +0000 (22:07 +0000)]
ITS#3166: correct slapi_entry_attr_get_* return types
patch provided by Martin Evans
Jong Hyuk Choi [Tue, 1 Jun 2004 20:17:11 +0000 (20:17 +0000)]
Fixing backglue behaviors
1) Return NO_SUCH_OBJECT if base object cannot be located
2) Does not search databases that are superior to the base object of the search
Howard Chu [Mon, 31 May 2004 06:25:25 +0000 (06:25 +0000)]
Fix ucnumber behavior
Howard Chu [Mon, 31 May 2004 05:45:11 +0000 (05:45 +0000)]
ucdata is now hardcoded
Howard Chu [Mon, 31 May 2004 05:44:04 +0000 (05:44 +0000)]
load_ucdata is now a no-op
Howard Chu [Mon, 31 May 2004 05:34:37 +0000 (05:34 +0000)]
Remove ucdata-path directive, ucdata is now hardcoded
Kurt Zeilenga [Mon, 31 May 2004 04:01:03 +0000 (04:01 +0000)]
cleanup
Howard Chu [Mon, 31 May 2004 02:22:12 +0000 (02:22 +0000)]
Fix prev commit
Jong Hyuk Choi [Mon, 31 May 2004 02:03:39 +0000 (02:03 +0000)]
Fix for backglue limit checking
Jong Hyuk Choi [Mon, 31 May 2004 02:01:59 +0000 (02:01 +0000)]
Patch for ITS#3133
Howard Chu [Mon, 31 May 2004 01:58:13 +0000 (01:58 +0000)]
Use hardcoded Unicode data
Howard Chu [Mon, 31 May 2004 01:54:27 +0000 (01:54 +0000)]
Use hardcoded Unicode data tables
Kurt Zeilenga [Sun, 30 May 2004 23:20:52 +0000 (23:20 +0000)]
Adjust for HEAD
Kurt Zeilenga [Sun, 30 May 2004 23:20:39 +0000 (23:20 +0000)]
More SASL updates. Not yet fully consistent with HEAD.
Kurt Zeilenga [Sun, 30 May 2004 22:24:00 +0000 (22:24 +0000)]
misc tweaks
Kurt Zeilenga [Sun, 30 May 2004 22:15:39 +0000 (22:15 +0000)]
Don't shortcut scope base searches. Base scope searches can be
useful to ensure target entry exists.
Howard Chu [Fri, 28 May 2004 03:23:38 +0000 (03:23 +0000)]
Forgot to commit this before (ITS#3144, 3152, 3163)
Howard Chu [Thu, 27 May 2004 08:54:34 +0000 (08:54 +0000)]
Fix ITS#3155
Howard Chu [Thu, 27 May 2004 08:45:27 +0000 (08:45 +0000)]
Fix ITS#3160, decrement conn->c_n_ops_pending when removing an op from
the conn->c_pending_ops queue.
Pierangelo Masarati [Wed, 26 May 2004 12:29:17 +0000 (12:29 +0000)]
provide support for usage()
Pierangelo Masarati [Tue, 25 May 2004 17:42:06 +0000 (17:42 +0000)]
remove '-S'; improve usage()
Pierangelo Masarati [Tue, 25 May 2004 13:35:04 +0000 (13:35 +0000)]
fix previous commit
Pierangelo Masarati [Tue, 25 May 2004 10:44:51 +0000 (10:44 +0000)]
infrastructure for '-o <option>[=<value>]' args
Howard Chu [Tue, 25 May 2004 04:54:32 +0000 (04:54 +0000)]
Fix entry_get, only check mapped attr if attr was provided
Kurt Zeilenga [Mon, 24 May 2004 23:28:52 +0000 (23:28 +0000)]
add command line option (-S) to enable SLP registration (ITS#3132)
off by default. Option assignment is temporary, should be replaced
with "-o slp=<ON|off>".
Based upon patch submitted by Ralf Haferkamp (SuSE).
Kurt Zeilenga [Mon, 24 May 2004 23:23:50 +0000 (23:23 +0000)]
cleanup
Luke Howard [Mon, 24 May 2004 05:28:43 +0000 (05:28 +0000)]
slapi_ldap_init() / slapi_ldap_unbind()
Luke Howard [Mon, 24 May 2004 03:43:53 +0000 (03:43 +0000)]
slight optimization - use ldap_bv2dn()
Luke Howard [Sun, 23 May 2004 16:04:27 +0000 (16:04 +0000)]
Implement slapi_entry_{get,set}_uniqueid
Luke Howard [Sun, 23 May 2004 16:01:11 +0000 (16:01 +0000)]
more prototype syncing
Luke Howard [Sun, 23 May 2004 15:51:58 +0000 (15:51 +0000)]
Fix breakage
Luke Howard [Sun, 23 May 2004 15:47:23 +0000 (15:47 +0000)]
Add slapi_entry_add_rdn_values(), slapi_entry_rdn_values_present(), slapi_entry_schema_check() API
Luke Howard [Sun, 23 May 2004 15:45:32 +0000 (15:45 +0000)]
Use new slapi_entry_add_rdn_values() API
Luke Howard [Sun, 23 May 2004 12:47:49 +0000 (12:47 +0000)]
more prototypes
Luke Howard [Sun, 23 May 2004 12:43:59 +0000 (12:43 +0000)]
Implement slapi_rdn2typeval and slapi_dn_plus_rdn
Luke Howard [Sun, 23 May 2004 12:24:04 +0000 (12:24 +0000)]
Sync with new prototypes
Luke Howard [Sun, 23 May 2004 12:12:43 +0000 (12:12 +0000)]
Implement slapi_entry_size()
Luke Howard [Sun, 23 May 2004 12:06:47 +0000 (12:06 +0000)]
Implement slapi_entry_has_children()
Pierangelo Masarati [Sat, 22 May 2004 17:26:02 +0000 (17:26 +0000)]
more on identity assertion
Howard Chu [Fri, 21 May 2004 23:58:26 +0000 (23:58 +0000)]
Add note about syncrepl Persist retries
Howard Chu [Fri, 21 May 2004 23:53:14 +0000 (23:53 +0000)]
ITS#3064 don't reset sync interval to zero on PERSIST
Howard Chu [Fri, 21 May 2004 10:53:30 +0000 (10:53 +0000)]
ITS#3123 make sure ldap_int_sasl_mutex is init'd before it is used
Howard Chu [Thu, 20 May 2004 03:08:58 +0000 (03:08 +0000)]
Updated to 3.2.0
Howard Chu [Thu, 20 May 2004 02:52:22 +0000 (02:52 +0000)]
Add special cases for Unicode 3.2.0
Howard Chu [Thu, 20 May 2004 00:51:20 +0000 (00:51 +0000)]
More cleanup
Howard Chu [Thu, 20 May 2004 00:49:11 +0000 (00:49 +0000)]
Cleanup prev commit
Howard Chu [Thu, 20 May 2004 00:41:16 +0000 (00:41 +0000)]
ITS#3144, ITS#3152 verify cache results
Howard Chu [Thu, 20 May 2004 00:13:05 +0000 (00:13 +0000)]
ITS#3151 always reschedule consistency_check task
Howard Chu [Wed, 19 May 2004 23:37:14 +0000 (23:37 +0000)]
ITS#3153 only cache queries with at least one entry
Howard Chu [Wed, 19 May 2004 23:20:04 +0000 (23:20 +0000)]
Fix normalized mods in slap_entry2mods (ITS#3144, ITS#3152)
Howard Chu [Wed, 19 May 2004 23:19:24 +0000 (23:19 +0000)]
Always normalize entries (ITS#3152, ITS#3144)
Howard Chu [Wed, 19 May 2004 22:07:06 +0000 (22:07 +0000)]
ITS#3150 fix uninit'd return_val
Kurt Zeilenga [Wed, 19 May 2004 19:39:40 +0000 (19:39 +0000)]
cleanup
Kurt Zeilenga [Wed, 19 May 2004 19:23:01 +0000 (19:23 +0000)]
cleanup
Howard Chu [Wed, 19 May 2004 07:31:22 +0000 (07:31 +0000)]
Fix prev commit, test015 works again
Kurt Zeilenga [Wed, 19 May 2004 02:47:30 +0000 (02:47 +0000)]
ITS#3134: support DNSname style wildcards in common name
(This is not consistent with RFC 3280 or RFC 2830, but consistent
with current practices.)
Based upon patch submitted by Quanah Gibson-Mount <quanah@stanford.edu>.
Howard Chu [Tue, 18 May 2004 09:11:38 +0000 (09:11 +0000)]
ITS#3146 plug extended match memory leaks
Kurt Zeilenga [Sat, 15 May 2004 22:14:12 +0000 (22:14 +0000)]
Remove extra sequence
Kurt Zeilenga [Sat, 15 May 2004 19:26:48 +0000 (19:26 +0000)]
fix up error handling, including disallowing sync+pagedResults combinations.
Pierangelo Masarati [Sat, 15 May 2004 14:35:05 +0000 (14:35 +0000)]
fix test000 for back-monitor built as module
Pierangelo Masarati [Sat, 15 May 2004 10:11:43 +0000 (10:11 +0000)]
need to defer this...
Pierangelo Masarati [Sat, 15 May 2004 10:11:10 +0000 (10:11 +0000)]
more on idassert: SASL bind/authz
Pierangelo Masarati [Sat, 15 May 2004 10:10:09 +0000 (10:10 +0000)]
more on idassert
Howard Chu [Fri, 14 May 2004 19:28:42 +0000 (19:28 +0000)]
Just set ppolicy control in tool_bind()
Kurt Zeilenga [Fri, 14 May 2004 17:25:28 +0000 (17:25 +0000)]
Add LDAP IMR RFC
Pierangelo Masarati [Fri, 14 May 2004 15:11:58 +0000 (15:11 +0000)]
check for empty DN in proxyAuthz control
Pierangelo Masarati [Fri, 14 May 2004 10:01:22 +0000 (10:01 +0000)]
reflect Kurt's comments on ID assertion
Howard Chu [Fri, 14 May 2004 08:03:25 +0000 (08:03 +0000)]
Fix ITS#3139, empty output buffer when sb_sasl_write fails
Kurt Zeilenga [Fri, 14 May 2004 04:48:44 +0000 (04:48 +0000)]
cleanup
Pierangelo Masarati [Thu, 13 May 2004 23:35:39 +0000 (23:35 +0000)]
document proxyauthz{dn|pw} and idassert-*
Pierangelo Masarati [Thu, 13 May 2004 23:33:14 +0000 (23:33 +0000)]
fix schema initialization when built as module...
Pierangelo Masarati [Thu, 13 May 2004 22:59:14 +0000 (22:59 +0000)]
cleanup
Pierangelo Masarati [Thu, 13 May 2004 22:47:24 +0000 (22:47 +0000)]
promoted proxyAuthz to STATS log level
Pierangelo Masarati [Thu, 13 May 2004 22:19:16 +0000 (22:19 +0000)]
fix previous commit :)
Pierangelo Masarati [Thu, 13 May 2004 22:12:46 +0000 (22:12 +0000)]
complete idassert options
Pierangelo Masarati [Thu, 13 May 2004 22:12:24 +0000 (22:12 +0000)]
caught nasty empty DN bug
Pierangelo Masarati [Thu, 13 May 2004 20:25:53 +0000 (20:25 +0000)]
add idassert code (undocumented yet)
Pierangelo Masarati [Thu, 13 May 2004 20:22:27 +0000 (20:22 +0000)]
expose slap_sasl_matches() to allow external matching of authz* stuff; fix backwards compatibility bug for "dn:<pat>" as a shortcut to "dn.exact:<pat>"
Pierangelo Masarati [Thu, 13 May 2004 20:18:37 +0000 (20:18 +0000)]
empty ID should be fine according to draft-weltman-ldapv3-proxy
Howard Chu [Thu, 13 May 2004 00:46:52 +0000 (00:46 +0000)]
better fix for prev commit
Howard Chu [Thu, 13 May 2004 00:38:24 +0000 (00:38 +0000)]
ITS#3137 defer schema loading until overlay configuration
Howard Chu [Thu, 13 May 2004 00:26:10 +0000 (00:26 +0000)]
ITS#3125 load back-monitor if it's a module
Pierangelo Masarati [Thu, 13 May 2004 00:18:21 +0000 (00:18 +0000)]
more fixes to test006; added sets test
Pierangelo Masarati [Wed, 12 May 2004 23:29:42 +0000 (23:29 +0000)]
fix ITS#3140
Pierangelo Masarati [Sat, 8 May 2004 22:06:31 +0000 (22:06 +0000)]
test delete as well...
Pierangelo Masarati [Sat, 8 May 2004 21:34:20 +0000 (21:34 +0000)]
more tests; test026 now works regardless of the backend; test027 is disabled for bdb/hdb because of a bug in handling empty DN...
Pierangelo Masarati [Fri, 7 May 2004 23:11:38 +0000 (23:11 +0000)]
cleanup
Pierangelo Masarati [Fri, 7 May 2004 22:29:10 +0000 (22:29 +0000)]
always hexpair escape special chars (databases must be rebuilt)
Pierangelo Masarati [Fri, 7 May 2004 22:28:52 +0000 (22:28 +0000)]
allow LDAPv2 DN to be enclosed in <>
Pierangelo Masarati [Fri, 7 May 2004 22:13:39 +0000 (22:13 +0000)]
added DN parsing test
Pierangelo Masarati [Fri, 7 May 2004 21:53:44 +0000 (21:53 +0000)]
typo in error message
Pierangelo Masarati [Fri, 7 May 2004 17:43:22 +0000 (17:43 +0000)]
helper for unlimited time/size limits request
Pierangelo Masarati [Fri, 7 May 2004 15:38:42 +0000 (15:38 +0000)]
more cleanup
Pierangelo Masarati [Fri, 7 May 2004 15:28:39 +0000 (15:28 +0000)]
fix test006
Pierangelo Masarati [Fri, 7 May 2004 09:03:05 +0000 (09:03 +0000)]
fix DN_SEPARATOR() and clarify its use
Pierangelo Masarati [Fri, 7 May 2004 02:18:08 +0000 (02:18 +0000)]
more on fixing escaped semicolon in normalized DN
Pierangelo Masarati [Fri, 7 May 2004 02:09:06 +0000 (02:09 +0000)]
fix escaped semicolon bug in back-bdb
Howard Chu [Thu, 6 May 2004 23:58:13 +0000 (23:58 +0000)]
Fix for ITS#1181 from Mark Adamson @ CMU.edu
Pierangelo Masarati [Thu, 6 May 2004 14:51:14 +0000 (14:51 +0000)]
cleanup
Luke Howard [Thu, 6 May 2004 03:27:45 +0000 (03:27 +0000)]
Fix ITS#3131 properly - set operation SSF to MAX(TLS, SASL) SSFs