summaryrefslogtreecommitdiff
path: root/usr.sbin/timed
AgeCommit message (Expand)Author
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
2001-03-31Security fixes: check for short packets and bad types; from FreeBSD.Federico G. Schwindt
2001-01-22do not accept packets with an unterminated hostname; ben@freebsdTheo de Raadt
2000-05-20typo; bsdiTheo de Raadt
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
1999-07-04more macro conversionAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1998-08-16fix realloc leakTheo de Raadt
1998-03-20Aliases.Angelos D. Keromytis
1998-02-22no, setuid is OK. listread@bedford.net should have read the code...Theo de Raadt
1998-02-22bye bye setuid; listread@bedford.netTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-06-30back out last two changeskstailey
1997-06-30oops, forgot bsd.own.mkkstailey
1997-06-30NIS features are conditional to YP settingkstailey
1997-01-22SIOCGIFCONF nicelyTheo de Raadt
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-12-21$Id -> $OpenBSDTodd C. Miller
1996-12-01Fix byte-order bug in net number comparison (NetBSD).Todd C. Miller