Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-17 | use the right format for "usage:"; "usage:" is lowercase | Igor Sobrado | |
ok jmc@ | |||
2007-10-17 | remove "unused variable" warnings | Charles Longeau | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-19 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
2005-02-17 | Fix scoping error where ignored nets could transition to the NOMASTER state | Aaron Campbell | |
erroneously. henning@, otto@ ok | |||
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn | |
2004-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre | |
mostly from Andreas Kahari (PR #3846); | |||
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek | |
2004-02-04 | s/transmitts/transmits/ | Jason McIntyre | |
from Gavin Atkinson (FreeBSD PR 62346); | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-23 | no more suid; ok miod | Theo de Raadt | |
2003-11-19 | More poll conversion fixes. | Todd C. Miller | |
2003-11-19 | fix some select/poll conversion breakage, more to come from millert@. | Daniel Hartmeier | |
ok millert@ | |||
2003-11-04 | sync docs with current implementation; | Jason McIntyre | |
2003-11-04 | sort options in SYNOPSIS and sync usage(); | Jason McIntyre | |
2003-10-12 | buf oflow, fixed badly in freebsd by tjr, i changed it to give a nice | Theo de Raadt | |
warning instead of blind truncation; millert ok | |||
2003-09-22 | sync with FreeBSD page, including standard options list and some mdoc nits; | Jason McIntyre | |
from naddy@ | |||
2003-08-19 | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | Jun-ichiro itojun Hagino | |
2003-08-19 | use poll instead of select; dhartmei ok | Theo de Raadt | |
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-07-02 | simplify macro usage; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-26 | avoid using floating point for a random in [a, b] and kill a false comment | Michael Shalayeff | |
2003-06-17 | - document "-G netgroup"; | Jason McIntyre | |
from Kurt V. Hindenburg on misc@ - show that -i and -n are mutually exclusive - sync SYNOPSIS and usage() help from millert@ | |||
2003-06-12 | ansify | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-09-06 | socklen_t; henning ok | Theo de Raadt | |
2002-06-19 | init goodhosts | Eric Jackson | |
2002-06-19 | more cleanup for timed. | Eric Jackson | |
use queue.h instead of these badly hand done lists functionalize more common code remove some unused code/declarations use strlcpy minor KNF deraadt@ ok | |||
2002-06-18 | remove ifdef sgi code, and HAVENIS. sgi was pointless and this didnt even come | Eric Jackson | |
close to compiling w/o HAVENIS deraadt@ ok | |||
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-05-17 | move setuid revocation closer to the start (make it more obvious); miod ok | Theo de Raadt | |
2002-05-16 | make this static too | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | Use arc4random(). | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-01-19 | do not bindresv() udp socket, for clockdiff to work w/ our inetd; millert@ ok | Michael Shalayeff | |
2001-11-23 | use siginterrupt() enabling around all blocking calls, and check the flags; ↵ | Theo de Raadt | |
millert ok | |||
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-05-05 | install other files too | Michael Shalayeff | |
2001-05-05 | add smm.11 and smm.12 fom 4.4-lite, just like freebsd and netbsd have | Michael Shalayeff | |
2001-05-05 | use strlcpy vs strncpy+a[len-1]='\0', some trailing spaces; millert@ ok | Michael Shalayeff | |
2001-04-07 | $OpenBSD$ here too. | Hakan Olsson | |
2001-04-07 | Add $OpenBSD$. | Hakan Olsson | |
2001-04-07 | Avoid a compiler warning. Add $OpenBSD$. (Suggestion and ok millert@) | Hakan Olsson | |
2001-04-02 | style and fix cut & pasto from some previous commit. | Federico G. Schwindt | |
2001-04-02 | More security fixes; check type before using it as tsptype index. | Federico G. Schwindt | |