OpenBSD CVS

src/usr.sbin/ntpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ntpd

Current tag: OPENBSD_3_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   19 years  alexander   Compute the local clock offset from the server's response. ok henning@
[TXT] client.c  1.58   19 years  henning   let client_query return 0 if it requested dns resolution
[TXT] config.c  1.17   19 years  henning   nasty: host_dns used to run before forking and chrooting etc, so it was guarante...
[TXT] log.c  1.6   19 years  dtucker   Replace errx with equivalent fprintf+exit to make porting easier; ok henning@
[TXT] ntp.c  1.54   19 years  henning   when trying short-circuit the wait for the first reply for -s, only do so when -...
[TXT] ntp.h  1.11   19 years  dtucker   Discard replies with alarm flag set or invalid stratum; ok henning@
[TXT] ntp_msg.c  1.14   19 years  dtucker   sendto() takes socklen_t as an argument; ok henning@
[TXT] ntpd.8  1.13   19 years  jaredy   typos, then -> than, from Michael Knudsen
[TXT] ntpd.c  1.32   19 years  dtucker   Fixes in ntpd_settime (ie ntpd -s): - Handle errors from syscalls better - Preve...
[TXT] ntpd.conf.5  1.9   19 years  otto   Advice user to use multiple servers. Prodded by Daniel Polak, help and ok jmc@ o...
[TXT] ntpd.h  1.53   19 years  dtucker   Implement simple duplicate suppression of peer errors; ok henning@
[TXT] parse.y  1.24   19 years  henning   fix "listen on hostname" fallout from the deferred dns lookups noticed by dhartm...
[TXT] server.c  1.21   19 years  dtucker   Make network unreachable errors non-fatal; ok henning@
[TXT] util.c  1.10   19 years  mickey   uniquely name members of s_fixedpt and l_fixedpt; henning@ ok
[TXT] buffer.c (in the Attic) [Hide]  1.5   19 years  henning   buffer structs and API ssize_t -> size_t; from bgpd
[TXT] imsg.c (in the Attic) [Hide]  1.9   19 years  henning   when, after processing all complete imsgs we found in the buffer, there are some...