summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering2014-06-042-0/+16
* bus-proxy: drop priviliges if we canLennart Poettering2014-06-041-4/+6
* shared: capability - don't loop over the cap bits if they are all unsetTom Gundersen2014-06-031-4/+4
* shared: allow drop_priviliges to drop all privsTom Gundersen2014-06-031-9/+11
* timesyncd: split privilege dropping code out of timesyncd so that we can make...Lennart Poettering2014-06-013-3/+73
* util: ignore_file should not allow files ending with '~'Thomas Hindoe Paaboel Andersen2014-05-311-1/+1
* virt: rework container detection logicLennart Poettering2014-05-281-18/+30
* build-sys: use glibc's xattr support instead of requiring libattrKay Sievers2014-05-282-5/+1
* Do not unescape unit names in [Install] sectionMichal Sekletar2014-05-261-1/+1
* nspawn: make nspawn robust to container failureDjalal Harouni2014-05-252-0/+212
* path-util: fix missing terminating zeroTanu Kaskinen2014-05-251-10/+5
* Use %m instead of strerror(errno) where appropiateCristian Rodríguez2014-05-251-1/+1
* detect-virt: Remove string for Microsoft virtualization detection in DMI vend...Reyad Attiyat2014-05-241-1/+0
* core: timer - switch to touch_file()Kay Sievers2014-05-241-4/+4
* timedated: refuse manual system time updates when automatic timesync is enabledKay Sievers2014-05-241-0/+2
* clock-util: clock_[sg]et_time() -> clock_[sg]et_hwclock()Kay Sievers2014-05-242-4/+4
* timesyncd: only update stamp file when we are synchronizedKay Sievers2014-05-241-1/+1
* shared: add touch_file() and let touch() always update timestampKay Sievers2014-05-242-5/+34
* shared: rename hwclock.[ch] to clock-util.[ch]Kay Sievers2014-05-242-11/+11
* conf-parser: never consider it an error if we cannot load a drop-in file beca...Lennart Poettering2014-05-221-2/+2
* time-util: make sure USEC_PER_SEC and friends are actually of type usec_tLennart Poettering2014-05-223-34/+34
* util: fix a gcc compiler warningLennart Poettering2014-05-211-1/+1
* logind: don't apply RemoveIPC= to system usersLennart Poettering2014-05-211-2/+2
* machined: add logic to query IP addresses of containersLennart Poettering2014-05-184-39/+73
* timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still w...Lennart Poettering2014-05-181-1/+2
* conf-parser: silently ignore sections starting with "X-"Michael Marineau2014-05-171-2/+7
* path-lookup: don't hardcode .configTanu Kaskinen2014-05-161-2/+10
* path-util: add path_make_relative()Tanu Kaskinen2014-05-162-0/+91
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-159-53/+69
* Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek2014-05-154-31/+68
* shared/install: do not prefix created symlink with root pathZbigniew Jędrzejewski-Szmek2014-05-151-46/+43
* hashmap: add hashmap_remove2() to remove item from hashtable and return both ...Lennart Poettering2014-05-152-0/+29
* shared: add ring bufferDavid Herrmann2014-05-132-0/+267
* shared: add ALIGN_POWER2 macroDavid Herrmann2014-05-131-0/+13
* replace more dup() by F_DUPFD_CLOEXECLennart Poettering2014-05-131-1/+1
* rtnl: message - read group membership of incoming messagesTom Gundersen2014-05-101-0/+4
* list: make LIST_FIND_TAIL work for empty listsLennart Poettering2014-05-061-8/+14
* timesyncd: lookup name server via sd-resolve, support IPv6, react to SIGINT/S...Lennart Poettering2014-05-052-1/+19
* build-sys: move async.[ch] to src/sharedLennart Poettering2014-05-052-0/+121
* conf-parser: Fix typo in commentJonathan Boulle2014-04-281-1/+1
* Add more password agent informationDavid Härdeman2014-04-242-4/+11
* util: make sure all our name_to_handle_at() code makes use of file_handle_unionLennart Poettering2014-04-241-13/+12
* delta: draw arrows with draw_special_char()Lennart Poettering2014-04-233-12/+20
* install: simplificationLennart Poettering2014-04-231-2/+2
* label: there is no label_retest_selinux() callLennart Poettering2014-04-231-2/+0
* systemctl: delete REBOOT_PARAM_FILE if no parameter is specifiedMichael Olbrich2014-04-212-2/+20
* implement a union to pad out file_handleDave Reisner2014-04-211-0/+6
* condense assignment and path_kill_slashes callsDave Reisner2014-04-212-9/+4
* Remove duplicate includesBas van den Berg2014-04-211-1/+0
* install: create_symlink() check unlink() return valueDjalal Harouni2014-04-171-1/+3