Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-28 | label: generalize label_get_socket_label_from_exe() a bit | Lennart Poettering | |
2011-07-28 | dbus: the changes array might actually be NULL when ti is empty | Lennart Poettering | |
2011-07-28 | Remove a stray empty line | Michael Biebl | |
2011-07-28 | Don't show a warning message in non-enforcing mode. | Michael Biebl | |
If we fail to load the SELinux policy only log an error message in enforcing mode. | |||
2011-07-28 | Link against -lcap only where required | Michael Biebl | |
Don't put -lcap into LIBS as otherwise everything will be linked against it, like libsystemd-daemon, where this is not desired. | |||
2011-07-28 | logind: properly write user state files | Lennart Poettering | |
2011-07-27 | build-sys: move libsystemd-login to /lib, toosystemd/v31 | Lennart Poettering | |
2011-07-27 | selinux: also profile memory usage | Lennart Poettering | |
2011-07-27 | build-sys: fix make distcheck | Lennart Poettering | |
2011-07-27 | build-sys: prepare v31 | Lennart Poettering | |
2011-07-27 | update TODO | Lennart Poettering | |
2011-07-27 | update TODO | Lennart Poettering | |
2011-07-26 | pam: set XDG_SEAT and XDG_VTNR when logging in | Lennart Poettering | |
2011-07-26 | sd-login: add new call sd_seat_can_multi_session() | Lennart Poettering | |
2011-07-26 | logind: rename can_activate_sessions to can_multi_session | Lennart Poettering | |
2011-07-26 | udev: fix copy/paste error when applying sysctl to network devices | Lennart Poettering | |
2011-07-26 | pkgconfig: move library .pc files to libdir | Lennart Poettering | |
2011-07-25 | selinux: check PID 1 label instead of /selinux mount point to figure out if ↵ | Lennart Poettering | |
selinux is already initialized | |||
2011-07-25 | selinux: log how much time it takes to load the SELinux policy and database | Lennart Poettering | |
2011-07-25 | sysctl: apply network specific sysctls to each network card as they appear | Lennart Poettering | |
2011-07-25 | machine-id: be nice and generate compliant v4 UUIDs | Lennart Poettering | |
Newly generated machine IDs now qualify as randomized v4 UUIds. This is trivial to do and hopefully increases adoption of the ID for various purposes. | |||
2011-07-25 | seat: add another 'Plugable' device id | Kay Sievers | |
2011-07-25 | systemctl: hook up new install logic | Lennart Poettering | |
This adds a number of new options to systemctl, for presets, reenabling, masking/unmask, and runtime operations. | |||
2011-07-23 | nspawn: mount a new /proc instance in the container so that we don't see the ↵ | Lennart Poettering | |
hosts' PID tree This partially reverts f5c1b9eeb94c112e5dac09fc6a47c571356c30c0. | |||
2011-07-23 | systemctl: remove monitor command since it is mostly useless | Lennart Poettering | |
2011-07-23 | systemctl: split --help into multiple sections | Lennart Poettering | |
2011-07-23 | manager: add log control via RT signals | Lennart Poettering | |
2011-07-23 | bus: expose installer functions | Lennart Poettering | |
2011-07-23 | login: drop unused variables | Lennart Poettering | |
2011-07-23 | util: make use of get_user_creds() and get_group_creds() wherever applicable | Lennart Poettering | |
2011-07-23 | install: don't choke on dead links | Lennart Poettering | |
2011-07-23 | uaccess: port over to using sd-login | Lennart Poettering | |
2011-07-23 | lookup: fix NUL termination of search path array | Lennart Poettering | |
2011-07-23 | util: user parse_uid() wherever applicable | Lennart Poettering | |
2011-07-22 | sd-login: beef up login api, to add monitoring and enumerating | Lennart Poettering | |
2011-07-22 | shutdown: untabify | Lennart Poettering | |
2011-07-22 | shutdown: initialize the controlling terminal | Harald Hoyer | |
Thanks Kay Sievers! | |||
2011-07-22 | shutdown: remove close_nointr_nofail after make_stdio call | Harald Hoyer | |
make_stdio itsselves closes the fd already | |||
2011-07-22 | util: use readdir_r() instead of readdir() | Lennart Poettering | |
2011-07-22 | install: add new installer implementation | Lennart Poettering | |
This new installer will replace the current code of "systemctl enable" but also be available via D-Bus. It adds a couple of new features: - Mask/Unmask calls - Reenable call - Preset call - Support for enabling units temporarily (i.e. in /run/systemd instead of /etc/systemd) - Enumeration of installed units - Support for out-of-search-path units systemctl and D-Bus are not hooked up with this yet | |||
2011-07-22 | systemctl: fix indenting | Lennart Poettering | |
2011-07-22 | path-lookup: add both the configured and the fixed search paths in | Lennart Poettering | |
2011-07-22 | path-lookup: make inclusion of user private units optional | Lennart Poettering | |
2011-07-22 | update TODO | Lennart Poettering | |
2011-07-21 | fix hwclock_apply_localtime_delta() to properly handle negative TZ offset | Kay Sievers | |
Localtime may be a negative number, i.e. GMT-7. Fix based on a patch from Kelly Anderson <kelly@silka.with-linux.com>. | |||
2011-07-15 | sysctl: support multiple prefixes in a single invocation | Lennart Poettering | |
2011-07-15 | logind: enable PowerOff/Reboot calls | Lennart Poettering | |
2011-07-15 | update TODO | Lennart Poettering | |
2011-07-15 | distribute: src/libsystemd-*.sym | Kay Sievers | |
2011-07-15 | libsystemd-daemon: support installation in --with-rootlibdir | Kay Sievers | |