summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__Zbigniew Jędrzejewski-Szmek2018-03-068-43/+21
* basic/cgroup-util: remove unused variableZbigniew Jędrzejewski-Szmek2018-03-061-1/+0
* tmpfiles: don't resolve pathnames when traversing recursively through directo...Franck Bui2018-03-051-124/+239
* tmpfiles: fstat() works with fd opened with O_PATH since Linux 3.6Franck Bui2018-03-051-2/+2
* tmpfiles: make hardlink_vulnerable() argument constantFranck Bui2018-03-051-1/+1
* Merge pull request #8341 from yuwata/test-execute-ambientZbigniew Jędrzejewski-Szmek2018-03-051-21/+35
|\
| * test-execute: use CAP_CHOWN instead of CAP_NET_ADMINYu Watanabe2018-03-051-1/+1
| * test-execute: check capabilities before running testsYu Watanabe2018-03-051-0/+14
| * test-execute: change log level from error to noticeYu Watanabe2018-03-041-15/+15
| * test-execute: rename tests for AmbientCapabilities=Yu Watanabe2018-03-041-6/+6
* | Merge pull request #8345 from sourcejedi/logind_restart_is_sorely_lacking_in_...Zbigniew Jędrzejewski-Szmek2018-03-051-1/+2
|\ \
| * | login: remember that fds received from PID1 need to be removed eventuallyAlan Jenkins2018-03-031-0/+1
| * | login: fix FDNAME in call to sd_pid_notify_with_fds()Alan Jenkins2018-03-031-1/+1
* | | Merge pull request #8354 from keszybz/new-NEWSZbigniew Jędrzejewski-Szmek2018-03-052-4/+4
|\ \ \
| * | | basic/glob-util: do not use names with "_" prefixZbigniew Jędrzejewski-Szmek2018-03-052-4/+4
* | | | coredump: do not leak memory (#8352)Yu Watanabe2018-03-051-4/+1
* | | | fixed 3 occurences of 'Failed top open' (#8349)SjonHortensius2018-03-043-4/+4
| |_|/ |/| |
* | | Merge pull request #8314 from poettering/rearrange-stdioLennart Poettering2018-03-0217-215/+232
|\ \ \
| * | | fd-util: drop stdio_unset_cloexec(), it's not used anymoreLennart Poettering2018-03-022-7/+0
| * | | sd-bus: let's better not invade stdio territory when duplicating fdsLennart Poettering2018-03-021-2/+2
| * | | tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering2018-03-0211-168/+38
| * | | terminal-util: port some generic code over to rearrange_stdio()Lennart Poettering2018-03-023-38/+6
| * | | fd-util: add new call rearrange_stdio()Lennart Poettering2018-03-023-0/+186
* | | | Merge pull request #8336 from poettering/coccinelle-reallocarrayLennart Poettering2018-03-0217-40/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | coccinelle: similar to reallocarray() let's also systematically use malloc_mu...Lennart Poettering2018-03-022-2/+2
| * | | coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-0215-37/+36
| * | | resolve-tool: use reallocarray() where appropriateLennart Poettering2018-03-021-1/+1
* | | | Merge pull request #8337 from poettering/resolve-fixesZbigniew Jędrzejewski-Szmek2018-03-022-13/+18
|\ \ \ \
| * | | | resolved: debug log about resolv.conf lines we don't grokLennart Poettering2018-03-021-1/+6
| * | | | resolve-tool: propagate sensible errors from due to dns_name_is_valid() check...Lennart Poettering2018-03-021-4/+8
| * | | | resolve-tool: trivial coding style improvementsLennart Poettering2018-03-021-8/+4
| |/ / /
* | | | Merge pull request #8323 from xyproto/ok_colorZbigniew Jędrzejewski-Szmek2018-03-022-11/+35
|\ \ \ \
| * | | | Add build-time option to change the color of the "OK" status textAlexander F Rødseth2018-03-021-1/+1
| * | | | Organize the ANSI codes and add missing colorsAlexander F Rødseth2018-03-021-10/+34
* | | | | sysusers: support `u username -:300` style syntax (#8325)Michael Vogt2018-03-021-5/+6
* | | | | Merge pull request #8332 from poettering/logind-open-if-neededZbigniew Jędrzejewski-Szmek2018-03-021-10/+20
|\ \ \ \ \
| * | | | | logind: fix typo in commentLennart Poettering2018-03-021-1/+5
| * | | | | logind: open device if neededLennart Poettering2018-03-021-5/+13
| * | | | | logind: cast away return value we don't care aboutLennart Poettering2018-03-021-1/+1
| * | | | | logind: voidify a function we never check the return value ofLennart Poettering2018-03-021-3/+1
| | |_|_|/ | |/| | |
* | | | | mount-setup: change bpf mount mode to 0700 (#8334)Lennart Poettering2018-03-021-1/+1
* | | | | Merge pull request #8303 from yuwata/fix-8276Zbigniew Jędrzejewski-Szmek2018-03-021-34/+114
|\ \ \ \ \
| * | | | | test-execute: add tests with user/group daemonYu Watanabe2018-03-021-41/+46
| * | | | | test-execute: add a test for the case that NOBODY_GROUP_NAME is nogroupYu Watanabe2018-03-011-0/+2
| * | | | | test-execute: check nobody user and group are configured correctlyYu Watanabe2018-03-011-16/+89
* | | | | | systemctl: document telinit/init matching a bit (#8339)Lennart Poettering2018-03-021-4/+19
| |_|_|/ / |/| | | |
* | | | | Merge pull request #8237 from sourcejedi/timer_suspendLennart Poettering2018-03-021-6/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | core: don't freeze OnCalendar= timer units when the clock goes back a lotAlan Jenkins2018-02-281-0/+9
| * | | | core: let OnCalendar= timer units expire during suspend (#8231)Alan Jenkins2018-02-281-3/+10
| * | | | core: timer_enter_waiting(): refactor `base` local variableAlan Jenkins2018-02-281-3/+2