summaryrefslogtreecommitdiffstats
path: root/misc-utils/uuidd.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-181-1/+2
* lib/timer: add fallback if timer_create() not availableKarel Zak2018-12-031-3/+5
* uuidd: cosmetic coding style changeKarel Zak2018-03-071-2/+1Star
* uuidd: don't truncate long socket pathsRuediger Meier2018-03-071-4/+8
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-051-3/+0Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* uuidd: remove unused defineRuediger Meier2017-06-221-6/+0Star
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* uuidd: remove unnecessary pidpile path variableSami Kerola2016-08-081-5/+2Star
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-3/+2Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* uuidd: correct the wording of an error messageBenno Schulenberg2016-03-161-1/+1
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* uuidd: add debug message for timeoutKarel Zak2015-10-091-2/+5
* uuidd: use cxt->quietKarel Zak2015-10-091-7/+6Star
* uuidd: fix compiler warning [-Wsign-compare]Karel Zak2015-10-091-1/+3
* uuidd: fix shadow declarationSami Kerola2015-10-091-5/+5
* uuidd: use signalfd() and setup_timer()Sami Kerola2015-10-091-39/+96
* blkid, uuidd, uuidgen: assume getopt.h and getopt.h are availableSami Kerola2015-10-091-8/+0Star
* uuidd: slice up the usage text and normalize its layoutSami Kerola2015-10-091-19/+17Star
* uuidd: improve socket activation error messagingSami Kerola2015-10-021-3/+11
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* textual: use usage() text element macrosSami Kerola2014-10-011-2/+2
* uuidd: do not mix signed type and unsigned codeSami Kerola2014-05-261-2/+2
* uuidd: set options to be mutually exclusiveSami Kerola2014-05-261-3/+9
* uuidd: ensure pid file is wrote when it is requestedSami Kerola2014-05-261-2/+4
* build-sys: consolidate systemd supportKarel Zak2014-04-091-5/+5
* uuidd: use pkg-config to find systemd-deamon supportSami Kerola2014-01-071-5/+5
* uuidd: add missing initializer [clang-analyzer]Karel Zak2013-07-091-3/+3
* textual: fix typo in error message and uniformize their use of periodBenno Schulenberg2013-05-281-6/+6
* uuidd: clean up error messagesKarel Zak2013-05-151-46/+31Star
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-3/+1Star
* libuuid: move read_all to include/all-io.hPetr Uzel2012-05-151-24/+0Star
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* libuuid: avoid double open and leaking fd (reworked)Petr Uzel2012-05-101-2/+2
* uuidd: remove unnecessary variablesKarel Zak2012-05-041-22/+16Star
* libuuid: avoid double open and leaking descriptorPetr Uzel2012-05-041-2/+2
* uuidd: introduce uuidd_cxt to pass arguments to server loopPetr Uzel2012-05-041-20/+36
* uuidd: do not drop privilegesPetr Uzel2012-05-041-31/+1Star
* uuidd: print all debugging information to stderrPetr Uzel2012-05-041-14/+15
* uuidd: implement --socket-activation optionPetr Uzel2012-05-041-44/+90
* uuidd: factor out socket creation into separate functionPetr Uzel2012-05-041-28/+46
* uuidd: implement --no-fork optionPetr Uzel2012-05-041-6/+12
* uuidd: use ignore_result helperPetr Uzel2012-05-041-3/+2Star
* uuidd: implement --no-pid optionPetr Uzel2012-05-041-12/+36
* uuidd: factor out pidfile creation into separate functionPetr Uzel2012-05-041-14/+34
* uuidd: remove useless initialization of cleanup_socketPetr Uzel2012-05-041-1/+0Star