4. [5]Karl Berry <karl@owl.HQ.ileaf.com> syslog to file option
5. [6]Greg Brackley <greg.brackley@bigfoot.com> Major rework of WINNT
port. Clean up recvbuf and iosignal code into separate modules.
- 6. [7]Marc Brett <Marc.Brett@westerngeco.com> Magnavox GPS clock
- driver
+ 6. [7]Marc Brett <Marc.Brett@westgeo.com> Magnavox GPS clock driver
7. [8]Piete Brooks <Piete.Brooks@cl.cam.ac.uk> MSF clock driver,
Trimble PARSE support
8. [9]Steve Clift <clift@ml.csiro.au> OMEGA clock driver
validated HTML documents according to the HTML DTD
_________________________________________________________________
- [50][home.gif]
+ [50]gif
[51]David L. Mills <mills@udel.edu>
4. mailto:michael.barone@lmco.com
5. mailto:karl@owl.HQ.ileaf.com
6. mailto:greg.brackley@bigfoot.com
- 7. mailto:Marc.Brett@westerngeco.com
+ 7. mailto:Marc.Brett@westgeo.com
8. mailto:Piete.Brooks@cl.cam.ac.uk
9. mailto:clift@ml.csiro.au
10. mailto:casey@csc.co.za
+2001-04-03 Harlan Stenn <stenn@whimsy.udel.edu>
+
+ * configure.in (openssl): Publish and default to RSAREF; hide
+ openssl, and only use it if explicitly requested (at least until
+ we work with it).
+
2001-04-02 Harlan Stenn <stenn@whimsy.udel.edu>
* html/y2k.htm:
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-openssl-libdir + =/something/reasonable
--with-openssl-incdir + =/something/reasonable
- --with-crypto + ={autokey,openssl,rsaref}
+ --with-crypto + ={autokey,rsaref}
--with-electricfence -
Some influential environment variables:
# Define the identity of the package.
PACKAGE=ntp
-VERSION=4.0.99k20
+VERSION=4.0.99k21
cat >>confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
no) ;;
yes|rsaref|openssl)
case "$ans" in
- rsaref)
+ yes|rsaref) # Just "rsaref" when OpenSSL is ready
ans=no
;;
*)
AC_DEFINE_UNQUOTED(STR_SYSTEM, "$target")
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
-AM_INIT_AUTOMAKE(ntp, 4.0.99k20)
+AM_INIT_AUTOMAKE(ntp, 4.0.99k21)
AC_PREREQ(2.49)
ac_cv_var_oncore_ok=no
AC_MSG_RESULT($ans)
AC_MSG_CHECKING(for the level of crypto support)
-AC_ARG_WITH(crypto, [ --with-crypto + ={autokey,openssl,rsaref}],
+AC_ARG_WITH(crypto,
+ dnl AC_HELP_STRING([--with-crypto], [+ ={autokey,openssl,rsaref}]),
+ AC_HELP_STRING([--with-crypto], [+ ={autokey,rsaref}]),
+
[ans=$withval], [ans=yes])
case "$ans" in
no) ;;
yes|rsaref|openssl)
case "$ans" in
- rsaref)
+ yes|rsaref) # Just "rsaref" when OpenSSL is ready
ans=no
;;
*)