Age | Commit message (Expand) | Author |
2011-10-11 | util: properly detect what the last capability is | Lennart Poettering |
2011-08-30 | stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive | Lennart Poettering |
2011-08-20 | exec: optionally apply cgroup attributes to the cgroups we create | Lennart Poettering |
2011-08-02 | exec: introduce PrivateNetwork= process option to turn off network access to ... | Lennart Poettering |
2011-08-01 | execute: properly enforce group | Lennart Poettering |
2011-08-01 | umask: change default umask to 0022 just to be sure, and set it explicitly in... | Lennart Poettering |
2011-07-23 | util: make use of get_user_creds() and get_group_creds() wherever applicable | Lennart Poettering |
2011-07-23 | util: user parse_uid() wherever applicable | Lennart Poettering |
2011-07-01 | nspawn: Move the get_user_creds from execute.c to utils.c for later usage in ... | Michal Vyskocil |
2011-06-30 | execute: properly pass PAM environment to executed process | Lennart Poettering |
2011-06-30 | execute: fix PAM error checking | Lennart Poettering |
2011-06-30 | execute: invoke sigwait() in a loop when waiting for PAM parent, to avoid spu... | Lennart Poettering |
2011-06-30 | execute: don't invoke pam_setcred, since we are not running on a tty where th... | Lennart Poettering |
2011-06-30 | execute: do initgroups() first, pam initialization second so that it can stil... | Lennart Poettering |
2011-06-30 | exec: add ControlGroupModify= switch to allow changing access mode to cgroups fs | Lennart Poettering |
2011-06-28 | execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ... | Lennart Poettering |
2011-05-18 | exec: hangup/reset/deallocate VTs in gettys | Lennart Poettering |
2011-04-19 | execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by defau... | Lennart Poettering |
2011-04-12 | execute: don't fail if we cannot fix OOM in a container | Lennart Poettering |
2011-04-06 | service: fix units with more than one socket | Lennart Poettering |
2011-03-31 | log: fix shifting of facilities | Lennart Poettering |
2011-03-31 | src: our lord is coverity | Lennart Poettering |
2011-03-29 | exec: drop process group kill mode since it has little use and confuses the user | Lennart Poettering |
2011-03-18 | exec: properly apply capability bounding set, add inverted bounding sets | Lennart Poettering |
2011-03-17 | def: centralize definition of default timeout in one place | Lennart Poettering |
2011-03-14 | core: move abstract namespace sockets to /dev/.run | Lennart Poettering |
2011-03-04 | execute: load environment files at time of execution, not when we load the se... | Lennart Poettering |
2011-03-03 | kill: always send SIGCONT after SIGTERM | Lennart Poettering |
2011-02-28 | Spelling Corrections | Harald Hoyer |
2011-02-15 | execute: optionally forward program output to /dev/console in addition to sys... | Lennart Poettering |
2011-01-18 | execute: make sending of SIGKILL on shutdown optional | Lennart Poettering |
2011-01-06 | execute,util: fix two small memory leaks | Lennart Poettering |
2011-01-06 | execute: drop empty assignments from env blocks on execution but keep them ar... | Lennart Poettering |
2010-11-15 | exec: automatically determine right TERM= setting based on tty name | Lennart Poettering |
2010-10-22 | systemctl: introduce systemctl kill | Lennart Poettering |
2010-10-13 | unit: add minimal condition checker for unit startup | Lennart Poettering |
2010-10-08 | service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service | Lennart Poettering |
2010-10-07 | util: never use sizeof(sa_family_t) when calculating sockaddr sizes | Lennart Poettering |
2010-08-31 | exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface | Lennart Poettering |
2010-08-30 | exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERR | Lennart Poettering |
2010-08-20 | service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco... | Lennart Poettering |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering |
2010-08-11 | clang: fix numerous little issues found with clang-analyzer | Lennart Poettering |
2010-07-14 | socket: don't close sockets when activating per-connection units | Lennart Poettering |
2010-07-12 | execute: inherit from original input, not the fixed up | Lennart Poettering |
2010-07-12 | execute: reword comment | Lennart Poettering |
2010-07-12 | execute: close inherited fds earlier | Lennart Poettering |
2010-07-11 | execute: use right logger socket | Lennart Poettering |
2010-07-10 | execute: add ability to configure the kill signal | Lennart Poettering |
2010-07-08 | execute: support minimal environment variable replacement when executing proc... | Lennart Poettering |