]>
git.sur5r.net Git - openldap/log
Howard Chu [Sun, 8 May 2005 00:47:14 +0000 (00:47 +0000)]
Macro fix, again
Howard Chu [Sun, 8 May 2005 00:45:58 +0000 (00:45 +0000)]
Fix bad macro interaction in prev commit
Howard Chu [Sat, 7 May 2005 23:14:57 +0000 (23:14 +0000)]
Simplify static build
Howard Chu [Sat, 7 May 2005 21:42:24 +0000 (21:42 +0000)]
ITS#3712 skip Winsock detection on Cygwin
Pierangelo Masarati [Sat, 7 May 2005 10:52:05 +0000 (10:52 +0000)]
don't leave consts around
Howard Chu [Fri, 6 May 2005 21:24:49 +0000 (21:24 +0000)]
Make entry_encode/decode independent of slapd structure sizes
Kurt Zeilenga [Fri, 6 May 2005 21:07:29 +0000 (21:07 +0000)]
ldap.h updates
Pierangelo Masarati [Fri, 6 May 2005 20:36:59 +0000 (20:36 +0000)]
use appropriate log level if bailing out; need to use Debug() instead fprintf( stderr ) in many places...
Howard Chu [Fri, 6 May 2005 20:20:45 +0000 (20:20 +0000)]
Propagate config errors back to caller.
Pierangelo Masarati [Fri, 6 May 2005 18:51:24 +0000 (18:51 +0000)]
re-enable by default
Kurt Zeilenga [Fri, 6 May 2005 17:50:03 +0000 (17:50 +0000)]
Remove _X_ from some items now standard track
Pierangelo Masarati [Fri, 6 May 2005 17:11:40 +0000 (17:11 +0000)]
cleanup ident string
Pierangelo Masarati [Fri, 6 May 2005 16:42:03 +0000 (16:42 +0000)]
more on strict config parsing (ITS#3705)
Pierangelo Masarati [Fri, 6 May 2005 12:54:01 +0000 (12:54 +0000)]
cleanup usage
Pierangelo Masarati [Fri, 6 May 2005 10:21:00 +0000 (10:21 +0000)]
add support for "subordinate" scope
Howard Chu [Fri, 6 May 2005 09:52:42 +0000 (09:52 +0000)]
Fix prev commit
Howard Chu [Fri, 6 May 2005 09:47:18 +0000 (09:47 +0000)]
Fix undefined attributetype initializer
Howard Chu [Fri, 6 May 2005 05:14:02 +0000 (05:14 +0000)]
ITS#3710 add missing space
Howard Chu [Fri, 6 May 2005 02:22:59 +0000 (02:22 +0000)]
Remove "ANSWERABILITY RESULTS" string, it interferes with comparison
Howard Chu [Fri, 6 May 2005 01:45:44 +0000 (01:45 +0000)]
Remove redundant def
Howard Chu [Fri, 6 May 2005 01:45:05 +0000 (01:45 +0000)]
Fix Windows export setup
Howard Chu [Fri, 6 May 2005 00:39:25 +0000 (00:39 +0000)]
More for ITS#3681
Howard Chu [Fri, 6 May 2005 00:14:36 +0000 (00:14 +0000)]
Fix backends.o dependencies
Howard Chu [Fri, 6 May 2005 00:02:26 +0000 (00:02 +0000)]
Fix for WIN32 mkdir
Howard Chu [Thu, 5 May 2005 23:04:49 +0000 (23:04 +0000)]
Pick up strutct timeval definition
Howard Chu [Thu, 5 May 2005 22:57:19 +0000 (22:57 +0000)]
ITS#3681 separate static from dynamic overlays
Howard Chu [Thu, 5 May 2005 21:47:40 +0000 (21:47 +0000)]
Must always accept "base" for ACL_STYLE_BASE since that is always how
it gets unparsed.
Howard Chu [Thu, 5 May 2005 20:55:35 +0000 (20:55 +0000)]
Fix global entry setup
Kurt Zeilenga [Thu, 5 May 2005 20:39:58 +0000 (20:39 +0000)]
Wrap w in WAKE_LISTENER
Kurt Zeilenga [Thu, 5 May 2005 19:41:12 +0000 (19:41 +0000)]
Increase listen() backlog to 1024, allow compile time override
Pierangelo Masarati [Thu, 5 May 2005 18:11:35 +0000 (18:11 +0000)]
consistently rename function
Pierangelo Masarati [Thu, 5 May 2005 17:34:11 +0000 (17:34 +0000)]
a bit more reworking and streamline; the change to the LAST_CONN test seems to eliminate the last LDAP_BUSY problems on the only machine that was showing it yet; please test
Pierangelo Masarati [Thu, 5 May 2005 16:22:50 +0000 (16:22 +0000)]
line up with config code
Pierangelo Masarati [Thu, 5 May 2005 12:01:12 +0000 (12:01 +0000)]
fix previous commit: don't loop on undefined; return success with no data in case of undefined filter
Pierangelo Masarati [Thu, 5 May 2005 11:19:11 +0000 (11:19 +0000)]
fix support for absoluteFilters
Pierangelo Masarati [Thu, 5 May 2005 00:31:11 +0000 (00:31 +0000)]
fix previous commit
Pierangelo Masarati [Thu, 5 May 2005 00:22:43 +0000 (00:22 +0000)]
move discover function to frontend
Pierangelo Masarati [Thu, 5 May 2005 00:07:17 +0000 (00:07 +0000)]
honor T-F filters (ITS#3706) and some cleanup
Pierangelo Masarati [Wed, 4 May 2005 23:57:55 +0000 (23:57 +0000)]
honor T-F filters (ITS#3706) and lots of cleanup
Pierangelo Masarati [Wed, 4 May 2005 23:57:33 +0000 (23:57 +0000)]
honor T-F filters (ITS#3706)
Pierangelo Masarati [Wed, 4 May 2005 23:16:56 +0000 (23:16 +0000)]
if for any reason ldap_search_ext() fails (e.g. ITS#3706) don't wait for results
Kurt Zeilenga [Wed, 4 May 2005 21:35:35 +0000 (21:35 +0000)]
Undocument LDAPv2 Kerberos options
Kurt Zeilenga [Wed, 4 May 2005 20:24:48 +0000 (20:24 +0000)]
Add ldap_turn(3) and ldap_turn_s(3).
Pierangelo Masarati [Wed, 4 May 2005 19:01:16 +0000 (19:01 +0000)]
partial fulfilment of ITS#3705
Pierangelo Masarati [Wed, 4 May 2005 18:46:45 +0000 (18:46 +0000)]
ITS#3705: bailout if unknown config directive is found
Pierangelo Masarati [Wed, 4 May 2005 18:43:10 +0000 (18:43 +0000)]
partial fulfilment of ITS#3705
Howard Chu [Wed, 4 May 2005 10:52:42 +0000 (10:52 +0000)]
ITS#3702 add tool entry points
Howard Chu [Wed, 4 May 2005 09:53:10 +0000 (09:53 +0000)]
ITS#3699, #3702 fix ldif_back_search to send entries immediately instead
of queueing them up.
Pierangelo Masarati [Wed, 4 May 2005 09:27:22 +0000 (09:27 +0000)]
add "monitorIsShadow" (ITS#3696); more to come (see discussion)
Howard Chu [Wed, 4 May 2005 06:41:39 +0000 (06:41 +0000)]
ITS#3703 skip checkpoint on close if ReadOnly mode
Howard Chu [Wed, 4 May 2005 06:28:27 +0000 (06:28 +0000)]
In backend_group, return LDAP_COMPARE_FALSE if attr exists but value is
not matched, instead of LDAP_NO_SUCH_ATTRIBUTE
Pierangelo Masarati [Tue, 3 May 2005 23:42:28 +0000 (23:42 +0000)]
fix printing a NULL value (ITS#3698)
Pierangelo Masarati [Tue, 3 May 2005 12:13:16 +0000 (12:13 +0000)]
fix SIGSEGV when default style is used for "val" (ITS#3700)
Howard Chu [Tue, 3 May 2005 09:44:46 +0000 (09:44 +0000)]
ITS#3699 fix dbconfig, limits schema flags
Jong Hyuk Choi [Tue, 3 May 2005 00:03:02 +0000 (00:03 +0000)]
Fix for ITS#3612
Howard Chu [Sun, 1 May 2005 20:57:32 +0000 (20:57 +0000)]
unifdef SLAP_USE_CONFDIR
Howard Chu [Sun, 1 May 2005 20:55:15 +0000 (20:55 +0000)]
Fix config selection:
if -f but no -F, just read config file
if -f and -F, convert config file to config dir
else, try reading config dir
if no config dir, try config filE
Pierangelo Masarati [Sat, 30 Apr 2005 17:54:35 +0000 (17:54 +0000)]
don't return client API error if the server is down...
Kurt Zeilenga [Sat, 30 Apr 2005 05:43:09 +0000 (05:43 +0000)]
ITS3693: fix of authPasswordSchemes for whom ever ends up implementing this
Kurt Zeilenga [Sat, 30 Apr 2005 03:48:25 +0000 (03:48 +0000)]
Move $STRIP to top.mk, expand use.
Howard Chu [Sat, 30 Apr 2005 01:15:10 +0000 (01:15 +0000)]
Fix ITS#3695 preserve stack alignment in slap_sl_realloc
Pierangelo Masarati [Fri, 29 Apr 2005 20:29:59 +0000 (20:29 +0000)]
anticipate monitor schema definition
Pierangelo Masarati [Fri, 29 Apr 2005 20:29:29 +0000 (20:29 +0000)]
hardcode "description" and "seeAlso"
Pierangelo Masarati [Fri, 29 Apr 2005 20:28:35 +0000 (20:28 +0000)]
sanity check
Pierangelo Masarati [Fri, 29 Apr 2005 16:01:59 +0000 (16:01 +0000)]
fix previous commit
Pierangelo Masarati [Fri, 29 Apr 2005 15:43:15 +0000 (15:43 +0000)]
temporarily work around ITS#3694
Pierangelo Masarati [Fri, 29 Apr 2005 01:42:24 +0000 (01:42 +0000)]
perform internal operations as rootdn, if any
Howard Chu [Fri, 29 Apr 2005 00:50:36 +0000 (00:50 +0000)]
Fix non-portable test comparison
Howard Chu [Thu, 28 Apr 2005 18:50:24 +0000 (18:50 +0000)]
Propagate Abandon to allow cleanup callbacks to run
Howard Chu [Thu, 28 Apr 2005 18:49:24 +0000 (18:49 +0000)]
Propagate SLAPD_ABANDON results to to allow cleanup callbacks to run
Howard Chu [Thu, 28 Apr 2005 18:45:31 +0000 (18:45 +0000)]
Check for abandon during transaction retry
Howard Chu [Thu, 28 Apr 2005 18:36:47 +0000 (18:36 +0000)]
ITS#3671 more abandon/error checks
Howard Chu [Thu, 28 Apr 2005 18:36:08 +0000 (18:36 +0000)]
ITS#3671 must release conn->c_mutex to allow blocked writers to exit
Howard Chu [Thu, 28 Apr 2005 16:45:52 +0000 (16:45 +0000)]
Mroe abandon checks for ITS#3671
Howard Chu [Thu, 28 Apr 2005 16:21:52 +0000 (16:21 +0000)]
More for ITS#3671, check for Abandon before replaying queued events
Pierangelo Masarati [Thu, 28 Apr 2005 11:03:22 +0000 (11:03 +0000)]
anticipate undefined symbols when compiling for 2.2
Pierangelo Masarati [Wed, 27 Apr 2005 21:30:35 +0000 (21:30 +0000)]
refactor ABI for arbitrary attribute/entry/callback registration; propagate pointers to Operation and SlapReply structures to entry create/update/modify callbacks; cleanup
Pierangelo Masarati [Wed, 27 Apr 2005 18:43:32 +0000 (18:43 +0000)]
move back-monitor where it's reachable...
Pierangelo Masarati [Wed, 27 Apr 2005 18:33:22 +0000 (18:33 +0000)]
fix attributeType DESC; #ifdef the legacy monitoredInfo
Pierangelo Masarati [Wed, 27 Apr 2005 17:51:54 +0000 (17:51 +0000)]
explode connection monitored info into dedicated attributes
Howard Chu [Wed, 27 Apr 2005 17:29:30 +0000 (17:29 +0000)]
ITS#3688 don't sort range IDLs!
Pierangelo Masarati [Wed, 27 Apr 2005 02:43:38 +0000 (02:43 +0000)]
cleanup entity registration
Pierangelo Masarati [Wed, 27 Apr 2005 02:38:55 +0000 (02:38 +0000)]
fix previous commit
Sang Seok Lim [Wed, 27 Apr 2005 00:25:30 +0000 (00:25 +0000)]
Misc bug fix: component matching
Pierangelo Masarati [Tue, 26 Apr 2005 21:48:43 +0000 (21:48 +0000)]
more cleanup in handling timeouts in ldap_result()
Pierangelo Masarati [Tue, 26 Apr 2005 20:10:15 +0000 (20:10 +0000)]
use safe(r) default
Kurt Zeilenga [Tue, 26 Apr 2005 17:50:52 +0000 (17:50 +0000)]
type is no longer a char*
Fix suggested by Peter Marshall <peter@adpm.de>
Howard Chu [Tue, 26 Apr 2005 12:54:24 +0000 (12:54 +0000)]
Fix ppolicy libltdl usage on Win32
Howard Chu [Tue, 26 Apr 2005 12:40:55 +0000 (12:40 +0000)]
Fix lutil_time typos
Pierangelo Masarati [Tue, 26 Apr 2005 10:36:37 +0000 (10:36 +0000)]
update expected output for test035 as well
Pierangelo Masarati [Tue, 26 Apr 2005 10:34:37 +0000 (10:34 +0000)]
handle the null lud_dn case...
Pierangelo Masarati [Tue, 26 Apr 2005 10:02:19 +0000 (10:02 +0000)]
work around the last issue: some times the result times out while the other party is not willing to send any response; give it a second chance
Howard Chu [Tue, 26 Apr 2005 02:01:19 +0000 (02:01 +0000)]
ITS#3682, dup entry and free the DB's copy before sending it
Howard Chu [Tue, 26 Apr 2005 00:46:00 +0000 (00:46 +0000)]
Fix tool startup, don't start main backend twice
Pierangelo Masarati [Tue, 26 Apr 2005 00:33:43 +0000 (00:33 +0000)]
don't use temporaries
Pierangelo Masarati [Tue, 26 Apr 2005 00:06:07 +0000 (00:06 +0000)]
reset candidates when intentionally abandoning; consistently handle referrals
Pierangelo Masarati [Mon, 25 Apr 2005 23:54:51 +0000 (23:54 +0000)]
reset candidates when intentionally abandoning; consistently handle referrals
Kurt Zeilenga [Mon, 25 Apr 2005 19:58:48 +0000 (19:58 +0000)]
Improve error messages
Pierangelo Masarati [Mon, 25 Apr 2005 18:56:56 +0000 (18:56 +0000)]
fix retry; add per-target configurable number of retries; addresses ITS#3672, ITS#3676 & ITS#3680
Howard Chu [Mon, 25 Apr 2005 09:18:32 +0000 (09:18 +0000)]
Fix some return codes