Age | Commit message (Expand) | Author |
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 |
2018-12-21 | DIOCIGETIFACES provides interfaces and groups, not drivers | kn |
2018-12-10 | Add a velocity sensor type (displayed as m/s) | Landry Breuil |
2018-12-08 | ssize_t and unsigned int may be different sizes. Use ssize_t instead | Kenneth R Westerback |
2018-12-07 | Make sure the TAP extension is only added to the vector when needed. | Martin Pieuchot |
2018-12-07 | Make sure that the prefixlen returned by mask2prefixlen6 is never bigger | Claudio Jeker |
2018-12-05 | Unbreak "savecore -c". Also add missing unveil(2) for the raw device. | YASUOKA Masahiko |
2018-12-04 | The common autolayout with all partitions needs not at least 10GB to be | Claudio Jeker |
2018-11-29 | handle tunnel ecn configuration and reporting. | David Gwynne |
2018-11-25 | Remove (unused) FS_BOOT training wheels. If you are allowed to newfs a | Kenneth R Westerback |