index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
ask-password-api.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: check POLLNVAL everywhere
Lennart Poettering
2020-06-10
1
-0
/
+19
*
tree-wide: make sure our control buffers are properly aligned
Lennart Poettering
2020-05-07
1
-5
/
+1
*
Merge pull request #15570 from poettering/cmsg-find
Zbigniew Jędrzejewski-Szmek
2020-04-24
1
-5
/
+2
|
\
|
*
socket-util: introduce type-safe, dereferencing wrapper CMSG_FIND_DATA around...
Lennart Poettering
2020-04-23
1
-5
/
+2
*
|
tree-wide: use structured initialization at various places
Lennart Poettering
2020-04-24
1
-6
/
+6
|
/
*
tree-wide: use recvmsg_safe() at various places
Lennart Poettering
2020-04-23
1
-5
/
+4
*
ask-password-api: reword some debug messages
Lennart Poettering
2020-04-15
1
-3
/
+3
*
ask-password: prefix password questions with lock and key emoji
Lennart Poettering
2020-04-15
1
-0
/
+4
*
*: convert amenable fdopen calls to take_fdopen
Vito Caputo
2020-03-31
1
-3
/
+1
*
shared/ask-password-api: do not show hint on echo
Christian Hesse
2020-03-12
1
-1
/
+1
*
ask-password-api: drop unneeded parentheses
Zbigniew Jędrzejewski-Szmek
2020-03-02
1
-2
/
+1
*
tree-wide: use the return value from sockaddr_un_set_path()
Zbigniew Jędrzejewski-Szmek
2020-03-02
1
-6
/
+8
*
shared/ask-password-api: show "(press TAB for no echo)"
Zbigniew Jędrzejewski-Szmek
2020-02-06
1
-4
/
+21
*
shared/ask-password-api: return "error" when dialogue is cancelled
Zbigniew Jędrzejewski-Szmek
2020-02-06
1
-5
/
+9
*
shared/ask-password-api: modify keyctl break value
Kevin Kuehler
2019-11-28
1
-1
/
+1
*
ask-password: skip kernel keyring logic if we see EPERM
Lennart Poettering
2019-11-19
1
-1
/
+6
*
ask-password: don't hit assert() when we query pw which the user C-d and cach...
Lennart Poettering
2019-11-14
1
-2
/
+2
*
tree-wide: drop signal.h when signal-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
Move PLYMOUTH_SOCKET define to def.h and nuke plymouth-util.h
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-1
/
+1
*
tty-ask-pwd-agent: move ask_password_plymouth() in ask-password-api.c
Franck Bui
2019-10-05
1
-0
/
+181
*
tty-ask-pwd-agent: give the possiblity to skip a password prompt
Franck Bui
2019-10-05
1
-0
/
+8
*
shared/ask-password-api: backspace all chars at once
Zbigniew Jędrzejewski-Szmek
2019-07-12
1
-23
/
+23
*
Use _cleanup(free_and_erasep) where appropriate
Zbigniew Jędrzejewski-Szmek
2019-07-10
1
-14
/
+11
*
ask-password: prevent buffer overrow when reading from keyring
Thadeu Lima de Souza Cascardo
2019-05-15
1
-1
/
+1
*
ask-password: add extra paranoid overflow check
Lennart Poettering
2019-03-20
1
-2
/
+7
*
ask-password: erase character read with _cleanup_
Lennart Poettering
2019-03-20
1
-4
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
shared/ask-password-api: when echoing multi-byte characters, print the whole ...
Zbigniew Jędrzejewski-Szmek
2019-02-26
1
-1
/
+4
*
basic/utf8: do not read past end of string when looking for a multi-byte char...
Zbigniew Jędrzejewski-Szmek
2019-02-26
1
-6
/
+6
*
ask-password-api: do not call ask_password_keyring() if keyname == NULL
Yu Watanabe
2018-12-30
1
-1
/
+1
*
ask-password: make ask_password_keyring() static
Yu Watanabe
2018-12-30
1
-1
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
tree-wide: use IOVEC_MAKE() at many places
Lennart Poettering
2018-11-27
1
-3
/
+1
*
Merge pull request #10594 from poettering/env-reload-fix
Zbigniew Jędrzejewski-Szmek
2018-11-07
1
-1
/
+1
|
\
|
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-1
/
+1
*
|
ask-password: fix minor memory leak on error path
Lennart Poettering
2018-11-06
1
-4
/
+2
*
|
ask-password: check keyring in ask_password_tty and ask_password_agent
Xiang Fan
2018-10-31
1
-27
/
+81
|
/
*
string-util: introduce explicit_zero_safe()
Lennart Poettering
2018-10-24
1
-7
/
+7
*
tree-wide: introduce setsockopt_int() helper and make use of it everywhere
Lennart Poettering
2018-10-18
1
-3
/
+4
*
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
1
-2
/
+1
*
tree-wide: port various users over to sockaddr_un_set_path()
Lennart Poettering
2018-10-15
1
-19
/
+14
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Some comment adjustments
Zbigniew Jędrzejewski-Szmek
2018-02-19
1
-1
/
+1
*
ask-password-api: many fixes to ask_password_tty()
Lennart Poettering
2018-02-14
1
-20
/
+67
[next]