Lennart Poettering [Wed, 2 Sep 2020 14:37:42 +0000 (16:37 +0200)]
user-record: don't refuse login when last pw change time is in the future
The RTC is like just off, it's a weird system state, let's continue
without requiring pw change.
Lennart Poettering [Wed, 2 Sep 2020 14:36:27 +0000 (16:36 +0200)]
homed: ignore ratelimiting counters when timestamp is from future
This likely indicates that the system clock is simply wrong, hence allow
access in this case.
Fixes: #15917
Lennart Poettering [Wed, 2 Sep 2020 14:35:22 +0000 (16:35 +0200)]
homed: don't block logins into accounts with future change time
This might happen if the system clock is wrong, and we should allow
access in this case (though certainly log about it).
Lennart Poettering [Mon, 21 Sep 2020 11:45:04 +0000 (13:45 +0200)]
Merge pull request #17101 from poettering/gpt-usr
add gpt types for /usr/, similar to how we have it for root partitions
Lennart Poettering [Thu, 17 Sep 2020 16:59:10 +0000 (18:59 +0200)]
update TODO
Lennart Poettering [Thu, 17 Sep 2020 16:57:27 +0000 (18:57 +0200)]
doc: document the new GPT partition type UUIDs
Lennart Poettering [Thu, 17 Sep 2020 16:00:26 +0000 (18:00 +0200)]
man: emphasize that part table shown by systemd-dissect is not complete
Lennart Poettering [Sat, 22 Aug 2020 10:21:51 +0000 (12:21 +0200)]
dissect-image: process /usr/ GPT partition type
Lennart Poettering [Sat, 22 Aug 2020 10:23:01 +0000 (12:23 +0200)]
gpt: add new GPT partition types of /usr partitions
Zbigniew Jędrzejewski-Szmek [Sat, 19 Sep 2020 16:17:56 +0000 (18:17 +0200)]
Merge pull request #17100 from poettering/homed-fixes
various homed fixes
Lennart Poettering [Fri, 18 Sep 2020 20:27:36 +0000 (22:27 +0200)]
mkosi: include libfido2 binary package in mkosi manually for now
As long as the RPM version does not include a dep for it yet, we need to
add it manually, since we now link against it.
Follow-up for:
95f7ab2fe66cc3bb3a95eb8690114732eab30555
Zbigniew Jędrzejewski-Szmek [Sat, 19 Sep 2020 16:05:59 +0000 (18:05 +0200)]
Merge pull request #17102 from weblate/weblate-systemd-master
Translations update from Weblate
Oğuz Ersen [Sat, 19 Sep 2020 12:22:13 +0000 (14:22 +0200)]
Translated using Weblate (Turkish)
Currently translated at 100.0% (133 of 133 strings)
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/tr/
Translation: systemd/master
scootergrisen [Sat, 19 Sep 2020 12:22:13 +0000 (14:22 +0200)]
Translated using Weblate (Danish)
Currently translated at 100.0% (187 of 187 strings)
Translated using Weblate (Danish)
Currently translated at 100.0% (187 of 187 strings)
Translated using Weblate (Danish)
Currently translated at 95.7% (179 of 187 strings)
Translated using Weblate (Danish)
Currently translated at 78.6% (147 of 187 strings)
Co-authored-by: scootergrisen <scootergrisen@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/da/
Translation: systemd/master
Anita Zhang [Fri, 18 Sep 2020 21:26:14 +0000 (14:26 -0700)]
Merge pull request #17082 from poettering/nspawn-ctty-tweaks
nspawn controlling tty tweaks
Lennart Poettering [Fri, 18 Sep 2020 20:01:49 +0000 (22:01 +0200)]
units: pass CAP_SYS_RESOURCE to homed
The ext4 fs resize ioctl needs CAP_SYS_RESOURCE, irritatingly. Let's
grant it to homed hence.
Fixes: #15115
Lennart Poettering [Fri, 18 Sep 2020 17:37:05 +0000 (19:37 +0200)]
homed: make clean that --storage=directory --image-path=/dev/some-block-device is not supported
The directory backend needs a file system path, and not a raw block
device. That's only supported for the LUKS2 backend.
Let's make this clearer in the man page and also generate a better error
message if attempted anyway.
Fixes: #17068
Lennart Poettering [Fri, 18 Sep 2020 16:53:12 +0000 (18:53 +0200)]
homed: make sure our worker processes finish before we exit
When exiting, let's explicitly wait for our worker processes to finish
first. That's useful if unmounting of /home/ is scheduled to happen
right after homed is down, as we then can be sure that the home
directories are properly unmounted and detached by the time homed is
fully terminated (otherwise it might happen that our worker gets killed
by the service manager, thus leaving the home directory and its backing
devices up/left for auto-clean which might be async).
Likely fixes #16842
Lennart Poettering [Fri, 18 Sep 2020 15:55:51 +0000 (17:55 +0200)]
homed: make it easier to run multiple instances of homed
When debugging homed while being logged into a user account manged by
homed it is a good idea to be able to run a second copy of homed. In
order to not collide with its AF_UNIX socket and bus name use, let's add
a new env var $SYSTEMD_HOME_DEBUG_SUFFIX, when set the busnames/socket
names are suffixed by it. When setting this while debugging one can
invoke an additional copy without interfering with the host one.
Lennart Poettering [Fri, 18 Sep 2020 15:55:27 +0000 (17:55 +0200)]
homed-bus: add missing spdx header
Lennart Poettering [Fri, 18 Sep 2020 20:26:50 +0000 (22:26 +0200)]
update TODO
Lennart Poettering [Fri, 18 Sep 2020 17:46:08 +0000 (19:46 +0200)]
Merge pull request #16981 from keszybz/use-crypt_ra
Use crypt_ra to allocate scratch area for password hashing
Mitsuha_QuQ [Fri, 18 Sep 2020 01:33:31 +0000 (09:33 +0800)]
Update 60-sensor.hwdb
Removed the blank
Mitsuha_QuQ [Thu, 17 Sep 2020 14:56:00 +0000 (22:56 +0800)]
Update 60-sensor.hwdb
Add Cube KNote 5 ACCEL matrix
Yu Watanabe [Tue, 1 Oct 2019 15:22:58 +0000 (00:22 +0900)]
test: add test cases for RuntimeDirectoryPreserve=yes
Zbigniew Jędrzejewski-Szmek [Fri, 18 Sep 2020 11:06:44 +0000 (13:06 +0200)]
Merge pull request #17085 from yuwata/network-configure-mdb-entries-on-bridge-master
network: allow to configure mdb entries on bridge master
Renaud Métrich [Fri, 18 Sep 2020 06:58:52 +0000 (08:58 +0200)]
socket: unified documentation for Accept to use 'yes/no' everywhere
Lennart Poettering [Fri, 18 Sep 2020 08:14:09 +0000 (10:14 +0200)]
Merge pull request #17092 from keszybz/libtool-excorcism
Libtool excorcism
Lennart Poettering [Fri, 18 Sep 2020 08:13:31 +0000 (10:13 +0200)]
Merge pull request #17093 from poettering/dissect-tweaks2
dissect: some more tweaks
Yu Watanabe [Thu, 17 Sep 2020 18:50:02 +0000 (03:50 +0900)]
Merge pull request #15050 from ssahani/fq-pie
network: tc: add support for FQ-PIE packet scheduler
Lennart Poettering [Thu, 17 Sep 2020 15:52:00 +0000 (17:52 +0200)]
dissect: show partition output even if os-release is missing
It's just too useful to immediately see with "systemd-dissect" what
"systemd-repart" generated for us without having to populate it with
/etc/os-release. Hence let's log a message if /etc/os-release is
missing, but proceed otherwise and show the partition table.
Lennart Poettering [Thu, 17 Sep 2020 14:56:09 +0000 (16:56 +0200)]
dissect: use structured initialization, it's prettier
Lennart Poettering [Thu, 17 Sep 2020 15:24:33 +0000 (17:24 +0200)]
dissect: is_loop_device() returns negative on error, don't mistake that is true
Lennart Poettering [Thu, 17 Sep 2020 15:32:34 +0000 (17:32 +0200)]
dissect: always invalidate secondary arch partitions if we found primary arch
Let's suppress the secondary arch data, since we never ever want to
mount it if we found the primary arch.
Previously we only suppressed in the Verity case, but there's little
reason to entertain the idea of a secondary arch in non-Verity
environments either, we are not going to use them, and should not do
decryption or anything like that.
Lennart Poettering [Thu, 17 Sep 2020 15:27:48 +0000 (17:27 +0200)]
dissect: three trivial fixes
Uppercase first char of log message, and indicate correct program name.
Reindent comment table at one place.
Use correct, specific, enum type at one more place.
Zbigniew Jędrzejewski-Szmek [Thu, 17 Sep 2020 13:51:34 +0000 (15:51 +0200)]
mkosi: update rules in mkosi.default.networkd-test boot
We need to include ninja-build in the packages list because meson doesn't
depend on it (because it supports other backends too).
Also drop xz-devel, it's not crucial for the test.
ErrantSpore [Thu, 17 Sep 2020 14:52:52 +0000 (08:52 -0600)]
hwdb: Chuwi Hi12 (#17042)
Different bios version includes different pn. Submitted change fixed my inverted screen after reboot.
I've stepped back to the bios version 5.11 28.04.2016 in an attempt to troubleshoot Windows Hello locking the sign
in on reboot. The screen again rotated, but 90 degrees to the right. I created a new hwdb line to resolve that issue. The bios version changes the dmi string including the svn and pn.
Lennart Poettering [Thu, 17 Sep 2020 14:26:14 +0000 (16:26 +0200)]
nspawn: add --console=autopipe mode
By default we'll run a container in --console=interactive and
--console=read-only mode depending if we are invoked on a tty or not so
that the container always gets a /dev/console allocated, i.e is always
suitable to run a full init system /as those typically expect a
/dev/console to exist).
With the new --console=autopipe mode we do something similar, but
slightly different: when not invoked on a tty we'll use --console=pipe.
This means, if you invoke some tool in a container with this you'll get
full inetractivity if you invoke it on a tty but things will also be
very nicely pipeable. OTOH you cannot invoke a full init system like
this, because you might or might not become a /dev/console this way...
Prompted-by: #17070
(I named this "autopipe" rather than "auto" or so, since the default
mode probably should be named "auto" one day if we add a name for it,
and this is so similar to "auto" except that it uses pipes in the
non-tty case).
Lennart Poettering [Wed, 16 Sep 2020 20:34:43 +0000 (22:34 +0200)]
nspawn: don't become TTY controller just to undo it later again
Instead of first becoming a controlling process of the payload pty
as side effect of opening it (without O_NOCTTY), and then possibly
dropping it again, let's do it cleanly an reverse the logic: let's open
the pty without becoming its controller first. Only after everything
went the way we wanted it to go become the controller explicitly.
This has the benefit that the PID 1 stub process we run (as effect of
--as-pid2) doesn't have to lose the tty explicitly, but can just
continue running with things. And we explicitly make the tty controlling
right before invoking actual payload.
In order to make sure everything works as expected validate that the
stub PID 1 in the container really has no conrolling tty by issuing the
TIOCNOTTY tty and expecting ENOTTY, and log about it.
This shouldn't change behaviour much, it just makes thins a bit cleaner,
in particular as we'll not trigger SIGHUP on ourselves (since we are
controller and session leader) due to TIOCNOTTY which we then have to
explicitly ignore.
Lennart Poettering [Wed, 16 Sep 2020 20:16:10 +0000 (22:16 +0200)]
nspawn: fix fd leak on failure path
Lennart Poettering [Wed, 16 Sep 2020 20:12:29 +0000 (22:12 +0200)]
nspawn: print log notice when we are invoked from a tty but in "pipe" mode
If people do this then things are weird, and they should probably use
--console=interactive (i.e. the default) instead.
Prompted-by: #17070
Lennart Poettering [Wed, 16 Sep 2020 20:11:48 +0000 (22:11 +0200)]
nspawn: check return of setsid()
Let's verify that everything works the way we expect it to work, hence
check setsid() return code.
Milo Casagrande [Tue, 15 Sep 2020 08:29:26 +0000 (10:29 +0200)]
Translated using Weblate (Italian)
Currently translated at 100.0% (187 of 187 strings)
Co-authored-by: Milo Casagrande <milo@milo.name>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/it/
Translation: systemd/master
Yu Watanabe [Thu, 17 Sep 2020 11:51:15 +0000 (20:51 +0900)]
po: update Japanese translation
Zbigniew Jędrzejewski-Szmek [Thu, 17 Sep 2020 13:50:59 +0000 (15:50 +0200)]
mkosi: stop pulling in libtool
Not useful since
72cdb3e783.
Lennart Poettering [Tue, 15 Sep 2020 20:09:08 +0000 (22:09 +0200)]
dissect: wrap verity settings in new VeritySettings structure
Just some refactoring: let's place the various verity related parameters
in a common structure, and pass that around instead of the individual
parameters.
Also, let's load the PKCS#7 signature data when finding metadata
right-away, instead of delaying this until we need it. In all cases we
call this there's not much time difference between the metdata finding
and the loading, hence this simplifies things and makes sure root hash
data and its signature is now always acquired together.
Yu Watanabe [Thu, 17 Sep 2020 11:34:15 +0000 (20:34 +0900)]
Merge pull request #16929 from ssahani/network-bare-udp
network: introduce Bare UDP Tunnelling
Yu Watanabe [Thu, 17 Sep 2020 11:33:14 +0000 (20:33 +0900)]
Merge pull request #17073 from ssahani/vxlan
network: Allow vxlan to be created without .network file
Yu Watanabe [Thu, 17 Sep 2020 05:32:03 +0000 (14:32 +0900)]
test-network: add test for bridge MDB entries on bridge master
Yu Watanabe [Thu, 17 Sep 2020 09:02:09 +0000 (18:02 +0900)]
network: old kernel may not support to configure bridge MDB entries on bridge master
Yu Watanabe [Thu, 17 Sep 2020 05:09:17 +0000 (14:09 +0900)]
network: allow to configure bridge MDB entries on bridge master
Yu Watanabe [Thu, 17 Sep 2020 08:18:48 +0000 (17:18 +0900)]
test-network: add tests for FQ-PIE
Yu Watanabe [Thu, 17 Sep 2020 08:16:49 +0000 (17:16 +0900)]
network: tc: refuse to set 0 for FlowQueuePIE.PacketLimit=
Peter Hutterer [Thu, 17 Sep 2020 03:06:19 +0000 (13:06 +1000)]
udev: if a tablet has BTN_0, label it as ID_INPUT_TABLET_PAD
Graphics tablet devices comprise multiple event nodes, usually a Pen, Finger
and Pad node (that's how the kernel postfixes them). Pen and Pad are labeled
as ID_INPUT_TABLET but the pad doesn't actually send stylus events - it
doesn't usually have BTN_TOOL_PEN, merely BTN_STYLUS.
For the last several years, libwacom has set ID_INPUT_TABLET_PAD for all pad
devices known to it based on vid/pid and a "* Pad" name match. That does not
cover devices not in libwacom. libinput relies on ID_INPUT_TABLET_PAD to
initialize the pad backend.
We can't drop ID_INPUT_TABLET without breaking userspace, but we can add
ID_INPUT_TABLET_PAD ourselves - where a device has BTN_0 in addition to
BTN_STYLUS, let's add it as a pad.
There are some devices (notably: bamboos) that use BTN_LEFT instead of BTN_0
but they are relatively rare and there's a risk of mislabeling those devices,
so let's just stick with BTN_0 only.
Susant Sahani [Mon, 9 Mar 2020 13:03:49 +0000 (14:03 +0100)]
network: TC - introduce fq pie
see https://patchwork.ozlabs.org/patch/
1233253/
Susant Sahani [Mon, 9 Mar 2020 13:03:08 +0000 (14:03 +0100)]
sd-netlink: add fq pie options
Yu Watanabe [Thu, 17 Sep 2020 06:31:54 +0000 (15:31 +0900)]
test-network: add tests for BareUDP netdev
masmullin2000 [Thu, 17 Sep 2020 07:07:03 +0000 (03:07 -0400)]
Fix compilation without libcryptsetup (#17071)
Yu Watanabe [Thu, 17 Sep 2020 06:58:41 +0000 (15:58 +0900)]
test-network: add test for Independent= for vxlan
Susant Sahani [Wed, 16 Sep 2020 01:03:30 +0000 (01:03 +0000)]
network: Allow vxlan to be created without .network file
Yu Watanabe [Thu, 17 Sep 2020 06:18:18 +0000 (15:18 +0900)]
network: refuse to configure IPv4LL for bareudp netdev
Susant Sahani [Mon, 14 Sep 2020 03:43:55 +0000 (03:43 +0000)]
network: Introduce bare UDP
Susant Sahani [Mon, 14 Sep 2020 03:42:35 +0000 (03:42 +0000)]
sd-netlink: Add support for bare UDP
Yu Watanabe [Thu, 17 Sep 2020 05:51:09 +0000 (14:51 +0900)]
util: update kernel headers (v5.9-rc5)
Yu Watanabe [Thu, 17 Sep 2020 05:49:47 +0000 (14:49 +0900)]
util: wireguard is merged into upstream kernel
Yu Watanabe [Thu, 17 Sep 2020 04:52:44 +0000 (13:52 +0900)]
Merge pull request #17059 from yuwata/network-mdb-follow-ups
network: follow ups for bridge MDB support
Anita Zhang [Wed, 16 Sep 2020 23:58:19 +0000 (16:58 -0700)]
Merge pull request #17080 from poettering/repart-umask-fix
repart: don't mark image files generated with --empty=create executable
Zbigniew Jędrzejewski-Szmek [Wed, 16 Sep 2020 20:59:53 +0000 (22:59 +0200)]
Merge pull request #17067 from keszybz/rc-local-path
Expose the path to rc.local in the man page
Lennart Poettering [Wed, 16 Sep 2020 15:51:25 +0000 (17:51 +0200)]
repart: don't mark image files generated with --empty=create executable
Lennart Poettering [Wed, 16 Sep 2020 16:42:12 +0000 (18:42 +0200)]
Merge pull request #17076 from poettering/dissect-cleanup
minor cleanups to the dissector code
Topi Miettinen [Wed, 16 Sep 2020 11:09:55 +0000 (14:09 +0300)]
test-execute: kill Waldo and Quux
Retire /var/lib{,/private}/{quux,waldo} after they have served their purpose.
Yu Watanabe [Tue, 15 Sep 2020 07:28:09 +0000 (16:28 +0900)]
test-network: add test for [BridgeMDB] section
Yu Watanabe [Tue, 15 Sep 2020 07:27:24 +0000 (16:27 +0900)]
network: add debug message for configuring MDB entries
Yu Watanabe [Tue, 15 Sep 2020 07:20:36 +0000 (16:20 +0900)]
network: configure bridge MDB entries after bridge has carrier
Yu Watanabe [Tue, 15 Sep 2020 07:07:45 +0000 (16:07 +0900)]
network: drop [BridgeMDB] entries if Bridge= is not set
Yu Watanabe [Tue, 15 Sep 2020 06:37:25 +0000 (15:37 +0900)]
network: check MulticastGroupAddress= is neither a local multicast address nor all nodes address
Yu Watanabe [Tue, 15 Sep 2020 06:34:22 +0000 (15:34 +0900)]
in-addr-util: introduce in4_addr_is_local_multicast()
Yu Watanabe [Tue, 15 Sep 2020 06:33:56 +0000 (15:33 +0900)]
in-addr-util: introduce in6_addr_is_link_local_all_nodes()
Yu Watanabe [Tue, 15 Sep 2020 07:40:34 +0000 (16:40 +0900)]
network: drop unnecessary headers
Yu Watanabe [Tue, 15 Sep 2020 07:34:23 +0000 (16:34 +0900)]
network: move functions in networkd-mdb.c
Yu Watanabe [Wed, 16 Sep 2020 15:02:08 +0000 (00:02 +0900)]
Merge pull request #17066 from keszybz/allow-loopback-addresses
Allow loopback addresses
Lennart Poettering [Wed, 16 Sep 2020 15:01:44 +0000 (17:01 +0200)]
Merge pull request #16675 from topimiettinen/exec-syscall-error-action
SystemCallFilter, SystemCallErrorAction error actions kill and log
Zbigniew Jędrzejewski-Szmek [Wed, 16 Sep 2020 08:01:13 +0000 (10:01 +0200)]
man: reorder autogenerated dbus api lists
3e5f04bf6468fcb79c080f02b0eab08f258bff0c was trying to do the right thing, but
the resulting list does not match the autogenerated order (which is the same as
the order in vtable definition). I assume the addition was done manually. Fix
the order so that dbus-docs-fresh test is not unhappy.
Lennart Poettering [Wed, 16 Sep 2020 14:31:00 +0000 (16:31 +0200)]
gpt: move GPT_LINUX_GENERIC definition next to the user GPT partition types
No code changes, just some reordering.
Lennart Poettering [Tue, 15 Sep 2020 16:02:28 +0000 (18:02 +0200)]
dissect: introduce PartitionDesignator as real type
Lennart Poettering [Tue, 15 Sep 2020 16:02:28 +0000 (18:02 +0200)]
dissect: rename mount_options_from_part() → mount_options_from_designator()
After all, it actually takes a designator argument, not a partition
index or so.
Zbigniew Jędrzejewski-Szmek [Tue, 15 Sep 2020 15:56:32 +0000 (17:56 +0200)]
man: substitute path to rc.local in the man page
Different systems use different paths for it and users are confused when the
man page has a path different than the one on the local system.
https://bugzilla.redhat.com/show_bug.cgi?id=
1876905
Lennart Poettering [Tue, 15 Sep 2020 15:53:32 +0000 (17:53 +0200)]
test: remove test-dissect-image
It does pretty much exactly what systemd-dissect does and is a manual
test, hence let's remove it as redundant code.
Zbigniew Jędrzejewski-Szmek [Tue, 15 Sep 2020 15:44:26 +0000 (17:44 +0200)]
meson: RC_LOCAL_SCRIPT_PATH_START to RC_LOCAL_PATH
RC_LOCAL_SCRIPT_PATH_START and RC_LOCAL_SCRIPT_PATH_STOP were was originally
added in the conversion to meson based on the autotools name. In
44508946534eee032927c263b79464832656dd6e RC_LOCAL_SCRIPT_PATH_STOP was dropped.
We don't need to use such a long name.
Zbigniew Jędrzejewski-Szmek [Tue, 15 Sep 2020 12:52:47 +0000 (14:52 +0200)]
socket-proxy: allow localhost addresses
With this change, only manager_connect() in timesync.d uses AI_ADDRCONFIG. There
we are connecting to a remove server, so the flag is appropriate.
Zbigniew Jędrzejewski-Szmek [Tue, 15 Sep 2020 12:49:36 +0000 (14:49 +0200)]
sd-bus: allow localhost addresses
By settings AI_ADDRCONFIG in hints we cannot for example resolve "localhost"
when the local machine only has a loopback interface. This seems like an
unnecessary restriction, drop it.
Inspired by https://bugzilla.redhat.com/show_bug.cgi?id=
1839007.
Franck Bui [Tue, 15 Sep 2020 09:49:09 +0000 (11:49 +0200)]
fstab-generator: add 'nofail' when NFS 'bg' option is used
Otherwise a 'Before=remote-fs.target' dependency is added to the mount unit
which defeats the purpose of 'bg' option.
Lennart Poettering [Mon, 14 Sep 2020 16:18:27 +0000 (18:18 +0200)]
tests: try to allocate a delegated scope unit for our cgroup tests
Prompted-by: #16632
Topi Miettinen [Sun, 30 Aug 2020 18:56:13 +0000 (21:56 +0300)]
exec: SystemCallLog= directive
With new directive SystemCallLog= it's possible to list system calls to be
logged. This can be used for auditing or temporarily when constructing system
call filters.
---
v5: drop intermediary, update HASHMAP_FOREACH_KEY() use
v4: skip useless debug messages, actually parse directive
v3: don't declare unused variables with old libseccomp
v2: fix build without seccomp or old libseccomp
Topi Miettinen [Wed, 5 Aug 2020 13:31:26 +0000 (16:31 +0300)]
exec: Add kill action to system call filters
Define explicit action "kill" for SystemCallErrorNumber=.
In addition to errno code, allow specifying "kill" as action for
SystemCallFilter=.
---
v7: seccomp_parse_errno_or_action() returns -EINVAL if !HAVE_SECCOMP
v6: use streq_ptr(), let errno_to_name() handle bad values, kill processes,
init syscall_errno
v5: actually use seccomp_errno_or_action_to_string(), don't fail bus unit
parsing without seccomp
v4: fix build without seccomp
v3: drop log action
v2: action -> number
Zbigniew Jędrzejewski-Szmek [Tue, 15 Sep 2020 07:30:39 +0000 (09:30 +0200)]
test-libcrypt-util: before doing anything check what methods are available
On centos7 ci:
--- test-libcrypt-util begin ---
Found container virtualization none.
/* test_hash_password */
ew3bU1.hoKk4o: yes
$1$gc5rWpTB$wK1aul1PyBn9AX1z93stk1: no
$2b$12$BlqcGkB/7BFvNMXKGxDea.5/8D6FTny.cbNcHW/tqcrcyo6ZJd8u2: no
$5$lGhDrcrao9zb5oIK$05KlOVG3ocknx/ThreqXE/gk.XzFFBMTksc4t2CPDUD: no
$6$c7wB/3GiRk0VHf7e$zXJ7hN0aLZapE.iO4mn/oHu6.prsXTUG/5k1AxpgR85ELolyAcaIGRgzfwJs3isTChMDBjnthZyaMCfCNxo9I.: no
$y$j9T$$9cKOWsAm4m97WiYk61lPPibZpy3oaGPIbsL4koRe/XD: no
Zbigniew Jędrzejewski-Szmek [Tue, 15 Sep 2020 07:18:31 +0000 (09:18 +0200)]
test-libcrypt-util: skip test on ppc64 with no xcrypt
I'm tired of trying to figure this out.
Zbigniew Jędrzejewski-Szmek [Fri, 11 Sep 2020 06:27:43 +0000 (08:27 +0200)]
shared/libcrypt-util: do not refuse passwords if some other hash is unsupported
Zbigniew Jędrzejewski-Szmek [Thu, 10 Sep 2020 16:30:22 +0000 (18:30 +0200)]
shared/libcrypt-util: add fallback for crypt_ra()
Following the style in missing_syscall.h, we use a non-conflicting name
for the function and use a macro to map to the real name to the replacement.
Zbigniew Jędrzejewski-Szmek [Thu, 10 Sep 2020 16:21:41 +0000 (18:21 +0200)]
Check for crypt_gensalt_ra() instead of relying on libxcrypt presence
Since the loop to check various xcrypt functions is already in place,
adding one more is cheap. And it is nicer to check for the function
directly. People like to backport things, so we might get lucky even
without having libxcrypt.