Age | Commit message (Expand) | Author |
2015-11-07 | Use linkat() instead of link() so that hardlinks of symlinks work | Philip Guenther |
2015-11-05 | Whitespace, reduce diff to ping. | Florian Obser |
2015-11-05 | Reorder #includes to reduce diff between ping and ping6. | Florian Obser |
2015-11-05 | Cleanup includes. | Florian Obser |
2015-11-05 | document the other two net.inet6.ip6.ifq variables, ok logan mikeb | Stuart Henderson |
2015-11-05 | Correct my mistake in the previous patch: | Loganaden Velvindron |
2015-11-05 | Add an entry for net.inet6.ip6.ifq that dlg@ committed a while ago. | Loganaden Velvindron |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | Simplify packet option handling since we are only setting one option | Florian Obser |
2015-11-04 | dead store; pointed out by llvm | Florian Obser |
2015-11-04 | Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddy | Mike Belopuhov |
2015-11-04 | Support Chacha20-Poly1305 for Child SAs; ok reyk | Mike Belopuhov |
2015-11-03 | Don't allow the user to enter GPT partition names too large to fit | Kenneth R Westerback |
2015-11-03 | Add blank lines surrounding pledge call, as per decree of deraadt@ | mmcc |
2015-11-02 | remove unused variables | Charles Longeau |
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre |
2015-10-31 | pasto | Christian Weisgerber |
2015-10-31 | RFC4754 specifies ECDSA-521 (sic), not -512. ok reyk@ | Christian Weisgerber |
2015-10-30 | Use double variables and sqrt(3) from libm to calculate statistics like | Florian Obser |
2015-10-29 | Backout chacha. | Florian Obser |
2015-10-27 | fix fallout from chacha changes. | David Gwynne |
2015-10-26 | tweak previous; | Jason McIntyre |
2015-10-26 | Give dhclient(8) the ability to use option 119, a.k.a. "Domain | Kenneth R Westerback |
2015-10-26 | Add GPT editing. Based on GSOC 2014 work by Markus Muller. | Kenneth R Westerback |
2015-10-26 | Flesh out GPT info and tweak other verbiage to be less MBR specific. | Kenneth R Westerback |
2015-10-26 | Sync "ifconfig create" interface list with ifconfig -C output. | Jonathan Gray |
2015-10-25 | pr_bitrange() is unused, nuke it. | Florian Obser |
2015-10-25 | remove prototype for removed pingerlen function. | Florian Obser |
2015-10-25 | IPV6_NEXTHOP is gone, remove -g option which used this. | Florian Obser |
2015-10-25 | tweak previous; | Jason McIntyre |
2015-10-25 | Implement ping(8)'s -L option in ping6: | Florian Obser |
2015-10-25 | route flush cannot pledge before sysctl for NET_RT_DUMP; defer the act. | Theo de Raadt |
2015-10-24 | Inline trivial myechoreply function in the one place it's used; like | Florian Obser |
2015-10-24 | nonce is unused. | Florian Obser |
2015-10-24 | Sync ping6 output to ping. ping has been around for longer and so | Florian Obser |
2015-10-24 | various clean up; | Jason McIntyre |
2015-10-24 | Removing xresolve from generating script has been forgotten. | Alexander Bluhm |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-24 | normalise TUNNEL synopsis; ok dlg | Jason McIntyre |
2015-10-23 | route has 3 code paths: monitor (listening on route socket); show | Theo de Raadt |
2015-10-23 | push LDSTATIC line down so it's not overridden by makefile.inc. ok reyk | Ted Unangst |
2015-10-23 | tweak the vnetid so it can be optional and therefore cleared/deleted. | David Gwynne |
2015-10-22 | iked hereby pledges that it will run with restricted system | Reyk Floeter |
2015-10-22 | Stop linking iked -static: It was inherited from isakmpd that is | Reyk Floeter |
2015-10-22 | halex removed the -p restriction, so do not document it; | Jason McIntyre |
2015-10-20 | Fix ocsp by adding a missing TAILQ_INIT(). | Reyk Floeter |
2015-10-19 | break long lines in examples; ok jmc@ | Christian Weisgerber |
2015-10-19 | Fix control_imsg_forward() by changing imsg_compose() to | Reyk Floeter |
2015-10-19 | Remove the ikev1 stub - Since I started iked, it has an empty privsep | Reyk Floeter |