summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2016-08-08core: amend policy to open up dynamic user queries (#3920)Zbigniew Jędrzejewski-Szmek
2016-08-06Merge pull request #3884 from poettering/private-usersZbigniew Jędrzejewski-Szmek
2016-08-05Merge pull request #3818 from poettering/exit-status-envZbigniew Jędrzejewski-Szmek
2016-08-05Merge pull request #3900 from keszybz/fix-3607Lennart Poettering
2016-08-05socket: add helper function to remove code duplicationZbigniew Jędrzejewski-Szmek
2016-08-05core/socket: include remote address in the message when dropping connectionZbigniew Jędrzejewski-Szmek
2016-08-05systemd: do not serialize peer, bump count when deserializing socket insteadZbigniew Jędrzejewski-Szmek
2016-08-05core/service: serialize and deserialize accept_socketZbigniew Jędrzejewski-Szmek
2016-08-05core/socket: rework SocketPeer refcountingZbigniew Jędrzejewski-Szmek
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering
2016-08-04systemd: convert peers_by_address to a setZbigniew Jędrzejewski-Szmek
2016-08-04core: only set the watchdog variables in ExecStart= linesLennart Poettering
2016-08-04core: remember first unit failure, not last unit failureLennart Poettering
2016-08-04core: set $SERVICE_RESULT, $EXIT_CODE and $EXIT_STATUS in ExecStop=/ExecStopP...Lennart Poettering
2016-08-04main: use pager for --dump-configuration-items (#3894)0xAX
2016-08-04core: use the correct APIs to determine whether a dual timestamp is initializedLennart Poettering
2016-08-04core: move masking of chroot/permission masking into service_spawn()Lennart Poettering
2016-08-04core: turn various execution flags into a proper flags parameterLennart Poettering
2016-08-04Merge pull request #2471 from michaelolbrich/transient-mountsLennart Poettering
2016-08-04util-lib: add parse_percent_unbounded() for percentages over 100% (#3886)David Michael
2016-08-03core: add new PrivateUsers= option to service executionLennart Poettering
2016-08-03execute: don't set $SHELL and $HOME for services, if they don't contain inter...Lennart Poettering
2016-08-03core: inherit TERM from PID 1 for all services started on /dev/consoleLennart Poettering
2016-08-03core: drop spurious newlineLennart Poettering
2016-08-02socket: add support to control no. of connections from one source (#3607)Susant Sahani
2016-08-02main: load Smack policy before IMA policy (#3859)Ismo Puustinen
2016-08-01main: get rid of ACTION_DONE (#3849)0xAX
2016-07-25Merge pull request #3728 from poettering/dynamic-usersZbigniew Jędrzejewski-Szmek
2016-07-25automount: don't cancel mount/umount request on reload/reexec (#3670)Michael Olbrich
2016-07-25transaction: don't cancel jobs for units with IgnoreOnIsolate=true (#3671)Michael Olbrich
2016-07-25core: change ExecStart=! syntax to ExecStart=+ (#3797)Lennart Poettering
2016-07-22Merge pull request #3777 from poettering/id128-reworkZbigniew Jędrzejewski-Szmek
2016-07-22Merge pull request #3753 from poettering/tasks-max-scaleLennart Poettering
2016-07-22cgroup: whitelist inaccessible devices for "auto" and "closed" DevicePolicy.Alessandro Puccetti
2016-07-22nss: add new "nss-systemd" NSS module for mapping dynamic usersLennart Poettering
2016-07-22core: enforce user/group name validity also when creating transient unitsLennart Poettering
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-07-22core: be stricter when parsing User=/Group= fieldsLennart Poettering
2016-07-22core: check for overflow when handling scaled MemoryLimit= settingsLennart Poettering
2016-07-22macros.systemd.in: add %systemd_ordering (#3776)Harald Hoyer
2016-07-22core: change TasksMax= default for system services to 15%Lennart Poettering
2016-07-22main: simplify things a bit by moving container check into fixup_environment()Lennart Poettering
2016-07-22core: rename MemoryLimitByPhysicalMemory transient property to MemoryLimitScaleLennart Poettering
2016-07-22core: support percentage specifications on TasksMax=Lennart Poettering
2016-07-22core: rework machine-id-setup.c to use the calls from id128-util.[ch]Lennart Poettering
2016-07-22main: make sure set_machine_id() doesn't clobber arg_machine_id on failureLennart Poettering
2016-07-22machine-id-setup: port machine_id_commit() to new id128-util.c APIsLennart Poettering
2016-07-22sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart Poettering
2016-07-22Merge pull request #3762 from poettering/sigkill-logMartin Pitt
2016-07-22Merge pull request #3764 from poettering/assorted-stuff-2Martin Pitt