Age | Commit message (Expand) | Author |
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 |
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-12 | pledge(2) bpf has been in use for some time now on tcpdump(8), this will enable | Ricardo Mestre |
2017-06-12 | redundant, gets BINDIR from ../Makefile.inc | Marc Espie |
2017-06-12 | destroy lint remnants. | Marc Espie |
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-06-10 | missing space before trailing punctuation; found with mandoc -Tlint | Ingo Schwarze |
2017-06-09 | turns out the case of 802.1 suffixes is significant. fix up 802.1X and Q. | David Gwynne |
2017-06-08 | remove the timeslot code, it was only for now deleted T1 devices. | Ted Unangst |
2017-06-08 | consistently use lowercase suffixes for 802.1 things. | David Gwynne |
2017-06-07 | use the same formatting for vlan as the rest of the page; ok dlg | Jason McIntyre |
2017-06-07 | Fix clang warning about tautological compare: an unsigned long can't | Christian Weisgerber |
2017-06-07 | update the VLAN doco. | David Gwynne |
2017-06-06 | We are going to start slaacd(8) much earlier, before /var is even | Florian Obser |
2017-06-06 | make vnetid and parent commands available in SMALL ifconfigs. | David Gwynne |
2017-06-05 | remove vlan(4) specific output handling | David Gwynne |
2017-06-03 | Move slaacd to /sbin | Florian Obser |
2017-06-01 | Expand $eapid in iked tags, allowing PF rules to be written based on EAP | Stuart Henderson |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-31 | fold the vnetid and parent lines into a single encap line. | David Gwynne |