Age | Commit message (Expand) | Author |
2018-02-07 | split mobileip(4) out from the gre(4) driver. | David Gwynne |
2018-02-07 | Keep track of the last proposal used to configure the interface and | Kenneth R Westerback |
2018-02-07 | remove the magic dns port hijacking feature. it's complicated and | Ted Unangst |
2018-02-07 | Restore the old behavior when a port number without a host name is | Alexander Bluhm |
2018-02-07 | Historically TCP timeouts were implemented with pr_slowtimo and | Alexander Bluhm |
2018-02-07 | update to unbound 1.6.8, testing millert, OK sthen | Florian Obser |
2018-02-07 | Add plumbing inside of the prefix handling to put prefixes on either the | Claudio Jeker |
2018-02-06 | allow control over syncookies: set syncookies never/always/adaptive | Henning Brauer |
2018-02-06 | Abstract "no link ..." and "no lease ..." message generation | Kenneth R Westerback |
2018-02-06 | syncookies for pf. | Henning Brauer |
2018-02-06 | syncookies implementation to be used in pf, based on the FreeBSD one by | Henning Brauer |
2018-02-06 | slightly randomize the order that new pages populate their item lists in. | David Gwynne |
2018-02-06 | convert __inline to inline | Peter Hessler |
2015-07-16 | update to Unbound 1.5.4, ok florian@, looks sane deraadt@ | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2018-02-06 | quote http_proxy going to rc.firsttime, avoiding problems if it contains a | Stuart Henderson |
2018-02-06 | convert the test if a node support HT (aka, 11n) into an inline function, | Peter Hessler |
2018-02-06 | Nuke unused state S_REBINDING. We just use the time | Kenneth R Westerback |
2018-02-06 | When binding a lease from the dhclient.leasees.<if> file and | Kenneth R Westerback |
2018-02-06 | when we get SIGHUP, close conffd so it's reopened (and rewound). | Ted Unangst |
2018-02-06 | Allow the kernel to recognize that it has been netbooted and to add the | Christian Weisgerber |
2018-02-06 | Print an explicit error if the backup volume is not present in | Theo Buehler |
2018-02-06 | If -n is given, the netstart script should not (try to) set the default | Theo Buehler |
2018-02-06 | avoid not working if redirected to another urlscheme | Marc Espie |
2018-02-06 | syslog cdns redirect, as suggested by sthen@ | Marc Espie |
2018-02-06 | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze |
2018-02-06 | refactor the "Signature" code for later | Marc Espie |
2018-02-06 | Clarify that the "bind" built-in command only affects Emacs editing | Ingo Schwarze |
2018-02-06 | There was a race in the TCP timers. As they may sleep to grab the | Alexander Bluhm |
2018-02-06 | Do some cleanup in ah_massage_headers(). | Alexander Bluhm |
2018-02-06 | Do not call freeaddrinfo() with a NULL parameter. | Alexander Bluhm |
2018-02-06 | make sure that all error paths are correctly handled in asr_run_sync() | Eric Faurot |
2018-02-06 | Make sure sigfillsiz is word aligned. | Patrick Wildt |
2018-02-06 | some finger muscle workout: | Henning Brauer |
2018-02-06 | remove extern from function prototypes, remove some variable names, and a | Peter Hessler |
2018-02-06 | Run newvers.sh with umask 007 to work around permission issues that | Theo Buehler |
2018-02-06 | Replace "trojan horse" with the correct term (MITM). From maikel at | Darren Tucker |
2018-02-06 | Fix fprintf() to include "\n" where needed. Prefix "no lease" | Kenneth R Westerback |
2018-02-06 | move malloc check up so that it actually works. | Florian Obser |
2018-02-06 | kill dead code | Florian Obser |
2018-02-06 | output the data part of LCP Echo-Request and Echo-Reply packets. | David Gwynne |
2018-02-06 | rework ppp, pptp, and gre parsing. | David Gwynne |
2018-02-06 | recognise DLT_PPP_SERIAL. | David Gwynne |
2018-02-06 | Remove manual shutdown and close of the socket since in this case | Theo Buehler |
2018-02-06 | Respect the OPENSSL make variable everywhere so that | Theo Buehler |
2018-02-06 | Add support for chips which use SYSMEM memory. Code is a simplified | Patrick Wildt |
2018-02-06 | Support setting the Cortex-M3 cores to active mode. | Patrick Wildt |
2018-02-06 | reduce scope of variable a bit to avoid shadowing | Ted Unangst |
2018-02-06 | Load the Intel microcode much earlier. So far we had loaded it after | Patrick Wildt |
2018-02-06 | Flip -q (be quiet) into -v (be noisy), making terseness the default | Kenneth R Westerback |