summaryrefslogtreecommitdiff
path: root/src/shared/util.c
Commit message (Expand)AuthorAgeFilesLines
* condition: unify condition logic in one fileLennart Poettering2014-11-061-7/+7
* util: minor modernisationsLennart Poettering2014-11-051-3/+6
* util: unify how we see srand()Lennart Poettering2014-10-301-23/+30
* util: don't block on getrandom()Lennart Poettering2014-10-301-4/+20
* util: make use of the new getrandom() syscall if it is available when needing...Lennart Poettering2014-10-291-1/+24
* util: fix copy-paste error and actually set the new hostnameMichal Sekletar2014-10-271-1/+1
* util: introduce sethostname_idempotentMichal Sekletar2014-10-271-0/+20
* label: move is_dir() to util.cLennart Poettering2014-10-231-3/+14
* util: avoid double close of fdThomas Hindoe Paaboel Andersen2014-10-091-1/+1
* shared: util - use nicer idiom to silence CoverityZbigniew Jędrzejewski-Szmek2014-10-011-7/+2
* shared: util - use nicer idiom to silence CoverityTom Gundersen2014-09-301-7/+2
* util: silence coverityTom Gundersen2014-09-291-4/+14
* util: remove a unnecessary checkThomas Hindoe Paaboel Andersen2014-09-161-3/+0
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-3/+3
* localed: remove free_and_copyZbigniew Jędrzejewski-Szmek2014-09-031-18/+0
* util: fix minimal race where we might miss SIGTERMs when forking off an agentLennart Poettering2014-08-271-12/+23
* util: make lookup_uid() globalDavid Herrmann2014-08-271-1/+1
* util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering2014-08-261-4/+1
* util: reset signals when we fork off agentsLennart Poettering2014-08-261-0/+18
* util: make sure reset_all_signal_handlers() continues with all other signal h...Lennart Poettering2014-08-261-4/+5
* core: add support for a configurable system-wide start-up timeoutLennart Poettering2014-08-221-0/+21
* util: simplify close_nointr() a bitLennart Poettering2014-08-211-17/+16
* util: return after freeing all members of arrayLukas Nykryn2014-08-201-3/+3
* indentation/spurious whitespace fixesLennart Poettering2014-08-201-1/+0
* sysusers: add another column to sysusers files for the home directoryLennart Poettering2014-08-191-0/+205
* main: minor code modernization for initializing the consoleLennart Poettering2014-08-151-3/+5
* util: make is_localhost() check for 'localdomain' too, so that we can use it ...Lennart Poettering2014-08-151-3/+5
* core: Refuse mount on symlinkTimofey Titovets2014-08-151-0/+12
* core: move status line ellipsation to 50% of the lineLennart Poettering2014-08-141-1/+1
* fix a couple of more lazy "return -1"Lennart Poettering2014-08-111-4/+4
* util: avoid considering dpkg temporary files relevant for anythingLennart Poettering2014-08-111-0/+1
* resolved: read the system /etc/resolv.conf unless we wrote it ourselvesLennart Poettering2014-08-011-6/+18
* core/load-fragment.c: correct argument sign and split up long linesZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-14/+20
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-17/+30
* resolved: when resolving an address PTR record via llmnr, make a tcp connecti...Lennart Poettering2014-07-291-0/+20
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-291-13/+13
* parse_boolean: require exact matchesAnsgar Burchardt2014-07-271-2/+2
* Be more careful when checking for empty filesZbigniew Jędrzejewski-Szmek2014-07-161-0/+11
* util: fix has cc check and add testZbigniew Jędrzejewski-Szmek2014-07-111-1/+1
* firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering2014-07-071-9/+1
* firstboot: follow lock protocol when changing /etc/shadowLennart Poettering2014-07-071-0/+40
* firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering2014-07-071-3/+55
* util: don't consider tabs special in string_has_cc() anymoreLennart Poettering2014-07-071-9/+10
* util: consider 0x7F a control chracter (which it is: DEL)Lennart Poettering2014-07-071-2/+10
* sd-bus: support connecting to remote hosts, directly into containersLennart Poettering2014-07-031-0/+15
* util: when unescaping strings, don't allow smuggling in of additional NUL bytesLennart Poettering2014-07-021-6/+6
* util: generalize is_localhost() and use it everywhere where applicableLennart Poettering2014-07-021-0/+15
* path: add new "systemd-path" utility for querying paths described in file-hie...Lennart Poettering2014-07-021-2/+2
* parse_uid: return -ENXIO for -1 uidsKay Sievers2014-07-011-2/+2