index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tty-ask-password-agent
Age
Commit message (
Expand
)
Author
2015-04-24
shared/utmp-wtmp: add parameter for origin tty and callback userdata
Daniel Mack
2015-04-11
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-10
shared: add process-util.[ch]
Ronny Chevalier
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2014-12-19
util: rename ignore_file() to hidden_file()
Lennart Poettering
2014-12-09
treewide: sanitize loop_write
Zbigniew Jędrzejewski-Szmek
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-10-05
ask-password: Add --echo to enable echoing the user input
David Sommerseth
2014-10-02
Correct a few typos
Torstein Husebø
2014-08-03
tty-ask-password-agent: modernization
Zbigniew Jędrzejewski-Szmek
2014-08-03
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-07-29
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-07-26
Always check asprintf return code
Karel Zak
2014-07-16
tty-ask-password-agent: modernization
Zbigniew Jędrzejewski-Szmek
2014-07-16
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-15
Constify ConfigTableItem tables
Zbigniew Jędrzejewski-Szmek
2014-06-01
tty-ask-password-agent: Do tell what directory we failed to open
Cristian Rodríguez
2014-04-05
tty-ask-password-agent: return negative errno
Florian Albrechtskirchinger
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-14
utmp-wtmp: allow overriding username on wall
Sebastian Thorarensen
2014-02-19
make gcc shut up
Lennart Poettering
2014-02-18
util: generalize code that checks whether PIDs are alive or unwaited for
Lennart Poettering
2013-11-06
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-04-25
conf-parser: restrict .include usage
Lennart Poettering
2013-04-17
Report about syntax errors with metadata
Zbigniew Jędrzejewski-Szmek
2013-04-10
tty-ask-password-agent: free passwords
Lukas Nykryn
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-02-13
Revert "log_error() if inotify_add_watch() fails"
Lennart Poettering
2013-02-13
log_error() if inotify_add_watch() fails
Harald Hoyer
2013-01-04
build-sys: drop all distribution specfic checks
Lennart Poettering
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-25
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-07-13
log: correct usage of logging API at a few places
Lennart Poettering
2012-06-27
man: document tty-ask-password-agent
Lennart Poettering
2012-06-26
core: make systemd.confirm_spawn=1 actually work
Lennart Poettering
2012-05-31
mkdir: append _label to all mkdir() calls that explicitly set the selinux con...
Kay Sievers
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-04-13
build-sys: add stub makefiles to all subdirs to ease development with emacs
Lennart Poettering
2012-04-12
move all tools to subdirs
Kay Sievers