Age | Commit message (Expand) | Author |
2017-07-30 | Use effective_proposal data to set mtu and address. | Kenneth R Westerback |
2017-07-29 | Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTES | Kenneth R Westerback |
2017-07-24 | Throw DHO_STATIC_ROUTES to the floor! Roughly! Ensure | Kenneth R Westerback |
2017-07-24 | Shuffle some declarations and functions into the only | Kenneth R Westerback |
2017-07-24 | Move invocations of flush_routes() and delete_addresses() from | Kenneth R Westerback |
2017-07-22 | Add set_routes() and move bind_lease() route magic | Kenneth R Westerback |
2017-07-22 | Rename *_add_address to *_set_address to reflect that the | Kenneth R Westerback |
2017-07-21 | s/set_interface_mtu/set_mtu/g | Kenneth R Westerback |
2017-07-17 | Remove some magic formerly used to detect the presence of another | Kenneth R Westerback |
2017-07-10 | Take some of the mystery out of who does what by | Kenneth R Westerback |
2017-07-09 | Some parsing code cleanup: add parse_boolean(); pass literal format | Kenneth R Westerback |
2017-07-08 | Fold tables.c into options.c and stop exporting the one | Kenneth R Westerback |
2017-07-08 | Always use uintNN_t instead of sometimes u_intNN_t | Kenneth R Westerback |
2017-07-07 | Replace the many occurances of '256' with a new #define | Kenneth R Westerback |
2017-07-07 | assemble_eh_header() needs only to know about hw_addr. | Kenneth R Westerback |
2017-07-07 | Rename cons_options() to pack_options(), and do_packet() to | Kenneth R Westerback |
2017-07-06 | cons_options() only needs to know a buffer and a length to | Kenneth R Westerback |
2017-07-05 | Remove knowledge of struct interface_info from clparse.c. Just | Kenneth R Westerback |
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 | 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-27 | Nuke get_rdomain() and just snag the interface rdomain from the same | 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 | 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 | Consistently use time(&var) idiom rather than tossing in a few | 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 | Nuke unused pointer to non-existant struct. | 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-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-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback |