Age | Commit message (Expand) | Author |
2017-07-02 | Unbreak tree by putting revised resolv_conf_priority() declaration in | Kenneth R Westerback |
2017-07-01 | Eliminate multiple socket openings/closings and pass | Kenneth R Westerback |
2017-06-29 | Nuke undocumented long-deprecated and/or unsupported lease | Kenneth R Westerback |
2017-06-29 | delete_addresses(), interface_status(), addressinuse(), | Kenneth R Westerback |
2017-06-28 | reinstate .El removed in previous; | Jason McIntyre |
2017-06-28 | Only pass required fields of interface_info to priv_* functions | Kenneth R Westerback |
2017-06-28 | delete_route() doesn't need any info from its struct interface_info | Kenneth R Westerback |
2017-06-28 | resolv_conf_priority() is a function local to kroute.c, no | Kenneth R Westerback |
2017-06-28 | Stop trying to clean up addresses, routes and "-L" file | Kenneth R Westerback |
2017-06-28 | Consistently use socket(..., AF_INET) for routing | Kenneth R Westerback |
2017-06-28 | Be consistent and always use socket(..., SOCK_DGRAM, ...) for | Kenneth R Westerback |
2017-06-27 | Make if_register_bpf() the same as the other if_register_*() functions | Kenneth R Westerback |
2017-06-27 | Nuke get_rdomain() and just snag the interface rdomain from the same | Kenneth R Westerback |
2017-06-27 | Avoid the possibility of accessing an array out of bounds. | Jonathan Gray |
2017-06-25 | Make ifconfig(8) default to prefixlen 128 when setting an IPv6 destination | Stefan Sperling |
2017-06-25 | priv_add_address() is no longer invoked to signal the deletion of the | Kenneth R Westerback |
2017-06-25 | Oops. Revert unintentional/premature functional change. Deleting the | Kenneth R Westerback |
2017-06-24 | Tweak handling of HUP and new LLADDR. Just use expose and use sighup() | Kenneth R Westerback |
2017-06-24 | Use a local variable rather than a global flag to record | Kenneth R Westerback |
2017-06-23 | Once you have forked into two processes, setting a global flag | Kenneth R Westerback |
2017-06-23 | Oops. Remove extraneous 'return' and some braces from | Kenneth R Westerback |
2017-06-23 | Use a const char * for "/etc/resolv.conf.tail" instead of repeating the | Kenneth R Westerback |
2017-06-23 | Take reyk's imsg resolv.conf improvements of a while ago to their | Kenneth R Westerback |
2017-06-22 | Drop support for old (>4yr) timestamp formats in leases | Kenneth R Westerback |
2017-06-21 | Teach get_recorded_lease() that static leases do not | Kenneth R Westerback |
2017-06-21 | No need to manually check validity of ifi->active when | Kenneth R Westerback |
2017-06-21 | Consistently use time(&var) idiom rather than tossing in a few | Kenneth R Westerback |
2017-06-21 | Allow familiar idiom free_client_lease(NULL). | Kenneth R Westerback |
2017-06-19 | Various KNF nits. | Kenneth R Westerback |
2017-06-19 | Erroneous host names in various options should be ignored | Kenneth R Westerback |
2017-06-18 | Move the timeout information into struct interface_info with | Kenneth R Westerback |
2017-06-18 | Convert last set_timeout() use to set_timeout_interval() and | Kenneth R Westerback |
2017-06-18 | Drop (int) casts of (time_t - time_t) calculations that | Kenneth R Westerback |
2017-06-18 | Nuke stray and misleading comment. | Kenneth R Westerback |
2017-06-18 | Make 'DEBUG' compile again. | Kenneth R Westerback |
2017-06-18 | Nuke unused pointer to non-existant struct. | Kenneth R Westerback |
2017-06-17 | Shuffle dhcp[offer|ack|nak]() functions together for easy reference. | Kenneth R Westerback |
2017-06-17 | Rename struct interface_info field 'new' to clearer 'offer'. | Kenneth R Westerback |
2017-06-17 | We accept either the first offer received, or an offer for the | Kenneth R Westerback |
2017-06-17 | DECLINE offers as they are deemed invalid. Decline them at the | Kenneth R Westerback |
2017-06-16 | pfctl: merge identifical if conditions and void functions discarding ret values | Adam Wolk |
2017-06-16 | Nuke 'is_bootp' field and just use a #define to check if the lease | Kenneth R Westerback |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-16 | s/CPU_LIDSUSPEND/CPU_LIDACTION/ | Martin Natano |
2017-06-15 | Nuke unused parameter 'client_addr' from the 'handlers', i.e. | Kenneth R Westerback |
2017-06-15 | Nuke unused parameter 'client_addr' from packet_to_lease(). | Kenneth R Westerback |
2017-06-14 | No need to be coy - call a "struct interface_info *" a | Kenneth R Westerback |
2017-06-14 | Move active, new, offered_leases, leases from | Kenneth R Westerback |
2017-06-14 | Move state, destination, interval, requested_address from | Kenneth R Westerback |
2017-06-14 | Move xid, secs, first_sending, startup_time fields from | Kenneth R Westerback |