summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-07-19Nuke a bunch of 'name' parameters that haven't been used sinceKenneth R Westerback
2019-07-19Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is.Todd C. Miller
2019-07-19Keep dhclient.leases.<if> O_EXLOCK file descriptor open for theKenneth R Westerback
2019-07-16Shuffle code a bit to make take_charge() return theKenneth R Westerback
2019-07-15Nuke '-l' command line option (alternate location forKenneth R Westerback
2019-07-14Update to libunbound 1.9.2Florian Obser
2019-07-12sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.cheloha
2019-07-11The privileged process of dhclient(8) runs several ioctl(2)s that are forbiddenRicardo Mestre
2019-07-09Add parentheses for readabilitykn
2019-07-05Fix integer sizes in format strings and enable formatting warningsPatrick Wildt
2019-07-03oops, DEBUG=-g wasn't for the tree.David Gwynne
2019-07-03wire up net.link.ifrxq.pressure_return and pressure_dropDavid Gwynne
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-01Nuke unused variable 'retries'.Kenneth R Westerback
2019-07-01Simplify and clarify logic in take_charge().Kenneth R Westerback
2019-07-01Forgot to commit this patch.Kevin Lo
2019-07-01Oops, forgot to commit this patch.Kevin Lo
2019-06-30getifaddrs() returns -1.Kenneth R Westerback
2019-06-30No need to check if leaseFile is NULL in write_lease_db() as it isKenneth R Westerback
2019-06-29write_lease_db() only needs ifi->name and ifi->lease_db.Kenneth R Westerback
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-27let free_address_proposal() handle the LIST_REMOVE, like free_dfr_proposal()Florian Obser
2019-06-27free_dfr_proposal() does the LIST_REMOVE for us; do not run it twiceFlorian Obser
2019-06-22Swap (opcount >= opleft || opcount == -1) to (opcount == -1 || opcount >= opl...Kenneth R Westerback
2019-06-16Restrict filesystem access to read only _PATH_DEVDB and /dev through unveil(2),Ricardo Mestre
2019-06-07Reyk's ISP sends him router advertisements from non-link localFlorian Obser
2019-06-04Do nog segfault on malformed ttys(5) entry; ok kn@ jca@Otto Moerbeek
2019-06-02In manpages, don't escape apostrophes as \'; it's rarely what you want.Anthony J. Bentley
2019-05-31a tidied version of mlarkin/phessler diffs to document options which don;t makeJason McIntyre
2019-05-23If we find ourselves behind a captive portal shutdown the service port.Florian Obser
2019-05-23typoFlorian Obser
2019-05-22Don't get & apply a new lease for an RTM_IFINFO that reports a changeKenneth R Westerback
2019-05-17Don't put dhclient into a loop when interface-mtu is presentKenneth R Westerback
2019-05-14Move common config passing code into a function.Florian Obser
2019-05-13Remove strict mode for now, it is in the way.Florian Obser
2019-05-13KERN_PFSTATUS is not handled by sysctl so warn about it if requested butClaudio Jeker
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-05-11Kill a couple of superfluous "return;" statementsKenneth R Westerback
2019-05-11Add support for IKEv2 Message Fragmentation as defined in RFC 7383.Patrick Wildt
2019-05-11Add missing )Claudio Jeker
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-10Restart the protocol and get a new/renewed lease for any relevantKenneth R Westerback
2019-05-10Document port protection support in switch(4). Also add SIOCBRDGSIFPROT toakoshibe
2019-05-10Make it possible to switch between wireless and physical interfacsSebastian Benoit
2019-05-10Set the IKED_REQ_INFORMATIONAL flag when sending a delete requestPatrick Wildt
2019-05-10Enforce messages after IKE_SA_INIT exchange to contain onlyPatrick Wildt
2019-05-10 Implement DNS block lists. If unwind is queried for a domainFlorian Obser
2019-05-10Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>Philip Guenther
2019-05-08 When starting up use the built-in DNSSEC trust anchor as well as theFlorian Obser
2019-05-08pfctl should check pfctl.astack is not overrunAlexandr Nedvedicky