Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo 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-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt | |
descriptors; ok hshoexer, also looked at by kettenis and henning | |||
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer | |||
2007-06-23 | default rule.flags and rule.flagset to 0 instead of null | joshua stein | |
from max laier | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-12-20 | add an additional rule to the filter anchor that allows traffic out from | Joel 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-28 | import tftp-proxy 1.6, a tftp helper for pf | joshua stein | |
ok jolan@, msf@, millert@ man page help from jmc@ |