Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need to | Mark Kettenis | |
use CMSG_SPACE for all except the last one, which should be CMSG_LEN. This makes calculate .msg_controllen tricky. Also make sure that we can receive multiple CMSG's again. ok deraadt@, hshoexer@ | |||
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-12-30 | add missing space between argument names and ellipsis | Igor Sobrado | |
ok jmc@ | |||
2007-06-23 | sync description of "-m" option to reality. mcbride@ ok | Jun-ichiro itojun Hagino | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-12-19 | no need for -D | Jun-ichiro itojun Hagino | |
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino | |
while here, correct type mismatch (socklen_t) and adjust AH handling to OpenBSD. | |||
2006-11-20 | knf: sizeof x -> sizeof(x) | Jun-ichiro itojun Hagino | |
2006-11-16 | make RFC2292/3542 selection automagically happen. | Jun-ichiro itojun Hagino | |
2006-08-10 | text improvements; | Jason McIntyre | |
2006-08-10 | kill some .Tn; | Jason McIntyre | |
2006-08-10 | kill a truckload of useless macros; | Jason McIntyre | |
2006-08-10 | sync usage(); | Jason McIntyre | |
2006-08-10 | comment out -R: | Jason McIntyre | |
ping6: -R is not supported in this configuration | |||
2006-08-10 | oops, put -m in the right place; | Jason McIntyre | |
2006-08-10 | document -m; | Jason McIntyre | |
2006-08-10 | sort options; | Jason McIntyre | |
2006-07-18 | clean up -a and -f descriptions; | Jason McIntyre | |
2006-07-18 | better explanation of return values; | Jason McIntyre | |
originally from david christiansen, but (re)worded by otto; ok otto | |||
2006-04-13 | fix more signal races; ok moritz | Theo de Raadt | |
2006-04-10 | minimal cleanups prompted by lint; ok otto | Theo de Raadt | |
2006-03-17 | Off-by-one; from NetBSD's coverity analysis; ok millert@ | Otto Moerbeek | |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller | |
ok henning@ | |||
2005-12-12 | Don't wait one time interval before sending the first packet. | Jared Yanovich | |
Problem reported by Andreas Lundin <lunde@woopheer.mine.nu> on tech@, but fix from KAME. ok pascoe markus | |||
2005-12-02 | mark signal races | Theo de Raadt | |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn | |
2004-09-14 | remove unused variable | Theo de Raadt | |
2004-06-09 | correct mistake in usage(). Chris Pinnock | Jun-ichiro itojun Hagino | |
2004-01-25 | when dealing with structs in packets, be paranoid in case sometime | Theo de Raadt | |
in the future they end up being misaligned; itojun ok | |||
2003-10-25 | adddress -> address; from Jared Yanovich; | Jason McIntyre | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-07-25 | packet loss count in floating point (double). Wouter Clarie | Jun-ichiro itojun Hagino | |
2003-06-11 | ansification | Theo de Raadt | |
2003-06-11 | typo | Jun-ichiro itojun Hagino | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-12-05 | correct sizeof() to memset(). sync w/kame | Jun-ichiro itojun Hagino | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-10-25 | use poll(2). sync w/kame (originally from netbsd) | Jun-ichiro itojun Hagino | |
2002-10-25 | be picky about arg parsing (-b). sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-08 | ansi pedantic. sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-31 | clarify comment when nreceived > ntransmitted. from deraadt | Jun-ichiro itojun Hagino | |
2002-05-30 | missing "%s". from netbsd | Jun-ichiro itojun Hagino | |
2002-05-30 | typo | Theo de Raadt | |
2002-05-26 | KNF. remove unneeded variable. from deraadt | Jun-ichiro itojun Hagino | |
2002-05-26 | re-integrate a grammar fix | Theo de Raadt | |
2002-05-26 | sync with latest KAME tree. -S option uses bind(2), -g option, KNF | Jun-ichiro itojun Hagino | |
2002-05-12 | These small setuid programs allocate a resvport, and then immediately revoke | Theo de Raadt | |
privs. Link them static, so that even less code is run before main does that job. | |||
2002-03-11 | no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv> | Jun-ichiro itojun Hagino | |