summaryrefslogtreecommitdiff
path: root/src/ask-password
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26887 from yuwata/proc-cmdline-filter-argumentsZbigniew Jędrzejewski-Szmek2023-04-071-0/+4
|\
| * tree-wide: reset optind to 0 when GNU extensions in optstring are usedYu Watanabe2023-03-291-0/+4
* | various: simplify calls to parse_boolean_argument()Zbigniew Jędrzejewski-Szmek2023-04-051-9/+5
|/
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* ask-password: add "-n" switch for disabling trailing newlineLennart Poettering2021-06-241-3/+16
* ask-password: once we hit the message argument, don't process switches anymoreLennart Poettering2021-06-031-1/+1
* ask-password: default to a different prompt than "Password:" if the echo is onLennart Poettering2021-06-031-0/+8
* ask-password: make password echo fully configurableLennart Poettering2021-06-031-12/+31
* ask-password: allow to control lock and key emojiChristian Hesse2021-05-311-0/+22
* ask-password: when querying for a password, try to read from credential store...Lennart Poettering2021-03-261-8/+21
* tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-051-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+4
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* ask-password: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-10/+10
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+21
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* ask-password: add option --no-output to not print password to stdoutChristian Hesse2016-03-011-1/+10
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek2015-10-191-3/+1
* tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-191-0/+2
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-45/+40
* ask-password: various modernizationsLennart Poettering2015-10-061-22/+20
* tree-wide: don't do assignments within if checksLennart Poettering2015-09-091-2/+6
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-12/+0
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* ask-password: Add --echo to enable echoing the user inputDavid Sommerseth2014-10-051-2/+10
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-12/+10
* Add more password agent informationDavid Härdeman2014-04-241-3/+11
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+3
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-1/+1
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-131-0/+1
* move all tools to subdirsKay Sievers2012-04-121-0/+184