Zero King
e3106f50ac
support SOCK_CLOEXEC on macOS
7 years ago
Brent Cook
21d5627570
set release date
7 years ago
Brent Cook
11ce6e10f9
bump portable version
7 years ago
Brent Cook
1131b6b6c7
fix leak if constraints are enabled in config, but disabled in the build
7 years ago
Brent Cook
10bb45e23e
update patches, fix incorrect memset size in source addr struct, ok naddy@
7 years ago
Brent Cook
55be06e2a4
finish changelog, start version train at p1
7 years ago
Brent Cook
e38aabeae8
bump to 6.2
7 years ago
Brent Cook
1100929648
include all headers
7 years ago
Brent Cook
19d2615f52
support SOCK_CLOEXEC on macOS
7 years ago
Brent Cook
d8f57f465d
handle constraints in ntpd.conf as a warning rather than fatal error
7 years ago
Brent Cook
2f42bdc6be
revert previous, this was for the wrong branch
7 years ago
Brent Cook
8ae7345f19
update autoconf scripts
7 years ago
Brent Cook
def2f83524
star 6.2 changelog
7 years ago
Brent Cook
ace11f3aff
6.1 changelog
7 years ago
Brent Cook
b2fa6fb956
pull default ntpd.conf from openbsd source
7 years ago
Brent Cook
b11faba94a
update disabled constraint callback
7 years ago
Brent Cook
624a796985
fix test to use builtin arc4random if it passes specs
7 years ago
Brent Cook
135320af27
add macOS 10.12 getentropy checks
7 years ago
Brent Cook
2408cc16e7
compat updates, add recallocarray and freezero
7 years ago
Brent Cook
ce09191ebb
update patches
7 years ago
Brent Cook
16a1868f3d
rebase patches
7 years ago
Brent Cook
507bc6a518
rebase patches for latest
7 years ago
Brent Cook
ea9814a344
log.h is dead, noted by eest on IRC
7 years ago
Brent Cook
ee5f8f382f
Land #36 , pass options to new processes
7 years ago
Franciszek Koltuniuk
78bf7f00b9
fix #35 options like -v -s are not passed to the new processes, on platform where setproctitle is not defined, this can happen since argv0 is passed to the new processes, but the options references by argv0 are truncated in function compat_init_setproctitle() line 104
8 years ago
multisnow
82143ad047
update constraint-disabled.c according to c8ed30f0cf
, should fix #29 and #31
8 years ago
Brent Cook
ca8e7f797c
update patches, add missing : in getopt format
8 years ago
Brent Cook
0d40f56662
bump version
8 years ago
Brent Cook
b30947c0a8
update patches
8 years ago
Brent Cook
a7577667d6
use __dead macro from sys/cdefs.h
8 years ago
Brent Cook
6b32cedc37
update for new tree layout
8 years ago
Brent Cook
d6fff63cbb
rebase patches
8 years ago
Brent Cook
0cca9346f1
rebase patches
8 years ago
Brent Cook
3c96cdca6c
update changelog
8 years ago
Brent Cook
b50e6e7113
bump to 6.0
8 years ago
Brent Cook
6f8ad96339
only bind IPv6 on if an IPv6 address is passed
8 years ago
Brent Cook
ee2df5a7d4
update patches - fix FreeBSD build, always write PID if specified
8 years ago
Brent Cook
b1cbf2c14a
experimental time sync bits, see #25
8 years ago
Brent Cook
6b66e4aa11
include FreeBSD compat for _NSIG - from naddy@
8 years ago
Brent Cook
9d85444811
use AC_SEARCH_LIBS for checking if a function exists
After importing the libc detection functions from libressl, it caused
the detection to go out of order, leading to a link failure on older
Linux versions.
fix #23
8 years ago
Brent Cook
827fa34650
More changelog updates
8 years ago
Brent Cook
9182c78287
Updated Changelog for OpenNTPD 5.9
8 years ago
Brent Cook
474a5e78f8
update changelog for 5.9
8 years ago
Brent Cook
38a5e4464f
sync autogen.sh with LibreSSL, cache upstream config scripts
8 years ago
Brent Cook
d9992bf74e
fetch so we can switch to new branches
8 years ago
Brent Cook
373f8c75cb
add compiler warnings checks from LibreSSL
8 years ago
Brent Cook
3f488b31c0
share more check-libc and check-os macros with LibreSSL
8 years ago
Brent Cook
491f3b08aa
move -ldl check, remove unused clang flags
8 years ago
Brent Cook
a9ef3ae3e9
factor out CHECK_OS_OPTIONS
8 years ago
Brent Cook
c6a2c11ecd
added --disable-https-constraint for disabling HTTPS constraints
8 years ago