Age | Commit message (Expand) | Author |
2004-06-02 | prepare for client functionality | Henning Brauer |
2004-06-01 | $OpenBSD$ | Henning Brauer |
2004-06-01 | first cut at config file parser | Henning Brauer |
2004-06-01 | tzset(); noticed by theo | Henning Brauer |
2004-06-01 | I would have sworn I added tzset() here | Henning Brauer |
2004-06-01 | allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm). | Henning Brauer |
2004-05-31 | naming consistency | Henning Brauer |
2004-05-31 | make my japanese friends happy by supporting IPv6 as well | Henning Brauer |
2004-05-31 | initial cut at a manpage | Henning Brauer |
2004-05-31 | fix usage() | Henning Brauer |
2004-05-31 | initial cut at ntpd. | Henning Brauer |
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek |
2004-05-31 | Avoid unintentional trigraph. | Brad Smith |
2004-05-30 | insane spacing | Theo de Raadt |
2004-05-30 | verify that the server is confident in the result it is sending us; from Alex... | Jakob Schlyter |
2004-05-30 | only call getprotobynumber() when necessary. from freebsd (dds@) | Ted Unangst |
2004-05-30 | +hotplugd | Theo de Raadt |
2004-05-30 | Better error message. | Alexander Yurchenko |
2004-05-30 | Missing waitpid, noticed by Gregory Steuck <greg@y2004.nest.cx>. | Alexander Yurchenko |
2004-05-30 | Can only exist on alpha, amd64, i386, macppc and sparc64. | Alexander Yurchenko |
2004-05-30 | hotplugd -- devices hot plugging monitor daemon. | Alexander Yurchenko |
2004-05-28 | cvs really sucks. | Brad Smith |
2004-05-28 | bye bye old package tools. | Brad Smith |
2004-05-28 | detect absence of PF_KEY interface and/or the TCP_MD5SIG setsockopts | Henning Brauer |
2004-05-28 | don't want SO_REUSEPORT... | Henning Brauer |
2004-05-27 | some updates for openssl smime; | Jason McIntyre |
2004-05-26 | Send out a random 64-bit number as our transmit time. The NTP | Jakob Schlyter |
2004-05-26 | Better message if interface is not available. Hint from Daniel Polak. | Otto Moerbeek |
2004-05-25 | include hostname in memory buffered logs, spotted by | Damien Miller |
2004-05-25 | handle interface removals gracefully. reported by Oliver J. Morais | Can Erkin Acar |
2004-05-25 | SNTP is RFC 2030 | Jakob Schlyter |
2004-05-25 | tun interface is stored in /var/run/cuaXX.if, not /var/run/ttyXX.if; | Jason McIntyre |
2004-05-25 | clarify how modems on serial ports attach, and their corresponding device | Jason McIntyre |
2004-05-24 | typos from Fabio Olive Leite; | Jason McIntyre |
2004-05-24 | - sort options | Jason McIntyre |
2004-05-24 | Fix copy paste error pointed out by jmc@ | Claudio Jeker |
2004-05-24 | uppercase `id'; | Jason McIntyre |
2004-05-24 | typo; From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer |
2004-05-24 | missing close(2). Andrey Matveev | Jun-ichiro itojun Hagino |
2004-05-23 | some readability fixes, mainly keeping things in alphabetical order; | Jason McIntyre |
2004-05-23 | add relevant rfc's to SEE ALSO; | Jason McIntyre |
2004-05-23 | - tcpdump is section 8, not 1 | Jason McIntyre |
2004-05-22 | missing header | Theo de Raadt |
2004-05-21 | Use '/' instead of ':' as separator for anchor path components. Note that | Daniel Hartmeier |
2004-05-21 | init fromlen; andrushock@korovino.net | Theo de Raadt |
2004-05-21 | Man page update to document the new network statements. OK henning@ | Claudio Jeker |
2004-05-21 | Fix some gcc warnings in bgpctl because of the last commit. OK henning@ | Claudio Jeker |
2004-05-21 | RFC 2796 bgp route reflector support. This is very useful in conjunction | Claudio Jeker |
2004-05-21 | Grrr. Forgot to cleanup dynamic announcements on shutdown. | Claudio Jeker |
2004-05-21 | move the big name tables to the .h file, makes the .c easier | Henning Brauer |