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
/
tty-ask-password-agent.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
treewide: sanitize loop_write
Zbigniew Jędrzejewski-Szmek
2014-12-10
1
-6
/
+6
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-8
/
+4
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-3
/
+3
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-3
/
+3
*
ask-password: Add --echo to enable echoing the user input
David Sommerseth
2014-10-05
1
-2
/
+3
*
Correct a few typos
Torstein Husebø
2014-10-02
1
-1
/
+1
*
tty-ask-password-agent: modernization
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-151
/
+85
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-8
/
+5
*
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-07-29
1
-1
/
+1
*
Always check asprintf return code
Karel Zak
2014-07-26
1
-2
/
+3
*
tty-ask-password-agent: modernization
Zbigniew Jędrzejewski-Szmek
2014-07-17
1
-57
/
+38
*
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-17
1
-17
/
+6
*
Constify ConfigTableItem tables
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-1
/
+1
*
tty-ask-password-agent: Do tell what directory we failed to open
Cristian Rodríguez
2014-06-01
1
-1
/
+1
*
tty-ask-password-agent: return negative errno
Florian Albrechtskirchinger
2014-04-05
1
-1
/
+1
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-17
/
+8
*
utmp-wtmp: allow overriding username on wall
Sebastian Thorarensen
2014-03-14
1
-1
/
+1
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-1
/
+1
*
util: generalize code that checks whether PIDs are alive or unwaited for
Lennart Poettering
2014-02-18
1
-3
/
+1
[next]