Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-02 | selinux: rework selinux access check logic | Lennart Poettering | |
a) Instead of parsing the bus messages inside of selinux-access.c simply pass everything pre-parsed in the functions b) implement the access checking with a macro that resolves to nothing on non-selinux builds c) split out the selinux checks into their own sources selinux-util.[ch] d) this unifies the job creation code behind the D-Bus calls Manager.StartUnit() and Unit.Start(). | |||
2012-09-19 | systemctl: use automatic cleanup | Zbigniew Jędrzejewski-Szmek | |
Introduce a helper method to unref dbus messages and use it. | |||
2012-09-17 | build-sys: __secure_getenv lost dunder in libc 2.17 | Zbigniew Jędrzejewski-Szmek | |
2012-09-14 | systemctl: show unit name when a job fails | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=845028 https://bugzilla.redhat.com/show_bug.cgi?id=846483 | |||
2012-09-10 | dbus: minor coding style fixes | Lennart Poettering | |
2012-09-03 | shared: in code that might get called from suid programs use ↵ | Lennart Poettering | |
__secure_getenv() rather than getenv() It's better to be safe than sorry. | |||
2012-08-10 | systemctl: fix issue with systemctl daemon-reexec | Simon Peeters | |
2012-08-08 | move bus_method_call_with_reply() to dbus-common | Simon Peeters | |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden | |
also a number of minor fixups and bug fixes: spelling, oom errors that didn't print errors, not properly forwarding error codes, few more consistency issues, et cetera | |||
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden | |
glibc/glib both use "out of memory" consistantly so maybe we should consider that instead of this. Eliminates one string out of a number of binaries. Also fixes extra newline in udev/scsi_id | |||
2012-07-17 | execute: support syscall filtering using seccomp filters | Lennart Poettering | |
2012-07-16 | Spelling fixes. | Ville Skyttä | |
2012-05-05 | logind: implement delay inhibitor locks in addition to block inhibitor locks | Lennart Poettering | |
This is useful to allow applications to synchronously save data before the system is suspended or shut down. | |||
2012-04-16 | logind: add shutdown/suspend/idle inhibition framework | Lennart Poettering | |
2012-04-13 | watchdog: make watchdog dbus properties writable | Lennart Poettering | |
2012-04-13 | dbus: automatically send out changed events for properties written to | Lennart Poettering | |
2012-04-12 | move more common files to shared/ and add them to shared.la | Kay Sievers | |