]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge remote-tracking branch 'sami/uuidd-work'
authorKarel Zak <kzak@redhat.com>
Tue, 24 Nov 2020 12:12:22 +0000 (13:12 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Nov 2020 12:12:22 +0000 (13:12 +0100)
commit665d79e793265558bfcc3587498b603bfdb92cdb
tree0c7826b6c00c5bb78713f1328a0b3935f3c116fd
parent7ffd3b0ef668c72648c3f1e811371ee413dd9f82
parentef6ac596897dc603bf8f3f232f1d3c92276cf25f
Merge remote-tracking branch 'sami/uuidd-work'

* sami/uuidd-work:
  uuidd: fix misleading indentation
  uuidd: make timeout to take effect when debug is not defined
  uuidd: remove unnecessary bulk request size limit
  uuidd: add uuidd specific data types that are used in protocol
  uuidd: reorder bulk time and random generation code
  uuidd: document uuidd protocol
  uuidd: override operation type when performing bulk request
  uuidd: move option parsing to separate function
  uuidd: add command-line option values struct
  uuidd: use pid_t type when referring to process id