summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-06-22Drop support for old (>4yr) timestamp formats in leasesKenneth R Westerback
2017-06-21Teach get_recorded_lease() that static leases do notKenneth R Westerback
2017-06-21No need to manually check validity of ifi->active whenKenneth R Westerback
2017-06-21Consistently use time(&var) idiom rather than tossing in a fewKenneth R Westerback
2017-06-21Allow familiar idiom free_client_lease(NULL).Kenneth R Westerback
2017-06-19Various KNF nits.Kenneth R Westerback
2017-06-19Erroneous host names in various options should be ignoredKenneth R Westerback
2017-06-18Move the timeout information into struct interface_info withKenneth R Westerback
2017-06-18Convert last set_timeout() use to set_timeout_interval() andKenneth R Westerback
2017-06-18Drop (int) casts of (time_t - time_t) calculations thatKenneth R Westerback
2017-06-18Nuke stray and misleading comment.Kenneth R Westerback
2017-06-18Make 'DEBUG' compile again.Kenneth R Westerback
2017-06-18Nuke unused pointer to non-existant struct.Kenneth R Westerback
2017-06-17Shuffle dhcp[offer|ack|nak]() functions together for easy reference.Kenneth R Westerback
2017-06-17Rename struct interface_info field 'new' to clearer 'offer'.Kenneth R Westerback
2017-06-17We accept either the first offer received, or an offer for theKenneth R Westerback
2017-06-17DECLINE offers as they are deemed invalid. Decline them at theKenneth R Westerback
2017-06-16pfctl: merge identifical if conditions and void functions discarding ret valuesAdam Wolk
2017-06-16Nuke 'is_bootp' field and just use a #define to check if the leaseKenneth R Westerback
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-16s/CPU_LIDSUSPEND/CPU_LIDACTION/Martin Natano
2017-06-15Nuke unused parameter 'client_addr' from the 'handlers', i.e.Kenneth R Westerback
2017-06-15Nuke unused parameter 'client_addr' from packet_to_lease().Kenneth R Westerback
2017-06-14No need to be coy - call a "struct interface_info *" aKenneth R Westerback
2017-06-14Move active, new, offered_leases, leases fromKenneth R Westerback
2017-06-14Move state, destination, interval, requested_address fromKenneth R Westerback
2017-06-14Move xid, secs, first_sending, startup_time fields fromKenneth R Westerback
2017-06-14Start consolidating client_state into interface_info. FirstKenneth R Westerback
2017-06-14No need for two 'flags' fields. Consolidate into one, fixingKenneth R Westerback
2017-06-13Kill unused #define IFI_NOMEDIA.Kenneth R Westerback
2017-06-13Rename 'packet' field to 'recv_packet' and 'bootrequest_packet'Kenneth R Westerback
2017-06-12pledge(2) bpf has been in use for some time now on tcpdump(8), this will enableRicardo Mestre
2017-06-12redundant, gets BINDIR from ../Makefile.incMarc Espie
2017-06-12destroy lint remnants.Marc Espie
2017-06-10Nuke unused field bootp_policy and associated enum{}.Kenneth R Westerback
2017-06-10Nuke unused global warnings_occurred.Kenneth R Westerback
2017-06-10missing space before trailing punctuation; found with mandoc -TlintIngo Schwarze
2017-06-09turns out the case of 802.1 suffixes is significant. fix up 802.1X and Q.David Gwynne
2017-06-08remove the timeslot code, it was only for now deleted T1 devices.Ted Unangst
2017-06-08consistently use lowercase suffixes for 802.1 things.David Gwynne
2017-06-07use the same formatting for vlan as the rest of the page; ok dlgJason McIntyre
2017-06-07Fix clang warning about tautological compare: an unsigned long can'tChristian Weisgerber
2017-06-07update the VLAN doco.David Gwynne
2017-06-06We are going to start slaacd(8) much earlier, before /var is evenFlorian Obser
2017-06-06make vnetid and parent commands available in SMALL ifconfigs.David Gwynne
2017-06-05remove vlan(4) specific output handlingDavid Gwynne
2017-06-03Move slaacd to /sbinFlorian Obser
2017-06-01Expand $eapid in iked tags, allowing PF rules to be written based on EAPStuart Henderson
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-05-31fold the vnetid and parent lines into a single encap line.David Gwynne