summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-08-20Actually working with pamelogind/v219.5Andy Wingo
* src/login/logind-user.c (user_start): Don't start slices and systemd-user services. * src/login/logind-dbus.c (method_create_session): Send a reply directly instead of waiting on systemd that isn't there. * configure.ac: Bump version.
2015-08-20Don't try to set up cgroups for new userselogind/v219.4Andy Wingo
* src/login/logind-session.c (session_start): Punt on setting up a scope.
2015-08-20Create /run/systemd as neededelogind/v219.3Andy Wingo
* src/login/logind.c (main): Also create /run/systemd at startup. * configure.ac: Bump to 219.3.
2015-08-19Play better with non-FHS distroselogind/v219.2Andy Wingo
* Makefile.am: Remove rootprefix, rootbindir, and rootlibexecdir. udevrulesdir is substed from configure.ac. Adapt distcheck. * autogen.sh: Make more normal. * configure.ac: Add --with-udevrulesdir. Remove --with-rootprefix. Detect bin dir for udev.
2015-08-19Remove sd-path interfaceAndy Wingo
* src/libelogind/sd-path/sd-path.c: * src/systemd/sd-path.h: Remove files. These interfaces are not compatible with Guix. * Makefile.am: Adapt.
2015-08-18Fix logind startupAndy Wingo
* src/login/logind.c (manager_connect_bus): Warn instead of error if we can't subscribe to updates from systemd. Perhaps we should remove this entirely.
2015-08-16Remove sd_is_mqAndy Wingo
* src/systemd/sd-daemon.h: * src/libelogind/sd-daemon/sd-daemon.c (sd_is_mq): Remove unused function that depended on librt. Ultimately we should remove this header at some point.
2015-08-15Rename systemd-logind to logind.Ricardo Wurmus
2015-08-15Rename PAM configuration file.Ricardo Wurmus
2015-08-15Ignore generated libelogind files.Ricardo Wurmus
2015-08-15rename libsystemd*.pc.in to libelogind*.pc.inRicardo Wurmus
2015-04-20Remove unused and invalid udev definitionsAndy Wingo
These definitions were not valid when compiling against eudev.
2015-04-19Get rid of some more unused defines and dirsAndy Wingo
2015-04-19Remove TTY_GID checksAndy Wingo
2015-04-19Remove EFI supportAndy Wingo
2015-04-19Remove libidn checks/supportAndy Wingo
2015-04-19Remove gnutls checkAndy Wingo
2015-04-19Remove libcryptsetup supportAndy Wingo
2015-04-19Remove elfutils checksAndy Wingo
2015-04-19Remove libaudit supportAndy Wingo
2015-04-19Remove gcrypt checksAndy Wingo
2015-04-19Remove compression supportAndy Wingo
2015-04-19Remove IMA supportAndy Wingo
2015-04-19Remove kmod supportAndy Wingo
2015-04-19Remove quotaon/quotacheck checksAndy Wingo
2015-04-19Remove src/vconsoleAndy Wingo
2015-04-19Remove src/user-sessionsAndy Wingo
2015-04-19Remove src/update-doneAndy Wingo
2015-04-19Remove src/udevAndy Wingo
2015-04-19Remove src/tty-ask-password-agentAndy Wingo
2015-04-19Remove src/tmpfilesAndy Wingo
2015-04-19Remove src/timesyncAndy Wingo
2015-04-19Remove src/timedateAndy Wingo
2015-04-19Remove src/testAndy Wingo
2015-04-19Remove src/sysv-generatorAndy Wingo
2015-04-19Remove src/sysusersAndy Wingo
2015-04-19Remove src/system-update-generatorAndy Wingo
2015-04-19Remove src/systemctlAndy Wingo
2015-04-19Remove src/sysctlAndy Wingo
2015-04-19Remove src/socket-proxyAndy Wingo
2015-04-19Remove src/sleepAndy Wingo
2015-04-19Remove src/shutdowndAndy Wingo
2015-04-19Remove src/runAndy Wingo
2015-04-19Remove src/rfkillAndy Wingo
2015-04-19Remove src/resolve-hostAndy Wingo
2015-04-19Remove src/resolveAndy Wingo
2015-04-19Remove src/reply-passwordAndy Wingo
2015-04-19Remove src/remount-fsAndy Wingo
2015-04-19Remove src/rc-local-generatorAndy Wingo
2015-04-19Remove src/random-seedAndy Wingo