summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
AgeCommit message (Expand)AuthorFilesLines
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-5/+16
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-1/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-04fixed 3 occurences of 'Failed top open' (#8349)SjonHortensius1-1/+1
2018-02-14tty-ask-password-agent: reenable color for boot-time password promptLennart Poettering1-2/+4
2018-02-14tty-ask-password-agent: don't open terminal multiple timesLennart Poettering1-1/+1
2018-02-13tty-ask-password-agent: show right TTY path in error messageLennart Poettering1-1/+2
2018-02-13tty-ask-password-agent: assing sendto() result to a ssize_t variable, not an intLennart Poettering1-2/+7
2018-02-13terminal-util: rework acquire_terminal()Lennart Poettering1-1/+1
2018-02-13tty-ask-password-agent: make code a tiny bit shorterLennart Poettering1-1/+1
2018-01-11tty-ask-password-agent: add (void) cast to mkdir/mkfifo calls we knowingly ig...Lennart Poettering1-2/+2
2018-01-05io-util: make flush_fd() return how many bytes where flushedLennart Poettering1-1/+1
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-2/+2
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-9/+9
2017-11-29tty-ask-password-agent: drop NULL sentinelLennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-13conf-parser: turn three bool function params into a flags fieldsLennart Poettering1-1/+1
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-1/+1
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold1-3/+2
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-02-05treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek1-2/+2
2016-10-10core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering1-1/+1
2016-05-24ask-password: ask for passphrases not only on the first console of /dev/consoleWerner Fink1-17/+212
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering1-4/+3
2016-04-28tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-10Merge pull request #2495 from heftig/masterLennart Poettering1-62/+57
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-02-03tty-ask-password: Split out password sendingJan Alexander Steffens (heftig)1-62/+57
2015-11-05tty-ask-password-agent: fix typo in error messageMichal Schmidt1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering1-0/+1
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-10-19strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek1-6/+2
2015-10-19tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering1-30/+67
2015-10-14tty-ask-password-agent: don't warn if we cannot disable wall messages on the ...Lennart Poettering1-1/+1
2015-10-08util: do not reset terminal in acquire_terminal()Lennart Poettering1-0/+4
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering1-14/+20
2015-10-06ask-password: various modernizationsLennart Poettering1-38/+37
2015-09-30tree-wide: use strempty() where possibleDaniel Mack1-1/+1
2015-09-29tty-ask-password: minor modernizationsLennart Poettering1-3/+2
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-18/+15
2015-07-31tree-wide: introduce mfree()David Herrmann1-2/+1
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering1-3/+3
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-0/+1
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack1-2/+2
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1