summaryrefslogtreecommitdiff
path: root/src/import/pull-tar.c
Commit message (Expand)AuthorAgeFilesLines
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-1/+0
* copy: Support passing a deny list of files/directories to not copyDaan De Meyer2022-11-101-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-1/+1
* tree-wide: port more code to sigkill_wait()Lennart Poettering2021-11-031-4/+2
* tree-wide: port various places to use TAKE_PID()Lennart Poettering2021-11-031-2/+1
* import: allow file:// in addition to HTTP(S)Lennart Poettering2021-08-201-1/+1
* pull: add --direct mode + make various eatures optional + explicit checksum v...Lennart Poettering2021-08-171-99/+211
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* import: properly verify roothash_signature + verity download, tooLennart Poettering2021-01-291-1/+8
* import: set up btrfs qgroups on correct hierarchyLennart Poettering2021-01-221-1/+3
* import: refactor how we do gpg validationLennart Poettering2021-01-191-1/+1
* import: optionally pull .verity + .roothash.p7s data when downloadingLennart Poettering2021-01-191-42/+32
* import: rework how verification worksLennart Poettering2021-01-191-5/+17
* import: mangle untarred OS images after pull-tar, tooLennart Poettering2021-01-121-3/+6
* hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* import: use our new btrfs_subvol_make_fallback() at two placesLennart Poettering2020-04-091-7/+4
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-6/+0
* import: use structured initializersYu Watanabe2018-11-241-13/+23
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* tree-wide: use EXIT_SUCCESS when comparing child process exit statusesLennart Poettering2018-01-041-1/+1
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-041-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* importd: log more information when renaming filesLennart Poettering2017-06-261-2/+2
* import: remove misplaced assert()Lennart Poettering2017-06-261-4/+6
* only check signature job error if signature job exists (#6118)tblume2017-06-211-1/+1
* importd: support SUSE style checksums (#5206)tblume2017-04-241-3/+9
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-1/+1
* importd: automatically download .roothash in addition to .nspawn for raw down...Lennart Poettering2016-12-211-41/+45
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* import: don't claim we had copied a settings file if we didn'tLennart Poettering2016-02-211-2/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-10/+12
* import: don't claim we moved .nspawn file into place when in fact we did notLennart Poettering2015-10-221-3/+3
* import: when downloading images, create a subtree quota group for themLennart Poettering2015-10-221-0/+2
* importd: for .raw and .tar images, try to download .nspawn settings file tooLennart Poettering2015-09-081-14/+156