Age | Commit message (Expand) | Author |
2019-01-20 | Don't delay signal(SIGPIPE, SIG_IGN) until go_daemon() does it. First, | Kenneth R Westerback |
2019-01-19 | Since there is no more exec()'ing, there is no need to | Kenneth R Westerback |
2019-01-19 | Since dhclient no longer tries to clean up when exiting, there is no | Kenneth R Westerback |
2019-01-19 | properly error out instead of only printing a warning when some join commands | Peter Hessler |
2019-01-19 | Use mnemonic PFCTL_SHOW_* macros, terminate string with null character | kn |
2019-01-19 | IMSG_HUP -> IMSG_RESTART. sendhup() -> sendrestart. | Kenneth R Westerback |
2019-01-19 | Drop pseudo-signal idiom. Rename INTERNALSIG to TERMINATE. Use RESTART | Kenneth R Westerback |
2019-01-19 | 'quit' no longer holds signals, so strsignal(quit) is both pointless | Kenneth R Westerback |
2019-01-19 | 'quit' is no longer set in a signal handler so it no longer needs to | Kenneth R Westerback |
2019-01-18 | let users automatically use join to connect to any open wifi network. | Peter Hessler |
2019-01-18 | Move link state change test & check for new lladdr into | Kenneth R Westerback |
2019-01-18 | Ignore HUP signals. If you need to modify the running configuration | Kenneth R Westerback |
2019-01-18 | Oops. Nuke debug statement that snuck it. | Kenneth R Westerback |
2019-01-18 | Shuffle lease file reading code to improve clarity and shorten some | Kenneth R Westerback |
2019-01-18 | Yet another long line broke cover. | Kenneth R Westerback |
2019-01-18 | Be consistent in explicitly testing memcmp() return values. | Kenneth R Westerback |
2019-01-17 | Split a long line that wandered into the | Kenneth R Westerback |
2019-01-17 | use $OpenBSD marker | Ted Unangst |
2019-01-17 | Split a long line that wandered into the | Kenneth R Westerback |
2019-01-17 | do not allow users to specify "join" or "nwid" twice on the same ifconfig call | Peter Hessler |
2019-01-17 | Move "link X -> Y" debug messages into insterface_state() where | Kenneth R Westerback |
2019-01-14 | Make apply_ignore_list(), set_default_hostname(), | Kenneth R Westerback |
2019-01-14 | Abstract allocation and initialization of config global | Kenneth R Westerback |
2019-01-14 | set_default_client_identifier() only needs the | Kenneth R Westerback |
2019-01-14 | Check NULLness of ignore list inside apply_ignore_list() and not | Kenneth R Westerback |
2019-01-13 | Skip open of "network" ttys because they permanently retain the (large) | Theo de Raadt |
2019-01-13 | Abstract /etc/resolv.conf.tail reading out of main() | Kenneth R Westerback |
2019-01-13 | White space nits. | Kenneth R Westerback |
2019-01-13 | Shuffle apply_ignore_list(), set_default_client_identifier() and | Kenneth R Westerback |
2019-01-11 | Defuse `-F all -i interface' | kn |
2019-01-11 | When creating tables inside anchors, pfctl warned about namespace | kn |
2019-01-10 | Zap unnused iface function parameter from pfctl_kill_src_nodes() | kn |
2019-01-10 | "AF_* values are *almost* always the correct choice, particularly with | Kenneth R Westerback |
2019-01-09 | Use PF_ROUTE consistently rather than tossing in | Kenneth R Westerback |
2019-01-05 | Simplify and clarify (i.e. shrink) code processing | Kenneth R Westerback |
2019-01-05 | KNF nit. | Kenneth R Westerback |
2019-01-03 | Unbreak build under OPT_DEBUG | kn |
2019-01-03 | The need for separate bpf and routing message buffers was eliminated | Kenneth R Westerback |
2019-01-02 | Error out on missing table command, zap internal wrapper function | kn |
2019-01-02 | Zap unused segment struct definition | kn |
2018-12-31 | Explicitly mention that tables created by -T{add,replace} are persistent | kn |
2018-12-28 | Join other daemons in assuming that a single read from a routing | Kenneth R Westerback |
2018-12-27 | Rename ufdesc to udpfd to make the code slightly more intuitive. | Kenneth R Westerback |
2018-12-27 | Rename routehandler() to routefd_handler() to make the code slightly | Kenneth R Westerback |
2018-12-27 | Rename bfdesc to bpffd and packethandler() to bpffd_handler() to make | Kenneth R Westerback |
2018-12-27 | Zap duplicate struct declaration | kn |
2018-12-27 | No need to return early when setting the tick stop. | Kenneth R Westerback |
2018-12-25 | No need for magic tick_msg(NULL,..) call to | Kenneth R Westerback |
2018-12-24 | Always use log_getverbose() instead of sometimes checking OPT_VERBOSE | Kenneth R Westerback |
2018-12-24 | tick_msg() needs to note that it has called go_daemon(), since | Kenneth R Westerback |