summaryrefslogtreecommitdiff
path: root/libblkid/src/partitions
Commit message (Expand)AuthorAgeFilesLines
* libblkid: copy BLKID_PARTS_FORCE_GPT to whole-disk proberKarel Zak2023-04-041-0/+5
* libblkid: bsd: add checksum supportThomas Weißschuh2022-12-261-0/+17
* libblkid: sun: use generic checksum handlingThomas Weißschuh2022-12-261-1/+1
* libblkid: sgi: use generic checksum handlingThomas Weißschuh2022-12-261-1/+1
* libblkid: gpt: use generic checksum handlingThomas Weißschuh2022-12-261-1/+1
* libblkid: dos: ignore exfat superblocksThomas Weißschuh2022-11-201-1/+3
* libblkid: use blkid_probe_set_value() in more consistent wayKarel Zak2022-10-312-2/+2
* libblkid: (bsd) fix buffer pointer use [fuzzing]Karel Zak2022-06-021-1/+1
* libblkid: (mac) make sure block size is large enough [fuzzing]Karel Zak2022-06-021-0/+2
* libblkid: check errno after strto..()Karel Zak2021-06-211-1/+2
* libblkid: fix some typos in function commentsnick black2020-11-261-9/+9
* libblkid: limit amount of parsed partitionsSamanta Navarro2020-11-102-5/+16
* libblkid: allow a lot of mac partitionsSamanta Navarro2020-11-081-3/+3
* libblkid: make Atari more robustKarel Zak2020-10-131-14/+43
* libblkid: fix Atari prober logicKarel Zak2020-10-091-5/+7
* libblkid: (gpt) accept tiny devicesKarel Zak2020-09-301-1/+0
* docs: reword others "allow to"Karel Zak2020-07-142-3/+3
* [clang-tidy] fix wrong *cmp usageRosen Penev2020-04-201-1/+1
* [clang-tidy] do not use else after returnRosen Penev2020-04-201-1/+1
* libblkid: move UTF encoding function to lib/Karel Zak2020-02-252-2/+2
* misc: fix typos [codespell]Sami Kerola2019-09-122-2/+2
* libblkid: do not interpret NTFS as MBRKarel Zak2019-07-171-0/+7
* libblkid: make partitions reference counting more robust [coverity scan]Karel Zak2019-05-151-2/+5
* libblkid: don't ignore blkid_probe_set_magic() errors [coverity scan]Karel Zak2019-05-151-4/+5
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-182-2/+2
* libblkid: use xstrncpy() for PT id [coverity scan]Karel Zak2018-07-251-1/+2
* libblkid: const qualifier cleanupKarel Zak2018-07-201-6/+6
* libblkid: use new ul_path_* APIKarel Zak2018-06-211-8/+12
* libblkid:(dos) make subtypes probing more robustKarel Zak2018-02-271-7/+18
* misc: remove %p from debug messagesKarel Zak2018-02-011-10/+9
* libblkid: atari - reject devices with blocksize != 512Vaclav Dolezal2018-01-301-0/+4
* libblkid: atari - don't add duplicate entriesVaclav Dolezal2018-01-241-1/+8
* libblkid: atari - test if any partition fits disk sizeVaclav Dolezal2018-01-241-3/+9
* libblkid: atari - fix bad variable nameVaclav Dolezal2018-01-241-1/+1
* libblkid: Support for Atari partitioning schemeVaclav Dolezal2018-01-233-1/+262
* libblkid: improve FreeBSD partitions parsingKarel Zak2017-11-101-1/+10
* libfdisk: (sun) make math more robust [coverity scan]Karel Zak2017-10-111-1/+1
* misc: cleanup UUID_STR_LEN definitionsKarel Zak2017-09-151-4/+0
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-053-5/+9
* libblkid: fix compiler warning [-Wformat-truncation=]Karel Zak2017-08-161-1/+1
* libblkid: (docs) add missing 'since' tagsKarel Zak2017-05-231-0/+2
* libblkid: add blkid_partitions_get_name()Sami Kerola2017-05-021-0/+16
* misc: fix some printf format stringsRuediger Meier2017-04-101-1/+2
* libblkid: (gpt) fix force flagKarel Zak2017-02-151-1/+1
* libblkid: fix BLKID_PARTS_FORCE_GPT usageKarel Zak2017-02-141-2/+6
* libblkid: Fix out of bounds reads on bad GPT headerAlden Tondettar2017-01-251-8/+7
* lib/crc32: prefix public functionsGustavo Zacarias2016-10-191-1/+1
* libblkid: ignore empty MBR on LVM deviceKarel Zak2016-08-301-0/+31
* libblkid: avoid non-empty recursion in EBRKarel Zak2016-07-123-0/+23
* libblkid: ignore extended partition at zero offsetKarel Zak2016-07-071-2/+12