]>
git.sur5r.net Git - openldap/log
Howard Chu [Wed, 24 Jan 2007 09:10:37 +0000 (09:10 +0000)]
ITS#4809 add reqMod attribute to modrdn records so that operational
attributes may be propagated. use them in delta-sync.
Howard Chu [Wed, 24 Jan 2007 05:02:52 +0000 (05:02 +0000)]
Finish prev fix, entryUUID was getting dropped
Ralf Haferkamp [Tue, 23 Jan 2007 11:05:43 +0000 (11:05 +0000)]
Printout ldap_result() error message (ITS #4812)
Pierangelo Masarati [Tue, 23 Jan 2007 01:30:13 +0000 (01:30 +0000)]
make Solaris happy with printf of NULLs (ITS#4811?)
Howard Chu [Mon, 22 Jan 2007 14:38:07 +0000 (14:38 +0000)]
Partial fix for prev commit
Howard Chu [Mon, 22 Jan 2007 13:43:11 +0000 (13:43 +0000)]
More LDIF-format schema, for test049
Howard Chu [Mon, 22 Jan 2007 13:42:34 +0000 (13:42 +0000)]
Test slave bootstrapping via syncrepl
Howard Chu [Mon, 22 Jan 2007 13:33:55 +0000 (13:33 +0000)]
More for syncrepl
Howard Chu [Mon, 22 Jan 2007 10:53:48 +0000 (10:53 +0000)]
Fixes for syncrepl compatibility
Howard Chu [Mon, 22 Jan 2007 10:04:10 +0000 (10:04 +0000)]
New modify handler, compares old and new entry and to generate deltas.
Avoids unnecessary rewrites of unchanged attributes.
Howard Chu [Mon, 22 Jan 2007 10:01:32 +0000 (10:01 +0000)]
Need retry parameter for valid restart test
Howard Chu [Sun, 21 Jan 2007 13:44:32 +0000 (13:44 +0000)]
Preliminary steps to enabling sync replication of config. Needs work.
Allow configuring a consumer on the provider that points to the provider
but is a no-op. This ensures that the consumer will continue to be a
consumer after the replication occurs.
Howard Chu [Sun, 21 Jan 2007 13:02:05 +0000 (13:02 +0000)]
Don't use ldap_pvt_thread_pool_context_reset(), it interferes with
dynamic adds.
Howard Chu [Sun, 21 Jan 2007 11:22:52 +0000 (11:22 +0000)]
Fix - don't just generate missing cn=schema entry in memory, write it
out as well.
Kurt Zeilenga [Fri, 19 Jan 2007 07:31:02 +0000 (07:31 +0000)]
silence warnings
Kurt Zeilenga [Fri, 19 Jan 2007 02:54:38 +0000 (02:54 +0000)]
fix typo
Pierangelo Masarati [Thu, 18 Jan 2007 01:13:39 +0000 (01:13 +0000)]
don't bail out if all targets are too lazy...
Pierangelo Masarati [Thu, 18 Jan 2007 00:02:29 +0000 (00:02 +0000)]
allow modules to muck with connection tree and so
Pierangelo Masarati [Wed, 17 Jan 2007 22:22:00 +0000 (22:22 +0000)]
fix ITS#4802
Pierangelo Masarati [Wed, 17 Jan 2007 21:52:13 +0000 (21:52 +0000)]
test mapped error code (ITS#4808)
Howard Chu [Wed, 17 Jan 2007 10:43:37 +0000 (10:43 +0000)]
Only sort the first time
Howard Chu [Wed, 17 Jan 2007 10:02:53 +0000 (10:02 +0000)]
Fix prev commit
Howard Chu [Wed, 17 Jan 2007 02:46:41 +0000 (02:46 +0000)]
Cleanup prev commit
Howard Chu [Wed, 17 Jan 2007 02:43:05 +0000 (02:43 +0000)]
Minor tweaks, put dup EntryInfo's on free list instead of destroying them
Pierangelo Masarati [Tue, 16 Jan 2007 22:13:44 +0000 (22:13 +0000)]
allow to specify the required access privileges in internal operations (ITS#4806)
Pierangelo Masarati [Tue, 16 Jan 2007 11:30:24 +0000 (11:30 +0000)]
fix dumb overparanoid test
Pierangelo Masarati [Mon, 15 Jan 2007 15:02:14 +0000 (15:02 +0000)]
fix leak (ITS#4805)
Howard Chu [Mon, 15 Jan 2007 01:27:02 +0000 (01:27 +0000)]
Shortcut when no index info is present
Howard Chu [Mon, 15 Jan 2007 01:23:02 +0000 (01:23 +0000)]
Keep attr list intact, glued DBs may need it
Howard Chu [Mon, 15 Jan 2007 01:20:08 +0000 (01:20 +0000)]
ITS#4554
Howard Chu [Mon, 15 Jan 2007 01:19:48 +0000 (01:19 +0000)]
ITS#4554 show example for reindexing a specific attribute
Howard Chu [Mon, 15 Jan 2007 01:14:14 +0000 (01:14 +0000)]
ITS#4554 slapindex takes a list of attributes to index
Pierangelo Masarati [Sat, 13 Jan 2007 15:03:15 +0000 (15:03 +0000)]
add support to test exceptional behavior (abandon/cancel/ignore)
Pierangelo Masarati [Sat, 13 Jan 2007 11:51:28 +0000 (11:51 +0000)]
one more round of cached connections fixes/improvements
Howard Chu [Fri, 12 Jan 2007 23:20:17 +0000 (23:20 +0000)]
Framework for loadable mapper implementations
Quanah Gibson-Mount [Fri, 12 Jan 2007 22:55:39 +0000 (22:55 +0000)]
logging cleanup
Howard Chu [Fri, 12 Jan 2007 09:59:15 +0000 (09:59 +0000)]
Log errors in delta sync
Howard Chu [Fri, 12 Jan 2007 07:35:34 +0000 (07:35 +0000)]
Set upper bound on EntryInfos, fixed at 4x Entry cachesize.
Probably should be tunable. Probably should add hit/miss counters
to monitor to assist in tuning...
Pierangelo Masarati [Thu, 11 Jan 2007 22:13:54 +0000 (22:13 +0000)]
free entry in a cleaner manner (ITS#4801?)
Pierangelo Masarati [Thu, 11 Jan 2007 21:33:39 +0000 (21:33 +0000)]
fix entry deallocation
Pierangelo Masarati [Thu, 11 Jan 2007 20:57:43 +0000 (20:57 +0000)]
don't list (other) structural classes
Pierangelo Masarati [Thu, 11 Jan 2007 20:41:43 +0000 (20:41 +0000)]
streamline group attr specification/diagnostics
Pierangelo Masarati [Thu, 11 Jan 2007 18:57:37 +0000 (18:57 +0000)]
cleanup
Pierangelo Masarati [Thu, 11 Jan 2007 16:27:11 +0000 (16:27 +0000)]
remove mention of the "defaultaccess" directive (ITS#4803)
Hallvard Furuseth [Thu, 11 Jan 2007 13:47:29 +0000 (13:47 +0000)]
make sloops, rloops etc. static so their addresses can be used in initializer.
Hallvard Furuseth [Thu, 11 Jan 2007 13:43:52 +0000 (13:43 +0000)]
Wrap enum in #ifndef LDAP_PVT_THREAD_H_DONE; this code can be read twice.
Hallvard Furuseth [Thu, 11 Jan 2007 12:06:31 +0000 (12:06 +0000)]
avoid nonconst* = const* assignment in ldif_open_url().
Hallvard Furuseth [Thu, 11 Jan 2007 12:04:49 +0000 (12:04 +0000)]
Delete unused label.
Hallvard Furuseth [Thu, 11 Jan 2007 12:04:22 +0000 (12:04 +0000)]
Delete unused variables.
Hallvard Furuseth [Thu, 11 Jan 2007 12:03:20 +0000 (12:03 +0000)]
assert expects int. (int)<nonnull ptr> can be 0. Use assert(arg!=NULL).
Hallvard Furuseth [Thu, 11 Jan 2007 12:00:39 +0000 (12:00 +0000)]
ctype.h args should be in the range of unsigned char (or EOF).
Howard Chu [Thu, 11 Jan 2007 00:56:27 +0000 (00:56 +0000)]
Fix pthread_rwlock_destroy detection
Howard Chu [Thu, 11 Jan 2007 00:55:26 +0000 (00:55 +0000)]
Trust HAVE_PTHREAD_RWLOCK_DESTROY now.
Howard Chu [Thu, 11 Jan 2007 00:54:45 +0000 (00:54 +0000)]
Better check for pthread_rwlock_destroy()
Howard Chu [Wed, 10 Jan 2007 20:48:37 +0000 (20:48 +0000)]
Don't zero out attr value flags
Howard Chu [Wed, 10 Jan 2007 20:30:29 +0000 (20:30 +0000)]
ITS#4800
Hallvard Furuseth [Wed, 10 Jan 2007 15:04:33 +0000 (15:04 +0000)]
Fix pluginlog default and add it to FILES section.
Hallvard Furuseth [Wed, 10 Jan 2007 13:54:56 +0000 (13:54 +0000)]
Align pidfile example with default slapd.conf
Howard Chu [Wed, 10 Jan 2007 08:52:07 +0000 (08:52 +0000)]
ITS#4648, alternate fix
Kurt Zeilenga [Wed, 10 Jan 2007 01:57:26 +0000 (01:57 +0000)]
trim listed modules
Howard Chu [Wed, 10 Jan 2007 01:29:16 +0000 (01:29 +0000)]
Revert accidental commit
Pierangelo Masarati [Wed, 10 Jan 2007 01:18:52 +0000 (01:18 +0000)]
more on ITS#4799
Pierangelo Masarati [Wed, 10 Jan 2007 00:53:05 +0000 (00:53 +0000)]
further cleanup
Pierangelo Masarati [Wed, 10 Jan 2007 00:51:20 +0000 (00:51 +0000)]
dunno if it's going to be of any use...
Howard Chu [Wed, 10 Jan 2007 00:26:55 +0000 (00:26 +0000)]
ITS#4799 remove Kerberos
Howard Chu [Wed, 10 Jan 2007 00:23:28 +0000 (00:23 +0000)]
ITS#4799 remove kerberos / kbind
Howard Chu [Wed, 10 Jan 2007 00:20:42 +0000 (00:20 +0000)]
ITS#4799 remove kerberos / kbind references
Howard Chu [Wed, 10 Jan 2007 00:19:24 +0000 (00:19 +0000)]
ITS#4799 additional patches
Howard Chu [Wed, 10 Jan 2007 00:01:38 +0000 (00:01 +0000)]
ITS#4799 remove kbind
Howard Chu [Tue, 9 Jan 2007 23:55:13 +0000 (23:55 +0000)]
ITS#4799 remove kbind references. (kind of moot, since slurpd
itself is also deprecated...)
Howard Chu [Tue, 9 Jan 2007 23:48:28 +0000 (23:48 +0000)]
ITS#4799 remove all references to kbind
Howard Chu [Tue, 9 Jan 2007 23:44:09 +0000 (23:44 +0000)]
ITS#4799 remove all references to Kerberos
Pierangelo Masarati [Tue, 9 Jan 2007 15:33:54 +0000 (15:33 +0000)]
disallow invalid per-syntax shortcuts
Ralf Haferkamp [Tue, 9 Jan 2007 12:24:04 +0000 (12:24 +0000)]
add support for usage flag
Ralf Haferkamp [Tue, 9 Jan 2007 12:23:31 +0000 (12:23 +0000)]
store LDAP_OPT_DIAGNOSTIC_MESSAGE in correct Attribute
Pierangelo Masarati [Tue, 9 Jan 2007 12:19:04 +0000 (12:19 +0000)]
allow forcing abandon of search operations on a connection basis
Pierangelo Masarati [Tue, 9 Jan 2007 12:17:46 +0000 (12:17 +0000)]
fix build without TLS
Howard Chu [Tue, 9 Jan 2007 02:09:44 +0000 (02:09 +0000)]
Fix prev commit
Howard Chu [Tue, 9 Jan 2007 01:35:31 +0000 (01:35 +0000)]
Fix TLS parsing
Pierangelo Masarati [Tue, 9 Jan 2007 00:59:17 +0000 (00:59 +0000)]
fix previous commit(s)
Howard Chu [Tue, 9 Jan 2007 00:01:28 +0000 (00:01 +0000)]
Minor tweak, my man2html program only recognizes manpage references
in the .BR form.
Howard Chu [Mon, 8 Jan 2007 23:52:25 +0000 (23:52 +0000)]
Document per-context TLS options
Howard Chu [Mon, 8 Jan 2007 23:36:24 +0000 (23:36 +0000)]
Add TLS context configuration
Pierangelo Masarati [Mon, 8 Jan 2007 21:37:45 +0000 (21:37 +0000)]
better handling of critical conditions
Howard Chu [Mon, 8 Jan 2007 20:38:42 +0000 (20:38 +0000)]
syncrepl inherits default TLS settings from main slapd config
Howard Chu [Mon, 8 Jan 2007 20:16:45 +0000 (20:16 +0000)]
Make syncrepl inherit default TLS settings from main slapd config (except
for reqcert, default demand)
Howard Chu [Mon, 8 Jan 2007 19:10:23 +0000 (19:10 +0000)]
ITS#4797
Pierangelo Masarati [Mon, 8 Jan 2007 18:34:59 +0000 (18:34 +0000)]
fix idassert mode=self for anonymous operations (ITS#4798)
Pierangelo Masarati [Mon, 8 Jan 2007 00:13:28 +0000 (00:13 +0000)]
fix response code mapping
Pierangelo Masarati [Sun, 7 Jan 2007 22:06:13 +0000 (22:06 +0000)]
better async connection and partial error handling
Pierangelo Masarati [Sun, 7 Jan 2007 22:05:33 +0000 (22:05 +0000)]
honor network timeout even when doing full async
Pierangelo Masarati [Sun, 7 Jan 2007 19:20:46 +0000 (19:20 +0000)]
First cut to truly async connect:
- after connect(2), if async the connection is in "connecting" state
- the first time a request is sent, "connecting" conns are polled
- in case of success, the request is sent
- in case still connecting, LDAP_X_CONNECTING is returned;
clients are expected to retry later
- the "async" behavior must be explicitly enabled by setting
the LDAP_OPT_CONNECT_ASYNC option
"local" connections need work
Pierangelo Masarati [Sun, 7 Jan 2007 19:13:05 +0000 (19:13 +0000)]
document LDAP Sync API
Pierangelo Masarati [Sun, 7 Jan 2007 18:53:09 +0000 (18:53 +0000)]
don't leave attrs with no values 'round; fix description
Pierangelo Masarati [Sat, 6 Jan 2007 18:28:32 +0000 (18:28 +0000)]
import of LDAP Sync client API
Pierangelo Masarati [Sat, 6 Jan 2007 18:27:34 +0000 (18:27 +0000)]
minor cleanup
Pierangelo Masarati [Sat, 6 Jan 2007 16:19:15 +0000 (16:19 +0000)]
self-document thread monitoring
Pierangelo Masarati [Sat, 6 Jan 2007 00:45:02 +0000 (00:45 +0000)]
cleanup ITS#4781 enhancement
Pierangelo Masarati [Fri, 5 Jan 2007 16:18:42 +0000 (16:18 +0000)]
improve disconnect handling
Pierangelo Masarati [Fri, 5 Jan 2007 15:23:39 +0000 (15:23 +0000)]
unsolicited responses shouldn't necessarily end the connection