index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
ask-password-api.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
fileio: simplify mkostemp_safe() (#4090)
Topi Miettinen
2016-09-13
1
-1
/
+1
*
basic/strv: add an extra NUL after strings in strv_make_nulstr
Zbigniew Jędrzejewski-Szmek
2016-07-17
1
-5
/
+1
*
tree-wide: check colors_enabled() before outputting ANSI color strings
Lennart Poettering
2016-05-30
1
-2
/
+4
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
ask-password-api: only emit a star on valid unicode codepoint
Zbigniew Jędrzejewski-Szmek
2016-01-26
1
-4
/
+10
*
Use negative_errno() to assert errno is positive after a few system calls
Zbigniew Jędrzejewski-Szmek
2016-01-18
1
-1
/
+1
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-0
/
+12
*
treewide: use the negative error codes returned by our functions
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: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
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
-1
/
+2
*
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
-2
/
+1
*
tree-wide: whenever we deal with passwords, erase them from memory after use
Lennart Poettering
2015-10-19
1
-2
/
+14
*
ask-password: add support for caching passwords in the kernel keyring
Lennart Poettering
2015-10-07
1
-47
/
+194
*
ask-password: various modernizations
Lennart Poettering
2015-10-06
1
-70
/
+61
*
cgtop: underline table header
Lennart Poettering
2015-09-22
1
-2
/
+2
*
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-09-09
1
-12
/
+7
*
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-5
/
+3
*
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
-1
/
+1
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
shared: add random-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
shared: introduce cmsg_close_all() call
Lennart Poettering
2015-02-18
1
-0
/
+2
*
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
1
-1
/
+1
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-10
/
+10
*
ask-password: Add --echo to enable echoing the user input
David Sommerseth
2014-10-05
1
-3
/
+7
*
Be more verbose when bind or listen fails
Zbigniew Jędrzejewski-Szmek
2014-07-19
1
-1
/
+1
*
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-05-15
1
-4
/
+4
*
Add more password agent information
David Härdeman
2014-04-24
1
-2
/
+7
*
ask-password: modernizations
Lennart Poettering
2014-03-25
1
-50
/
+37
*
ask-password: when the user types a overly long password, beep and refuse
Lennart Poettering
2014-03-25
1
-0
/
+5
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-11
/
+6
*
always use the same code for creating temporary files
Lennart Poettering
2014-01-28
1
-4
/
+1
*
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-12-22
1
-1
/
+1
*
build-sys: use -Og instead of -O0 to catch warnings
Kay Sievers
2013-10-21
1
-1
/
+2
*
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-06
1
-4
/
+3
*
util: add a bit of syntactic sugar to run short code fragments with a differe...
Lennart Poettering
2013-04-04
1
-8
/
+6
*
Partially revert e62d8c394474
Zbigniew Jędrzejewski-Szmek
2013-04-01
1
-2
/
+1
*
Modernization
Zbigniew Jędrzejewski-Szmek
2013-03-31
1
-3
/
+6
*
Revert "log_error() if inotify_add_watch() fails"
Lennart Poettering
2013-02-13
1
-1
/
+0
*
log_error() if inotify_add_watch() fails
Harald Hoyer
2013-02-13
1
-0
/
+1
*
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-26
1
-2
/
+1
*
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-07-25
1
-1
/
+1
[next]