]>
git.sur5r.net Git - openldap/log
Kurt Zeilenga [Mon, 28 May 2001 22:05:49 +0000 (22:05 +0000)]
A little BDB cleanup
Kurt Zeilenga [Mon, 28 May 2001 22:00:27 +0000 (22:00 +0000)]
Remove __db_lock.share file
Kurt Zeilenga [Mon, 28 May 2001 20:16:21 +0000 (20:16 +0000)]
big mutex needs #ifdef HAVE_BERKELEY_DB_THREAD wrapper
Kurt Zeilenga [Mon, 28 May 2001 20:04:49 +0000 (20:04 +0000)]
Fix syntax error in mpool test
Kurt Zeilenga [Mon, 28 May 2001 20:00:17 +0000 (20:00 +0000)]
Misc adjustments to CBM tests
Kurt Zeilenga [Mon, 28 May 2001 19:49:50 +0000 (19:49 +0000)]
Fix typo
Kurt Zeilenga [Mon, 28 May 2001 19:43:11 +0000 (19:43 +0000)]
Initial CDB implementation.
Kurt Zeilenga [Mon, 28 May 2001 19:42:22 +0000 (19:42 +0000)]
Fix wrapping separators (no functional change)
Kurt Zeilenga [Mon, 28 May 2001 19:40:42 +0000 (19:40 +0000)]
Fix empty suffix separator test.
Kurt Zeilenga [Mon, 28 May 2001 19:40:15 +0000 (19:40 +0000)]
Fix typo (no functional change)
Kurt Zeilenga [Mon, 28 May 2001 19:11:29 +0000 (19:11 +0000)]
Enable ldbm_big_mutex for Berkeley DB 2/3 per comments from Sleepycat.
Can be disabled if and we implement DB_INIT_CDB + DB_INIT_MPOOL +
DB_CDB_ALLDB.
Kurt Zeilenga [Thu, 24 May 2001 01:07:00 +0000 (01:07 +0000)]
Add some additional filter checks
Kurt Zeilenga [Thu, 24 May 2001 00:42:08 +0000 (00:42 +0000)]
add missing return bug
Randy Kunkee [Mon, 21 May 2001 22:01:57 +0000 (22:01 +0000)]
From CHANGES notes for 2.0:
- Detects OpenLDAP 2.0 and builds correctly with it.
- Increment major version to 2, library file to libldaptcl2.0.so.
- Can now perform add/delete/replace modifications in a single command.
- Replaced calls to TclX_WrongArgs with core Tcl_WrongNumArgs to reduce
dependency on Extended Tcl.
- Wrap dereference search control with #ifdef LDAP_OPT_DEREF.
- Deref during search should work.
- Add protocol_version option to ldap init command.
- Add LDAPTCL_PROTOCOL_VERSION_DEFAULT to allow specifying the default
protocol version used.
- Add controlArray(timeout) to control timeouts during searches.
- Add controlArray(cache) to control caching current search results.
(Experience has show this to be not very useful or not working correctly.
Caching search results should probably be done in Ldaptcl rather than
letting the LDAP API do it.)
- Add "compare" subcommand
- Add experimental trap subcommand (undocumented -- use at your own risk).
Kurt Zeilenga [Mon, 21 May 2001 05:00:35 +0000 (05:00 +0000)]
Minor cleanup
Kurt Zeilenga [Sun, 20 May 2001 17:39:32 +0000 (17:39 +0000)]
Take rc out from #ifdef
Kurt Zeilenga [Sat, 19 May 2001 23:08:11 +0000 (23:08 +0000)]
Some minor cleanup
Kurt Zeilenga [Sat, 19 May 2001 23:07:46 +0000 (23:07 +0000)]
Should not be using reverse lookup names to check certificates.
Pierangelo Masarati [Sat, 19 May 2001 17:02:39 +0000 (17:02 +0000)]
pseudo-root dn bind; a couple of minor fixes
Kurt Zeilenga [Fri, 18 May 2001 17:10:03 +0000 (17:10 +0000)]
minor cleanup
Kurt Zeilenga [Fri, 18 May 2001 02:46:24 +0000 (02:46 +0000)]
Update to 2.5 (from guide)
Kurt Zeilenga [Fri, 18 May 2001 02:45:46 +0000 (02:45 +0000)]
Misc updates
Kurt Zeilenga [Fri, 18 May 2001 02:45:27 +0000 (02:45 +0000)]
license should be project neutral
Kurt Zeilenga [Fri, 18 May 2001 00:55:09 +0000 (00:55 +0000)]
Don't set_cachesize for db3
Kurt Zeilenga [Fri, 18 May 2001 00:27:08 +0000 (00:27 +0000)]
Fix filter printing
Kurt Zeilenga [Fri, 18 May 2001 00:26:15 +0000 (00:26 +0000)]
Add lber-memory(3) to see also
Kurt Zeilenga [Fri, 18 May 2001 00:25:57 +0000 (00:25 +0000)]
Add 2828 (Internet Security Glossary)
Kurt Zeilenga [Thu, 17 May 2001 07:31:59 +0000 (07:31 +0000)]
Add support for obsolete attributes.
We don't support collective attributes (yet).
Remove exit() calls from scheme parsers. Need to do same for acl parser.
Pierangelo Masarati [Wed, 16 May 2001 23:06:15 +0000 (23:06 +0000)]
minor cleanup; some error handling and log fixes
Pierangelo Masarati [Wed, 16 May 2001 22:55:44 +0000 (22:55 +0000)]
added new log; minor cleanup of rewrite stuff
Kurt Zeilenga [Wed, 16 May 2001 20:42:20 +0000 (20:42 +0000)]
Note that schema submissions should come with a reference
to a stable specification.
Kurt Zeilenga [Wed, 16 May 2001 19:20:29 +0000 (19:20 +0000)]
Add '=' to printableString to be consistent with ASN.1 description
of syntax. RFC 1778/2252 are wrong and will need to be updated.
Kurt Zeilenga [Wed, 16 May 2001 19:19:16 +0000 (19:19 +0000)]
Improve error message when parent is referral or not present
Kurt Zeilenga [Wed, 16 May 2001 19:17:51 +0000 (19:17 +0000)]
Fix ; typo
Pierangelo Masarati [Sun, 13 May 2001 23:44:22 +0000 (23:44 +0000)]
added new logging to back-meta
Kurt Zeilenga [Sun, 13 May 2001 19:25:03 +0000 (19:25 +0000)]
Add a couple of controls to the TODO list
Kurt Zeilenga [Sun, 13 May 2001 19:24:02 +0000 (19:24 +0000)]
Misc updates to the TODO list
Pierangelo Masarati [Sun, 13 May 2001 17:58:03 +0000 (17:58 +0000)]
cleanup of the tests in back-meta/data; after build, run "setup.sh"
in back-meta/data and follow instructions.
minor update of "Changes" and "TODO".
Kurt Zeilenga [Sat, 12 May 2001 18:44:07 +0000 (18:44 +0000)]
Regen
Kurt Zeilenga [Sat, 12 May 2001 18:43:06 +0000 (18:43 +0000)]
if continuation line starts with a tab, rewrite it to a space
Kurt Zeilenga [Sat, 12 May 2001 06:15:42 +0000 (06:15 +0000)]
Rework intro and sasl a bit.
Add TLS.sdf (needs to be written)
Reorder chapter
Pierangelo Masarati [Sat, 12 May 2001 00:51:28 +0000 (00:51 +0000)]
This is the commit of:
- librewrite, for string rewriting; it may be used in back-ldap
by configuring with '--enable-rewrite'. It must be used in
back-meta. There's a text file, 'libraries/librewrite/RATIONALE',
that explains the usage and the features. More comprehensive
documentation will follow.
- enhancements of back-ldap (ITS#989,ITS#998,ITS#1002,ITS#1054 and ITS#1137)
including dn rewriting, a fix to group acl matching and so
- back-meta: a new backend that proxies a set of remote servers
by spawning queries. It uses portions of back-ldap and the rewrite
capabilities of librewrite. It can be compiled by configuring
with `--enable-ldap --enable-rewrite --enable-meta'.
There's a text file, 'servers/slapd/back-meta/Documentation', that
describes the main features and config statements.
Note: someone (Kurt?) should run 'autoconf' and commit 'configure' as
my autoconf version must be different: my configures contain a number
of differences and I didn't feel comfortable in adding them :)
Gary Williams [Fri, 11 May 2001 20:19:16 +0000 (20:19 +0000)]
fix debug line (ITS 1145)
Gary Williams [Fri, 11 May 2001 15:31:34 +0000 (15:31 +0000)]
fix global level usage (ITS 1143, 1144)
Kurt Zeilenga [Thu, 10 May 2001 17:40:12 +0000 (17:40 +0000)]
Clean up logging
Kurt Zeilenga [Thu, 10 May 2001 17:39:10 +0000 (17:39 +0000)]
Make sure we yield() on a failed accept()
Kurt Zeilenga [Thu, 10 May 2001 03:41:17 +0000 (03:41 +0000)]
Add better modlist2mod error reporting (to client)
Kurt Zeilenga [Wed, 9 May 2001 23:43:06 +0000 (23:43 +0000)]
Zap presentation address match define
Kurt Zeilenga [Wed, 9 May 2001 23:42:49 +0000 (23:42 +0000)]
Clean up some #ifdefs
Kurt Zeilenga [Wed, 9 May 2001 23:41:38 +0000 (23:41 +0000)]
Add HAVE_INET_NTOP
Kurt Zeilenga [Wed, 9 May 2001 23:41:16 +0000 (23:41 +0000)]
Fix have inet_ntop bug
Kurt Zeilenga [Wed, 9 May 2001 04:17:55 +0000 (04:17 +0000)]
Note that misc is experimental
Kurt Zeilenga [Wed, 9 May 2001 04:16:47 +0000 (04:16 +0000)]
Add ITS#876 nisSchema
Kurt Zeilenga [Tue, 8 May 2001 02:06:33 +0000 (02:06 +0000)]
Update copyright
Kurt Zeilenga [Tue, 8 May 2001 02:03:44 +0000 (02:03 +0000)]
Add DESC to various schema elements
Kurt Zeilenga [Mon, 7 May 2001 19:30:45 +0000 (19:30 +0000)]
Misc yr updates
Kurt Zeilenga [Mon, 7 May 2001 19:30:22 +0000 (19:30 +0000)]
Append log
Kurt Zeilenga [Mon, 7 May 2001 19:01:46 +0000 (19:01 +0000)]
Clean up begin thread test
Kurt Zeilenga [Mon, 7 May 2001 03:50:53 +0000 (03:50 +0000)]
Minor redef
Kurt Zeilenga [Mon, 7 May 2001 03:43:23 +0000 (03:43 +0000)]
Misc cleanup
Kurt Zeilenga [Sun, 6 May 2001 20:33:13 +0000 (20:33 +0000)]
Add scripts to start a master server
Kurt Zeilenga [Sun, 6 May 2001 20:01:18 +0000 (20:01 +0000)]
Fix disconnect bug
Kurt Zeilenga [Sun, 6 May 2001 19:07:24 +0000 (19:07 +0000)]
Add a bit of hardening
Kurt Zeilenga [Sun, 6 May 2001 18:58:45 +0000 (18:58 +0000)]
NT thread fix
Kurt Zeilenga [Sat, 5 May 2001 07:29:21 +0000 (07:29 +0000)]
Add simple configure support for sockbuf max incoming
Kurt Zeilenga [Fri, 4 May 2001 22:50:51 +0000 (22:50 +0000)]
Fix typos
Kurt Zeilenga [Fri, 4 May 2001 22:03:45 +0000 (22:03 +0000)]
Use KILL to kill slurpd.
Not sure why its not shutting down with -INT under FreeBSD 4,
but I have no time to figure this out.
Kurt Zeilenga [Fri, 4 May 2001 21:55:07 +0000 (21:55 +0000)]
Quick sb_max_incoming hack, should be configurable (likely
with differing anonymous vs authenticated values).
Kurt Zeilenga [Fri, 4 May 2001 21:15:09 +0000 (21:15 +0000)]
reimplementation of sb_max_incoming
Ralf Haferkamp [Fri, 4 May 2001 14:38:13 +0000 (14:38 +0000)]
Added client side caching. (Commited by: Jeff Costlow <j.costlow@f5.com>)
Kurt Zeilenga [Fri, 4 May 2001 04:05:56 +0000 (04:05 +0000)]
Use kill -INT to kill slurpd
Kurt Zeilenga [Fri, 4 May 2001 01:02:36 +0000 (01:02 +0000)]
Clean up entry_free()
assert of e_private was not freed by caller
Kurt Zeilenga [Thu, 3 May 2001 05:53:34 +0000 (05:53 +0000)]
detect and use fcntl (for BSD/OS)
detect inet_ntop (for MacOSX)
Kurt Zeilenga [Thu, 3 May 2001 05:51:39 +0000 (05:51 +0000)]
ITS#133
Kurt Zeilenga [Thu, 3 May 2001 01:13:49 +0000 (01:13 +0000)]
Add stupid check for dlopen for SASL and TLS
Kurt Zeilenga [Thu, 3 May 2001 00:59:47 +0000 (00:59 +0000)]
Add telephone number indexing support (reuse only)
Kurt Zeilenga [Wed, 2 May 2001 21:31:09 +0000 (21:31 +0000)]
Fix typo
Kurt Zeilenga [Wed, 2 May 2001 21:30:12 +0000 (21:30 +0000)]
Rebuild
Kurt Zeilenga [Wed, 2 May 2001 19:53:20 +0000 (19:53 +0000)]
No -r needed
Kurt Zeilenga [Wed, 2 May 2001 19:52:58 +0000 (19:52 +0000)]
Randfile
Kurt Zeilenga [Wed, 2 May 2001 19:52:09 +0000 (19:52 +0000)]
Clean up some logic, based upon Novell patches
Kurt Zeilenga [Wed, 2 May 2001 19:51:02 +0000 (19:51 +0000)]
Update year
Kurt Zeilenga [Wed, 2 May 2001 19:49:44 +0000 (19:49 +0000)]
optional SHA1
Kurt Zeilenga [Wed, 2 May 2001 19:48:40 +0000 (19:48 +0000)]
Don't require int32
Kurt Zeilenga [Wed, 2 May 2001 19:46:30 +0000 (19:46 +0000)]
Use SMD5 is SHA1 is not available
Kurt Zeilenga [Wed, 2 May 2001 19:46:01 +0000 (19:46 +0000)]
RANDFILE directives
Kurt Zeilenga [Wed, 2 May 2001 19:44:21 +0000 (19:44 +0000)]
SLP updates
Kurt Zeilenga [Wed, 2 May 2001 19:43:38 +0000 (19:43 +0000)]
Be a bit more liberal
Kurt Zeilenga [Wed, 2 May 2001 19:41:57 +0000 (19:41 +0000)]
Fix LDIF bug
Kurt Zeilenga [Wed, 2 May 2001 19:41:27 +0000 (19:41 +0000)]
Fix secprops mimic'ing
Kurt Zeilenga [Sat, 21 Apr 2001 01:32:03 +0000 (01:32 +0000)]
fix typo in comment
Kurt Zeilenga [Thu, 19 Apr 2001 19:29:38 +0000 (19:29 +0000)]
s/<anonymous>/cn=anonymous/ to avoid syntax issues
Kurt Zeilenga [Thu, 19 Apr 2001 19:29:00 +0000 (19:29 +0000)]
Previously added modrdn restriction to restrictive. Need to
check newSuperior.
Kurt Zeilenga [Thu, 19 Apr 2001 19:28:15 +0000 (19:28 +0000)]
Disallow anonymous modification.
Kurt Zeilenga [Tue, 17 Apr 2001 02:25:29 +0000 (02:25 +0000)]
Add vendor info RFC
Kurt Zeilenga [Tue, 17 Apr 2001 02:17:53 +0000 (02:17 +0000)]
Add "OpenLDAP Root Service" RFC
Kurt Zeilenga [Thu, 12 Apr 2001 23:05:19 +0000 (23:05 +0000)]
Fix logic error in param check
Kurt Zeilenga [Thu, 12 Apr 2001 23:05:02 +0000 (23:05 +0000)]
Fix off by one bug
Kurt Zeilenga [Thu, 12 Apr 2001 23:03:49 +0000 (23:03 +0000)]
Fix track of 2307
Kurt Zeilenga [Thu, 12 Apr 2001 23:02:20 +0000 (23:02 +0000)]
Fix referral handling bug