Age | Commit message (Expand) | Author |
2017-06-27 | Make if_register_bpf() the same as the other if_register_*() functions | Kenneth R Westerback |
2017-06-19 | Various KNF nits. | Kenneth R Westerback |
2017-06-14 | Start consolidating client_state into interface_info. First | Kenneth R Westerback |
2017-06-13 | Rename 'packet' field to 'recv_packet' and 'bootrequest_packet' | Kenneth R Westerback |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback |
2017-04-18 | After 11 years of pondering about it I think that brookdavis@freebsd.org | Kenneth R Westerback |
2017-02-12 | Eliminate most strerror() invocations by using log_warn() and fatal() | Kenneth R Westerback |
2017-02-12 | Adjust lines that are too long. | Kenneth R Westerback |
2017-02-12 | Switch from 'legacy' errwarn.c to standard daemon logging functions. | Kenneth R Westerback |
2016-08-31 | Remove the 'client' global and make it per-ifp. | Martin Pieuchot |
2016-08-23 | Make the 'ifi' global local to dhclient.c and pass it as an argument to | Martin Pieuchot |
2016-07-23 | Back out the dhclient BPF change. There are DHCP servers out there which | Stefan Sperling |
2016-07-19 | Narrow the BPF read filter rules so only packets sent to the | Kenneth R Westerback |
2016-05-08 | Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested by | Martin Natano |
2016-05-03 | Move to /dev/bpf; ok tb jmc | Martin Natano |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2014-12-03 | Correct comment to state that the BPF program is patched in | Kenneth R Westerback |
2014-11-23 | Cleanup some struct interface_info fields. Make 'nomedia' a flag. Replace | Kenneth R Westerback |
2014-11-08 | Use open(O_CLOEXEC) rather than open() + fcntl(FD_CLOEXEC). Inspired | Kenneth R Westerback |
2014-11-08 | Exhort user to recompile 'dhclient', not 'dhcpd', when bpf versions are | Kenneth R Westerback |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-04-17 | Eliminate a couple of always-NULL parameters. Eliminate some | Kenneth R Westerback |
2013-12-12 | Assemble outgoing packets using iovec to combine the (optional) | Kenneth R Westerback |
2013-12-06 | Having stopped pretending we handle anything but ethernet packets, | Kenneth R Westerback |
2013-11-11 | Shuffle function prototypes and extern declarations around to | Kenneth R Westerback |
2013-05-02 | Bunch of comment/whitespace cleanup. Eliminate some misleading or | Kenneth R Westerback |
2013-04-05 | send_packet() and writev() return ssize_t, not int. Use correct | Kenneth R Westerback |
2013-02-14 | Don't rely on the packet buffer (client->packet) being preserved between | Kenneth R Westerback |
2013-02-03 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Kenneth R Westerback |
2012-12-29 | Make HUP to either one of the processes cause a restart that will | Kenneth R Westerback |
2012-12-04 | Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing | Kenneth R Westerback |
2012-11-15 | Shuffle #include's to use the majority idiom everywhere - i.e. use | Kenneth R Westerback |
2012-01-15 | Make dhclient use the correct rdomain for all requests for leases, not | Peter Hessler |
2007-01-08 | Initialize incoming packet buffer with DHO_END (0xff) rather than | Kenneth R Westerback |
2007-01-04 | Eliminate the 'len' parameter from send_packet() since it always | Kenneth R Westerback |
2007-01-04 | Another round of cleanup. There is only one instance of struct | Kenneth R Westerback |
2006-12-26 | Our dhclient only handles one interface. Simplify code by using the | Kenneth R Westerback |
2006-11-27 | Recognize when we are sending to a unicast destination IP address and | Kevin Steves |
2005-11-26 | enable the bpf filter-drop option in dhclient | Reyk Floeter |
2005-07-29 | Fix erroneous use of '=' instead of '+' that caused infinite loops | Kenneth R Westerback |
2004-05-05 | bpf write filter, and lock | Theo de Raadt |
2004-05-04 | do not overload libc function names causing linker troubles | Michael Shalayeff |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt |
2004-03-02 | more pruning; henning ok | Theo de Raadt |
2004-02-24 | whack unused token ring code and a few empty functions | Henning Brauer |
2004-02-24 | remove dynamic port gunk | Henning Brauer |
2004-02-24 | cut more crap - no binary change | Henning Brauer |
2004-02-23 | dhclient always uses bpf on openbsd no matter what, it works, and we don't | Henning Brauer |
2004-02-07 | shut it up a bit more | Henning Brauer |