summaryrefslogtreecommitdiff
path: root/src/shared/dissect-image.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering1-2/+2
2018-11-13shared/dissect-image: drop parensZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-31dissect: do not store unused devnumYu Watanabe1-3/+1
2018-10-12dissect-image: use right comparison functionDavid Tardon1-1/+1
2018-10-09More polite passphrase promptMarko Myllynen1-1/+1
2018-09-10tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe1-11/+3
2018-08-24dissect: rescan devices before creating partition list (#9930)Yu Watanabe1-0/+4
2018-08-23dissect: replace udev_device by sd_deviceYu Watanabe1-44/+32
2018-08-07tree-wide: use returned value from log_*_errno()Yu Watanabe1-4/+2
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-31shared/dissect-image: avoid warning about unused function when compiled w/o b...Zbigniew Jędrzejewski-Szmek1-0/+2
2018-05-24os-util: add helpers for finding /etc/os-releaseLennart Poettering1-0/+1
2018-05-24process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()Lennart Poettering1-5/+1
2018-05-24dissect: optionally, validate that the image we dissect is a valid OS imageLennart Poettering1-1/+9
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering1-7/+7
2018-04-10Merge pull request #8676 from keszybz/drop-license-boilerplateLennart Poettering1-13/+0
2018-04-07dissect: drop unnecessary parenthesisZbigniew Jędrzejewski-Szmek1-2/+2
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05dissect: when pulling metadata from an image, don't bother with /home or ESPLennart Poettering1-2/+4
2018-04-05dissect: tighten block device checks a bitLennart Poettering1-1/+24
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-37/+17
2018-04-04Merge pull request #8605 from poettering/drop-in-name-fixZbigniew Jędrzejewski-Szmek1-8/+4
2018-04-03dissect: Don't count RPMB and boot partitions (#8609)João Paulo Rechi Vita1-7/+20
2018-03-29dissect: port code to chase_symlinks_and_open()Lennart Poettering1-8/+4
2018-03-22fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering1-1/+1
2018-03-21dissect: add dissect_image_and_warn() that unifies error message generation f...Lennart Poettering1-1/+55
2018-01-25gpt-auto: discard boot0/1 hw partitions along rpmbNicolas Chauvet1-1/+2
2018-01-11log: minimize includes in log.hLennart Poettering1-0/+2
2018-01-04process-util: add new FORK_NEW_MOUNTNS flag to safe_fork()Lennart Poettering1-11/+3
2018-01-04tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering1-8/+4
2017-12-25basic: split out blockdev-util.[ch] from util.hLennart Poettering1-0/+1
2017-12-18missing: Add DM_DEFERRED_REMOVEHenrik Grindal Bakken1-0/+1
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-1/+1
2017-12-05nspawn: make sure images containing an ESP are compatible with userns -U modeLennart Poettering1-12/+32
2017-12-05dissect-image: remove unused variable when built without libcryptsetup (#7538)Yu Watanabe1-1/+1
2017-11-30dissect-image: return error if results are ambiguousZbigniew Jędrzejewski-Szmek1-4/+12
2017-11-30shared/dissect-image: fix return value for probe_filesystem()Zbigniew Jędrzejewski-Szmek1-1/+2
2017-11-30growfs: add support for resizing encrypted partitionsZbigniew Jędrzejewski-Szmek1-1/+1
2017-11-30Define CRYPT_LUKS in crypt-util.hZbigniew Jędrzejewski-Szmek1-7/+0
2017-11-30util-lib: add cleanup function for crypt_freeZbigniew Jędrzejewski-Szmek1-23/+13
2017-11-30Add a little helper to make /sys/dev/block/major:minor pathsZbigniew Jędrzejewski-Szmek1-3/+4
2017-11-28dissect-image: simplify check for passphrase presenceZbigniew Jędrzejewski-Szmek1-3/+3
2017-11-24Replace free and return NULL with return mfreeDaniel Lockyer1-2/+1
2017-11-20dissect: add an API that can read various metadata bits out of a dissected imageLennart Poettering1-0/+181
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-10Merge pull request #7089 from oniko/luks2-supportLennart Poettering1-1/+4
2017-10-26dissect: when we invoke dissection on a loop device with partscan help the userLennart Poettering1-9/+22
2017-10-13shared/dissect-image: adapt to LUKS2 formatOndrej Kozina1-1/+4
2017-10-04Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering1-11/+11