summaryrefslogtreecommitdiff
path: root/src/shared/util.c
AgeCommit message (Expand)Author
2012-10-19util: simplify column caching logicLennart Poettering
2012-10-17hostnamed: allow UTF8 chars in pretty hostname againLennart Poettering
2012-10-17timedatectl: introduce new command line client for timedatedLennart Poettering
2012-10-16util: properly handle -1 timespec/timevalLennart Poettering
2012-10-11journalctl: implement --since= and --until for filtering by timeLennart Poettering
2012-10-08shared: fix broken string_is_safeMartin Mikkelsen
2012-10-03dbus: add some more safety checks before accepting data from bus clientsLennart Poettering
2012-09-28logs-show: various cleanupsLennart Poettering
2012-09-24util: don't export parsed_columnsLennart Poettering
2012-09-24journalctl: reset cached column count on SIGWINCHDave Reisner
2012-09-21shared: call va_end in all casesLukas Nykryn
2012-09-20util: fix overflow checksLennart Poettering
2012-09-20util: overflow hardeningLennart Poettering
2012-09-19util: define union dirent_storage and make use of it everywhereLennart Poettering
2012-09-19util: fix bad strstrip() return value in normalize_env_assignment()Lennart Poettering
2012-09-18util: introduce get_process_gid()Lennart Poettering
2012-09-17conf-parser: don't unescape parsed configuration strings by defaultLennart Poettering
2012-09-17util: various cleanups for printing boot statusLennart Poettering
2012-09-16nspawn: use automatic cleanup for umaskZbigniew Jędrzejewski-Szmek
2012-09-14timedate: assorted improvementsLennart Poettering
2012-09-14util: more modernizationsLennart Poettering
2012-09-14util: various additional modernizationsLennart Poettering
2012-09-14util: modernize a few functions with automatic cleanup variablesLennart Poettering
2012-09-13macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an...Lennart Poettering
2012-09-11util: rm_rf_children_dangerous: delete all descendants dangerouslyTom Gundersen
2012-09-05nspawn: handle poweroff/reboot nicely in containersLennart Poettering
2012-08-22journal: move syslog specific calls out of util.cLennart Poettering
2012-08-22journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering
2012-08-21shared/util: add fstab support for partuuid/partlabelDave Reisner
2012-08-21shared/util: refactor fstab_node_to_udev_nodeDave Reisner
2012-08-21journalctl: really include .journal~ files in listingLennart Poettering
2012-08-20journalctl: output FSS key as QR code on generatingLennart Poettering
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-08-13namespace: rework namespace supportLennart Poettering
2012-08-09journald: properly unescape messages from /dev/kmsgLennart Poettering
2012-07-26cgtop: use full terminal widthZbigniew Jędrzejewski-Szmek
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden
2012-07-16unit: introduce %s specifier for the user shellLennart Poettering
2012-07-16util: add getusername_malloc(), get_shell(), get_home_dir()Lennart Poettering
2012-07-15aquire_terminal(): fix uninitialized variableKay Sievers
2012-07-13util: temporarily ignore SIGHUP while we are issuing TIOCSTTYLennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-10switch-root: reopen /dev/console before we switch rootLennart Poettering
2012-07-10util: rm_rf() refuse cleaning non-memory file systems, as extra paranoiaLennart Poettering
2012-07-10util: add extra safety check to in_initrd()Lennart Poettering
2012-07-09paranoia: refuse rm_rf("/")Lennart Poettering
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart Poettering
2012-05-31util: don't require libcap when building libsystemd-sharedKay Sievers
2012-05-31util: introduce a proper nsec_t and make use of it where appropriateLennart Poettering