index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dissect
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-1
/
+19
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-4
/
+4
*
dissect: make all paths we operation on absolute
Lennart Poettering
2023-03-14
1
-15
/
+47
*
dissect: mark UID/GIDs that are surprising in DDIs with colors
Lennart Poettering
2023-03-14
1
-6
/
+22
*
dissect: use a switch statements where appropriate
Lennart Poettering
2023-03-10
1
-7
/
+25
*
dissect: share dissected_image_decrypt_interactively() invocation between act...
Lennart Poettering
2023-03-10
1
-20
/
+14
*
dissect: shorten code a bit
Lennart Poettering
2023-03-09
1
-10
/
+4
*
dissect: allow setting "lo_file_name" field of loopback block devices
Lennart Poettering
2023-03-09
1
-0
/
+25
*
dissect: add commands for attaching/detaching loopback devices
Lennart Poettering
2023-03-09
1
-0
/
+146
*
dissect: implement external helper plugin interface for /bin/mount
Lennart Poettering
2023-03-06
1
-1
/
+78
*
dissect: show intended architecture of a disk image
Lennart Poettering
2023-03-01
1
-0
/
+3
*
Merge pull request #26410 from DaanDeMeyer/xattr-symlink
Luca Boccassi
2023-02-15
1
-2
/
+2
|
\
|
*
copy: Make copy_xattr() more generic
Daan De Meyer
2023-02-14
1
-2
/
+2
*
|
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-1
/
+1
|
/
*
dissect: show sector size in info output
Lennart Poettering
2023-01-18
1
-0
/
+5
*
loop-util: always tell kernel explicitly about loopback sector size
Lennart Poettering
2023-01-18
1
-2
/
+2
*
dissect: reduce indent in mtree_print_item()
Yu Watanabe
2022-12-26
1
-96
/
+94
*
dissect: do not trigger assertion on error
Yu Watanabe
2022-12-26
1
-1
/
+2
*
dissect: use assert() when no side effect
Yu Watanabe
2022-12-26
1
-3
/
+3
*
dissect: remove one more use of basename()
Lennart Poettering
2022-12-23
1
-1
/
+9
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-6
/
+6
*
dissect: add a mode for operating on an in-memory copy of a DDI, instead of d...
Lennart Poettering
2022-12-08
1
-7
/
+17
*
dissect: add simple --discover command
Lennart Poettering
2022-12-07
1
-0
/
+66
*
dissect: show color in log output
Lennart Poettering
2022-12-06
1
-2
/
+1
*
dissect: support to unmount image without root partition
Yu Watanabe
2022-12-01
1
-0
/
+13
*
dissect: use sd-device to find and open loopback block device
Yu Watanabe
2022-12-01
1
-10
/
+5
*
dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...
Lennart Poettering
2022-12-01
1
-1
/
+3
*
Merge pull request #24803 from DaanDeMeyer/repart-copy-deny-list
Daan De Meyer
2022-11-11
1
-2
/
+2
|
\
|
*
copy: Support passing a deny list of files/directories to not copy
Daan De Meyer
2022-11-10
1
-2
/
+2
*
|
dissect: make image name bold
Lennart Poettering
2022-11-10
1
-1
/
+1
*
|
dissect: also parse out the top-level GPT table uuid and expose this as image...
Lennart Poettering
2022-11-10
1
-0
/
+4
|
/
*
dissect: add a new "--mtree" switch for generating a BSD mtree(5) compatible ...
Lennart Poettering
2022-11-09
1
-5
/
+182
*
dissect: add new --with command
Lennart Poettering
2022-11-09
1
-1
/
+169
*
dissect: officially support initrd DDIs (to implement 2nd stage initrds)
Lennart Poettering
2022-11-09
1
-1
/
+14
*
dissect: open pager in --list mode, output might be long
Lennart Poettering
2022-11-09
1
-0
/
+2
*
dissect: simplify flags for recurse_dir()
Lennart Poettering
2022-11-09
1
-1
/
+1
*
dissect: remove unused variable
Lennart Poettering
2022-11-09
1
-2
/
+1
*
Merge pull request #25291 from keszybz/util-cleanup
Yu Watanabe
2022-11-09
1
-1
/
+1
|
\
|
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
|
dissect: grey out trailing slash in --list output
Lennart Poettering
2022-11-08
1
-1
/
+1
|
/
*
dissect: get rid of basename() use
Lennart Poettering
2022-11-05
1
-9
/
+16
*
dissect: add --list option
Antonio Alvarez Feijoo
2022-10-31
1
-6
/
+58
*
dissect: mention DDI moniker in --help text
Lennart Poettering
2022-10-25
1
-1
/
+1
*
dissect: add missing --umount to the help output
Antonio Alvarez Feijoo
2022-10-19
1
-0
/
+1
*
loop-util: rename loop_device_open() -> loop_device_open_from_path()
Yu Watanabe
2022-09-28
1
-1
/
+1
*
dissect: Log when we fail to load the verity signature partition
Daan De Meyer
2022-09-23
1
-1
/
+1
*
Merge pull request #24768 from keszybz/table-not-available-2
Lennart Poettering
2022-09-22
1
-1
/
+1
|
\
|
*
shared/format-table: use enum instead of Table.empty_string
Zbigniew Jędrzejewski-Szmek
2022-09-22
1
-1
/
+1
*
|
tree-wide: drop unused reference to DecryptedImage
Yu Watanabe
2022-09-18
1
-4
/
+2
*
|
tree-wide: use dissected_image_relinquish()
Yu Watanabe
2022-09-18
1
-17
/
+8
|
/
[prev]
[next]