]> git.ipfire.org Git - thirdparty/ntp.git/commit
Many files:
authorHarlan Stenn <stenn@ntp.org>
Sat, 19 Feb 2000 23:18:16 +0000 (23:18 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 19 Feb 2000 23:18:16 +0000 (23:18 -0000)
commitde874c2e598d438a99a545a65b73ddefd90b42db
tree6ef2d3c5eba9b15602ea5dad4ad0762e3e299a90
parent04fbee90833b49a92b9886608dd235d65023e4b9
Many files:
  * ntpd/ntp_config.c (do_resolve_internal): Try Real Hard to
  generate a full random key.
  From: Carl Byington <carl@five-ten-sg.com>
  * include/ntp.h: Now we know we have either mrand48() or random().
  * configure.in: If we have mrand48, use it.  Otherwise, use (and
  provide if necessary) random().
  * libntp/Makefile.am (EXTRA_DIST): random.c
  * libntp/random.c: Added.

bk: 38af24b8zYCHr9IBHqZkpxASL5SndQ
ChangeLog
config.h.in
configure
configure.in
include/ntp.h
libntp/Makefile.am
libntp/Makefile.in
libntp/random.c [new file with mode: 0644]
ntpd/ntp_config.c