summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-11-03Don't allow the user to enter GPT partition names too large to fitKenneth R Westerback
2015-11-03Add blank lines surrounding pledge call, as per decree of deraadt@mmcc
2015-11-02remove unused variablesCharles Longeau
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-10-31pastoChristian Weisgerber
2015-10-31RFC4754 specifies ECDSA-521 (sic), not -512. ok reyk@Christian Weisgerber
2015-10-30Use double variables and sqrt(3) from libm to calculate statistics likeFlorian Obser
2015-10-29Backout chacha.Florian Obser
2015-10-27fix fallout from chacha changes.David Gwynne
2015-10-26tweak previous;Jason McIntyre
2015-10-26Give dhclient(8) the ability to use option 119, a.k.a. "DomainKenneth R Westerback
2015-10-26Add GPT editing. Based on GSOC 2014 work by Markus Muller.Kenneth R Westerback
2015-10-26Flesh out GPT info and tweak other verbiage to be less MBR specific.Kenneth R Westerback
2015-10-26Sync "ifconfig create" interface list with ifconfig -C output.Jonathan Gray
2015-10-25pr_bitrange() is unused, nuke it.Florian Obser
2015-10-25remove prototype for removed pingerlen function.Florian Obser
2015-10-25IPV6_NEXTHOP is gone, remove -g option which used this.Florian Obser
2015-10-25tweak previous;Jason McIntyre
2015-10-25Implement ping(8)'s -L option in ping6:Florian Obser
2015-10-25route flush cannot pledge before sysctl for NET_RT_DUMP; defer the act.Theo de Raadt
2015-10-24Inline trivial myechoreply function in the one place it's used; likeFlorian Obser
2015-10-24nonce is unused.Florian Obser
2015-10-24Sync ping6 output to ping. ping has been around for longer and soFlorian Obser
2015-10-24various clean up;Jason McIntyre
2015-10-24Removing xresolve from generating script has been forgotten.Alexander Bluhm
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24normalise TUNNEL synopsis; ok dlgJason McIntyre
2015-10-23route has 3 code paths: monitor (listening on route socket); showTheo de Raadt
2015-10-23push LDSTATIC line down so it's not overridden by makefile.inc. ok reykTed Unangst
2015-10-23tweak the vnetid so it can be optional and therefore cleared/deleted.David Gwynne
2015-10-22iked hereby pledges that it will run with restricted systemReyk Floeter
2015-10-22Stop linking iked -static: It was inherited from isakmpd that isReyk Floeter
2015-10-22halex removed the -p restriction, so do not document it;Jason McIntyre
2015-10-20Fix ocsp by adding a missing TAILQ_INIT().Reyk Floeter
2015-10-19break long lines in examples; ok jmc@Christian Weisgerber
2015-10-19Fix control_imsg_forward() by changing imsg_compose() toReyk Floeter
2015-10-19Remove the ikev1 stub - Since I started iked, it has an empty privsepReyk Floeter
2015-10-18after kmem is open and setup, pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-18Collapse some strange programmer style with too much abstraction.Theo de Raadt
2015-10-18Use explicit_bzero() when the memory is freed directly afterward.mmcc
2015-10-17make usage() less horribleFlorian Obser
2015-10-17NUMBOOT is dead! Nuke the variables and abstractions that were usedKenneth R Westerback
2015-10-17Implement -w maxwait now that the -w flag is free in ping6. SameFlorian Obser
2015-10-17move -V option before -v and remove one spurious newline, now in syncFlorian Obser
2015-10-17Remove left over -N and -w. Adapt wording for the link local example.Florian Obser
2015-10-16Remove RFC 4620 support. The RFC is experimental and this code plainFlorian Obser
2015-10-16No longer talk about -b flag, it's gone.Florian Obser
2015-10-16Move -t and -w functionality to -a. Both flags are in the way for aFlorian Obser
2015-10-16Remove -B from EXAMPLES; reminded by jmc@Miod Vallat