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