platform/upstream/nbd.git
2021-10-18 Wouter VerhelstAdd an IPv6 parser test. nbd-3.23
2021-10-18 Wouter VerhelstDon't overwrite the hostname with the TLS hostname
2021-10-04 Wouter Verhelstconfigure.ac: silence a few autoconf 2.71 warnings nbd-3.22
2021-09-03 Eric Blakespec: Relax NBD_OPT_LIST_META_CONTEXTS
2021-09-03 Eric Blakeclient: Don't confuse Unix socket with TLS hostname
2021-09-03 Eric Blakeserver: Avoid deprecated g_memdup
2021-09-03 Wouter VerhelstProduce a helpful error message when autoconf-archive...
2021-08-25 Eric Blakespec: Clarify NBD_FLAG_ vs. MitM downgrade attack
2021-08-16 Eric Blakespec: Clarify STARTTLS vs. STRUCTURED_REPLY
2021-08-12 Eric Blakespec: Clarify STARTTLS vs. SET_META_CONTEXT interaction
2021-08-11 Eric Blakedocs: Link to protocol security considerations in uri...
2021-08-10 Wouter VerhelstIgnore ylwrap
2021-08-08 Wouter VerhelstEnsure to initialize the number of connections to 1
2021-08-05 Wouter Verhelstnbdtab parser: add basic test suite
2021-07-30 Wouter VerhelstFail if bison isn't found
2021-07-30 Wouter VerhelstMake "make distcheck" work again
2021-07-30 Wouter Verhelstnbdtab: parse by way of a bison-generated parser
2021-06-01 Wouter VerhelstDrop duplicate parser increments
2021-05-10 Wouter Verhelstnbd-client.c: parse the next option in all cases
2021-02-24 Graham R. Cobbnbd-server: handle auth for v6-mapped IPv4 addresses
2021-01-17 Wouter VerhelstUpdate systemd init file nbd-3.21
2020-10-06 Josh TriplettSupport preinitialized NBD connections
2020-10-06 Josh TriplettAdd option to treat device as read-only
2020-10-05 Wouter VerhelstDrop superfluous information from README
2020-03-17 Jonathan Liuserver: trim whitespace from lines in authorization...
2020-02-07 Wouter VerhelstNBD_REP_ERR_PLATFORM: make useful
2020-02-07 Vladimir Sementsov... doc/proto: drop max-block restriction for data-less...
2019-10-06 Fabrice Fontaineconfigure.ac: fix --disable-manpages
2019-09-16 Wouter VerhelstAlso close the file descriptor before returning
2019-09-03 Richard W.M... doc: Define a standard URI syntax for NBD URIs. nbd-3.20
2019-09-03 Eric Blakeprotocol: Add NBD_CMD_FLAG_FAST_ZERO
2019-08-02 Wouter VerhelstEnsure that the file creation succeeded
2019-08-02 Wouter VerhelstBe explicit about falling through
2019-08-02 Wouter VerhelstAdd another assert here
2019-08-02 Wouter VerhelstClear the sin_zero thing
2019-08-02 Wouter VerhelstExplicitly NULL-terminate the buffer
2019-08-02 Wouter VerhelstFix memset call
2019-08-02 Wouter VerhelstDrop unreachable code
2019-08-01 Wouter VerhelstValidate input on blocksize
2019-08-01 Wouter VerhelstReorder zero termination
2019-08-01 Wouter VerhelstAdd missing parentheses
2019-07-31 Wouter VerhelstEnsure that -g always works
2019-06-04 Eric Blakedocs: Recommend TCP_NODELAY (disabling Nagle)
2019-05-25 Wouter VerhelstDon't actually clear the array
2019-05-25 Wouter VerhelstDon't refcount without the refcount function
2019-05-25 Wouter VerhelstDefault to silent rules
2019-05-23 Kevin DaudtSegfault in nbd-server.c due to calling freeaddrinfo...
2019-05-22 Wouter VerhelstDocument better that exportname is not an exportname
2019-05-14 Eric Blakedoc: Clarify that clients should handle old server...
2019-05-01 Eric Blakedoc: Tweak naming of NBD errors
2019-05-01 Eric Blakedoc: Clarify use of EOVERFLOW
2019-05-01 Eric Blakemaint: Add .mailmap
2019-04-12 Wouter VerhelstConvert SERVER to a refcounted value
2019-04-12 Wouter VerhelstFix comment
2019-04-11 Fabrice Fontainerename err() function to avoid clashing with err()...
2019-04-11 Wouter VerhelstAdd missing return
2019-04-11 Wouter VerhelstImplement trim with the BLKDISCARD ioctl
2019-04-11 Juha ErkkiläUse the real genconf.threads, not an uninitialized...
2019-03-22 Eric Blakedoc: NBD_CMD_DISC has no response
2019-02-13 Wouter VerhelstMake the delay in the test suite between test runs...
2019-02-13 Wouter VerhelstPoint to block size section.
2019-02-13 Wouter VerhelstClarify that other messages require negotiation, first.
2019-02-13 Wouter VerhelstClarify that NBD_CMD_WRITE is not always required
2019-02-13 Wouter VerhelstRecommend default of 512 rather than 1024
2019-02-13 Wouter VerhelstAdd initial baseline/maximum interop spec
2019-01-30 Wouter VerhelstMoar tag fixes nbd-3.19
2019-01-30 Wouter VerhelstAdd missing closing tag to silence nsgmls error
2019-01-30 Wouter VerhelstUnbreak building from git
2018-12-16 Wouter VerhelstRework the manpages thing
2018-12-16 Wouter VerhelstUse "make distcheck" in the CI
2018-11-28 Wouter VerhelstChange blocksize to 512
2018-11-27 Wouter VerhelstSquashed commit of the following:
2018-11-23 Wouter VerhelstCopy editing
2018-11-14 Axel WagnerPass SERVER* to send_export_info explicitly
2018-10-05 Eric Blakedoc: Spelling fix
2018-10-03 Eric BlakeFix markdown in previous patch
2018-10-03 Eric BlakeMore mailing list link updates
2018-10-03 Wouter VerhelstUpdate URL to mailinglist
2018-10-03 Adriana KobylakAdd config option to not install the man pages
2018-09-10 Wouter VerhelstFix message marker
2018-09-10 Wouter VerhelstDon't build on the Debian branch, anymore
2018-09-09 Thomas Pentekercorrect shell variable assignment for libnl flags in...
2018-09-07 Wouter VerhelstExplicitly set errno on EOF
2018-08-18 Wouter VerhelstEnsure this is available, too nbd-3.18
2018-08-18 Wouter VerhelstAdd the .sh.in file
2018-08-18 Wouter VerhelstMerge pull request #82 from maciejsszmigiero/netlink...
2018-08-17 Maciej S. Szmigieronbd-client: don't set unset (zero) timeout when configu...
2018-08-16 Eric Blakedoc: Register qemu namespace for NBD_OPT_SET_META_CONTEXT
2018-08-16 Eric Blakedoc: Permit BLOCK_STATUS reply to extend beyond request
2018-07-24 Luiz Angelo... server: clean supplementary groups when setuid
2018-05-21 Vladimir Sementsov... proto: add xNBD command NBD_CMD_CACHE to the spec
2018-05-20 Thadeu Lima... server: do not crash when handling child name
2018-05-20 Thadeu Lima... server: Close socket pair when fork fails.
2018-05-17 Wouter VerhelstUse stdbool rather than gboolean
2018-05-17 Wouter VerhelstDrop the modern property
2018-04-30 Eric Blakedoc: Reflow paragraphs after recent edits
2018-04-30 Eric BlakeMerge branch 'extension-blockstatus' into master
2018-04-18 Wouter VerhelstMerge pull request #78 from Polynomial-C/master
2018-04-17 Lars WendlerDon't make gnutls and libnl automagic
2018-04-04 Wouter VerhelstUse AS_CASE here, too
next