Age | Commit message (Expand) | Author |
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 | Nuke 'is_bootp' field and just use a #define to check if the lease | Kenneth R Westerback |
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 |
2017-06-14 | Start consolidating client_state into interface_info. First | Kenneth R Westerback |
2017-06-14 | No need for two 'flags' fields. Consolidate into one, fixing | Kenneth R Westerback |
2017-06-13 | Kill unused #define IFI_NOMEDIA. | Kenneth R Westerback |
2017-06-13 | Rename 'packet' field to 'recv_packet' and 'bootrequest_packet' | Kenneth R Westerback |
2017-06-10 | Nuke unused field bootp_policy and associated enum{}. | Kenneth R Westerback |
2017-06-10 | Nuke unused global warnings_occurred. | Kenneth R Westerback |
2017-05-28 | Elegant and reliable link status checking courtesy of mpi@. | Kenneth R Westerback |
2017-05-26 | Move logic to set default client-identifier into a | Kenneth R Westerback |
2017-05-26 | Whitespace rectification of a couple of mis-indentations. | Kenneth R Westerback |
2017-05-26 | Move the two loops through the leases file | 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-04-12 | RTM_PROTO3 messages should not trigger a resolv.conf check. | Kenneth R Westerback |
2017-04-12 | Shuffle another function. | Kenneth R Westerback |
2017-04-11 | Shuffle route/interface changing functions together into kroute.c. Try to | Kenneth R Westerback |
2017-04-11 | Fold priv_write_file() into its only remaining user | Kenneth R Westerback |
2017-04-10 | Rework -L logic to use the idiom used in handling the leases file. | Kenneth R Westerback |
2017-04-09 | Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the | Kenneth R Westerback |
2017-04-08 | Reduce the overburden of signed vs unsigned comparisons by sprinkling | Kenneth R Westerback |
2017-04-08 | Replace another snprintf() dance with easier to read code using | Kenneth R Westerback |
2017-04-08 | Replace a mess of snprintf() dances with easier to read code using | Kenneth R Westerback |
2017-04-07 | Simply decoding of domain search option. No intentional functional | Kenneth R Westerback |
2017-04-06 | Inspired by recent dhcrelay(8) changes add some stricter CFLAGS. No code | Kenneth R Westerback |