- Jan 24, 2020
-
-
Tomas Krizek authored
-
Tomas Krizek authored
This also fixes a build error with GCC 10 on fedora.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Journald was missing some error messages when kresd failed to start.
-
- Jan 23, 2020
-
-
Vladimír Čunát authored
Well, the part about giving semantics to nil actually decreases strictness.
-
- Jan 21, 2020
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
The preconfig is used to set distro-specific values to avoid messing with user config, in partciular: - binding to control sockets under systemd - setting default cache location
-
Tomas Krizek authored
-
- Jan 17, 2020
-
-
Vladimír Čunát authored
- reduce visibility in docs - add deprecation warnings (docs and stderr)
-
Vladimír Čunát authored
- consistent order of the options on the three places in parse_args() - drop remains of -m -k -K It didn't seem to cause any problems except confusion in $ kresd -k kresd: option requires an argument -- 'k'
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Unlink the unix address in case the file exists, e.g. from previous unclean run. Also attempt to create the directory for unix socket in case it doesn't exist.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Without support for socket activation, it no longer makes sense to let an ununsed socket pass without error.
-
Tomas Krizek authored
reuseaddr/reuseport and freebind only make sense for AF_INET, AF_INET6
-
Tomas Krizek authored
-
- Jan 15, 2020
-
-
There's only one backend and no other is even in long-term plans. There used to be some networked backend, but due to synchronous internal usage of cache these suffered from bad latency and were removed.
-
Tomas Krizek authored
- mention process management - describe privileges and capabilities which have to be configured - move garbage collector to this section, as is it enabled by default
-
Also remove extra headers for trust anchors and mode(), this is an implementation detail not important for users.
-
Tomas Krizek authored