summaryrefslogtreecommitdiff
path: root/src/shared/util.c
Commit message (Expand)AuthorAge
* util: simplify normalize_env_assignment() a bitLennart Poettering2014-11-07
* util: file_is_priv_sticky() is used internally in util.c only nowadays, make ...Lennart Poettering2014-11-07
* util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering2014-11-07
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-07
* util: make use of isempty() where appropriateLennart Poettering2014-11-07
* condition: unify condition logic in one fileLennart Poettering2014-11-06
* util: minor modernisationsLennart Poettering2014-11-05
* util: unify how we see srand()Lennart Poettering2014-10-30
* util: don't block on getrandom()Lennart Poettering2014-10-30
* util: make use of the new getrandom() syscall if it is available when needing...Lennart Poettering2014-10-29
* util: fix copy-paste error and actually set the new hostnameMichal Sekletar2014-10-27
* util: introduce sethostname_idempotentMichal Sekletar2014-10-27
* label: move is_dir() to util.cLennart Poettering2014-10-23
* util: avoid double close of fdThomas Hindoe Paaboel Andersen2014-10-09
* shared: util - use nicer idiom to silence CoverityZbigniew Jędrzejewski-Szmek2014-10-01
* shared: util - use nicer idiom to silence CoverityTom Gundersen2014-09-30
* util: silence coverityTom Gundersen2014-09-29
* util: remove a unnecessary checkThomas Hindoe Paaboel Andersen2014-09-16
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* localed: remove free_and_copyZbigniew Jędrzejewski-Szmek2014-09-03
* util: fix minimal race where we might miss SIGTERMs when forking off an agentLennart Poettering2014-08-27
* util: make lookup_uid() globalDavid Herrmann2014-08-27
* util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering2014-08-26
* util: reset signals when we fork off agentsLennart Poettering2014-08-26
* util: make sure reset_all_signal_handlers() continues with all other signal h...Lennart Poettering2014-08-26
* core: add support for a configurable system-wide start-up timeoutLennart Poettering2014-08-22
* util: simplify close_nointr() a bitLennart Poettering2014-08-21
* util: return after freeing all members of arrayLukas Nykryn2014-08-20
* indentation/spurious whitespace fixesLennart Poettering2014-08-20
* sysusers: add another column to sysusers files for the home directoryLennart Poettering2014-08-19
* main: minor code modernization for initializing the consoleLennart Poettering2014-08-15
* util: make is_localhost() check for 'localdomain' too, so that we can use it ...Lennart Poettering2014-08-15
* core: Refuse mount on symlinkTimofey Titovets2014-08-15
* core: move status line ellipsation to 50% of the lineLennart Poettering2014-08-14
* fix a couple of more lazy "return -1"Lennart Poettering2014-08-11
* util: avoid considering dpkg temporary files relevant for anythingLennart Poettering2014-08-11
* resolved: read the system /etc/resolv.conf unless we wrote it ourselvesLennart Poettering2014-08-01
* core/load-fragment.c: correct argument sign and split up long linesZbigniew Jędrzejewski-Szmek2014-07-31
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* resolved: when resolving an address PTR record via llmnr, make a tcp connecti...Lennart Poettering2014-07-29
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-29
* parse_boolean: require exact matchesAnsgar Burchardt2014-07-27
* Be more careful when checking for empty filesZbigniew Jędrzejewski-Szmek2014-07-16
* util: fix has cc check and add testZbigniew Jędrzejewski-Szmek2014-07-11
* firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering2014-07-07
* firstboot: follow lock protocol when changing /etc/shadowLennart Poettering2014-07-07
* firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering2014-07-07
* util: don't consider tabs special in string_has_cc() anymoreLennart Poettering2014-07-07
* util: consider 0x7F a control chracter (which it is: DEL)Lennart Poettering2014-07-07