index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tty-ask-password-agent
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
tree-wide: use ppoll_usec()
Yu Watanabe
2021-03-03
1
-12
/
+6
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-4
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-3
/
+2
*
tty-ask-pw-agent: properly propagate error
Lennart Poettering
2020-08-26
1
-3
/
+2
*
tty-ask-pw-agent: the message string might not be set
Lennart Poettering
2020-08-26
1
-6
/
+4
*
tty-ask-pw-agent: make sure "--list" works correctly
Lennart Poettering
2020-08-26
1
-2
/
+2
*
tree-wide: check POLLNVAL everywhere
Lennart Poettering
2020-06-10
1
-0
/
+4
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-1
/
+3
*
tree-wide: use the return value from sockaddr_un_set_path()
Zbigniew Jędrzejewski-Szmek
2020-03-02
1
-6
/
+8
*
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
*
tty-ask-password: fix dead code path
Zbigniew Jędrzejewski-Szmek
2019-10-21
1
-6
/
+4
*
tty-ask-pwd-agent: move ask_password_plymouth() in ask-password-api.c
Franck Bui
2019-10-05
1
-181
/
+0
*
tty-ask-pwd-agent: small cleanup in process_one_password_file()
Franck Bui
2019-10-05
1
-44
/
+64
*
tty-ask-pwd-agent: add a FIXME
Franck Bui
2019-10-05
1
-0
/
+3
*
tty-ask-pwd-agent: share the same init code for --query and --watch
Franck Bui
2019-10-05
1
-22
/
+25
*
tty-ask-pwd-agent: treat SIGINT as a request to exit immediately
Franck Bui
2019-10-05
1
-1
/
+1
*
tty-ask-pwd-agent: give the possiblity to skip a password prompt
Franck Bui
2019-10-05
1
-3
/
+15
*
tty-ask-pwd-agent: minor simplification by using FOREACH_DIRENT instead of FO...
Franck Bui
2019-10-05
1
-4
/
+1
*
fs-util: introduce inotify_add_watch_and_warn() helper
Franck Bui
2019-10-05
1
-7
/
+4
*
tty-ask-pwd-agent: rename watch_passwords() and show_passwords()
Franck Bui
2019-10-04
1
-8
/
+8
*
tty-ask-pwd-agent: simplify handling of --wall a bit
Franck Bui
2019-09-17
1
-55
/
+49
*
tty-ask-pwd-agent: fix message forwarded to wall(1)
Franck Bui
2019-09-16
1
-1
/
+1
*
shared/exit-status: use Bitmap instead of Sets
Zbigniew Jędrzejewski-Szmek
2019-07-29
1
-0
/
+1
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
Use _cleanup(free_and_erasep) where appropriate
Zbigniew Jędrzejewski-Szmek
2019-07-10
1
-15
/
+7
*
ask-passwd: slightly optimize handling arguments
Yu Watanabe
2019-04-04
1
-8
/
+7
*
tty-ask-pw-agent: use right array
Lennart Poettering
2019-04-04
1
-1
/
+1
*
tty-ask-password: re-break comment
Lennart Poettering
2019-04-02
1
-6
/
+4
*
tty-ask-password: simplify signal handler installation
Lennart Poettering
2019-04-02
1
-6
/
+7
*
tty-ask-password: no need to initialize something already NUL initialized to NUL
Lennart Poettering
2019-04-02
1
-1
/
+0
*
tty-ask-password: drop redundant local variable
Lennart Poettering
2019-04-02
1
-3
/
+1
*
tty-ask-password: copy argv[] before forking child
Lennart Poettering
2019-04-02
1
-11
/
+22
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-1
/
+3
*
util: split out plymouth related stuff
Lennart Poettering
2019-03-14
1
-0
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-20
/
+15
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+1
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
util-lib: move main() definition macros to its own header file
Lennart Poettering
2018-11-19
1
-0
/
+1
*
tty-ask-password-agent: define main through macro
Zbigniew Jędrzejewski-Szmek
2018-11-17
1
-21
/
+18
*
ask-password: improve log message when inotify limit is reached
Jan Synacek
2018-11-07
1
-2
/
+6
*
ask-password: check keyring in ask_password_tty and ask_password_agent
Xiang Fan
2018-10-31
1
-8
/
+1
*
string-util: introduce explicit_zero_safe()
Lennart Poettering
2018-10-24
1
-2
/
+2
*
tree-wide: port various users over to sockaddr_un_set_path()
Lennart Poettering
2018-10-15
1
-5
/
+7
*
More polite passphrase prompt
Marko Myllynen
2018-10-09
1
-1
/
+1
[next]