summaryrefslogtreecommitdiff
path: root/src/shared/util.h
AgeCommit message (Expand)Author
2014-11-27kdbus: set kernel attach mask before creating the first busLennart Poettering
2014-11-27util: add function getting proc environJakub Filak
2014-11-25util: mark page_size() as pureLennart Poettering
2014-11-21util: add functions getting proc cwd and rootJakub Filak
2014-11-14busctl: add new "call" command to invoke methods on a serviceLennart Poettering
2014-11-07shared: add readlink_valueTom Gundersen
2014-11-07util: file_is_priv_sticky() is used internally in util.c only nowadays, make ...Lennart Poettering
2014-11-07util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering
2014-11-04util: introduce negative_errno()David Herrmann
2014-10-30util: add log2u(), log2u_round_up()Michal Schmidt
2014-10-30util: unify how we see srand()Lennart Poettering
2014-10-27util: introduce sethostname_idempotentMichal Sekletar
2014-10-23label: move is_dir() to util.cLennart Poettering
2014-09-22util: avoid non-portable __WORDSIZEEmil Renner Berthing
2014-09-22util: add alloca_align()David Herrmann
2014-09-03localed: remove free_and_copyZbigniew Jędrzejewski-Szmek
2014-08-27util: make lookup_uid() globalDavid Herrmann
2014-08-26util: reset signals when we fork off agentsLennart Poettering
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering
2014-08-21util: change return value of startswith() to non-constLennart Poettering
2014-08-19util: remove unused FOREACH_WORD_SEPARATOR_QUOTEDLennart Poettering
2014-08-19sysusers: add another column to sysusers files for the home directoryLennart Poettering
2014-08-15core: Refuse mount on symlinkTimofey Titovets
2014-08-13util: allow strappenda to take any number of argsDave Reisner
2014-08-03util.h: fix typoZbigniew Jędrzejewski-Szmek
2014-08-03util.h: include missing.h, for struct file_handleSimon McVittie
2014-08-01resolved: read the system /etc/resolv.conf unless we wrote it ourselvesLennart Poettering
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-29resolved: when resolving an address PTR record via llmnr, make a tcp connecti...Lennart Poettering
2014-07-16Be more careful when checking for empty filesZbigniew Jędrzejewski-Szmek
2014-07-13fileio: quote more shell characters in envfilesMantas Mikulėnas
2014-07-07firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering
2014-07-07firstboot: follow lock protocol when changing /etc/shadowLennart Poettering
2014-07-07firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering
2014-07-07util: don't consider tabs special in string_has_cc() anymoreLennart Poettering
2014-07-03sd-bus: support connecting to remote hosts, directly into containersLennart Poettering
2014-07-02util: generalize is_localhost() and use it everywhere where applicableLennart Poettering
2014-06-18tmpfiles: add "+" modifier support to b, c, p lines in addition to LLennart Poettering
2014-06-17install: make sure that --root= mode doesn't make us consider all units outsi...Lennart Poettering
2014-06-16util: add realloc_multiply() helperDavid Herrmann
2014-06-16util: fix multiply-alloc helpers with size==0David Herrmann
2014-06-16tmpfiles: add new "L+" command as stronger version of "L", that removes the d...Lennart Poettering
2014-06-12sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...Lennart Poettering
2014-06-10tmpfiles: add new "C" line for copying files or directoriesLennart Poettering
2014-06-10bus-proxy: properly index policy by uid/gid when parsingLennart Poettering
2014-06-06namespace: beef up read-only bind mount logicLennart Poettering
2014-06-05namespace: when setting up an inaccessible mount point, unmounting everything...Lennart Poettering
2014-05-24shared: add touch_file() and let touch() always update timestampKay Sievers
2014-05-18machined: add logic to query IP addresses of containersLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek