]>
git.sur5r.net Git - openldap/log
Kurt Zeilenga [Sat, 24 May 2003 21:12:20 +0000 (21:12 +0000)]
#if 0 debug statements in signal handlers
Pierangelo Masarati [Sat, 24 May 2003 17:38:04 +0000 (17:38 +0000)]
Finish proxy cache cleanup and API porting (on behalf of Apurva Kumar)
Luke Howard [Sat, 24 May 2003 09:30:48 +0000 (09:30 +0000)]
Clarify copyright
Kurt Zeilenga [Sat, 24 May 2003 08:29:04 +0000 (08:29 +0000)]
Add see also to:
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
which is believed to apply here.
Howard Chu [Sat, 24 May 2003 06:50:48 +0000 (06:50 +0000)]
Fix syncinfo reference after free
Kurt Zeilenga [Sat, 24 May 2003 06:15:00 +0000 (06:15 +0000)]
Fix typos in last commit
Apply to Makefile as well
Kurt Zeilenga [Sat, 24 May 2003 05:20:15 +0000 (05:20 +0000)]
Fix typos ITS#2544
Howard Chu [Sat, 24 May 2003 04:30:53 +0000 (04:30 +0000)]
There is no SLURPPID to kill
Test is also valid for back-hdb
Kurt Zeilenga [Sat, 24 May 2003 03:18:50 +0000 (03:18 +0000)]
Add clarification as to source of this file
Add OpenLDAP copyright statement
Howard Chu [Sat, 24 May 2003 02:44:46 +0000 (02:44 +0000)]
Change slap_sasl_authorized to take an Operation instead of a Connection,
for compatibility with proxyAuthz control
Howard Chu [Sat, 24 May 2003 02:06:18 +0000 (02:06 +0000)]
ITS#2533 backend_attribute uses tmpmemctx, must free accordingly
Howard Chu [Sat, 24 May 2003 01:57:29 +0000 (01:57 +0000)]
Add wait clause for slurpd
Howard Chu [Sat, 24 May 2003 01:54:03 +0000 (01:54 +0000)]
Don't use single malloc for BDB_HIER e->e_name + e->e_nname
Kurt Zeilenga [Sat, 24 May 2003 01:26:38 +0000 (01:26 +0000)]
remove documentation for bind_simple_unprotected
(which was axed log ago)
Howard Chu [Sat, 24 May 2003 01:05:11 +0000 (01:05 +0000)]
ITS#2548 must dup sasl_errdetail msgs
Howard Chu [Sat, 24 May 2003 00:46:52 +0000 (00:46 +0000)]
Fix double-free'd rdn bug
Jong Hyuk Choi [Fri, 23 May 2003 18:02:34 +0000 (18:02 +0000)]
cleanup ($PORT -> $SLAVEPORT)
Jong Hyuk Choi [Fri, 23 May 2003 17:45:44 +0000 (17:45 +0000)]
cleanup (one search to master, another to slave)
Jong Hyuk Choi [Fri, 23 May 2003 13:32:13 +0000 (13:32 +0000)]
- glue entry management change
- op->o_tmpmfunc setup
Howard Chu [Fri, 23 May 2003 09:10:05 +0000 (09:10 +0000)]
Add comments to sl_mem_detach()
Kurt Zeilenga [Fri, 23 May 2003 06:27:38 +0000 (06:27 +0000)]
Partially fix slapi builds, still have undefined references
Kurt Zeilenga [Fri, 23 May 2003 05:27:30 +0000 (05:27 +0000)]
zap --enable-phonetic
Kurt Zeilenga [Fri, 23 May 2003 05:22:44 +0000 (05:22 +0000)]
Really zap readline(3) detection
Kurt Zeilenga [Fri, 23 May 2003 05:21:08 +0000 (05:21 +0000)]
Remove readline detection
Howard Chu [Fri, 23 May 2003 04:24:39 +0000 (04:24 +0000)]
ITS#2542 fix?
Howard Chu [Fri, 23 May 2003 02:04:03 +0000 (02:04 +0000)]
ITS#2541 added bdb_cache_delete_cleanup() to defer cache delete.
Howard Chu [Fri, 23 May 2003 01:23:53 +0000 (01:23 +0000)]
Don't re-cache IDL's retrieved from the cache
Howard Chu [Fri, 23 May 2003 01:12:50 +0000 (01:12 +0000)]
Don't avl_insert NULL kids
Howard Chu [Thu, 22 May 2003 23:48:02 +0000 (23:48 +0000)]
ITS#2540 not sure, difficult to reproduce crash...
Howard Chu [Thu, 22 May 2003 23:25:10 +0000 (23:25 +0000)]
ldap_pvt_tls_destroy depends on HAVE_TLS
These calls belong in an ldap_destroy() library function.
Howard Chu [Thu, 22 May 2003 23:22:22 +0000 (23:22 +0000)]
EBCDIC case for env open
Howard Chu [Thu, 22 May 2003 23:19:56 +0000 (23:19 +0000)]
Input files are text, not binary
Hallvard Furuseth [Thu, 22 May 2003 22:00:54 +0000 (22:00 +0000)]
Printf %p expects a void pointer.
Other pointers may have different representation.
Hallvard Furuseth [Thu, 22 May 2003 21:52:02 +0000 (21:52 +0000)]
Don't do pointer arithmetic on void pointers.
Kurt Zeilenga [Thu, 22 May 2003 20:10:21 +0000 (20:10 +0000)]
option ordering now works
Hallvard Furuseth [Thu, 22 May 2003 19:44:01 +0000 (19:44 +0000)]
Send correct pid in 'pid:' line (ITS#2519).
Also don't lock op->o_conn->c_mutex. It is already locked by slapd/abandon.c.
Kurt Zeilenga [Thu, 22 May 2003 16:21:14 +0000 (16:21 +0000)]
Don't use default binddn when password is empty
Howard Chu [Thu, 22 May 2003 09:22:41 +0000 (09:22 +0000)]
ITS#2529 null DN in log
Howard Chu [Thu, 22 May 2003 09:17:42 +0000 (09:17 +0000)]
ITS#2522 fix candidate return values - once more, with feeling...
Howard Chu [Thu, 22 May 2003 08:57:13 +0000 (08:57 +0000)]
ITS#2533 remember which backend fetched the entry
Howard Chu [Thu, 22 May 2003 08:39:55 +0000 (08:39 +0000)]
ITS#2217 fix option sorting
Howard Chu [Thu, 22 May 2003 06:24:23 +0000 (06:24 +0000)]
Fix reading multibyte lengths
Kurt Zeilenga [Thu, 22 May 2003 05:41:13 +0000 (05:41 +0000)]
Back out last change... I forget ber_get_next eats a sequence
Kurt Zeilenga [Thu, 22 May 2003 05:33:04 +0000 (05:33 +0000)]
Reverse unintended commit
Kurt Zeilenga [Thu, 22 May 2003 05:32:06 +0000 (05:32 +0000)]
cleanup
Kurt Zeilenga [Thu, 22 May 2003 04:45:50 +0000 (04:45 +0000)]
Remove wrapping sequence to align with dtest
Kurt Zeilenga [Thu, 22 May 2003 04:37:44 +0000 (04:37 +0000)]
Add trickle code to test ber_get_next.
Use etest {...} | dtest {...} to test.
Kurt Zeilenga [Thu, 22 May 2003 03:35:36 +0000 (03:35 +0000)]
Fix dtest ber_get_next() usage
Kurt Zeilenga [Thu, 22 May 2003 00:37:01 +0000 (00:37 +0000)]
TLS hard updates
Kurt Zeilenga [Thu, 22 May 2003 00:15:57 +0000 (00:15 +0000)]
Zap "TLS hard"
Kurt Zeilenga [Thu, 22 May 2003 00:13:00 +0000 (00:13 +0000)]
Error when user tries to mix command line and default URI components.
Remove TLS hard as an ldap.conf option as being not a over-writable
default. The appropriate way to request ldaps:// is use an ldaps://
URI. A rewrite to only sent hard for the default URIs but ignored
if the application provides it own URI would be acceptable.
Jong Hyuk Choi [Wed, 21 May 2003 23:44:10 +0000 (23:44 +0000)]
If the sync mode is refreshAndPersist,
search does not return error when base entry is not found
Jong Hyuk Choi [Tue, 20 May 2003 23:52:11 +0000 (23:52 +0000)]
select loop changes for persistent threads
Jong Hyuk Choi [Tue, 20 May 2003 22:13:21 +0000 (22:13 +0000)]
runqueue update according to the idle timer change
Jong Hyuk Choi [Tue, 20 May 2003 20:21:39 +0000 (20:21 +0000)]
persistent search updates with recent changes
Jong Hyuk Choi [Tue, 20 May 2003 19:58:11 +0000 (19:58 +0000)]
slapd-syncrepl-slave-persist.conf : added
slapd-sycnrepl-slave-refresh.conf : renamed from slapd-syncrepl-slave.conf
Jong Hyuk Choi [Tue, 20 May 2003 19:57:18 +0000 (19:57 +0000)]
test018-syncreplication-persist : added
test017-syncreplication : renamed to test017-syncreplication-refresh
Hallvard Furuseth [Tue, 20 May 2003 18:16:45 +0000 (18:16 +0000)]
Move SLAPD_MONITOR_DN out of format strings.
Otherwise slapd would break if SLAPD_MONITOR_DN contained a '%'.
Hallvard Furuseth [Tue, 20 May 2003 18:13:39 +0000 (18:13 +0000)]
Fix debug output (print int as %d, not %s).
Hallvard Furuseth [Tue, 20 May 2003 18:12:14 +0000 (18:12 +0000)]
Fix debug statement (remove spurious '.' after '\n').
Howard Chu [Tue, 20 May 2003 04:08:35 +0000 (04:08 +0000)]
ber_get_next - set errno to 0 before calling ber_int_sb_read(), otherwise
an EOF will return with the previously set errno value.
Luke Howard [Tue, 20 May 2003 02:59:19 +0000 (02:59 +0000)]
Build without HAVE_TLS
Jong Hyuk Choi [Tue, 20 May 2003 01:45:12 +0000 (01:45 +0000)]
- change in message to modlist conversion
Pierangelo Masarati [Mon, 19 May 2003 21:10:49 +0000 (21:10 +0000)]
clarify the size of a generalizedTime
Kurt Zeilenga [Mon, 19 May 2003 18:54:15 +0000 (18:54 +0000)]
Fix typo
Hallvard Furuseth [Mon, 19 May 2003 17:30:14 +0000 (17:30 +0000)]
Fix typo.
Howard Chu [Mon, 19 May 2003 12:14:15 +0000 (12:14 +0000)]
More ITS#2490 - fix retries for multi-byte lengths
Howard Chu [Mon, 19 May 2003 10:37:09 +0000 (10:37 +0000)]
ITS#2490 - more retry checks
Howard Chu [Mon, 19 May 2003 10:33:18 +0000 (10:33 +0000)]
ITS#2490 - allow retry for incomplete reads of BER tag & len
Pierangelo Masarati [Sun, 18 May 2003 23:26:30 +0000 (23:26 +0000)]
update back-monitor man page
Pierangelo Masarati [Sun, 18 May 2003 00:15:28 +0000 (00:15 +0000)]
do not init schema that's not specific to monitoring
Kurt Zeilenga [Sat, 17 May 2003 18:37:40 +0000 (18:37 +0000)]
Rework CAVEATS
Pierangelo Masarati [Sat, 17 May 2003 17:19:16 +0000 (17:19 +0000)]
use back-monitor without including core.schema; commit by now; will cleanup later
Pierangelo Masarati [Sat, 17 May 2003 12:39:10 +0000 (12:39 +0000)]
clarify DN regex match quirks
Kurt Zeilenga [Sat, 17 May 2003 01:37:01 +0000 (01:37 +0000)]
cleanup
Kurt Zeilenga [Sat, 17 May 2003 01:08:09 +0000 (01:08 +0000)]
Warn folks that setting TLS option may break some applications.
URI should be used instead.
Kurt Zeilenga [Fri, 16 May 2003 03:58:28 +0000 (03:58 +0000)]
Clean up SLAP_NVALUES comment
Kurt Zeilenga [Fri, 16 May 2003 03:57:01 +0000 (03:57 +0000)]
NVALUES updates to approximate matching...
Hallvard Furuseth [Thu, 15 May 2003 23:45:33 +0000 (23:45 +0000)]
Fix some Statslog()s: Add missing newlines. Print file descriptor as long.
Howard Chu [Thu, 15 May 2003 13:10:52 +0000 (13:10 +0000)]
Streamlined listener/select/accept handling:
For ITS#2482:
added sl_is_mute flag to Listener - when set, the listener is ignored
if accept() on a listener fails with EMFILE, set the sl_is_mute flag
when removing a connection, if emfile != 0, look for a listener to unmute
For ITS#2374:
if global_idletimeout is set and there are active sessions, use a timeout
on the select() to actively detect idle sessions.
Pierangelo Masarati [Thu, 15 May 2003 12:18:04 +0000 (12:18 +0000)]
remove unused arg from fprintf (ITS#2516)
Hallvard Furuseth [Thu, 15 May 2003 11:51:33 +0000 (11:51 +0000)]
#include "lutil.h" to get lutil_strcopy().
Hallvard Furuseth [Thu, 15 May 2003 11:47:42 +0000 (11:47 +0000)]
Remove excess `0' arguments to fprintf.
Hallvard Furuseth [Thu, 15 May 2003 11:45:57 +0000 (11:45 +0000)]
#include <ac/unistd.h> to get write()
Hallvard Furuseth [Thu, 15 May 2003 11:43:33 +0000 (11:43 +0000)]
#include <ac/string.h> to get strcasecmp().
Pierangelo Masarati [Thu, 15 May 2003 01:19:30 +0000 (01:19 +0000)]
add create/modify timestamp to all entries; use monitorTimestamp for start/current time; minor cleanup
Pierangelo Masarati [Thu, 15 May 2003 01:18:45 +0000 (01:18 +0000)]
cleanup previous commit; update header
Pierangelo Masarati [Thu, 15 May 2003 01:12:17 +0000 (01:12 +0000)]
need starttime before backend db_open() is invoked
Pierangelo Masarati [Thu, 15 May 2003 01:03:38 +0000 (01:03 +0000)]
add local generalized time generator
Hallvard Furuseth [Wed, 14 May 2003 21:36:34 +0000 (21:36 +0000)]
#include <ac/string.h>, to get strlen(), strncmp() and strncasecmp().
Jong Hyuk Choi [Wed, 14 May 2003 21:30:25 +0000 (21:30 +0000)]
remove ch_malloc/ch_free
Kurt Zeilenga [Wed, 14 May 2003 20:52:23 +0000 (20:52 +0000)]
updated certificateExactMatch support,
doesn't yet use ctx malloc routines
Howard Chu [Wed, 14 May 2003 19:30:25 +0000 (19:30 +0000)]
ITS#2514 fix NULL deref
Howard Chu [Wed, 14 May 2003 13:58:30 +0000 (13:58 +0000)]
ITS#2509 add missing arg for dnNormalize
Howard Chu [Wed, 14 May 2003 13:54:15 +0000 (13:54 +0000)]
ITS#2511 use %p to log pointer values
Howard Chu [Wed, 14 May 2003 13:16:56 +0000 (13:16 +0000)]
Fix ldap_get_attribute_ber to get values in-place.
Revert previous memleak fix in ldapsearch.c
Luke Howard [Wed, 14 May 2003 07:25:00 +0000 (07:25 +0000)]
Don't crash if attr_find() fails (Howard, you might like to review this)
Luke Howard [Wed, 14 May 2003 05:29:46 +0000 (05:29 +0000)]
Fix content rule validation code -- don't use validation result variable
as an iterator!
Howard Chu [Tue, 13 May 2003 11:39:14 +0000 (11:39 +0000)]
ITS#2507, fix *_candidates error return values
Howard Chu [Tue, 13 May 2003 03:09:48 +0000 (03:09 +0000)]
Optimize modify_internal, only reindex the actual modified values, not
the entire attribute.