drochner
e917a2fcb1
ignore 0.0.0.0 interface addresses (dhclient leftovers)
2004-02-26 18:17:13 +00:00
fredb
8f443ee26a
Don't bother complaining about "no IPv6 interfaces" or "no IPv4 interfaces"
...
unless debugging is compiled in and enabled. Adapted from ntp-dev. Closes
PR bin/23703, by Martin Husemann.
2003-12-20 17:38:19 +00:00
keihan
9f474dc36a
Make "-s" option silent again, fixes PR bin/23707.
...
This has been fixed in current ntp-dev and also includes
some whitespace fixes. NTP bug report available at:
http://bugzilla.ntp.org/show_bug.cgi?id=263
2003-12-20 16:12:27 +00:00
drochner
a273546bc0
pull in a set of patches from ntp bk to fix the
...
"Clock stepping messes up frequency." issue
2003-12-04 17:22:31 +00:00
drochner
507fa5fee7
compile cleanly with -Wall (ntp bug #258 )
2003-12-04 17:17:36 +00:00
drochner
35f545891e
fix some memory allocation bugs (ntp bug #252 )
2003-12-04 17:15:26 +00:00
drochner
a3d91b3051
fix error handling after send errors (ntp bug #243 )
2003-12-04 17:13:11 +00:00
drochner
849e83ebc4
fix some LP64 issues (ntp bug #233 )
2003-12-04 17:10:34 +00:00
drochner
93cc3883d8
use return value of openssl's RAND_file_name(), this makes the
...
fallback to /dev/urandom work as intended by openssl
(ntp bug #234 )
2003-12-04 17:06:12 +00:00
drochner
7b3a4acbea
don't join a multicast group where we just want to send
...
(this might be preliminary, it might be intended to receive other host's
multicast in the future, but until packets are filtered properly this
fixes the "manycastclient answers requests" problem - see ntp bug #241 )
2003-12-04 17:01:32 +00:00
drochner
74a4307696
deal with sin6_scope_id where necessary
2003-12-04 16:56:01 +00:00
drochner
3cdd2cee5f
keep track of the scope id of link-local ipv6 addresses, and deal with
...
the KAME specific way to embed it into the address
(keeping the interface close to the last public bind-9.3 snapshot to
avoid conflicts in the future)
2003-12-04 16:52:28 +00:00
drochner
d5e6f1b80b
resolve conflicts
...
(in this case, throw away all local modifications; I'll start patching
from scratch)
2003-12-04 16:23:34 +00:00
drochner
b21928a34e
Import ntp 4.2.0
2003-12-04 16:05:14 +00:00
simonb
a1f8e60591
Update for CVS repo basesrc/src change (many moons ago).
2003-10-23 02:23:26 +00:00
agc
865595bdf3
Move UCB-licensed code from 4-clause to 3-clause licence.
...
Patches provided by Joel Baker in PR 22253, verified by myself.
2003-08-07 09:20:39 +00:00
cb
ee482404e6
Output key IDs in decimal, not hexadecimal, so that they can
...
be read back later.
fixes PR#14216. ok by Simon Burge (and by him via ntp distribution)
2003-07-16 12:22:58 +00:00
itojun
93851338f2
sscanf overrun
2003-05-17 01:12:28 +00:00
wiz
0acfa3bb9e
Consistently spell occurrence with two rs.
2003-03-29 22:48:37 +00:00
wiz
447edbab8d
hexadecimal, not hexidecimal. Reported to the authors.
2003-03-16 21:54:46 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
jdolecek
28f3685337
use correct group id if group was specified for -u; previously, it would
...
mistakely use user's primary group instead
problem reported and fix supplied in PR bin/20232 by KAMADA Ken'ichi
2003-02-08 11:45:54 +00:00
wiz
dd5bd120af
Various misspellings, from Adrian Mrva.
2002-12-21 12:37:49 +00:00
wiz
34574e798b
outgoing with a final g, not t; from Adrian Mrva.
2002-12-21 12:32:24 +00:00
thorpej
e733469648
Avoid strict alias warnings.
2002-12-06 15:12:56 +00:00
thorpej
47355062e5
Avoid strict alias warning.
2002-12-06 15:09:38 +00:00
uwe
fd3534dbc5
Nit-pick: use || instead of | in the test. Ok by simonb.
2002-09-20 14:09:45 +00:00
wiz
111e203639
Comment out token after #endif.
2002-05-16 19:53:37 +00:00
wiz
79deb5d12d
Comment out token after #endif.
2002-05-16 19:40:53 +00:00
wiz
98d39977a3
Remove token after #endif.
2002-05-16 19:30:17 +00:00
drochner
1fba973e56
make it build without REFCLOCK but with -Wall
2002-04-19 20:45:54 +00:00
christos
590eabc9c6
Set the stack limit to something smaller than the default, like it is
...
done in the aix case so that we don't end up mlockall() unused memory.
From: witek@wnuk.eu.org (Witold J. Wnuk)
2002-04-18 23:18:42 +00:00
thorpej
64b4b1c3c3
Don't use static const u_char ... for register bits. Use #define.
2002-04-09 02:42:50 +00:00
mason
be7a76e49f
document -i and -u in the man page
2002-02-21 17:10:14 +00:00
wiz
78cb877358
Try to remove some more unnecessary whitespace when converting.
2002-01-19 11:43:47 +00:00
martin
114dbddbad
Make ntpd use the getifaddrs interface, thus avoiding alignement
...
problems (see port-sparc64/15112).
This change will be submitted to the NTP maintainers as well.
2002-01-05 13:24:40 +00:00
martin
6db2d4b116
Back out previous change - turns out to be a sparc64 toolchain problem
...
(surprise!)
2002-01-03 11:22:07 +00:00
martin
357b95fa25
Replace a structure copy (dereferencing a pointer received from an ioctl)
...
by a memcpy, similar to the patch suggested by jarle@uninett.no in PR 15112.
I'm not sure if the ioctl code should be fixed to deliver this pointer
properly aligned, but this change should not cause any problem and it is
safer this way.
2002-01-02 20:47:37 +00:00
wiz
546fc71d49
Pull over fixes from rev. 1.5-1.7 of basesrc/usr.sbin/ntp/ntpd/ntpd.8.
2001-12-26 15:14:59 +00:00
wiz
b4371d47f5
Replace some misuses of "then" with "than".
2001-12-04 17:56:30 +00:00
wiz
1fd7eeefcd
"than" instead of "then".
2001-11-21 19:14:19 +00:00
christos
a9add05994
s/%%m/%m/
2001-11-12 03:06:44 +00:00
manu
22376d8b65
Fixed a small bug in -u option parsing (it only worked if you supplied a
...
user *and* a group)
2001-11-08 20:06:22 +00:00
wiz
4c99916337
va_{start,end} audit:
...
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).
Improved by comments from enami and christos -- thanks!
Heimdal/krb4/KAME changes already fed back, rest to follow.
Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
wiz
456dff6cb8
Spell 'occurred' with two 'r's.
2001-09-16 16:34:23 +00:00
manu
53e4611607
Added code to run ntpd as a non root user and in a chroot jail. This should
...
be used with the new clockctl device which enable clock setting by non root
users on behalf of the /dev/clockctl write rights.
This code have not been commited yet to the main ntp tree.
2001-09-16 07:51:54 +00:00
wiz
71c1bdcfa5
Prefer long names for months; correct comment in resulting man page.
2001-04-27 00:02:23 +00:00
thorpej
99052484f4
Fix LP64 printf format problems.
2001-04-21 21:57:16 +00:00
drochner
b7fc5a75b3
fix typo in instructions which had serious consequences as it seems
...
(the "generic" serial driver was not built)
2001-04-19 17:46:38 +00:00
itojun
69045197e1
previous buffer overrun fix was one-byte too restrictive. from jinmei@kame
2001-04-08 18:33:43 +00:00