aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs
AgeCommit message (Expand)Author
2022-11-22Move gensquashfs specific code from libfstree to gensquashfsDavid Oberhollenzer
2022-11-21filemap xattr: slightly improve error reportingDavid Oberhollenzer
2022-11-21filemap xattr: use sqfs_u8 data type for xattr value blobsDavid Oberhollenzer
2022-11-19gensquashfs: Add example for the xattr filemap to the help textDavid Oberhollenzer
2022-11-19gensquashfs: split the help text up into smaller partsDavid Oberhollenzer
2022-11-19gensquashfs: simplfy the help text a bitDavid Oberhollenzer
2022-11-19Add a man-page section about the xattr file formatDavid Oberhollenzer
2022-11-18filemap xattr: use file istream from libio instead of stdio FILEDavid Oberhollenzer
2022-11-18filemap xattr: simplify error handling, freeingDavid Oberhollenzer
2022-11-18Add a single, central base64 decoderDavid Oberhollenzer
2022-11-18Add a single, central hex blob decoderDavid Oberhollenzer
2022-11-16filemap xattr: move data structures to mkfs.hDavid Oberhollenzer
2022-11-07implement parser for xattr files as produced by getfattr --dump XXXEnno Boland
2022-07-08Cleanup: move filename_sane & canonicalize_path functions to libutilDavid Oberhollenzer
2022-07-08Cleanup: rename libfstream to libio, split headersDavid Oberhollenzer
2022-03-30Update man pageDavid Oberhollenzer
2022-03-30Add a sort-file option to gensquashfsDavid Oberhollenzer
2021-03-06Cleanup: replace the void-ptr with an inode-ptr in the file tree nodeDavid Oberhollenzer
2021-02-19gensquashfs: Document the globbing featureDavid Oberhollenzer
2021-02-19fstree_from_file: Implement basic file globbingDavid Oberhollenzer
2021-02-19libfstree: Add a filter callback to the directory scanning functionDavid Oberhollenzer
2021-02-18gensquashfs: always construct input path during option processingDavid Oberhollenzer
2020-12-15libfstree: make the directory scanning code a little more genericDavid Oberhollenzer
2020-12-10Move fstree dirscan code back to libfstreeDavid Oberhollenzer
2020-09-29Replace file/getline usage with istreamDavid Oberhollenzer
2020-06-11Add flags to functions that might logically be expanded in the futureDavid Oberhollenzer
2020-05-30Fix: Only add Selinux flags if WITH_SELINUX is setDavid Oberhollenzer
2020-05-30Cleanup: Reorganize structure of Automake filesDavid Oberhollenzer
2020-05-30Cleanup: move man pages to the respective program source directoriesDavid Oberhollenzer
2020-05-03Fix: unify extra argument rejection in tar2sqfs & gensquashfsDavid Oberhollenzer
2020-05-03Fix: the --all-root option does not take an arugmentDavid Oberhollenzer
2020-04-27Cleanup/fix: gensquashfs: split directory scanning from xattr scanningDavid Oberhollenzer
2020-04-27gensquashfs: Add options to globally override UID/GID valuesDavid Oberhollenzer
2020-04-27Cleanup directory structure of the binary programsDavid Oberhollenzer