Age | Commit message (Expand) | Author |
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 |
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek |
2004-02-04 | s/transmitts/transmits/ | Jason McIntyre |
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 |
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 |
2003-09-22 | sync with FreeBSD page, including standard options list and some mdoc nits; | Jason McIntyre |
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 |
2003-07-02 | simplify macro usage; | Jason McIntyre |
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 |
2003-06-12 | ansify | Theo de Raadt |
2003-06-12 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
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 |
2002-06-18 | remove ifdef sgi code, and HAVENIS. sgi was pointless and this didnt even come | Eric Jackson |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt |
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 |
2002-02-19 | Use arc4random(). | Mike Pechkin |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin |
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; m... | Theo de Raadt |
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 |
2001-04-02 | Fix security problem correctly; use >=, not >; mea culpa. | Federico G. Schwindt |
2001-04-02 | Use poll(2) instead of select(2). | Federico G. Schwindt |
2001-04-02 | Use strlcpy where possible. | Federico G. Schwindt |
2001-04-02 | Security fix; discard short packets. | Federico G. Schwindt |
2001-03-31 | Fix -Wall warnings; millert@ ok. | Federico G. Schwindt |