Commit Graph

647 Commits

Author SHA1 Message Date
Luke Howard
bfaf2a805f Add sequential modify overlay to supported overlays 2006-02-13 02:24:26 +00:00
Kurt Zeilenga
6fd59da58f Fix typo in prev commit 2006-02-10 15:13:23 +00:00
Kurt Zeilenga
d2d1eb786b Improved bignum detection/use 2006-02-10 08:21:02 +00:00
Howard Chu
23d327a3f4 Delete enable_multimaster switch, it's now always present. 2006-02-06 04:51:55 +00:00
Kurt Zeilenga
416848ed63 Remove broken yield detection. Seems to do more harm than good. 2006-01-16 18:54:36 +00:00
Kurt Zeilenga
63b9183126 enable NANOSLEEP detection on Linux for ITS#3950 2006-01-10 04:07:51 +00:00
Kurt Zeilenga
282f5638ed kludge for correct report URL 2006-01-09 22:36:29 +00:00
Kurt Zeilenga
1637faa1ff ITS#4312: fixed <netinet/tcp.h> detection for AIX and other
platforms where it requires <netinet/in.h> to be previously included.
2006-01-09 22:06:06 +00:00
Pierangelo Masarati
3bdecdd3a1 more about the ACI commit 2006-01-06 18:01:12 +00:00
Pierangelo Masarati
339b9c371e rfc2589 support (ITS#4293) 2006-01-06 17:46:52 +00:00
Pierangelo Masarati
a54ca7a6ce factor ACI code out of slapd; now it can only use dynacl layer 2006-01-06 17:12:35 +00:00
Pierangelo Masarati
60ccde8f14 fix comment 2006-01-06 16:20:00 +00:00
Howard Chu
d1693d4a07 ITS#3950 tweak prev commit, s/REPLACE_SCHED_YIELD/REPLACE_BROKEN_YIELD/ 2006-01-06 06:07:36 +00:00
Kurt Zeilenga
f5fd375d38 i before e and other cleanup 2006-01-06 05:50:51 +00:00
Kurt Zeilenga
8e5f98e7f5 Remove usleep(3) detection (unused) 2006-01-06 05:41:40 +00:00
Kurt Zeilenga
a2400cbfc5 Add configure support for REPLACE_SCHED_YIELD 2006-01-06 05:38:57 +00:00
Kurt Zeilenga
acbb5cf689 Happy new year! 2006-01-03 23:11:52 +00:00
Pierangelo Masarati
eb734a167b add severity-aware logging (ITS#4282) 2005-12-27 16:29:37 +00:00
Pierangelo Masarati
fb0e157720 fix ITS#4141 (better fix: split into 3 slapd; but it all makes little sense without threads...) 2005-12-16 16:52:52 +00:00
Pierangelo Masarati
ed098b4136 fix previous commit (overlay initializer prototypes were incorrect) 2005-11-26 17:04:51 +00:00
Pierangelo Masarati
98936ee3c4 streamline overlay configuration 2005-11-25 12:43:43 +00:00
Kurt Zeilenga
7468c7fb58 Support Solaris 10's getpeerucred(3) (*** blind commit ***) 2005-11-23 18:55:31 +00:00
Kurt Zeilenga
1cf5838e08 detect ICU and link it into slapd(8)
not yet used
2005-11-16 06:31:00 +00:00
Kurt Zeilenga
a956f75924 Add (not yet used) ICU detection 2005-11-16 05:46:32 +00:00
Kurt Zeilenga
8e5086e8e7 memrchr detection cleanup 2005-11-14 18:32:27 +00:00
Pierangelo Masarati
474dfbc8fd don't trust strchr/strrchr with bervals 2005-11-13 22:26:53 +00:00
Kurt Zeilenga
279033fc1c ITS#3440: (blind) fix for VxWorks inet_ntoa(3) leak,
use inet_ntoa_b(3) instead.
2005-10-14 03:40:03 +00:00
Kurt Zeilenga
ca81b49f82 Drop support for SSLeay. 2005-10-13 23:52:14 +00:00
Hallvard Furuseth
023d510766 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.
2005-09-17 22:22:15 +00:00
Howard Chu
0f1ff26f83 Glue is back in core, not an external overlay 2005-09-01 11:50:14 +00:00
Howard Chu
cc785337f6 Fix libtool 1.5 annoyance - disable checks for c++, f77, gcj 2005-08-28 00:23:35 +00:00
Pierangelo Masarati
190d5c65e8 fix ACI detection (please rebuild) 2005-08-27 16:27:12 +00:00
Howard Chu
117ffbf69f Really hide --with-ldbm-api/type from --help 2005-08-26 03:26:05 +00:00
Howard Chu
4cc7efdadc Revert ITS#3577 patch, breaks Windows build and not needed in RE23. 2005-08-26 02:20:45 +00:00
Howard Chu
939831921e Support --with-ldbm-api/type with warning 2005-08-25 22:46:10 +00:00
Howard Chu
ab04c1468c Fix Windows NT detection 2005-08-25 21:44:57 +00:00
Kurt Zeilenga
d659198415 Fix typo in last commit 2005-08-25 20:37:24 +00:00
Kurt Zeilenga
f07015dad2 Update build tools based upon OPENLDAP_AC work 2005-08-25 20:09:26 +00:00
Howard Chu
166048823a Enhance OL_ARG_ENABLE for overridable defaults, trim some redundancy in
the passed in help string. (Append the valid args to the help string...)
2005-08-25 09:48:28 +00:00
Howard Chu
903106a030 Change ldbm options from --with to --enable to preserve order in helptext 2005-08-25 05:21:16 +00:00
Howard Chu
340503583a Add valsort overlay 2005-08-24 09:05:13 +00:00
Pierangelo Masarati
a4adefa6cf moved to contrib/slapd-overlays/allop 2005-08-22 09:28:51 +00:00
Hallvard Furuseth
8d79695a66 Fix typo $ol_link_thread -> $ol_link_threads 2005-08-21 01:18:39 +00:00
Pierangelo Masarati
4a3b04966c stuff for slapo-allop configuration 2005-08-20 11:57:01 +00:00
Kurt Zeilenga
a64cee85e3 Misc cleanup
Help strings are screwed
2005-08-13 05:47:59 +00:00
Kurt Zeilenga
535d1002ee sig_atomic_t and socklen_t fixes 2005-08-13 03:04:44 +00:00
Kurt Zeilenga
4d5ecb6c89 replace sig_atomic_t and socklen_t macros 2005-08-13 02:47:42 +00:00
Kurt Zeilenga
f799a2e4ba replace struct msghdr macros 2005-08-13 02:17:12 +00:00
Kurt Zeilenga
d9e8e3952c Quick fix <resolv.h> and <ucred.h> detection 2005-08-13 00:48:35 +00:00
Kurt Zeilenga
e5a5f90b16 Fix struct passwd detection 2005-08-12 23:37:33 +00:00