summaryrefslogtreecommitdiff
path: root/src/shared/ask-password-api.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* Some comment adjustmentsZbigniew Jędrzejewski-Szmek2018-02-191-1/+1
* ask-password-api: many fixes to ask_password_tty()Lennart Poettering2018-02-141-20/+67
* tty-ask-password-agent: reenable color for boot-time password promptLennart Poettering2018-02-141-4/+8
* tty-ask-password-agent: don't open terminal multiple timesLennart Poettering2018-02-141-4/+7
* ask-password: derive pollfd array from enumLennart Poettering2018-02-141-7/+9
* ask-password: round up when determining sleep timeLennart Poettering2018-02-141-1/+1
* ask-password: let's use structure initialization properlyLennart Poettering2018-02-141-5/+8
* ask-password: let's (void) cast where appropriateLennart Poettering2018-02-141-13/+13
* ask-password: bypass clean-up if we don't need itLennart Poettering2018-02-131-12/+6
* ask-password: don't use ttyfd if it is not setLennart Poettering2018-02-131-1/+2
* io-util: make flush_fd() return how many bytes where flushedLennart Poettering2018-01-051-1/+1
* tree-wide: use !strv_isempty() instead of strv_length() > 0Yu Watanabe2017-12-191-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-2/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-3/+2
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-1/+2
* treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek2017-02-051-5/+5
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* fileio: simplify mkostemp_safe() (#4090)Topi Miettinen2016-09-131-1/+1
* basic/strv: add an extra NUL after strings in strv_make_nulstrZbigniew Jędrzejewski-Szmek2016-07-171-5/+1
* tree-wide: check colors_enabled() before outputting ANSI color stringsLennart Poettering2016-05-301-2/+4
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* ask-password-api: only emit a star on valid unicode codepointZbigniew Jędrzejewski-Szmek2016-01-261-4/+10
* Use negative_errno() to assert errno is positive after a few system callsZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+12
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart 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-1/+2
* 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-2/+1
* tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-191-2/+14
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-47/+194
* ask-password: various modernizationsLennart Poettering2015-10-061-70/+61
* cgtop: underline table headerLennart Poettering2015-09-221-2/+2
* tree-wide: make use of log_error_errno() return valueLennart Poettering2015-09-091-12/+7
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-5/+3
* 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-1/+1
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add random-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* shared: introduce cmsg_close_all() callLennart Poettering2015-02-181-0/+2
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1