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
/
shared
/
ask-password-api.c
Age
Commit message (
Expand
)
Author
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-26
ask-password-api: only emit a star on valid unicode codepoint
Zbigniew Jędrzejewski-Szmek
2016-01-18
Use negative_errno() to assert errno is positive after a few system calls
Zbigniew Jędrzejewski-Szmek
2015-12-06
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-11-05
treewide: use the negative error codes returned by our functions
Michal Schmidt
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-26
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-19
strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_
Zbigniew Jędrzejewski-Szmek
2015-10-19
tree-wide: whenever we deal with passwords, erase them from memory after use
Lennart Poettering
2015-10-07
ask-password: add support for caching passwords in the kernel keyring
Lennart Poettering
2015-10-06
ask-password: various modernizations
Lennart Poettering
2015-09-22
cgtop: underline table header
Lennart Poettering
2015-09-09
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-07-29
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-06-15
everywhere: port everything to sigprocmask_many() and friends
Lennart Poettering
2015-05-29
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-04-11
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
shared: add random-util.[ch]
Ronny Chevalier
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-02-18
shared: introduce cmsg_close_all() call
Lennart Poettering
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
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-10-05
ask-password: Add --echo to enable echoing the user input
David Sommerseth
2014-07-18
Be more verbose when bind or listen fails
Zbigniew Jędrzejewski-Szmek
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-04-24
Add more password agent information
David Härdeman
2014-03-25
ask-password: modernizations
Lennart Poettering
2014-03-25
ask-password: when the user types a overly long password, beep and refuse
Lennart Poettering
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-01-28
always use the same code for creating temporary files
Lennart Poettering
2013-12-22
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-10-21
build-sys: use -Og instead of -O0 to catch warnings
Kay Sievers
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-04
util: add a bit of syntactic sugar to run short code fragments with a differe...
Lennart Poettering
2013-03-31
Partially revert e62d8c394474
Zbigniew Jędrzejewski-Szmek
2013-03-31
Modernization
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
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-05-31
mkdir: append _label to all mkdir() calls that explicitly set the selinux con...
Kay Sievers
2012-04-12
move remainig shared stuff to shared/
Kay Sievers