summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2495 from heftig/masterLennart Poettering2016-02-101-62/+57
|\
| * tty-ask-password: Split out password sendingJan Alexander Steffens (heftig)2016-02-031-62/+57
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* tty-ask-password-agent: fix typo in error messageMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek2015-10-191-6/+2
* tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-191-30/+67
* tty-ask-password-agent: don't warn if we cannot disable wall messages on the ...Lennart Poettering2015-10-141-1/+1
* util: do not reset terminal in acquire_terminal()Lennart Poettering2015-10-081-0/+4
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-14/+20
* ask-password: various modernizationsLennart Poettering2015-10-061-38/+37
* tree-wide: use strempty() where possibleDaniel Mack2015-09-301-1/+1
* tty-ask-password: minor modernizationsLennart Poettering2015-09-291-3/+2
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-18/+15
* tree-wide: introduce mfree()David Herrmann2015-07-311-2/+1
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-3/+3
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack2015-04-241-2/+2
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* util: rename ignore_file() to hidden_file()Lennart Poettering2014-12-191-1/+1
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-091-6/+6
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* ask-password: Add --echo to enable echoing the user inputDavid Sommerseth2014-10-051-2/+3
* Correct a few typosTorstein Husebø2014-10-021-1/+1
* tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek2014-08-031-151/+85
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-8/+5
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-291-1/+1
* Always check asprintf return codeKarel Zak2014-07-261-2/+3
* tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek2014-07-161-57/+38
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-161-17/+6
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-151-1/+1
* tty-ask-password-agent: Do tell what directory we failed to openCristian Rodríguez2014-06-011-1/+1
* tty-ask-password-agent: return negative errnoFlorian Albrechtskirchinger2014-04-051-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-17/+8
* utmp-wtmp: allow overriding username on wallSebastian Thorarensen2014-03-141-1/+1
* make gcc shut upLennart Poettering2014-02-191-1/+1
* util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering2014-02-181-3/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+3
* conf-parser: restrict .include usageLennart Poettering2013-04-251-1/+1