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
*
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
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-5
/
+16
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+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
*
fixed 3 occurences of 'Failed top open' (#8349)
SjonHortensius
2018-03-04
1
-1
/
+1
*
tty-ask-password-agent: reenable color for boot-time password prompt
Lennart Poettering
2018-02-14
1
-2
/
+4
*
tty-ask-password-agent: don't open terminal multiple times
Lennart Poettering
2018-02-14
1
-1
/
+1
*
tty-ask-password-agent: show right TTY path in error message
Lennart Poettering
2018-02-13
1
-1
/
+2
*
tty-ask-password-agent: assing sendto() result to a ssize_t variable, not an int
Lennart Poettering
2018-02-13
1
-2
/
+7
*
terminal-util: rework acquire_terminal()
Lennart Poettering
2018-02-13
1
-1
/
+1
*
tty-ask-password-agent: make code a tiny bit shorter
Lennart Poettering
2018-02-13
1
-1
/
+1
*
tty-ask-password-agent: add (void) cast to mkdir/mkfifo calls we knowingly ig...
Lennart Poettering
2018-01-11
1
-2
/
+2
*
io-util: make flush_fd() return how many bytes where flushed
Lennart Poettering
2018-01-05
1
-1
/
+1
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-2
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-9
/
+9
*
tty-ask-password-agent: drop NULL sentinel
Lennart Poettering
2017-11-29
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-3
/
+2
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
treewide: replace homegrown memory_erase with explicit_bzero
Zbigniew Jędrzejewski-Szmek
2017-02-06
1
-2
/
+2
*
core: when determining whether a process exit status is clean, consider wheth...
Lennart Poettering
2016-10-10
1
-1
/
+1
*
ask-password: ask for passphrases not only on the first console of /dev/console
Werner Fink
2016-05-24
1
-17
/
+212
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
1
-4
/
+3
*
tree-wide: rename hidden_file to hidden_or_backup_file and optimize
Zbigniew Jędrzejewski-Szmek
2016-04-28
1
-1
/
+1
*
Merge pull request #2495 from heftig/master
Lennart Poettering
2016-02-10
1
-62
/
+57
|
\
|
*
tty-ask-password: Split out password sending
Jan Alexander Steffens (heftig)
2016-02-03
1
-62
/
+57
*
|
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
|
/
*
tty-ask-password-agent: fix typo in error message
Michal Schmidt
2015-11-05
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_
Zbigniew Jędrzejewski-Szmek
2015-10-19
1
-6
/
+2
*
tree-wide: whenever we deal with passwords, erase them from memory after use
Lennart Poettering
2015-10-19
1
-30
/
+67
[next]