]>
git.sur5r.net Git - openldap/log
Hallvard Furuseth [Sat, 17 Sep 2005 22:24:47 +0000 (22:24 +0000)]
Rebuild for configure.in rev 1.600 (POSIX 1003.1-2001 support)
Hallvard Furuseth [Sat, 17 Sep 2005 22:22:15 +0000 (22:22 +0000)]
Support POSIX 1003.1-2001 without XSI extensions (ITS #2667):
Do not use test -a/-o. Use shell features like &&, || or case...esac.
Use grep instead of egrep (but not the not-yet-portable Posix variant grep -E).
Based on a patch from Paul Eggert.
Howard Chu [Sat, 17 Sep 2005 00:55:50 +0000 (00:55 +0000)]
Add dummy reference to librewrite to force it to link
Pierangelo Masarati [Fri, 16 Sep 2005 18:12:57 +0000 (18:12 +0000)]
address ITS#4023
Pierangelo Masarati [Fri, 16 Sep 2005 15:00:13 +0000 (15:00 +0000)]
issue additional useful warning messages; may eventually turn into errors?
Howard Chu [Fri, 16 Sep 2005 01:56:36 +0000 (01:56 +0000)]
Fix prev commit, BIG_ENDIAN was broken
Howard Chu [Fri, 16 Sep 2005 01:25:40 +0000 (01:25 +0000)]
More hdb tweaks, add radix sort code from mbackes@symas.com
Howard Chu [Thu, 15 Sep 2005 13:54:26 +0000 (13:54 +0000)]
Fix SWAP macro
Howard Chu [Thu, 15 Sep 2005 08:29:58 +0000 (08:29 +0000)]
More optimizing - try harder to avoid sorting
Howard Chu [Thu, 15 Sep 2005 03:59:11 +0000 (03:59 +0000)]
Fix ISTACK space
Howard Chu [Thu, 15 Sep 2005 03:49:52 +0000 (03:49 +0000)]
Yet another idl_merge fix (test032 failure)
Howard Chu [Thu, 15 Sep 2005 03:19:26 +0000 (03:19 +0000)]
Fix prev commit, use BDB_IDL_LAST()
Howard Chu [Thu, 15 Sep 2005 02:02:27 +0000 (02:02 +0000)]
Silence return val warnings in prev commit
Howard Chu [Thu, 15 Sep 2005 01:22:22 +0000 (01:22 +0000)]
ITS#4029 Fix misplaced lines in prev commit
Howard Chu [Wed, 14 Sep 2005 15:27:20 +0000 (15:27 +0000)]
Add syncdata keyword, to select different sync data formats. Defaults
to "default", can be set to "accesslog" or "changelog". changelog is
not fully implemented yet.
Howard Chu [Wed, 14 Sep 2005 15:25:52 +0000 (15:25 +0000)]
Add a "nopresent" keyword to skip the present phase; for backends that are
only used for logging (c.f. accesslog overlay) the present phase is useless.
Howard Chu [Wed, 14 Sep 2005 15:18:48 +0000 (15:18 +0000)]
Add CSN management
Howard Chu [Wed, 14 Sep 2005 14:10:25 +0000 (14:10 +0000)]
Zero out op2
Howard Chu [Wed, 14 Sep 2005 09:11:03 +0000 (09:11 +0000)]
Add flag for only logging successful operations
Howard Chu [Wed, 14 Sep 2005 06:17:59 +0000 (06:17 +0000)]
Change slap_ad_undef_remove() to slap_ad_undef_promote().
AttributeDescriptions must never be freed in a running slapd.
Howard Chu [Wed, 14 Sep 2005 01:13:18 +0000 (01:13 +0000)]
Tweak the description of continuation lines in LDIF
Howard Chu [Wed, 14 Sep 2005 00:55:46 +0000 (00:55 +0000)]
Fix whitespace, remove mention of backslashes.
Howard Chu [Tue, 13 Sep 2005 07:55:01 +0000 (07:55 +0000)]
More back-hdb search optimization
Howard Chu [Tue, 13 Sep 2005 07:51:51 +0000 (07:51 +0000)]
Simplify array operations
Hallvard Furuseth [Tue, 13 Sep 2005 03:35:53 +0000 (03:35 +0000)]
Add missing comma between Debug() args
Hallvard Furuseth [Tue, 13 Sep 2005 03:32:19 +0000 (03:32 +0000)]
Format fixes. #include <ac/ctype.h>. Cast isspace() arg to unsigned char.
Howard Chu [Mon, 12 Sep 2005 05:52:55 +0000 (05:52 +0000)]
Fix prev commit
Howard Chu [Mon, 12 Sep 2005 03:56:21 +0000 (03:56 +0000)]
Tweak stack size in prev commit
Howard Chu [Mon, 12 Sep 2005 03:54:52 +0000 (03:54 +0000)]
Use quicksort instead of heapsort for hdb_idl_sort
Pierangelo Masarati [Sat, 10 Sep 2005 19:20:14 +0000 (19:20 +0000)]
cleanup
Pierangelo Masarati [Sat, 10 Sep 2005 18:59:35 +0000 (18:59 +0000)]
silence warnings
Pierangelo Masarati [Sat, 10 Sep 2005 18:42:33 +0000 (18:42 +0000)]
put logging under Debug(); silence warnings; s/warnings/errors/ #ifdef'd
Pierangelo Masarati [Sat, 10 Sep 2005 09:56:29 +0000 (09:56 +0000)]
improved authz_backend detection for internal databases (ITS#4018)
Howard Chu [Sat, 10 Sep 2005 01:52:27 +0000 (01:52 +0000)]
Fix syntax of modrdn/ bad newsuperior test
Howard Chu [Sat, 10 Sep 2005 01:51:34 +0000 (01:51 +0000)]
Tweak newsuperior error codes
Howard Chu [Sat, 10 Sep 2005 01:49:46 +0000 (01:49 +0000)]
ITS#2757 remove isroot checks, simplify
Howard Chu [Sat, 10 Sep 2005 01:16:55 +0000 (01:16 +0000)]
ITS#2757 remove be_isroot checks, simplify...
Howard Chu [Fri, 9 Sep 2005 12:17:33 +0000 (12:17 +0000)]
ITS#3979 restore 2.1,2.2 search order
Howard Chu [Fri, 9 Sep 2005 11:43:44 +0000 (11:43 +0000)]
ITS#3979 restore 2.1,2.2 search order
Howard Chu [Fri, 9 Sep 2005 11:43:13 +0000 (11:43 +0000)]
ITS#3979 restore old (RE21, RE22) search order
Howard Chu [Fri, 9 Sep 2005 11:37:00 +0000 (11:37 +0000)]
ITS#3979 only support tool entry points if root DB has them
Howard Chu [Fri, 9 Sep 2005 07:40:54 +0000 (07:40 +0000)]
ITS#3979 better check for duplicate bi_open functions
Howard Chu [Fri, 9 Sep 2005 07:06:58 +0000 (07:06 +0000)]
ITS#3981 ch_realloc( addr, 0 ) frees addr, return NULL
Howard Chu [Fri, 9 Sep 2005 04:53:56 +0000 (04:53 +0000)]
ITS#3989 more fixes
Pierangelo Masarati [Fri, 9 Sep 2005 02:37:38 +0000 (02:37 +0000)]
release resources (ITS#4016)
Howard Chu [Fri, 9 Sep 2005 01:44:42 +0000 (01:44 +0000)]
Silence valgrind warnings
Howard Chu [Thu, 8 Sep 2005 23:47:19 +0000 (23:47 +0000)]
ITS#4015 silence pointer/integer size warnings
Kurt Zeilenga [Thu, 8 Sep 2005 21:38:20 +0000 (21:38 +0000)]
cast pointer to long instead of int to hopefully avoid
truncation. Change does at least silence warning.
Pierangelo Masarati [Thu, 8 Sep 2005 20:46:48 +0000 (20:46 +0000)]
plug one-time leaks
Pierangelo Masarati [Thu, 8 Sep 2005 20:18:43 +0000 (20:18 +0000)]
fix format and signedness issues
Howard Chu [Thu, 8 Sep 2005 15:28:36 +0000 (15:28 +0000)]
ITS#4010 fixes complaint, larger problem remains
Pierangelo Masarati [Thu, 8 Sep 2005 15:13:01 +0000 (15:13 +0000)]
don't bother about the port if none is given (ITS#4012)
Pierangelo Masarati [Thu, 8 Sep 2005 14:32:09 +0000 (14:32 +0000)]
fix messages in previous commit
Pierangelo Masarati [Thu, 8 Sep 2005 14:23:35 +0000 (14:23 +0000)]
reject registrations when back-monitor is not configured
Howard Chu [Thu, 8 Sep 2005 11:14:12 +0000 (11:14 +0000)]
Check errcode from dn2entry before using ei
Howard Chu [Thu, 8 Sep 2005 02:19:05 +0000 (02:19 +0000)]
ITS#3989 fix crash - don't access freed psearch records
Howard Chu [Wed, 7 Sep 2005 10:27:55 +0000 (10:27 +0000)]
Misc Windows linking fixes
Howard Chu [Wed, 7 Sep 2005 03:30:59 +0000 (03:30 +0000)]
ITS#4009 set X-ORDERED extension on olcReplica
Howard Chu [Wed, 7 Sep 2005 01:14:17 +0000 (01:14 +0000)]
Fix typos
Howard Chu [Tue, 6 Sep 2005 22:11:26 +0000 (22:11 +0000)]
ITS#4006 add stub for ldap_pvt_thread_pool_context_reset()
Pierangelo Masarati [Tue, 6 Sep 2005 17:21:24 +0000 (17:21 +0000)]
allow "proxied" attributeDescriptions in DN as well (more about ITS#3959)
Pierangelo Masarati [Tue, 6 Sep 2005 17:19:36 +0000 (17:19 +0000)]
pretty the DN as well
Pierangelo Masarati [Tue, 6 Sep 2005 15:17:07 +0000 (15:17 +0000)]
fix typo (ITS#4005)
Pierangelo Masarati [Tue, 6 Sep 2005 14:26:53 +0000 (14:26 +0000)]
cleanup dynacl usage()
Pierangelo Masarati [Tue, 6 Sep 2005 14:26:06 +0000 (14:26 +0000)]
few more fixes
Pierangelo Masarati [Tue, 6 Sep 2005 12:35:37 +0000 (12:35 +0000)]
don't lookup rootdn if the password is incorrect (ITS#4004)
Howard Chu [Tue, 6 Sep 2005 09:04:26 +0000 (09:04 +0000)]
ITS#3807 use a different tokenizer for parsing LDIF values into words.
Howard Chu [Tue, 6 Sep 2005 07:13:14 +0000 (07:13 +0000)]
Add searchFilter var in searchDN session. Would have preferred to confine
this to the searchDN context. Please review.
Howard Chu [Mon, 5 Sep 2005 02:42:24 +0000 (02:42 +0000)]
ITS#4003 frontend->be_replogfile can legitimately be set.
Kurt Zeilenga [Mon, 5 Sep 2005 01:47:27 +0000 (01:47 +0000)]
really fix commit before last
Howard Chu [Mon, 5 Sep 2005 01:32:44 +0000 (01:32 +0000)]
Moved from back-bdb
Kurt Zeilenga [Mon, 5 Sep 2005 01:11:45 +0000 (01:11 +0000)]
Fix typo in last commit
Kurt Zeilenga [Mon, 5 Sep 2005 01:08:40 +0000 (01:08 +0000)]
Move uidNumber and gidNumber into slapd(8)
to ensure they are available for ldapi://.
Pierangelo Masarati [Sun, 4 Sep 2005 23:54:30 +0000 (23:54 +0000)]
all right, don't worry about free() by now
Howard Chu [Sun, 4 Sep 2005 23:44:04 +0000 (23:44 +0000)]
ITS#3980 fix when master doesn't explicitly reset grace/lock attrs
Pierangelo Masarati [Sun, 4 Sep 2005 20:08:35 +0000 (20:08 +0000)]
disable pagedResults or reject
Pierangelo Masarati [Sun, 4 Sep 2005 20:07:17 +0000 (20:07 +0000)]
silence warning
Pierangelo Masarati [Sun, 4 Sep 2005 20:00:40 +0000 (20:00 +0000)]
cleanup
Pierangelo Masarati [Sun, 4 Sep 2005 19:21:39 +0000 (19:21 +0000)]
fix old erroneous commit (ITS#4001)
Howard Chu [Sun, 4 Sep 2005 16:24:16 +0000 (16:24 +0000)]
Also compile for LDBM
Howard Chu [Sun, 4 Sep 2005 16:22:30 +0000 (16:22 +0000)]
ITS#3980, filter out some delete modifications on replicas if target
attrs don't exist
Howard Chu [Sun, 4 Sep 2005 15:48:44 +0000 (15:48 +0000)]
ITS#3978: Added alock calls; warns about inconsistency but continues
to start. Fails for concurrent access attempts, since ldbm does not
support any concurrency. (So slaptools are prevented from running when
slapd is already active.)
Howard Chu [Sun, 4 Sep 2005 15:23:35 +0000 (15:23 +0000)]
Fix XXHEADERS dependency
Howard Chu [Sun, 4 Sep 2005 15:21:57 +0000 (15:21 +0000)]
ITS#3978 move alock from back-bdb to slapd
Howard Chu [Sun, 4 Sep 2005 15:04:09 +0000 (15:04 +0000)]
ITS#3802, #3999 skip wake_sds in epoll event loop
Kurt Zeilenga [Sun, 4 Sep 2005 09:01:46 +0000 (09:01 +0000)]
Fix multicast bit
Hallvard Furuseth [Sat, 3 Sep 2005 17:03:36 +0000 (17:03 +0000)]
Silence warnings
Howard Chu [Fri, 2 Sep 2005 21:27:49 +0000 (21:27 +0000)]
Add missing return from rev 1.27
Howard Chu [Fri, 2 Sep 2005 20:38:05 +0000 (20:38 +0000)]
per LDAPext discussion, delete pwdAccountLockedTime on password change
Howard Chu [Fri, 2 Sep 2005 20:23:32 +0000 (20:23 +0000)]
Bypass all add/modify checks on replicas, the master has done them already.
Howard Chu [Fri, 2 Sep 2005 10:08:44 +0000 (10:08 +0000)]
ITS#3989 fix ID used for syncprov_findbase
Howard Chu [Fri, 2 Sep 2005 06:44:33 +0000 (06:44 +0000)]
Minor formatting tweaks
Howard Chu [Thu, 1 Sep 2005 23:21:46 +0000 (23:21 +0000)]
Remove #undef HAVE_EPOLL accidentally committed in rev 1.316
Hallvard Furuseth [Thu, 1 Sep 2005 13:31:00 +0000 (13:31 +0000)]
Remove more glue references
Hallvard Furuseth [Thu, 1 Sep 2005 13:20:27 +0000 (13:20 +0000)]
Reinstate subordinate directive, delete references to slapo-glue
Howard Chu [Thu, 1 Sep 2005 12:38:41 +0000 (12:38 +0000)]
Fix people / groups order to match testdata
Howard Chu [Thu, 1 Sep 2005 12:19:08 +0000 (12:19 +0000)]
Fix olcSubordinate OID clash
Howard Chu [Thu, 1 Sep 2005 12:15:30 +0000 (12:15 +0000)]
ITS#3992 check bi_dbenv
Howard Chu [Thu, 1 Sep 2005 12:13:15 +0000 (12:13 +0000)]
GLUE is not an overlay
Howard Chu [Thu, 1 Sep 2005 12:10:26 +0000 (12:10 +0000)]
Reinstate subordinate directive, delete references to slapo-glue