summaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy
AgeCommit message (Collapse)Author
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
descriptors; ok hshoexer, also looked at by kettenis and henning
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
an extensive discussion with otto, kettenis, millert, and hshoexer
2007-06-23default rule.flags and rule.flagset to 0 instead of nulljoshua stein
from max laier
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-20add an additional rule to the filter anchor that allows traffic out fromJoel Knight
the server to the client. this is necessary in case the server is not otherwise allowed to talk to the client. ok jcs@
2005-12-28import tftp-proxy 1.6, a tftp helper for pfjoshua stein
ok jolan@, msf@, millert@ man page help from jmc@