Age | Commit message (Expand) | Author |
2016-01-25 | core: normalize error handling a bit, in setup_pam() | Lennart Poettering |
2016-01-20 | systemd: remove dead code | Zbigniew Jędrzejewski-Szmek |
2016-01-13 | tree-wide: check if errno is greater than zero (2) | Zbigniew Jędrzejewski-Szmek |
2016-01-13 | tree-wide: check if errno is greater then zero | Zbigniew Jędrzejewski-Szmek |
2016-01-12 | capabilities: added support for ambient capabilities. | Ismo Puustinen |
2016-01-12 | capabilities: keep bounding set in non-inverted format. | Ismo Puustinen |
2015-11-30 | core: dump soft limits too | Evgeny Vereshchagin |
2015-11-27 | core:execute: fix fork() fail handling in exec_spawn() | lc85446 |
2015-11-27 | core: dump rlim_cur too | Evgeny Vereshchagin |
2015-11-11 | execute: Add new PassEnvironment= directive | Filipe Brandenburger |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out globbing related calls into glob-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out syslog-related calls into syslog-util.[ch] | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out resource limits related calls into rlimit-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-16 | core: dump RuntimeDirectories and RuntimeDirectoryMode too | Evgeny Vereshchagin |
2015-10-08 | util: do not reset terminal in acquire_terminal() | Lennart Poettering |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |
2015-10-07 | ask-password: add support for caching passwords in the kernel keyring | Lennart Poettering |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | Lennart Poettering |
2015-09-29 | core: allow setting WorkingDirectory= to the special value ~ | Lennart Poettering |
2015-09-23 | Merge pull request #1349 from dvdhrm/sync-pam | Lennart Poettering |
2015-09-23 | exec: move mac_smack_apply_pid() and setup_pam() to same condition block | Sangjung Woo |
2015-09-23 | exec: call setup_pam() after SMACK labeling | Sangjung Woo |
2015-09-23 | core: make setup_pam() synchronous | David Herrmann |
2015-09-21 | core: fix group ownership when Group is set | Ronny Chevalier |
2015-09-11 | execute: fix return type from write() | Lennart Poettering |
2015-09-11 | execute: invalidate idle pipe after use | Lennart Poettering |
2015-09-09 | tree-wide: take benefit of the fact that hashmap_free() returns NULL | Lennart Poettering |
2015-09-09 | tree-wide: make use of the fact that strv_free() returns NULL | Lennart Poettering |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value | Lennart Poettering |
2015-09-09 | tree-wide: don't do assignments within if checks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-08-24 | core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entries | Lennart Poettering |
2015-08-06 | execute: don't fail if we create the runtime directory from two processes sim... | Lennart Poettering |
2015-08-06 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-08-04 | core: set default process label only exec label is none | WaLyong Cho |
2015-07-06 | tree-wide: fix write_string_file() user that should not create files | Daniel Mack |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-06-22 | smack: add default smack process label config | WaLyong Cho |
2015-06-17 | turn kdbus support into a runtime option | Kay Sievers |
2015-06-17 | core: execute: fix regression in pam_setup() | Daniel Mack |