summaryrefslogtreecommitdiffstats
path: root/libblkid
Commit message (Expand)AuthorAgeFilesLines
* libblkid: udf: For better readibility use one snprintf call instead multiple ...Pali Rohár2017-05-011-4/+5
* misc: fix some printf format stringsRuediger Meier2017-04-101-1/+2
* libblkid: fix typoKarel Zak2017-03-241-1/+2
* libblkid: prevent OOB access while probing HFS+Tobias Stoeckmann2017-03-231-2/+4
* libblkid: ensure uninitialized variable is not used [clang]Sami Kerola2017-03-131-5/+10
* libblkid: avoid overflow when initializing arraySami Kerola2017-03-131-1/+1
* misc: stop mixing declarations and codeSami Kerola2017-03-131-4/+3Star
* libblkid: Fix blkid.conf parsingTobias Stoeckmann2017-03-131-1/+1
* libblkid: remove unnecessary 'static' keywordKarel Zak2017-02-201-2/+2
* libblkid: declare across file variables in blkidP.h [smatch scan]Sami Kerola2017-02-202-5/+5
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-202-2/+2
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-207-22/+22
* 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 in BEFS handlingAlden Tondettar2017-01-251-32/+90
* libblkid: Fix out of bounds reads on bad GPT headerAlden Tondettar2017-01-251-8/+7Star
* libblkid: Fix out of bounds reads on bad NTFS Master File TableAlden Tondettar2017-01-251-6/+6
* libblkid: Fix out of bounds byte swaps in ZFS handlingAlden Tondettar2017-01-251-69/+90
* libblkid: add blkid_probe_set_sectorsize()Karel Zak2017-01-134-0/+23
* libblkid/minix: Sanity check superblock s_state for v 1 and 2Nate Clark2017-01-041-0/+4
* libblkid/minix: Use same checks for version 3Nate Clark2017-01-041-14/+23
* libblkid/minix: Match minix superblock typesNate Clark2017-01-041-1/+2
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-192-2/+2
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-1/+1
* misc: once again some printf format stringsRuediger Meier2016-10-272-4/+4
* misc: fix some compiler warningsRuediger Meier2016-10-272-32/+4Star
* lib/crc32: prefix public functionsGustavo Zacarias2016-10-192-4/+4
* libblkid: Avoid strlen if only first char is checkedTobias Stoeckmann2016-10-066-6/+6
* libblkid: check blkid_parse_tag_string() return code [coverity scan]Karel Zak2016-10-042-4/+2Star
* libblkid: [exfat] Limit maximum number of iterations in find_labelRostislav Skudnov2016-08-301-1/+6
* libblkid: ignore empty MBR on LVM deviceKarel Zak2016-08-301-0/+31
* libblkid: remove unused functionKarel Zak2016-08-302-11/+0Star
* libblkid: Avoid OOB access on illegal ZFS superblocksTobias Stoeckmann2016-08-291-1/+1
* libblkid: Check that cluster size is nonzero when probing exFATRostislav Skudnov2016-08-161-1/+1
* liblkid: fix probe_nilfs2 I/O error backupKarel Zak2016-08-021-4/+15
* libblkid: fix debugging macro [oclint]Sami Kerola2016-07-211-19/+13Star
* libblkid: simplify if clause [oclint]Sami Kerola2016-07-211-6/+4Star
* libblkid: avoid non-empty recursion in EBRKarel Zak2016-07-123-0/+23
* libblkid: ignore extended partition at zero offsetKarel Zak2016-07-071-2/+12
* libblkid: Add metadata signature check for IMSM on 4Kn drivesAlexey Obitotskiy2016-07-011-6/+7
* liblkid: Add length check in probe_nilfs2 before crc32Torsten Hilbrich2016-06-241-1/+8
* libblkid: don't check nonnull attributes for NULL [-Wnonnull-compare]Karel Zak2016-06-148-187/+135Star
* misc: Fix various typosSebastian Rasmussen2016-05-3130-73/+73
* docs: Fix various typosSebastian Rasmussen2016-05-312-4/+4
* libblkid: store only canonical devnames to the cacheKarel Zak2016-05-263-9/+48
* libblkid: improve debug messagesKarel Zak2016-05-255-29/+16Star
* libblkid: make I/O errors on CDROMs non-fatalKarel Zak2016-04-281-1/+4
* Revert "libblkid: check for multi-session CDROMs"Karel Zak2016-04-271-45/+6Star
* libblkid: check for multi-session CDROMsKarel Zak2016-04-271-6/+45
* libblkid: fix mistake in debug messageKarel Zak2016-04-191-1/+1