Howard Chu
|
476547e7c1
|
Pick up strutct timeval definition
|
2005-05-05 23:04:49 +00:00 |
|
Howard Chu
|
0079690f8f
|
ITS#3681 separate static from dynamic overlays
|
2005-05-05 22:57:19 +00:00 |
|
Howard Chu
|
345ba007b8
|
Must always accept "base" for ACL_STYLE_BASE since that is always how
it gets unparsed.
|
2005-05-05 21:47:40 +00:00 |
|
Howard Chu
|
4107187ecc
|
Fix global entry setup
|
2005-05-05 20:55:35 +00:00 |
|
Kurt Zeilenga
|
43dba4fd45
|
Wrap w in WAKE_LISTENER
|
2005-05-05 20:39:58 +00:00 |
|
Kurt Zeilenga
|
b9139ebf07
|
Increase listen() backlog to 1024, allow compile time override
|
2005-05-05 19:41:12 +00:00 |
|
Pierangelo Masarati
|
1001d062d3
|
consistently rename function
|
2005-05-05 18:11:35 +00:00 |
|
Pierangelo Masarati
|
a215fdea66
|
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
|
2005-05-05 17:34:11 +00:00 |
|
Pierangelo Masarati
|
9c6aa3b8e8
|
line up with config code
|
2005-05-05 16:22:50 +00:00 |
|
Pierangelo Masarati
|
8ad34dc76b
|
fix previous commit: don't loop on undefined; return success with no data in case of undefined filter
|
2005-05-05 12:01:12 +00:00 |
|
Pierangelo Masarati
|
7f61a2739a
|
fix support for absoluteFilters
|
2005-05-05 11:19:11 +00:00 |
|
Pierangelo Masarati
|
d30933af36
|
fix previous commit
|
2005-05-05 00:31:11 +00:00 |
|
Pierangelo Masarati
|
f0122ce3fc
|
move discover function to frontend
|
2005-05-05 00:22:43 +00:00 |
|
Pierangelo Masarati
|
c80eb34888
|
honor T-F filters (ITS#3706) and some cleanup
|
2005-05-05 00:07:17 +00:00 |
|
Pierangelo Masarati
|
4d9750afb5
|
honor T-F filters (ITS#3706) and lots of cleanup
|
2005-05-04 23:57:55 +00:00 |
|
Pierangelo Masarati
|
b8b0bb000b
|
honor T-F filters (ITS#3706)
|
2005-05-04 23:57:33 +00:00 |
|
Pierangelo Masarati
|
4199f4577a
|
if for any reason ldap_search_ext() fails (e.g. ITS#3706) don't wait for results
|
2005-05-04 23:16:56 +00:00 |
|
Kurt Zeilenga
|
2e39dd74b8
|
Undocument LDAPv2 Kerberos options
|
2005-05-04 21:35:35 +00:00 |
|
Kurt Zeilenga
|
be097fc8cd
|
Add ldap_turn(3) and ldap_turn_s(3).
|
2005-05-04 20:24:48 +00:00 |
|
Pierangelo Masarati
|
1b080de8a8
|
partial fulfilment of ITS#3705
|
2005-05-04 19:01:16 +00:00 |
|
Pierangelo Masarati
|
87d7ca8957
|
ITS#3705: bailout if unknown config directive is found
|
2005-05-04 18:46:45 +00:00 |
|
Pierangelo Masarati
|
b76e95e72c
|
partial fulfilment of ITS#3705
|
2005-05-04 18:43:10 +00:00 |
|
Howard Chu
|
735ee711fe
|
ITS#3702 add tool entry points
|
2005-05-04 10:52:42 +00:00 |
|
Howard Chu
|
02f1ede034
|
ITS#3699, #3702 fix ldif_back_search to send entries immediately instead
of queueing them up.
|
2005-05-04 09:53:10 +00:00 |
|
Pierangelo Masarati
|
2c8829b8ca
|
add "monitorIsShadow" (ITS#3696); more to come (see discussion)
|
2005-05-04 09:27:22 +00:00 |
|
Howard Chu
|
1ac4df71c9
|
ITS#3703 skip checkpoint on close if ReadOnly mode
|
2005-05-04 06:41:39 +00:00 |
|
Howard Chu
|
6a2d53f396
|
In backend_group, return LDAP_COMPARE_FALSE if attr exists but value is
not matched, instead of LDAP_NO_SUCH_ATTRIBUTE
|
2005-05-04 06:28:27 +00:00 |
|
Pierangelo Masarati
|
642b788fb2
|
fix printing a NULL value (ITS#3698)
|
2005-05-03 23:42:28 +00:00 |
|
Pierangelo Masarati
|
a7b82686a8
|
fix SIGSEGV when default style is used for "val" (ITS#3700)
|
2005-05-03 12:13:16 +00:00 |
|
Howard Chu
|
d73fa98cf6
|
ITS#3699 fix dbconfig, limits schema flags
|
2005-05-03 09:44:46 +00:00 |
|
Jong Hyuk Choi
|
3ae1146a0c
|
Fix for ITS#3612
|
2005-05-03 00:03:02 +00:00 |
|
Howard Chu
|
9a1beb7fe4
|
unifdef SLAP_USE_CONFDIR
|
2005-05-01 20:57:32 +00:00 |
|
Howard Chu
|
cb686a5eb7
|
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
|
2005-05-01 20:55:15 +00:00 |
|
Pierangelo Masarati
|
137e46059c
|
don't return client API error if the server is down...
|
2005-04-30 17:54:35 +00:00 |
|
Kurt Zeilenga
|
0ad446f014
|
ITS3693: fix of authPasswordSchemes for whom ever ends up implementing this
|
2005-04-30 05:43:09 +00:00 |
|
Kurt Zeilenga
|
efe91e52f4
|
Move $STRIP to top.mk, expand use.
|
2005-04-30 03:48:25 +00:00 |
|
Howard Chu
|
43cd22a639
|
Fix ITS#3695 preserve stack alignment in slap_sl_realloc
|
2005-04-30 01:15:10 +00:00 |
|
Pierangelo Masarati
|
8045a0882e
|
anticipate monitor schema definition
|
2005-04-29 20:29:59 +00:00 |
|
Pierangelo Masarati
|
8d41d6d927
|
hardcode "description" and "seeAlso"
|
2005-04-29 20:29:29 +00:00 |
|
Pierangelo Masarati
|
0714716a3d
|
sanity check
|
2005-04-29 20:28:35 +00:00 |
|
Pierangelo Masarati
|
09a9e75228
|
fix previous commit
|
2005-04-29 16:01:59 +00:00 |
|
Pierangelo Masarati
|
536d4f8e94
|
temporarily work around ITS#3694
|
2005-04-29 15:43:15 +00:00 |
|
Pierangelo Masarati
|
50f3fe14db
|
perform internal operations as rootdn, if any
|
2005-04-29 01:42:24 +00:00 |
|
Howard Chu
|
5972221836
|
Fix non-portable test comparison
|
2005-04-29 00:50:36 +00:00 |
|
Howard Chu
|
e3703bfaab
|
Propagate Abandon to allow cleanup callbacks to run
|
2005-04-28 18:50:24 +00:00 |
|
Howard Chu
|
b33098b962
|
Propagate SLAPD_ABANDON results to to allow cleanup callbacks to run
|
2005-04-28 18:49:24 +00:00 |
|
Howard Chu
|
b45a912070
|
Check for abandon during transaction retry
|
2005-04-28 18:45:31 +00:00 |
|
Howard Chu
|
3a42760472
|
ITS#3671 more abandon/error checks
|
2005-04-28 18:36:47 +00:00 |
|
Howard Chu
|
0f4a5f7445
|
ITS#3671 must release conn->c_mutex to allow blocked writers to exit
|
2005-04-28 18:36:08 +00:00 |
|
Howard Chu
|
df22b333a5
|
Mroe abandon checks for ITS#3671
|
2005-04-28 16:45:52 +00:00 |
|