summaryrefslogtreecommitdiff
path: root/usr.sbin/timed
AgeCommit message (Expand)Author
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-07-09make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves;Jason McIntyre
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2004-02-04s/transmitts/transmits/Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-01-23no more suid; ok miodTheo de Raadt
2003-11-19More poll conversion fixes.Todd C. Miller
2003-11-19fix some select/poll conversion breakage, more to come from millert@.Daniel Hartmeier
2003-11-04sync docs with current implementation;Jason McIntyre
2003-11-04sort options in SYNOPSIS and sync usage();Jason McIntyre
2003-10-12buf oflow, fixed badly in freebsd by tjr, i changed it to give a niceTheo de Raadt
2003-09-22sync with FreeBSD page, including standard options list and some mdoc nits;Jason McIntyre
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-08-19use poll instead of select; dhartmei okTheo de Raadt
2003-07-18add missing includesDavid Krause
2003-07-02simplify macro usage;Jason McIntyre
2003-06-26ansi and protosTheo de Raadt
2003-06-26avoid using floating point for a random in [a, b] and kill a false commentMichael Shalayeff
2003-06-17- document "-G netgroup";Jason McIntyre
2003-06-12ansifyTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-09-06socklen_t; henning okTheo de Raadt
2002-06-19init goodhostsEric Jackson
2002-06-19more cleanup for timed.Eric Jackson
2002-06-18remove ifdef sgi code, and HAVENIS. sgi was pointless and this didnt even comeEric Jackson
2002-06-03compatiblity -> compatibilityTheo de Raadt
2002-05-17move setuid revocation closer to the start (make it more obvious); miod okTheo de Raadt
2002-05-16make this static tooTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-19Use arc4random().Mike Pechkin
2002-02-19Fix gethostname() usage.Mike Pechkin
2002-01-19do not bindresv() udp socket, for clockdiff to work w/ our inetd; millert@ okMichael Shalayeff
2001-11-23use siginterrupt() enabling around all blocking calls, and check the flags; m...Theo de Raadt
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-05-05install other files tooMichael Shalayeff
2001-05-05add smm.11 and smm.12 fom 4.4-lite, just like freebsd and netbsd haveMichael Shalayeff
2001-05-05use strlcpy vs strncpy+a[len-1]='\0', some trailing spaces; millert@ okMichael Shalayeff
2001-04-07$OpenBSD$ here too.Hakan Olsson
2001-04-07Add $OpenBSD$.Hakan Olsson
2001-04-07Avoid a compiler warning. Add $OpenBSD$. (Suggestion and ok millert@)Hakan Olsson
2001-04-02style and fix cut & pasto from some previous commit.Federico G. Schwindt
2001-04-02More security fixes; check type before using it as tsptype index.Federico G. Schwindt
2001-04-02Fix security problem correctly; use >=, not >; mea culpa.Federico G. Schwindt
2001-04-02Use poll(2) instead of select(2).Federico G. Schwindt
2001-04-02Use strlcpy where possible.Federico G. Schwindt
2001-04-02Security fix; discard short packets.Federico G. Schwindt
2001-03-31Fix -Wall warnings; millert@ ok.Federico G. Schwindt