summaryrefslogtreecommitdiff
path: root/src/shared/util.h
AgeCommit message (Expand)Author
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
2014-05-05timesyncd: lookup name server via sd-resolve, support IPv6, react to SIGINT/S...Lennart Poettering
2014-04-23delta: draw arrows with draw_special_char()Lennart Poettering
2014-04-21systemctl: delete REBOOT_PARAM_FILE if no parameter is specifiedMichael Olbrich
2014-04-21implement a union to pad out file_handleDave Reisner
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-14timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek
2014-03-14util: add hexdump() call to create pretty hexdumps of dataLennart Poettering
2014-03-14shared: add root argument to search_and_fopenMichael Marineau
2014-03-12util: Make in_charset a static inline in util.hJosh Triplett
2014-03-11systemctl: for switch-root check, if we switch to a systemd initHarald Hoyer
2014-03-11util: add files_same() helper functionHarald Hoyer