summaryrefslogtreecommitdiffstats
path: root/misc-utils/uuidd.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+9Star
* 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/+9Star
* 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/+2Star
* uuidd: use die() where possiblePetr Uzel2011-02-081-6/+4Star
* uuidd: use daemon(3) library functionPetr Uzel2011-02-081-17/+2Star
* 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-07-011-5/+9
* uuidd: Avoid closing the server socket when calling create_daemon()Theodore Ts'o2009-07-011-0/+12
* uuidd: new command (UUID daemon from e2fsprogs)Karel Zak2009-05-221-0/+572