summaryrefslogtreecommitdiffstats
path: root/src/shared/ask-password-api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-10/+10
* ask-password: Add --echo to enable echoing the user inputDavid Sommerseth2014-10-051-3/+7
* Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek2014-07-191-1/+1
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-4/+4
* Add more password agent informationDavid Härdeman2014-04-241-2/+7
* ask-password: modernizationsLennart Poettering2014-03-251-50/+37
* ask-password: when the user types a overly long password, beep and refuseLennart Poettering2014-03-251-0/+5
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-11/+6
* always use the same code for creating temporary filesLennart Poettering2014-01-281-4/+1
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-221-1/+1
* build-sys: use -Og instead of -O0 to catch warningsKay Sievers2013-10-211-1/+2
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-061-4/+3
* util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering2013-04-041-8/+6
* Partially revert e62d8c394474Zbigniew Jędrzejewski-Szmek2013-04-011-2/+1
* ModernizationZbigniew Jędrzejewski-Szmek2013-03-311-3/+6
* Revert "log_error() if inotify_add_watch() fails"Lennart Poettering2013-02-131-1/+0
* log_error() if inotify_add_watch() failsHarald Hoyer2013-02-131-0/+1
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-2/+1
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-1/+1