Age | Commit message (Expand) | Author |
2013-03-20 | MCLBYTES does not belong in here. | Theo de Raadt |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-13 | Describe the counters that "pfctl -s info" displays. Tweaks jmc@, ok deraadt@ | Stuart Henderson |
2013-03-13 | Make sure dhclient doesn't delete IPv6 routes. | Paul de Weerd |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-11 | When binding a lease, check for and clear out any 'zombie' routes | Kenneth R Westerback |
2013-03-08 | Consolidate parsing of rtm address lists. Use RTAX_GATEWAY entry | Kenneth R Westerback |
2013-03-07 | Refactor code around route label creation and checking to make it easier | Kenneth R Westerback |
2013-03-05 | 802.1x enterprise is actually supported but requires external software, so | Stuart Henderson |
2013-03-05 | cross referencing the manual page is better. | Igor Sobrado |
2013-03-05 | fix program name used in AUTHORS section. | Igor Sobrado |
2013-03-05 | add a few words to the -r description to avoid ambiguity; | Jason McIntyre |
2013-03-02 | When a PF rule contains 'set tos' *followed by* a scrub option, the tos | Stuart Henderson |
2013-03-02 | rework some text that ken thought ambiguous; ok krw | Jason McIntyre |
2013-02-28 | Try 10 times to obtain the routing table via sysctl(), and if it | Kenneth R Westerback |
2013-02-27 | Avoid alignment errors when processing routing messages by reading | Kenneth R Westerback |
2013-02-24 | Remove some anachronisms and use consistant form and markup for | Kenneth R Westerback |
2013-02-24 | Don't log a complaint that a non-existant default route could not be | Kenneth R Westerback |
2013-02-24 | When no acceptable offers are received within the allowed timeframe call | Kenneth R Westerback |
2013-02-23 | 'contructed' -> 'constructed'. Spotted by zinke@. | Kenneth R Westerback |
2013-02-23 | Attempt a short explanation of the resolv.conf dance. A few other | Kenneth R Westerback |
2013-02-22 | Attempt a short explanation of what happens on start up and when | Kenneth R Westerback |
2013-02-22 | Document signals dhclient currently pays attention to. | Kenneth R Westerback |
2013-02-21 | Use imsg_flush() to force delivery of IMSG_DELETE_ADDRESS to | Kenneth R Westerback |
2013-02-20 | Nuke unused imsg_resolv_conf struct and declaration for non-existant function... | Kenneth R Westerback |
2013-02-19 | Cancel any outstanding protocol timeout when a link goes away. When | Kenneth R Westerback |
2013-02-18 | Don't delete permanent arp cache entries when clearing the arp | Kenneth R Westerback |
2013-02-18 | Rework log messages to be more useful. Rename | Kenneth R Westerback |
2013-02-17 | Using the value SIGQUIT to cause the dispatch loops to exit produced | Kenneth R Westerback |
2013-02-17 | Suppress some pointless debugging message: | Kenneth R Westerback |
2013-02-17 | Kill a magic number. 0 -> RTP_NONE for priority in constructing routing | Kenneth R Westerback |
2013-02-17 | dhclient-script did 'route -q $rdomain add $new_ip_address 127.0.0.1'. | Kenneth R Westerback |
2013-02-17 | Put the processes in the routing domain of the interface. Tweak | Kenneth R Westerback |
2013-02-16 | Remove accidentally committed debug statement ("Got RTM_IFINFO"). | Kenneth R Westerback |
2013-02-15 | Take more care to use the correct xid, rather than packet garbage. | Kenneth R Westerback |
2013-02-15 | Make code a tad less obscure by using sizeof() actual variable being | Kenneth R Westerback |
2013-02-15 | Even if no one uses it, record the seconds since we started in the | Kenneth R Westerback |
2013-02-15 | Unbreak DISCOVER by initializing xid from correct field. | Kenneth R Westerback |
2013-02-15 | Don't leak routing socket fd if getting the default route fails. | Kenneth R Westerback |
2013-02-14 | When an interface generates an RTM_IFINFO message, it may be as the | Kenneth R Westerback |
2013-02-14 | Don't rely on the packet buffer (client->packet) being preserved between | Kenneth R Westerback |
2013-02-13 | Restore previous behaviour of not cleaning up in response to SIGTERM. | Kenneth R Westerback |
2013-02-11 | Xr scan_ffs 8; requested by Scott McEachern | Jason McIntyre |
2013-02-11 | Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. | Todd C. Miller |
2013-02-09 | As tedu@ pointed out a while ago, it makes little sense to discard | Kenneth R Westerback |
2013-02-09 | Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. | Todd C. Miller |
2013-02-09 | get the format of the various options in this file right and, along | Jason McIntyre |
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson |
2013-02-03 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Kenneth R Westerback |
2013-02-03 | Use RTM_GET rather than the sysctl/scan all routes dance to obtain | Kenneth R Westerback |