summaryrefslogtreecommitdiff
path: root/src/reply-password
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Remove string_free_eraseZbigniew Jędrzejewski-Szmek2019-07-101-1/+1
* reply-password: define main through macroZbigniew Jędrzejewski-Szmek2019-07-101-35/+21
* Use _cleanup(free_and_erasep) where appropriateZbigniew Jędrzejewski-Szmek2019-07-101-3/+1
* util: move some raw memory functions from string-util.h → memory-util.hLennart Poettering2019-03-141-0/+1
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* string-util: introduce explicit_zero_safe()Lennart Poettering2018-10-241-1/+1
* reply-password: initialize 'length' variableYu Watanabe2018-10-241-1/+1
* reply-password: fgets() excorcismLennart Poettering2018-10-181-8/+29
* tree-wide: port various users over to sockaddr_un_set_path()Lennart Poettering2018-10-151-5/+6
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek2017-02-051-1/+1
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-5/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+4
* tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-191-10/+9
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-8/+0
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-3/+3
* fix a couple of more lazy "return -1"Lennart Poettering2014-08-111-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-3/+3
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-3/+3
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-131-0/+1
* move all tools to subdirsKay Sievers2012-04-121-0/+109