Age | Commit message (Expand) | Author |
2021-06-12 | Create add_partition() and use in GPT_init() to initialize GPT | Kenneth R Westerback |
2021-06-12 | Use a new variable 'gpbytes' rather than 'sizeof(gp)' to control | Kenneth R Westerback |
2021-06-11 | Oops. Restore error message when no free space found. | Kenneth R Westerback |
2021-06-11 | Add local function lba_free() to find the bounds of the largest | Kenneth R Westerback |
2021-06-11 | Add local functions edit() and setpid(). | Kenneth R Westerback |
2021-06-11 | Take a bit more obvious care in gedit() to restore original | Kenneth R Westerback |
2021-06-11 | Revert previous change in ikev2_cp_fixaddr(). | tobhe |
2021-06-11 | No need to parse partition number more than necessary. Just pass | Kenneth R Westerback |
2021-06-10 | Another hand rolled partition number parsing bites the dust. | Kenneth R Westerback |
2021-06-10 | Missed an occurance of hand rolled partition number parsing. | Kenneth R Westerback |
2021-06-10 | Abstract repeated parsing of partition numbers into parsepn() to | Kenneth R Westerback |
2021-06-10 | Local functions don't need to be in .h files, nor do they need the | Kenneth R Westerback |
2021-06-10 | Shift zeroing of gpt header and partition table to top of | Kenneth R Westerback |
2021-06-10 | Toss in 'const' for the parameters to string_to_utf16le() and | Kenneth R Westerback |
2021-06-10 | 'i' is a silly name for a daddr_t variable, and could be needed | Kenneth R Westerback |
2021-06-10 | Rename vars 'oldpart' to 'oldgg' when storing 'gg' value, and | Kenneth R Westerback |
2021-06-10 | Nuke extraneous blank line. | Kenneth R Westerback |
2021-06-03 | Recognize the Apple APFS GPT partition types seen on Apple M1 boxen. | Kenneth R Westerback |
2021-06-03 | For 4k sector disks, the minimum frag size is 4k. For a 2G fs | Otto Moerbeek |
2021-06-02 | Use the same logic in all copies of gpt_chk_mbr(), relaxing the | Kenneth R Westerback |
2021-06-01 | Remember flow routes in addition to host routes and delete | tobhe |
2021-05-31 | Don't fail hard in ikev2_cp_fixaddr() if no address pool is found. | tobhe |
2021-05-31 | Prevent address underflow with /32 config address prefix. | tobhe |
2021-05-30 | Fix overlap check in autoalloc code; ending_sector is the sector after the | Mark Kettenis |
2021-05-28 | Add experimental post-quantum hybrid key exchange method | tobhe |
2021-05-27 | Relax criteria for recognizing GPT formatted media by allowing the | Kenneth R Westerback |
2021-05-21 | The protective MBR for GPT partitioning must be at | Kenneth R Westerback |
2021-05-20 | Nuke duplicate declaration of MBR_init_GPT(). | Kenneth R Westerback |
2021-05-19 | No need to pass the location of the partition table to | Kenneth R Westerback |
2021-05-18 | Add support for the new net.unix sysctl nodes. | Claudio Jeker |
2021-05-17 | Avoid calling ibuf_add() with NULL and zero length. | tobhe |
2021-05-15 | Nuke some Capt. Obvious and soon to be obsolete comments in | Kenneth R Westerback |
2021-05-15 | Keep internal representation of DOSPTYP_EFI partition sizes correct. | Kenneth R Westerback |
2021-05-15 | Add missing MBR_protective_mbr() check when writing edited GPT. | Kenneth R Westerback |
2021-05-15 | Shuffle USER_print_disk() code into a more rational, clearer | Kenneth R Westerback |
2021-05-15 | Shuffle GPT_read() code into a nice switch{}, eliminating | Kenneth R Westerback |
2021-05-14 | Whitespace tweaks and a couple of stray u_int* in gpt_chk_mbr(). | Kenneth R Westerback |
2021-05-14 | Tweak the two copies of gpt_chk_mbr() to return the index of the MBR | Kenneth R Westerback |
2021-05-13 | Refactor iked process shutdown and cleanup. Remember configured | tobhe |
2021-05-13 | Use field independent versions of {get,set}_coordinates() | Theo Buehler |
2021-05-13 | Use field independent version of {get,set}_affine_coordinates. | Theo Buehler |
2021-05-11 | Cast printf args to remove compiler warnings. | dv |
2021-05-10 | Replace some magic numbers with #define's. Rename GPT_get_gpt() to | Kenneth R Westerback |
2021-05-10 | remove serial number (used during development to observe file rewrites) | Theo de Raadt |
2021-05-08 | Recognize GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a. | Kenneth R Westerback |
2021-05-07 | Replace random mix of u_int* and uint* types with consistent uint* types. | Kenneth R Westerback |
2021-05-06 | GPT_get_hdr() is actually spelled GPT_get_header(). | Kenneth R Westerback |
2021-05-02 | Try harder to ensure there are no GPT revenants after | Kenneth R Westerback |
2021-05-02 | Shuffle some code to eliminate get_address(), bring interface_state() and | Kenneth R Westerback |
2021-05-02 | Improve documentation. Try to explain the various inputs that result in | Theo de Raadt |