summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-05-27Relax criteria for recognizing GPT formatted media by allowing theKenneth R Westerback
2021-05-21The protective MBR for GPT partitioning must be atKenneth R Westerback
2021-05-20Nuke duplicate declaration of MBR_init_GPT().Kenneth R Westerback
2021-05-19No need to pass the location of the partition table toKenneth R Westerback
2021-05-18Add support for the new net.unix sysctl nodes.Claudio Jeker
2021-05-17Avoid calling ibuf_add() with NULL and zero length.tobhe
2021-05-15Nuke some Capt. Obvious and soon to be obsolete comments inKenneth R Westerback
2021-05-15Keep internal representation of DOSPTYP_EFI partition sizes correct.Kenneth R Westerback
2021-05-15Add missing MBR_protective_mbr() check when writing edited GPT.Kenneth R Westerback
2021-05-15Shuffle USER_print_disk() code into a more rational, clearerKenneth R Westerback
2021-05-15Shuffle GPT_read() code into a nice switch{}, eliminatingKenneth R Westerback
2021-05-14Whitespace tweaks and a couple of stray u_int* in gpt_chk_mbr().Kenneth R Westerback
2021-05-14Tweak the two copies of gpt_chk_mbr() to return the index of the MBRKenneth R Westerback
2021-05-13Refactor iked process shutdown and cleanup. Remember configuredtobhe
2021-05-13Use field independent versions of {get,set}_coordinates()Theo Buehler
2021-05-13Use field independent version of {get,set}_affine_coordinates.Theo Buehler
2021-05-11Cast printf args to remove compiler warnings.dv
2021-05-10Replace some magic numbers with #define's. Rename GPT_get_gpt() toKenneth R Westerback
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