summaryrefslogtreecommitdiff
path: root/misc-utils/uuidd.c
Commit message (Expand)AuthorAgeFilesLines
...
* uuidd: clean up error messagesKarel Zak2013-05-151-46/+31
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-3/+1
* libuuid: move read_all to include/all-io.hPetr Uzel2012-05-151-24/+0
* 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/+16
* 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/+1
* 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/+2
* 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/+0
* uuidd: use UUIDD_OP_GETPID instead of magic numberPetr Uzel2012-05-041-2/+2
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-16/+9
* uuidd: Add missing break to option case statementEric Sandeen2011-09-271-0/+1
* uuidd: cleanup usage()Karel Zak2011-08-161-15/+16
* uuidd: distinguish between singular and plural in three messagesBenno Schulenberg2011-08-021-4/+10
* uuidd: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-2/+2
* uuidd: coding style fixesSami Kerola2011-06-251-22/+25
* uuidd: remove goto statementSami Kerola2011-06-251-8/+10
* uuidd: use symbolic exit and return valuesSami Kerola2011-06-251-17/+17
* uuidd: die() function removedSami Kerola2011-06-251-14/+9
* uuidd: long options & new usageSami Kerola2011-06-251-10/+45
* uuidd: add "-q" to synopsis, order options alphabeticallyBenno Schulenberg2011-03-081-8/+8
* libuuid: rename uuid__generate_* to __uuid_generate_*Petr Uzel2011-02-161-4/+4
* uuidd: correctly report number of generated subsequent UUIDsPetr Uzel2011-02-081-2/+2
* uuidd: fix -n usagePetr Uzel2011-02-081-1/+1
* uuidd: increase connection backlog size to SOMAXCONNPetr Uzel2011-02-081-1/+1
* uuidd: use write_all from include/writeall.hPetr Uzel2011-02-081-20/+2
* uuidd: use die() where possiblePetr Uzel2011-02-081-6/+4
* uuidd: use daemon(3) library functionPetr Uzel2011-02-081-17/+2
* uuidd: use UUID_STR_LEN and UUID_LENPetr Uzel2011-02-081-11/+17
* uuidd: use UUIDD_OP_BULK_*_UUID named constantsPetr Uzel2011-02-081-6/+9
* uuidd: fix uuidd -r -n 2Petr Uzel2011-02-081-1/+1
* messages: gettextize a few skipped or forgotten onesBenno Schulenberg2010-06-141-3/+3
* uuidd: spell the plural of "UUID" consistently as "UUIDs"Benno Schulenberg2010-06-141-3/+3
* libuuid, uuidd: Avoid infinite loop while reading from the socket fdTheodore Ts'o2009-06-301-5/+9
* uuidd: Avoid closing the server socket when calling create_daemon()Theodore Ts'o2009-06-301-0/+12
* uuidd: new command (UUID daemon from e2fsprogs)Karel Zak2009-05-221-0/+572