Age | Commit message (Expand) | Author |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-19 | strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_ | Zbigniew Jędrzejewski-Szmek |
2015-10-19 | tree-wide: whenever we deal with passwords, erase them from memory after use | Lennart Poettering |
2015-10-14 | tty-ask-password-agent: don't warn if we cannot disable wall messages on the ... | Lennart Poettering |
2015-10-08 | util: do not reset terminal in acquire_terminal() | Lennart Poettering |
2015-10-07 | ask-password: add support for caching passwords in the kernel keyring | Lennart Poettering |
2015-10-06 | ask-password: various modernizations | Lennart Poettering |
2015-09-30 | tree-wide: use strempty() where possible | Daniel Mack |
2015-09-29 | tty-ask-password: minor modernizations | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-04-24 | shared/utmp-wtmp: add parameter for origin tty and callback userdata | Daniel Mack |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-02-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2014-12-19 | util: rename ignore_file() to hidden_file() | Lennart Poettering |
2014-12-09 | treewide: sanitize loop_write | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-10-05 | ask-password: Add --echo to enable echoing the user input | David Sommerseth |
2014-10-02 | Correct a few typos | Torstein Husebø |
2014-08-03 | tty-ask-password-agent: modernization | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers |
2014-07-26 | Always check asprintf return code | Karel Zak |
2014-07-16 | tty-ask-password-agent: modernization | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-06-01 | tty-ask-password-agent: Do tell what directory we failed to open | Cristian Rodríguez |
2014-04-05 | tty-ask-password-agent: return negative errno | Florian Albrechtskirchinger |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-14 | utmp-wtmp: allow overriding username on wall | Sebastian Thorarensen |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-18 | util: generalize code that checks whether PIDs are alive or unwaited for | Lennart Poettering |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-04-25 | conf-parser: restrict .include usage | Lennart Poettering |
2013-04-17 | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek |
2013-04-10 | tty-ask-password-agent: free passwords | Lukas Nykryn |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-02-13 | Revert "log_error() if inotify_add_watch() fails" | Lennart Poettering |
2013-02-13 | log_error() if inotify_add_watch() fails | Harald Hoyer |
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden |