index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysusers: look at login.defs when setting the default range to allocate users
Zbigniew Jędrzejewski-Szmek
2020-10-01
2
-5
/
+9
*
shared/uid-range: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2020-10-01
1
-11
/
+5
*
Also parse the minimum uid/gid values
Zbigniew Jędrzejewski-Szmek
2020-10-01
2
-1
/
+22
*
Look at /etc/login.defs for the system_max_[ug]id values
Zbigniew Jędrzejewski-Szmek
2020-10-01
2
-7
/
+105
*
Move {uid,gid}_is_*() from basic to shared
Zbigniew Jędrzejewski-Szmek
2020-09-25
2
-0
/
+25
*
Merge pull request #17143 from keszybz/late-exec-resolution-alt
Lennart Poettering
2020-09-24
1
-2
/
+2
|
\
|
*
Rename find_binary to find_executable
Zbigniew Jędrzejewski-Szmek
2020-09-18
1
-2
/
+2
*
|
mount-util: rework umount_verbose() to take log level and flags arg
Lennart Poettering
2020-09-23
2
-4
/
+16
*
|
mount-util: switch most mount_verbose() code over to not follow symlinks
Lennart Poettering
2020-09-23
3
-15
/
+47
*
|
mount-util: make sure get_mount_flags() ever follows symlinks
Lennart Poettering
2020-09-23
1
-3
/
+11
*
|
mount-util: add helpers for mount() without following symlinks
Lennart Poettering
2020-09-23
2
-0
/
+53
*
|
Merge pull request #17130 from keszybz/static-analyzer-cleanups
Lennart Poettering
2020-09-23
1
-1
/
+1
|
\
\
|
*
|
shared/conf-parser: drop redundant cast to boolean
Zbigniew Jędrzejewski-Szmek
2020-09-22
1
-1
/
+1
*
|
|
Merge pull request #17124 from bluca/copypasta
Lennart Poettering
2020-09-23
1
-3
/
+3
|
\
\
\
|
*
|
|
dissect-image: do not refuse verity GPT without /usr partition
Luca Boccassi
2020-09-22
1
-1
/
+1
|
*
|
|
dissect-image: use correct path variable when reading verity signatures
Luca Boccassi
2020-09-22
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #17127 from poettering/errno-fixup
Lennart Poettering
2020-09-23
2
-5
/
+7
|
\
\
\
|
*
|
|
ptyfwd: use ERRNO_IS_DISCONNECT() when checking for disconnection on foreign fds
Lennart Poettering
2020-09-22
1
-2
/
+3
|
*
|
|
tree-wide: use ERRNO_IS_PRIVILEGE() whereever appropriate
Lennart Poettering
2020-09-22
1
-3
/
+4
|
|
/
/
*
|
|
user-record: don't refuse login when last pw change time is in the future
Lennart Poettering
2020-09-21
2
-0
/
+13
*
|
|
homed: ignore ratelimiting counters when timestamp is from future
Lennart Poettering
2020-09-21
1
-0
/
+5
*
|
|
homed: don't block logins into accounts with future change time
Lennart Poettering
2020-09-21
2
-10
/
+12
|
/
/
*
|
dissect-image: process /usr/ GPT partition type
Lennart Poettering
2020-09-19
2
-62
/
+288
*
|
gpt: add new GPT partition types of /usr partitions
Lennart Poettering
2020-09-19
2
-5
/
+47
*
|
Merge pull request #16981 from keszybz/use-crypt_ra
Lennart Poettering
2020-09-18
2
-20
/
+128
|
\
\
|
|
/
|
/
|
|
*
shared/libcrypt-util: do not refuse passwords if some other hash is unsupported
Zbigniew Jędrzejewski-Szmek
2020-09-15
1
-2
/
+6
|
*
shared/libcrypt-util: add fallback for crypt_ra()
Zbigniew Jędrzejewski-Szmek
2020-09-15
1
-1
/
+44
|
*
Check for crypt_gensalt_ra() instead of relying on libxcrypt presence
Zbigniew Jędrzejewski-Szmek
2020-09-15
1
-5
/
+4
|
*
shared/libcrypt-util: include fewer headers
Zbigniew Jędrzejewski-Szmek
2020-09-15
2
-14
/
+15
|
*
Make test_password_{one,many} also use crypt_ra()
Zbigniew Jędrzejewski-Szmek
2020-09-15
1
-9
/
+5
|
*
Move test_password_{one,many} to libcrypt-util.c
Zbigniew Jędrzejewski-Szmek
2020-09-15
2
-0
/
+34
|
*
shared/libcrypt-util: use libcrypt_ra()
Zbigniew Jędrzejewski-Szmek
2020-09-15
2
-6
/
+12
|
*
Add a helper function that does make_salt+crypt_r
Zbigniew Jędrzejewski-Szmek
2020-09-15
2
-1
/
+26
*
|
dissect: use structured initialization, it's prettier
Lennart Poettering
2020-09-17
1
-6
/
+8
*
|
dissect: is_loop_device() returns negative on error, don't mistake that is true
Lennart Poettering
2020-09-17
1
-1
/
+1
*
|
dissect: always invalidate secondary arch partitions if we found primary arch
Lennart Poettering
2020-09-17
1
-7
/
+6
*
|
dissect: three trivial fixes
Lennart Poettering
2020-09-17
1
-5
/
+6
*
|
dissect: wrap verity settings in new VeritySettings structure
Lennart Poettering
2020-09-17
3
-159
/
+184
*
|
Merge pull request #17076 from poettering/dissect-cleanup
Lennart Poettering
2020-09-16
3
-51
/
+45
|
\
\
|
*
|
gpt: move GPT_LINUX_GENERIC definition next to the user GPT partition types
Lennart Poettering
2020-09-16
1
-24
/
+21
|
*
|
dissect: introduce PartitionDesignator as real type
Lennart Poettering
2020-09-16
2
-21
/
+18
|
*
|
dissect: rename mount_options_from_part() → mount_options_from_designator()
Lennart Poettering
2020-09-15
2
-8
/
+8
*
|
|
Merge pull request #16675 from topimiettinen/exec-syscall-error-action
Lennart Poettering
2020-09-16
3
-4
/
+42
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
exec: SystemCallLog= directive
Topi Miettinen
2020-09-15
2
-1
/
+6
|
*
|
exec: Add kill action to system call filters
Topi Miettinen
2020-09-15
3
-3
/
+36
*
|
|
tests: try to allocate a delegated scope unit for our cgroup tests
Lennart Poettering
2020-09-15
1
-0
/
+85
|
/
/
*
|
shared: drop a redundant if statement
Frantisek Sumsal
2020-09-14
1
-3
/
+1
*
|
tree-wide: fix typos found by codespell
Frantisek Sumsal
2020-09-14
2
-2
/
+2
*
|
Merge pull request #16947 from keszybz/socket-parsing-rework
Lennart Poettering
2020-09-10
2
-165
/
+97
|
\
\
|
*
|
Use sockaddr_un_set_path() in socket_address_parse()
Zbigniew Jędrzejewski-Szmek
2020-09-10
1
-26
/
+7
[next]