History log of /sssd/src/external/systemd.m4
Revision Date Author Comments Expand
96a624877512ac352736047023b65b8688039ae1 29-Jun-2016 Lukas Slebodnik <lslebodn@redhat.com>

BUILD: Detect libsystemd-daemon or libsystemd Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

7b308bfdac1f6cdc08502d69d49682a1f9aefe06 29-Jun-2016 Lukas Slebodnik <lslebodn@redhat.com>

BUILD: Fix detection of systemd The macro AM_COND_IF must be called after AM_CONDITIONAL Otherwise it will consider that condition is true. As a result of this the header file config.h had defined macro HAVE_SYSTEMD on all platforms Our macro AM_CHECK_SYSTEMD was removed becuase it was needed in src/external/systemd.m4 and should not be invoked later in configure.ac Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

e157b9f6cb370e1b94bcac2044d26ad66d640fba 27-Jun-2016 Pavel Březina <pbrezina@redhat.com>

sssctl: new tool Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

cebf9d194dc99a1ef4acae3d63faa3eb65be695a 28-Jul-2015 Petr Cech <pcech@redhat.com>

BUILD: Repair dependecies on deprecated libraries Modules libsystemd-journal and libsystemd-login are deprecated and "libsystemd" should be used instead of them. Resolves: https://fedorahosted.org/sssd/ticket/2733 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

77c0d1f6074059dafd2293f9c42ea0f9d60f8aad 18-Sep-2013 Jakub Hrozek <jhrozek@redhat.com>

Add journald support

a21ccb89b573901abdc3bd921c1e6f2650450961 17-Sep-2013 Sumit Bose <sbose@redhat.com>

Do not set HAVE_SYSTEMD_LOGIN if libsystemd-login is not available Even if HAVE_SYSTEMD_LOGIN is set to 0 #ifdef will still see it as defined.

b49a7d90708e816120ff88ce5a88fa62b35ff795 16-Sep-2013 Simo Sorce <simo@redhat.com>

util: Use systemd-login to check user sessions Use systemd-lgin in preference to check if the user is logged in or not. Fall back to the old method if no systemd-login support is available at compile time or if it returns a fatal error, and can't determine the status of the user on its own. This will allow to consider a user really active (in order to reuse or refresh crdentials) only if it really is logged into the system, and not just if one of the user's processes is stuck around. Resolves: https://fedorahosted.org/sssd/ticket/2084

2a5790216f57e9bdfb2930d52860bb5300366536 12-Apr-2011 Jakub Hrozek <jhrozek@redhat.com>

Provide a configuration option to use systemd unit file https://fedorahosted.org/sssd/ticket/837