Kurt Zeilenga
7dc0b02fc9
Replace backend.h with backends.c, generated by config.status.
2005-01-09 08:42:44 +00:00
Kurt Zeilenga
dc0eacd40b
Happy New Year!
2005-01-01 20:49:32 +00:00
Howard Chu
f9df0ecedd
Add glue overlay
2004-12-04 19:48:47 +00:00
Sang Seok Lim
32f4b97657
to check if dynamic module support is on
2004-11-30 23:25:26 +00:00
Sang Seok Lim
decfd7217f
1) <all> type component reference support
...
2) nibble type memory support when decoding
3) description type object identifier support
4) OPTIONAL, DEFAULT support in certificate decoder/extractor/matching
5) Misc bug fix
2004-11-29 20:21:38 +00:00
Howard Chu
3a5bde98ba
Disable back-bdb native syncrepl support, enable syncprov overlay,
...
remove syncrepl stuff from Operation struct
2004-11-25 21:16:54 +00:00
Howard Chu
984276d849
Better test for epoll, make sure the syscall actually works
2004-11-20 14:20:29 +00:00
Howard Chu
1666e4c083
Add check for epoll(), sys/epoll.h
2004-11-18 22:06:15 +00:00
Pierangelo Masarati
4b85c58782
cleanup
2004-11-11 08:03:31 +00:00
Pierangelo Masarati
79f744f30b
rework static backend initialization
2004-11-11 00:39:19 +00:00
Ralf Haferkamp
93cec8b694
- Added autoconf test for CRL capable OpenSSL Version
...
- #ifdef'd CRL checking code.
2004-11-03 12:02:38 +00:00
Sang Seok Lim
71e78dd7f9
Component Matching module
...
See "contrib/slapd-modules/comp_match/README" to understand
what's the purpose of this patch is and how to use it.
2004-10-27 19:37:02 +00:00
Kurt Zeilenga
86c216d10c
Rough but working poll(2) implementation for -lldap
2004-10-18 21:09:17 +00:00
Kurt Zeilenga
fb0571b5ad
Poll code needs a bit more work.
2004-10-18 18:18:52 +00:00
Kurt Zeilenga
7a13824cf4
Add <poll.h> detection as well
2004-10-18 18:15:07 +00:00
Kurt Zeilenga
86a9b56f09
Add basic check for poll(2)
2004-10-18 17:51:32 +00:00
Pierangelo Masarati
761f287943
multiple precision with BIGNUM/gmp/ulong
2004-09-26 22:58:47 +00:00
Pierangelo Masarati
a637926bf2
use GMP for multiple precision in counters
2004-09-11 16:15:53 +00:00
Kurt Zeilenga
7e2fe5babe
Use shtool(1) (to a limited degree, more use would simplify things)
...
Fix ITS#3285 (relative linking of slap tools).
2004-09-05 03:24:28 +00:00
Pierangelo Masarati
0649baedd3
need to know if SASL is available
2004-06-19 10:00:25 +00:00
Kurt Zeilenga
755522df80
Blind MacOSX -lresolv fix
2004-06-18 03:56:33 +00:00
Kurt Zeilenga
659b41ec7d
Add check for hstrerror
2004-04-25 01:05:15 +00:00
Kurt Zeilenga
7f0c73bf49
new strerror_r checks
2004-04-24 21:30:28 +00:00
Kurt Zeilenga
3639c433fb
cleanup
2004-04-19 21:36:51 +00:00
Howard Chu
81bc7fcc8c
Fix module link libraries
2004-04-17 15:12:20 +00:00
Howard Chu
2b2afda7c1
Cleanup some BDB tests
2004-04-17 13:58:26 +00:00
Pierangelo Masarati
7fb0e38e95
revert double shortcut :)
2004-04-17 11:34:58 +00:00
Pierangelo Masarati
582adc6c69
shortcut to configure all overlays
2004-04-17 10:41:42 +00:00
Howard Chu
c9423499a6
Add --enable-backends and --enable-overlays switches to enable all.
2004-04-17 10:33:51 +00:00
Howard Chu
f5851f3001
Added referential integrity and attribute uniqueness overlays
2004-04-17 08:45:29 +00:00
Kurt Zeilenga
3006ae8947
cleanup
2004-04-15 22:46:42 +00:00
Pierangelo Masarati
6f7b9c73af
add support for lastmod overlay
2004-04-14 17:48:26 +00:00
Kurt Zeilenga
8f5d547c24
cleanup
2004-04-10 03:45:24 +00:00
Kurt Zeilenga
6abba139bb
Hide if SIZEOF_WCHAR_T < 4.
2004-04-08 08:54:49 +00:00
Howard Chu
0d2d12cd23
Fix disabling switches
2004-04-08 06:23:09 +00:00
Howard Chu
0716eb8aed
Cleanup prev commit
2004-04-08 06:10:19 +00:00
Howard Chu
f2e1df3ef7
Consolidated static/dynamic backend switches
2004-04-08 05:56:23 +00:00
Kurt Zeilenga
5ff1430ef1
fix typo
2004-04-08 02:48:38 +00:00
Kurt Zeilenga
36363b69c4
Update prereq. comments
2004-04-08 02:43:04 +00:00
Kurt Zeilenga
e5ce9009f0
cleanup
2004-04-07 06:40:06 +00:00
Kurt Zeilenga
ccc378c726
Rework meta/ldap/rewrite flag logic
2004-04-07 06:26:02 +00:00
Kurt Zeilenga
d177e477cf
s/--with/--enable/ for all overlay options
2004-04-07 06:08:46 +00:00
Kurt Zeilenga
13eb893181
remove our cross compiling cruft and add warning where $cross_compiling == yes
2004-04-04 18:26:51 +00:00
Kurt Zeilenga
6ef731db51
Update library soname handling
2004-03-24 22:42:16 +00:00
Kurt Zeilenga
7f8cd59825
Hide x_compile flag (as it doesn't work)
2004-03-24 04:19:59 +00:00
Howard Chu
0ef28daaa3
Add ppolicy bits
2004-03-20 20:38:48 +00:00
Pierangelo Masarati
fa3baaeae9
overlays reworking
2004-03-18 18:59:46 +00:00
Pierangelo Masarati
d6da591adf
add back-relay (doesn't work yet; need to regenerate configure/portable.h)
2004-03-17 01:04:34 +00:00
Howard Chu
044e786485
Remove slapd/tools from Makefile list
2004-02-26 19:27:28 +00:00
Howard Chu
106c0e3d4f
Delete kpasswd support
2004-02-26 03:13:36 +00:00