summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
AgeCommit message (Expand)AuthorFilesLines
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2014-12-19util: rename ignore_file() to hidden_file()Lennart Poettering1-1/+1
2014-12-09treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek1-6/+6
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-4/+4
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-3/+3
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-3/+3
2014-10-05ask-password: Add --echo to enable echoing the user inputDavid Sommerseth1-2/+3
2014-10-02Correct a few typosTorstein Husebø1-1/+1
2014-08-03tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek1-151/+85
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-8/+5
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers1-1/+1
2014-07-26Always check asprintf return codeKarel Zak1-2/+3
2014-07-16tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek1-57/+38
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek1-17/+6
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek1-1/+1
2014-06-01tty-ask-password-agent: Do tell what directory we failed to openCristian Rodríguez1-1/+1
2014-04-05tty-ask-password-agent: return negative errnoFlorian Albrechtskirchinger1-1/+1
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-17/+8
2014-03-14utmp-wtmp: allow overriding username on wallSebastian Thorarensen1-1/+1
2014-02-19make gcc shut upLennart Poettering1-1/+1
2014-02-18util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering1-3/+1
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-5/+3
2013-04-25conf-parser: restrict .include usageLennart Poettering1-1/+1
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek1-1/+1
2013-04-10tty-ask-password-agent: free passwordsLukas Nykryn1-1/+1
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-8/+4
2013-02-13Revert "log_error() if inotify_add_watch() fails"Lennart Poettering1-2/+0
2013-02-13log_error() if inotify_add_watch() failsHarald Hoyer1-0/+2
2013-01-04build-sys: drop all distribution specfic checksLennart Poettering1-1/+0
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-4/+2
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-2/+2
2012-07-13log: correct usage of logging API at a few placesLennart Poettering1-0/+1
2012-06-27man: document tty-ask-password-agentLennart Poettering1-1/+11
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart Poettering1-1/+1
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers1-2/+2
2012-05-08util: split-out path-util.[ch]Kay Sievers1-0/+1
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering1-0/+1
2012-04-12move all tools to subdirsKay Sievers1-0/+754