Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-23 | Beginnings of handling suspend/etc within logind | Andy Wingo | |
Since we are catching the keys, we might as well just do suspend/reboot/etc handling here. | |||
2015-08-23 | Remove unused manager routines | Andy Wingo | |
Remove routines to call into systemd to manage jobs and units. | |||
2015-08-23 | logind.c cleanup | Andy Wingo | |
* src/login/logind.c: Remove unused vcsa dispatch function. Add mkdir_label header. Don't mkdir /run/systemd; we require that it be mounted over ramfs or tmpfs. | |||
2015-08-23 | Remove systemd subscription and user/session units | Andy Wingo | |
This removes attempts by logind to listen to systemd messages over the bus, and to start and/or manage units associated with sessions and users. | |||
2015-08-23 | Remove support for auto-spawning VTs | Andy Wingo | |
Auto-spawning VTs requires systemd in practice. If you're using systemd you can just use its logind :) | |||
2015-08-20 | Actually working with pamelogind/v219.5 | Andy 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-20 | Don't try to set up cgroups for new userselogind/v219.4 | Andy Wingo | |
* src/login/logind-session.c (session_start): Punt on setting up a scope. | |||
2015-08-20 | Create /run/systemd as neededelogind/v219.3 | Andy Wingo | |
* src/login/logind.c (main): Also create /run/systemd at startup. * configure.ac: Bump to 219.3. | |||
2015-08-19 | Play better with non-FHS distroselogind/v219.2 | Andy 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-19 | Remove sd-path interface | Andy 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-18 | Fix logind startup | Andy 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-16 | Remove sd_is_mq | Andy 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-15 | Rename systemd-logind to logind. | Ricardo Wurmus | |
2015-08-15 | Rename PAM configuration file. | Ricardo Wurmus | |
2015-08-15 | Ignore generated libelogind files. | Ricardo Wurmus | |
2015-08-15 | rename libsystemd*.pc.in to libelogind*.pc.in | Ricardo Wurmus | |
2015-04-20 | Remove unused and invalid udev definitions | Andy Wingo | |
These definitions were not valid when compiling against eudev. | |||
2015-04-19 | Get rid of some more unused defines and dirs | Andy Wingo | |
2015-04-19 | Remove TTY_GID checks | Andy Wingo | |
2015-04-19 | Remove EFI support | Andy Wingo | |
2015-04-19 | Remove libidn checks/support | Andy Wingo | |
2015-04-19 | Remove gnutls check | Andy Wingo | |
2015-04-19 | Remove libcryptsetup support | Andy Wingo | |
2015-04-19 | Remove elfutils checks | Andy Wingo | |
2015-04-19 | Remove libaudit support | Andy Wingo | |
2015-04-19 | Remove gcrypt checks | Andy Wingo | |
2015-04-19 | Remove compression support | Andy Wingo | |
2015-04-19 | Remove IMA support | Andy Wingo | |
2015-04-19 | Remove kmod support | Andy Wingo | |
2015-04-19 | Remove quotaon/quotacheck checks | Andy Wingo | |
2015-04-19 | Remove src/vconsole | Andy Wingo | |
2015-04-19 | Remove src/user-sessions | Andy Wingo | |
2015-04-19 | Remove src/update-done | Andy Wingo | |
2015-04-19 | Remove src/udev | Andy Wingo | |
2015-04-19 | Remove src/tty-ask-password-agent | Andy Wingo | |
2015-04-19 | Remove src/tmpfiles | Andy Wingo | |
2015-04-19 | Remove src/timesync | Andy Wingo | |
2015-04-19 | Remove src/timedate | Andy Wingo | |
2015-04-19 | Remove src/test | Andy Wingo | |
2015-04-19 | Remove src/sysv-generator | Andy Wingo | |
2015-04-19 | Remove src/sysusers | Andy Wingo | |
2015-04-19 | Remove src/system-update-generator | Andy Wingo | |
2015-04-19 | Remove src/systemctl | Andy Wingo | |
2015-04-19 | Remove src/sysctl | Andy Wingo | |
2015-04-19 | Remove src/socket-proxy | Andy Wingo | |
2015-04-19 | Remove src/sleep | Andy Wingo | |
2015-04-19 | Remove src/shutdownd | Andy Wingo | |
2015-04-19 | Remove src/run | Andy Wingo | |
2015-04-19 | Remove src/rfkill | Andy Wingo | |
2015-04-19 | Remove src/resolve-host | Andy Wingo | |