summaryrefslogtreecommitdiff
path: root/src/shared/install.c
Commit message (Expand)AuthorAgeFilesLines
* specifier: rework specifier calls to return proper error messageLennart Poettering2013-09-171-12/+13
* systemd: fix NULL dereference when disabling a nonexistent instanceZbigniew Jędrzejewski-Szmek2013-07-141-12/+26
* install: make "reenable" work with templated unitsRoss Lagerwall2013-07-131-33/+5
* shared/install: fix trivial memleakZbigniew Jędrzejewski-Szmek2013-07-121-3/+4
* systemctl,core: allow nuking of symlinks to removed unitsZbigniew Jędrzejewski-Szmek2013-06-031-1/+3
* systemctl: add commands set-default and get-defaultVáclav Pavlín2013-05-301-0/+86
* systemctl: make systemctl is-enabled work for templated unitsMichael Tremer2013-05-211-14/+19
* conf-parser: restrict .include usageLennart Poettering2013-04-251-1/+1
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-241-4/+2
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-44/+44
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-171-19/+20
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-131-1/+1
* Remove a few NULLsZbigniew Jędrzejewski-Szmek2013-04-131-1/+1
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-111-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-12/+12
* shared: conf-files - add root parameterKay Sievers2013-02-081-2/+2
* install: allow %u an and %U specifiers in WantedBy/RequiredBy/AliasZbigniew Jędrzejewski-Szmek2013-01-291-0/+28
* install: allow specifiers in WantedBy/RequiredBy/AliasZbigniew Jędrzejewski-Szmek2013-01-291-21/+21
* install: automatic cleanup using local cleanup functionsZbigniew Jędrzejewski-Szmek2013-01-291-253/+134
* install: use automatic cleanup in find_symlinks_fd()Zbigniew Jędrzejewski-Szmek2013-01-291-38/+16
* shared/install: fix typo in commentChristian Hesse2012-10-191-1/+1
* util: define union dirent_storage and make use of it everywhereLennart Poettering2012-09-191-6/+9
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-181-1/+1
* install: use automatic cleanupZbigniew Jędrzejewski-Szmek2012-09-161-16/+5
* install: treat non-existent directory as emptyZbigniew Jędrzejewski-Szmek2012-09-161-1/+4
* when determining unit file list, include invalid unit names in an "invalid" s...Lennart Poettering2012-09-111-12/+12
* systemd: enable/disable instances of templateMichal Sekletar2012-07-261-10/+68
* unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering2012-07-101-9/+9
* core: rename system.preset to system-presets to follow naming scheme of other...Lennart Poettering2012-06-271-7/+7
* preset: don't look for preset files in /lib unless /usr is split offLennart Poettering2012-06-211-0/+2
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-1/+1
* manager: rework generator logicLennart Poettering2012-05-231-1/+2
* unit: introduce RequiredBy= setting in [Install], to complement WantedBy=Lennart Poettering2012-05-211-5/+52
* install: fix inverted meaning of '--force' in systemctl enableMichal Schmidt2012-05-151-1/+1
* util: split-out path-util.[ch]Kay Sievers2012-05-081-5/+6
* util: split-out conf-file.[ch]Kay Sievers2012-05-071-0/+1
* fix typo in src/shared/install.cSven Anders2012-04-191-1/+1
* move more common files to shared/ and add them to shared.laKay Sievers2012-04-121-0/+1954