summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-05-10remove serial number (used during development to observe file rewrites)Theo de Raadt
2021-05-08Recognize GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a.Kenneth R Westerback
2021-05-07Replace random mix of u_int* and uint* types with consistent uint* types.Kenneth R Westerback
2021-05-06GPT_get_hdr() is actually spelled GPT_get_header().Kenneth R Westerback
2021-05-02Try harder to ensure there are no GPT revenants afterKenneth R Westerback
2021-05-02Shuffle some code to eliminate get_address(), bring interface_state() andKenneth R Westerback
2021-05-02Improve documentation. Try to explain the various inputs that result inTheo de Raadt
2021-05-01In singel user mode / is mounted ro. Just warn if we can't createFlorian Obser
2021-05-01Allow running in single user mode where /var/empty doesn't exist byFlorian Obser
2021-05-01Allow running in single user mode where /var/empty doesn't exist byFlorian Obser
2021-04-20Move TAILQ initialization to files where they are used.dv
2021-04-17rewrite the text describing the "address" parameter into somethingJason McIntyre
2021-04-14my fingers cannot avoid KNF'ing as I review codeTheo de Raadt
2021-04-12Document bpe(4)kn
2021-04-11Document 'request' option to request additional configuration payloads.tobhe
2021-04-10Make sure the ip header lands on a 4 byte alignment by adding 2 bytesFlorian Obser
2021-04-09When a DHCP server sends an invalid T1 or T2 default back to the defaultMartijn van Duren
2021-04-09Only modify routes if SA has a valid address lease. On IKE SA rekeytobhe
2021-04-08Do not request unused "classless-static-routes" dhcp-options(5)kn
2021-04-07"oldlladddr" -> "oldlladdr" in fatal() verbiage.Kenneth R Westerback
2021-04-03Add size check for sockaddr mask.tobhe
2021-04-01Tweak log_debug() verbiage to reduce repetitive infoKenneth R Westerback
2021-04-01Also immediately accept the *first* OFFER if it matches the requested address,Kenneth R Westerback
2021-03-31Set 'select_timeout' to 'now' when an OFFER is received for the IP addressKenneth R Westerback
2021-03-31Add two missing checks for strdup() returning NULL.Kenneth R Westerback
2021-03-31Fix some debug output when running in foreground.Kenneth R Westerback
2021-03-28Now that the real time and monotonic time streams don'tKenneth R Westerback
2021-03-28Convert remaining timers (lease renew, rebind, expiry) toKenneth R Westerback
2021-03-27If we want to configure default routes over multiple interfaces weFlorian Obser
2021-03-25Sync correct ROUNDUP() from net/route.ctobhe
2021-03-24More timespec conversions. Less 'seconds' arithmetic.Kenneth R Westerback
2021-03-23Don't send DELETE notify if IKE SA is replaced because oftobhe
2021-03-22BOOTP has a minimum packet length of 300 bytes. Since DHCP isFlorian Obser
2021-03-22Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florianOtto Moerbeek
2021-03-21The tag comes after iface in iked.conf(5).tobhe
2021-03-21Use new terminology of RFC 8981 and (mechanically) replace "privacy"Florian Obser
2021-03-21Don't warn that we can't form a temporary address when a routerFlorian Obser
2021-03-20RFC 8981 allows the configuration of only temporary IPv6 addresses.Florian Obser
2021-03-20RFC 8981 allows the configuration of only temporary IPv6 addresses.Florian Obser
2021-03-20Fix SMALL build when done from sbin/slaacdkn
2021-03-19Edit wireguard for concision. Remove some background covered by wg(4).Richard Procter
2021-03-19Fix function name in warningkn
2021-03-19RTM_IFINFO is providing the mac address now, no need to go throughFlorian Obser
2021-03-18Document "-tunneldomain" and "-mplslabel", complete MPLS synopsiskn
2021-03-17Split off init_ifaces from update_iface. init_ifaces discovers theFlorian Obser
2021-03-16Add 'grp31' alias for curve25519 as documented in iked.conf(5).tobhe
2021-03-16Nuke unused time_t variable.Kenneth R Westerback
2021-03-16Move setifrtlabel() and *keepalive() prototypes out of SMALLkn
2021-03-16sync to unbound 1.13.1; heavy lifting by sthenFlorian Obser
2021-03-16Don't (try to) deconfigure an interface that was never configured.Florian Obser