summaryrefslogtreecommitdiff
path: root/src/reply-password
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop socket.h when socket-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-07-10Remove string_free_eraseZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-10reply-password: define main through macroZbigniew Jędrzejewski-Szmek1-35/+21
2019-07-10Use _cleanup(free_and_erasep) where appropriateZbigniew Jędrzejewski-Szmek1-3/+1
2019-03-14util: move some raw memory functions from string-util.h → memory-util.hLennart Poettering1-0/+1
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-14Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek1-1/+0
2018-10-24string-util: introduce explicit_zero_safe()Lennart Poettering1-1/+1
2018-10-24reply-password: initialize 'length' variableYu Watanabe1-1/+1
2018-10-18reply-password: fgets() excorcismLennart Poettering1-8/+29
2018-10-15tree-wide: port various users over to sockaddr_un_set_path()Lennart Poettering1-5/+6
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-02-05treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek1-1/+1
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering1-5/+3
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-3/+4
2015-10-19tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering1-10/+9
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-8/+0
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2014-11-28treewide: another round of simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-3/+3
2014-08-11fix a couple of more lazy "return -1"Lennart Poettering1-1/+1
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-3/+3
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-3/+3
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering1-0/+1
2012-04-12move all tools to subdirsKay Sievers1-0/+109