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: 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
*
tty-ask-password-agent: don't warn if we cannot disable wall messages on the ...
Lennart Poettering
2015-10-14
1
-1
/
+1
*
util: do not reset terminal in acquire_terminal()
Lennart Poettering
2015-10-08
1
-0
/
+4
*
ask-password: add support for caching passwords in the kernel keyring
Lennart Poettering
2015-10-07
1
-14
/
+20
*
ask-password: various modernizations
Lennart Poettering
2015-10-06
1
-38
/
+37
*
tree-wide: use strempty() where possible
Daniel Mack
2015-09-30
1
-1
/
+1
*
tty-ask-password: minor modernizations
Lennart Poettering
2015-09-29
1
-3
/
+2
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-18
/
+15
*
tree-wide: introduce mfree()
David Herrmann
2015-07-31
1
-2
/
+1
*
everywhere: port everything to sigprocmask_many() and friends
Lennart Poettering
2015-06-15
1
-3
/
+3
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
shared/utmp-wtmp: add parameter for origin tty and callback userdata
Daniel Mack
2015-04-24
1
-2
/
+2
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
1
-1
/
+1
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-1
/
+1
*
util: rename ignore_file() to hidden_file()
Lennart Poettering
2014-12-19
1
-1
/
+1
[next]