summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-10-10core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering
2016-05-24ask-password: ask for passphrases not only on the first console of /dev/consoleWerner Fink
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering
2016-04-28tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek
2016-02-10Merge pull request #2495 from heftig/masterLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-03tty-ask-password: Split out password sendingJan Alexander Steffens (heftig)
2015-11-05tty-ask-password-agent: fix typo in error messageMichal Schmidt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-19strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek
2015-10-19tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering
2015-10-14tty-ask-password-agent: don't warn if we cannot disable wall messages on the ...Lennart Poettering
2015-10-08util: do not reset terminal in acquire_terminal()Lennart Poettering
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering
2015-10-06ask-password: various modernizationsLennart Poettering
2015-09-30tree-wide: use strempty() where possibleDaniel Mack
2015-09-29tty-ask-password: minor modernizationsLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2014-12-19util: rename ignore_file() to hidden_file()Lennart Poettering
2014-12-09treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-05ask-password: Add --echo to enable echoing the user inputDavid Sommerseth
2014-10-02Correct a few typosTorstein Husebø
2014-08-03tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-07-26Always check asprintf return codeKarel Zak
2014-07-16tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek
2014-06-01tty-ask-password-agent: Do tell what directory we failed to openCristian Rodríguez
2014-04-05tty-ask-password-agent: return negative errnoFlorian Albrechtskirchinger
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering