summaryrefslogtreecommitdiff
path: root/src/shared/ask-password-api.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use CLEANUP_ERASE() at various placesLennart Poettering2023-01-161-41/+25
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-4/+4
* treewide: drop "RUN_" from "RUN_WITH_UMASK"Zbigniew Jędrzejewski-Szmek2022-12-131-1/+1
* tree-wide: modernizations with RET_NERRNO()Lennart Poettering2022-11-221-17/+13
* nulstr-util: fix corner cases of strv_make_nulstr()Lennart Poettering2022-11-131-0/+4
* strv: move nulstr utilities to nulstr-util.[ch]Lennart Poettering2022-11-131-0/+1
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-10/+12
* ask-password: fix error handlingYu Watanabe2021-11-301-8/+9
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* keyring-util: add new keyring-util.h helpersLennart Poettering2021-11-121-24/+8
* basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...Lennart Poettering2021-10-051-1/+1
* ask-password: use FLAGS_SET()Christian Hesse2021-05-311-26/+26
* ask-password: allow to control lock and key emojiChristian Hesse2021-05-311-1/+1
* Add crypttab option silentSebastian Blunt2021-05-151-2/+4
* ask-password: when querying for a password, try to read from credential store...Lennart Poettering2021-03-261-6/+35
* ask-password-api: fix error handling on invalid unicode characterKevin Backhouse2021-03-121-2/+2
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-5/+5
* tree-wide: use ppoll_usec()Yu Watanabe2021-03-041-77/+30
* tree-wide: ignore messages with too long control dataLennart Poettering2021-01-201-0/+4
* tree-wide: avoid direct use of color macrosrnhmjoj2020-12-151-1/+1
* ask-passwd: drop a condition which is always falseYu Watanabe2020-11-201-3/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tty-ask-pw-agent: the message string might not be setLennart Poettering2020-08-261-0/+3
* tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-101-0/+19
* tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-5/+1
* Merge pull request #15570 from poettering/cmsg-findZbigniew Jędrzejewski-Szmek2020-04-241-5/+2
|\
| * socket-util: introduce type-safe, dereferencing wrapper CMSG_FIND_DATA around...Lennart Poettering2020-04-231-5/+2
* | tree-wide: use structured initialization at various placesLennart Poettering2020-04-241-6/+6
|/
* tree-wide: use recvmsg_safe() at various placesLennart Poettering2020-04-231-5/+4
* ask-password-api: reword some debug messagesLennart Poettering2020-04-151-3/+3
* ask-password: prefix password questions with lock and key emojiLennart Poettering2020-04-151-0/+4
* *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-311-3/+1
* shared/ask-password-api: do not show hint on echoChristian Hesse2020-03-121-1/+1
* ask-password-api: drop unneeded parenthesesZbigniew Jędrzejewski-Szmek2020-03-021-2/+1
* tree-wide: use the return value from sockaddr_un_set_path()Zbigniew Jędrzejewski-Szmek2020-03-021-6/+8
* shared/ask-password-api: show "(press TAB for no echo)"Zbigniew Jędrzejewski-Szmek2020-02-061-4/+21
* shared/ask-password-api: return "error" when dialogue is cancelledZbigniew Jędrzejewski-Szmek2020-02-061-5/+9
* shared/ask-password-api: modify keyctl break valueKevin Kuehler2019-11-281-1/+1
* ask-password: skip kernel keyring logic if we see EPERMLennart Poettering2019-11-191-1/+6
* ask-password: don't hit assert() when we query pw which the user C-d and cach...Lennart Poettering2019-11-141-2/+2
* tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* Move PLYMOUTH_SOCKET define to def.h and nuke plymouth-util.hZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* tty-ask-pwd-agent: move ask_password_plymouth() in ask-password-api.cFranck Bui2019-10-051-0/+181
* tty-ask-pwd-agent: give the possiblity to skip a password promptFranck Bui2019-10-051-0/+8
* shared/ask-password-api: backspace all chars at onceZbigniew Jędrzejewski-Szmek2019-07-121-23/+23
* Use _cleanup(free_and_erasep) where appropriateZbigniew Jędrzejewski-Szmek2019-07-101-14/+11