]> git.sur5r.net Git - openldap/log
openldap
23 years agoMove backend_syncfreq code down into back-ldbm. Creates new configuration
Randy Kunkee [Thu, 28 Jun 2001 09:20:33 +0000 (09:20 +0000)]
Move backend_syncfreq code down into back-ldbm.  Creates new configuration
for LDBM backends called "dbsync", which takes minimum of one argument up
to 3 args which are sync frequency, # of delays, and delay periods.  See
man page update for "dbsync" configuration for more details.

23 years agoTLS doesn't need ldap_host_connected_to()
Kurt Zeilenga [Mon, 25 Jun 2001 21:44:41 +0000 (21:44 +0000)]
TLS doesn't need ldap_host_connected_to()

23 years agoReplace ATTR_URIS with ATTR_OPTION (more general solution)
Kurt Zeilenga [Mon, 25 Jun 2001 21:39:14 +0000 (21:39 +0000)]
Replace ATTR_URIS with ATTR_OPTION (more general solution)

23 years agoAnother round of TLS updates to support secure referral chasing
Kurt Zeilenga [Mon, 25 Jun 2001 19:17:42 +0000 (19:17 +0000)]
Another round of TLS updates to support secure referral chasing

23 years agoRework tls check
Kurt Zeilenga [Mon, 25 Jun 2001 18:20:14 +0000 (18:20 +0000)]
Rework tls check
Needs to be connection specific

23 years agomove TLS ctx to lconn struct in prep for supporting TLS with referrals
Kurt Zeilenga [Mon, 25 Jun 2001 07:33:42 +0000 (07:33 +0000)]
move TLS ctx to lconn struct in prep for supporting TLS with referrals
need to rework cert check to use per lconn host name

23 years agoactually, <ac/strings.h> rather goes into rewrite-int.h
Pierangelo Masarati [Sat, 23 Jun 2001 16:06:34 +0000 (16:06 +0000)]
actually, <ac/strings.h> rather goes into rewrite-int.h

23 years agocatch up with bi_db_sync stuff
Pierangelo Masarati [Sat, 23 Jun 2001 15:43:21 +0000 (15:43 +0000)]
catch up with bi_db_sync stuff

23 years agoPlug idl leakage
Kurt Zeilenga [Sat, 23 Jun 2001 05:05:08 +0000 (05:05 +0000)]
Plug idl leakage

23 years agoAdd comments to three-value logic
Kurt Zeilenga [Sat, 23 Jun 2001 02:42:39 +0000 (02:42 +0000)]
Add comments to three-value logic

23 years agoFix three value logic
Kurt Zeilenga [Sat, 23 Jun 2001 02:26:09 +0000 (02:26 +0000)]
Fix three value logic

23 years agoSync with 2.x
Kurt Zeilenga [Sat, 23 Jun 2001 01:25:21 +0000 (01:25 +0000)]
Sync with 2.x

23 years agoinclude <ac/string.h> as needed (not in rewrite.h)
Kurt Zeilenga [Sat, 23 Jun 2001 01:20:32 +0000 (01:20 +0000)]
include <ac/string.h> as needed (not in rewrite.h)

23 years agoFix up error handling
Kurt Zeilenga [Fri, 22 Jun 2001 21:01:04 +0000 (21:01 +0000)]
Fix up error handling

23 years agoBackout directory config option
Kurt Zeilenga [Fri, 22 Jun 2001 21:00:24 +0000 (21:00 +0000)]
Backout directory config option

23 years agoUpdate
Kurt Zeilenga [Fri, 22 Jun 2001 18:11:22 +0000 (18:11 +0000)]
Update

23 years agoNo need to check for snprintf as code requires it to be present.
Kurt Zeilenga [Fri, 22 Jun 2001 18:10:55 +0000 (18:10 +0000)]
No need to check for snprintf as code requires it to be present.

23 years agoplug substrings filter memory leak
Kurt Zeilenga [Fri, 22 Jun 2001 18:09:19 +0000 (18:09 +0000)]
plug substrings filter memory leak

23 years agoTLS initialization fix
Kurt Zeilenga [Fri, 22 Jun 2001 18:08:44 +0000 (18:08 +0000)]
TLS initialization fix

23 years agoAdd sync_daemon to daemon.c, enabled by global configuration
Randy Kunkee [Fri, 22 Jun 2001 08:38:58 +0000 (08:38 +0000)]
Add sync_daemon to daemon.c, enabled by global configuration
backendsyncfreq <seconds>.  Setting this automatically enables
dbnosync (because the synchronizer takes care of it).

23 years agoTune db3 caching: only call set_cachesize for environment, and not individual
Randy Kunkee [Fri, 22 Jun 2001 08:31:36 +0000 (08:31 +0000)]
Tune db3 caching: only call set_cachesize for environment, and not individual
files.  Don't call set_cachesize if dbcachesize = 0.

23 years agoDon't say "version: 2"
Kurt Zeilenga [Thu, 21 Jun 2001 20:32:04 +0000 (20:32 +0000)]
Don't say "version: 2"

23 years ago#include <string.h> if HAVE_STRING_H is defined. Cleans up several
Randy Kunkee [Thu, 21 Jun 2001 19:11:27 +0000 (19:11 +0000)]
#include <string.h> if HAVE_STRING_H is defined.  Cleans up several
integer-pointer conversions errors in librewrite (on FreeBSD 4.2).

23 years agoPatches from Mark Whitehouse (with changes from myself) to make the
Randy Kunkee [Thu, 21 Jun 2001 18:54:56 +0000 (18:54 +0000)]
Patches from Mark Whitehouse (with changes from myself) to make the
dbcachesize setting actually work for db-3.2.9.

23 years agoTLS should refer to 2830
Kurt Zeilenga [Mon, 18 Jun 2001 23:40:45 +0000 (23:40 +0000)]
TLS should refer to 2830

23 years agos/__/LDAP_P/g
Kurt Zeilenga [Sat, 16 Jun 2001 07:37:43 +0000 (07:37 +0000)]
s/__/LDAP_P/g

23 years agoFix undefined filter parsing
Kurt Zeilenga [Sat, 16 Jun 2001 02:20:48 +0000 (02:20 +0000)]
Fix undefined filter parsing

23 years agoWork in progress codes. !UNTESTED!
Kurt Zeilenga [Fri, 15 Jun 2001 07:08:37 +0000 (07:08 +0000)]
Work in progress codes.  !UNTESTED!

23 years agoRebind cleanup
Kurt Zeilenga [Fri, 15 Jun 2001 04:49:38 +0000 (04:49 +0000)]
Rebind cleanup

23 years agoMore clean up
Kurt Zeilenga [Fri, 15 Jun 2001 04:31:55 +0000 (04:31 +0000)]
More clean up

23 years agofix partial commit of rebind changes
Kurt Zeilenga [Fri, 15 Jun 2001 04:28:58 +0000 (04:28 +0000)]
fix partial commit of rebind changes

23 years agoMisc updates for NT4
Kurt Zeilenga [Fri, 15 Jun 2001 04:16:55 +0000 (04:16 +0000)]
Misc updates for NT4

23 years agoUpdate to 2.6
Kurt Zeilenga [Fri, 15 Jun 2001 02:36:53 +0000 (02:36 +0000)]
Update to 2.6

23 years agoFix year
Kurt Zeilenga [Fri, 15 Jun 2001 02:35:42 +0000 (02:35 +0000)]
Fix year

23 years agoAdd "with or without modification" to COPYRIGHT
Kurt Zeilenga [Fri, 15 Jun 2001 02:34:03 +0000 (02:34 +0000)]
Add "with or without modification" to COPYRIGHT
Remove clause 5 (due credit) from LICENSE

23 years agonew rebind proc
Kurt Zeilenga [Fri, 15 Jun 2001 00:14:56 +0000 (00:14 +0000)]
new rebind proc
new SASL locking

23 years agoUpdate headers
Kurt Zeilenga [Fri, 15 Jun 2001 00:02:12 +0000 (00:02 +0000)]
Update headers

23 years agoRemove extraneous variable
Kurt Zeilenga [Fri, 15 Jun 2001 00:00:52 +0000 (00:00 +0000)]
Remove extraneous variable

23 years agoAdd authpassword task
Kurt Zeilenga [Thu, 14 Jun 2001 23:50:05 +0000 (23:50 +0000)]
Add authpassword task

23 years agoAdd UTF-8
Kurt Zeilenga [Thu, 14 Jun 2001 05:55:43 +0000 (05:55 +0000)]
Add UTF-8

23 years agoUpdate ud todo items
Kurt Zeilenga [Thu, 14 Jun 2001 05:47:02 +0000 (05:47 +0000)]
Update ud todo items

23 years agoRestore
Kurt Zeilenga [Thu, 14 Jun 2001 05:30:26 +0000 (05:30 +0000)]
Restore

23 years agoRip most of Kbind out in prep for adding SASL.
Kurt Zeilenga [Thu, 14 Jun 2001 05:28:46 +0000 (05:28 +0000)]
Rip most of Kbind out in prep for adding SASL.

23 years agoRemove const from salt_format
Kurt Zeilenga [Thu, 14 Jun 2001 02:20:05 +0000 (02:20 +0000)]
Remove const from salt_format

23 years agoMisc updates to password codes / docs
Kurt Zeilenga [Wed, 13 Jun 2001 05:40:24 +0000 (05:40 +0000)]
Misc updates to password codes / docs

23 years agoDelete debugging #undef committed by mistake
Kurt Zeilenga [Wed, 13 Jun 2001 05:33:30 +0000 (05:33 +0000)]
Delete debugging #undef committed by mistake

23 years agoAdding crypt(3) salt format (ITS#1202) from Jeff Costlow <j.costlow@f5.com>
Kurt Zeilenga [Wed, 13 Jun 2001 03:47:17 +0000 (03:47 +0000)]
Adding crypt(3) salt format (ITS#1202) from Jeff Costlow <j.costlow@f5.com>
with minor changes by committer
---
Copyright 2001, F5 Networks, Inc, All rights reserved.
This software is not subject to any license of F5 Networks.

This is free software; you can redistribute and use it
under the same terms as OpenLDAP itself.

23 years agoMisc fixes, namely to indexing codes
Kurt Zeilenga [Tue, 12 Jun 2001 20:57:19 +0000 (20:57 +0000)]
Misc fixes, namely to indexing codes

23 years agoRemove more UFN cruft
Kurt Zeilenga [Mon, 11 Jun 2001 21:25:14 +0000 (21:25 +0000)]
Remove more UFN cruft

23 years agounifdef -ULDAP_UFN
Kurt Zeilenga [Mon, 11 Jun 2001 21:08:49 +0000 (21:08 +0000)]
unifdef -ULDAP_UFN

23 years agoAdditional HEAD comments
Kurt Zeilenga [Mon, 11 Jun 2001 21:08:39 +0000 (21:08 +0000)]
Additional HEAD comments

23 years agoLeave dn2ufn.
Kurt Zeilenga [Mon, 11 Jun 2001 20:45:06 +0000 (20:45 +0000)]
Leave dn2ufn.

23 years agoMore caching as experimental
Kurt Zeilenga [Mon, 11 Jun 2001 20:34:14 +0000 (20:34 +0000)]
More caching as experimental

23 years agoRemove UFN man pages
Kurt Zeilenga [Mon, 11 Jun 2001 20:32:58 +0000 (20:32 +0000)]
Remove UFN man pages

23 years agoRemove rebind from links for now
Kurt Zeilenga [Mon, 11 Jun 2001 20:26:05 +0000 (20:26 +0000)]
Remove rebind from links for now

23 years agoComment out rebind stuff until someone has a chance to
Kurt Zeilenga [Mon, 11 Jun 2001 20:25:02 +0000 (20:25 +0000)]
Comment out rebind stuff until someone has a chance to
rewrite it.

23 years agoFix no domainpart bug
Kurt Zeilenga [Sat, 9 Jun 2001 20:47:19 +0000 (20:47 +0000)]
Fix no domainpart bug

23 years agoEOL
Kurt Zeilenga [Sat, 9 Jun 2001 02:35:44 +0000 (02:35 +0000)]
EOL

23 years agoComplete tmpnam removal
Kurt Zeilenga [Sat, 9 Jun 2001 01:06:56 +0000 (01:06 +0000)]
Complete tmpnam removal

23 years agoUpdated pthread test and usage (avoid pthread_detach if possible)
Kurt Zeilenga [Sat, 9 Jun 2001 01:05:35 +0000 (01:05 +0000)]
Updated pthread test and usage (avoid pthread_detach if possible)
don't use tmpnam()

23 years agoobsolete
Kurt Zeilenga [Fri, 8 Jun 2001 18:16:41 +0000 (18:16 +0000)]
obsolete

23 years agoupdate
Kurt Zeilenga [Fri, 8 Jun 2001 04:16:13 +0000 (04:16 +0000)]
update

23 years agoNot current
Kurt Zeilenga [Fri, 8 Jun 2001 04:13:31 +0000 (04:13 +0000)]
Not current

23 years agoReplace extended partial response with intermediate response draft.
Kurt Zeilenga [Fri, 8 Jun 2001 01:43:03 +0000 (01:43 +0000)]
Replace extended partial response with intermediate response draft.

23 years agoRemove LDUP drafts until someone steps to the plate
Kurt Zeilenga [Fri, 8 Jun 2001 01:40:35 +0000 (01:40 +0000)]
Remove LDUP drafts until someone steps to the plate

23 years agoAdd reference to developer's list
Kurt Zeilenga [Fri, 8 Jun 2001 01:38:40 +0000 (01:38 +0000)]
Add reference to developer's list

23 years agoNo individual contacts are provided, so update text
Kurt Zeilenga [Fri, 8 Jun 2001 01:37:21 +0000 (01:37 +0000)]
No individual contacts are provided, so update text

23 years agoCheck schema NAMEs
Kurt Zeilenga [Thu, 7 Jun 2001 22:47:02 +0000 (22:47 +0000)]
Check schema NAMEs

23 years agoPROTO not needed to test LDAPv3
Kurt Zeilenga [Thu, 7 Jun 2001 19:29:09 +0000 (19:29 +0000)]
PROTO not needed to test LDAPv3

23 years agoDon't set directory in backend LDBM for now
Kurt Zeilenga [Thu, 7 Jun 2001 18:00:16 +0000 (18:00 +0000)]
Don't set directory in backend LDBM for now

23 years agoDisable #ldbm# options for now (as DBHOME stuff needs rethinking)
Kurt Zeilenga [Thu, 7 Jun 2001 17:57:13 +0000 (17:57 +0000)]
Disable #ldbm# options for now (as DBHOME stuff needs rethinking)

23 years agoRework DB_THREAD test
Kurt Zeilenga [Thu, 7 Jun 2001 17:23:43 +0000 (17:23 +0000)]
Rework DB_THREAD test

23 years agoAdd some error check to be DB_thread checks
Kurt Zeilenga [Thu, 7 Jun 2001 17:04:53 +0000 (17:04 +0000)]
Add some error check to be DB_thread checks

23 years agoAnother typo
Kurt Zeilenga [Thu, 7 Jun 2001 16:48:37 +0000 (16:48 +0000)]
Another typo

23 years agoFix typo
Kurt Zeilenga [Thu, 7 Jun 2001 16:46:40 +0000 (16:46 +0000)]
Fix typo

23 years agoAdd error reporting to db check
Kurt Zeilenga [Thu, 7 Jun 2001 16:43:23 +0000 (16:43 +0000)]
Add error reporting to db check

23 years agoAdd db version check
Kurt Zeilenga [Thu, 7 Jun 2001 16:40:11 +0000 (16:40 +0000)]
Add db version check

23 years agoFix up some locking
Kurt Zeilenga [Thu, 7 Jun 2001 16:24:46 +0000 (16:24 +0000)]
Fix up some locking

23 years agoFix typos in last commit
Kurt Zeilenga [Thu, 7 Jun 2001 16:15:25 +0000 (16:15 +0000)]
Fix typos in last commit

23 years agoAdd a DB version check.
Kurt Zeilenga [Thu, 7 Jun 2001 16:11:59 +0000 (16:11 +0000)]
Add a DB version check.

23 years agoCheck for children
Kurt Zeilenga [Thu, 7 Jun 2001 00:19:23 +0000 (00:19 +0000)]
Check for children

23 years agoCheck for duplicate entries
Kurt Zeilenga [Wed, 6 Jun 2001 22:17:57 +0000 (22:17 +0000)]
Check for duplicate entries

23 years agoMisc updates
Kurt Zeilenga [Wed, 6 Jun 2001 21:55:44 +0000 (21:55 +0000)]
Misc updates

23 years agos/#LDBM#/#ldbm#/ and back out non-portable /i change to conf.sh
Kurt Zeilenga [Wed, 6 Jun 2001 21:55:22 +0000 (21:55 +0000)]
s/#LDBM#/#ldbm#/ and back out non-portable /i change to conf.sh

23 years agouse case ignore matching for $BACKEND subs
Kurt Zeilenga [Wed, 6 Jun 2001 21:25:29 +0000 (21:25 +0000)]
use case ignore matching for $BACKEND subs

23 years agoAdd rfc3112
Kurt Zeilenga [Wed, 6 Jun 2001 05:01:36 +0000 (05:01 +0000)]
Add rfc3112

23 years agoAdd more detailed reporting of schema violations to client.
Kurt Zeilenga [Wed, 6 Jun 2001 00:23:56 +0000 (00:23 +0000)]
Add more detailed reporting of schema violations to client.

23 years agoFix undefined attribute type error text usage
Kurt Zeilenga [Mon, 4 Jun 2001 16:46:33 +0000 (16:46 +0000)]
Fix undefined attribute type error text usage

23 years agosemicolon after colon in goto labels; no C++ style comments; unused vars removed...
Pierangelo Masarati [Sun, 3 Jun 2001 08:55:17 +0000 (08:55 +0000)]
semicolon after colon in goto labels; no C++ style comments; unused vars removed or #ifdef'd

23 years agosemicolon after colon in goto labels
Pierangelo Masarati [Sun, 3 Jun 2001 08:53:13 +0000 (08:53 +0000)]
semicolon after colon in goto labels

23 years agosemicolon after colon in goto labels; no C++ style comments
Pierangelo Masarati [Sun, 3 Jun 2001 08:52:22 +0000 (08:52 +0000)]
semicolon after colon in goto labels; no C++ style comments

23 years agoDefault ACL clause should be "by * none stop" not "by * stop".
Kurt Zeilenga [Fri, 1 Jun 2001 20:09:03 +0000 (20:09 +0000)]
Default ACL clause should be "by * none stop" not "by * stop".
That is, default rule should set permissions to none.

23 years agoReplace authpasswd I-D with RFC
Kurt Zeilenga [Thu, 31 May 2001 20:36:30 +0000 (20:36 +0000)]
Replace authpasswd I-D with RFC
Remove grouping I-D until ready to implement

23 years agoclean up LDBM_{,UN}LOCK macros
Kurt Zeilenga [Thu, 31 May 2001 20:11:40 +0000 (20:11 +0000)]
clean up LDBM_{,UN}LOCK macros

23 years agoFix typo in last commit
Kurt Zeilenga [Wed, 30 May 2001 06:28:32 +0000 (06:28 +0000)]
Fix typo in last commit

23 years agoAllow empty numericString matching
Kurt Zeilenga [Wed, 30 May 2001 06:06:14 +0000 (06:06 +0000)]
Allow empty numericString matching

23 years agoAdd support for separate max incoming for anonymous and authenticated
Kurt Zeilenga [Tue, 29 May 2001 20:00:55 +0000 (20:00 +0000)]
Add support for separate max incoming for anonymous and authenticated
sessions (defaults: 256K and 16M respectively).

23 years agodocument sockbuf_max_incoming
Kurt Zeilenga [Tue, 29 May 2001 16:10:08 +0000 (16:10 +0000)]
document sockbuf_max_incoming

23 years agoUpdate copright with clarification
Kurt Zeilenga [Tue, 29 May 2001 03:35:56 +0000 (03:35 +0000)]
Update copright with clarification

23 years agoUpdate copyright (including with or without modification clarification)
Kurt Zeilenga [Tue, 29 May 2001 03:29:53 +0000 (03:29 +0000)]
Update copyright (including with or without modification clarification)