packaging: Remove ExclusiveArch in spec
[platform/upstream/nbd.git] / nbd-client.c
2024-02-07 Łukasz StelmachFix out-of-bounds access 74/305774/1
2024-02-06 Łukasz StelmachFix out-of-bounds access 73/305773/1
2024-01-17 Marek PikułaCheck for buffer overflow 60/304460/1
2024-01-17 Marek PikułaFix allocation NULL check 59/304459/1
2024-01-10 Łukasz StelmachTerminate a string with a NULL byte 71/304071/1
2023-12-08 Łukasz StelmachRemove trailing spaces
2023-11-21 Łukasz StelmachAdd error handling in read_reply() and negotiate() 80/301680/1
2023-04-28 Wouter VerhelstMerge remote-tracking branch 'puavo/master'
2023-04-19 Wouter VerhelstDrop support for Sockets Direct Protocol (SDP)
2022-07-20 Wouter VerhelstAdd missing percent sign
2021-10-18 Wouter VerhelstDon't overwrite the hostname with the TLS hostname
2021-09-03 Eric Blakeclient: Don't confuse Unix socket with TLS hostname
2021-08-08 Wouter VerhelstEnsure to initialize the number of connections to 1
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
2020-10-06 Josh TriplettSupport preinitialized NBD connections
2020-10-06 Josh TriplettAdd option to treat device as read-only
2019-09-16 Wouter VerhelstAlso close the file descriptor before returning
2019-08-01 Wouter VerhelstValidate input on blocksize
2019-08-01 Wouter VerhelstAdd missing parentheses
2019-07-31 Wouter VerhelstEnsure that -g always works
2018-11-28 Wouter VerhelstChange blocksize to 512
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-04-04 Wouter VerhelstMerge pull request #76 from fstirlitz/inetd-mode-fix
2018-04-03 Eric BlakeMerge branch 'origin' into extension-blockstatus
2018-04-03 Eric Blakenbd-client: fix no-optgo compilation
2018-04-03 Wouter VerhelstRearrange things
2018-04-03 Wouter VerhelstAllow disabling the NBD_OPT_GO protocol option
2018-03-22 Wouter VerhelstMerge pull request #72 from eworm-de/misc
2018-03-19 Christian Hessenbd-client: free reply on error
2018-03-19 Christian Hessenbd-client: improve error output
2018-03-16 Wouter VerhelstDon't try to use netlink when we can't
2018-03-16 Wouter VerhelstWhoops
2018-03-16 Wouter VerhelstDefault to switching netlink off, rather than on
2018-03-14 Eric BlakeMerge branch 'origin' into extension-blockstatus
2018-02-28 Eric BlakeMerge branch 'origin' into extension-structured-reply
2018-01-07 Wouter VerhelstImprove error handling
2017-11-08 Eric BlakeMerge branch 'extension-structured-reply' into extensio...
2017-11-08 Eric BlakeMerge branch 'master' into extension-structured-reply
2017-11-02 Alexei Colinclient: fix size offset in parsing of response
2017-10-27 Eric BlakeMerge branch 'extension-structured-reply' into extensio...
2017-10-26 Eric BlakeMerge branch 'master' into extension-structured-reply
2017-10-24 Wouter VerhelstRemove unused variables
2017-09-14 Wouter VerhelstFix HAVE_NETLINK guards
2017-09-14 Josef Baciknbd-client: add the ability to use the netlink interface
2017-09-11 Wouter VerhelstImprove --version and --help output nbd-3.16.2
2017-05-26 Wouter VerhelstHandle failure of open() call
2017-05-25 Wouter VerhelstAdd missing brackets
2017-05-25 Wouter VerhelstMerge branch 'master' of https://github.com/danielkucer...
2017-05-13 Wouter VerhelstUnbreak the cherry-pick
2017-04-30 Wouter VerhelstMerge branch 'extension-info'
2017-04-22 Wouter VerhelstImplement NBD_OPT_GO in the client
2017-04-22 Wouter VerhelstRemove warning
2017-04-22 Wouter VerhelstAllow for not passing any data
2017-04-21 Wouter VerhelstMerge branch 'master' into extension-info
2017-04-18 Wouter VerhelstPrint the description properly
2017-04-14 Wouter VerhelstMerge branch 'master' into extension-info
2017-04-14 Wouter VerhelstStop open-coding request sending
2016-12-17 Alex BlighMerge branch 'master' into extension-info
2016-12-15 Alex BlighMerge branch 'master' into extension-write-zeroes
2016-11-20 Wouter VerhelstReorder tls initialization
2016-11-09 Wouter VerhelstImprove TLS-related help output
2016-11-09 Wouter VerhelstFix check for HAVE_GNUTLS
2016-11-08 Wouter VerhelstFix defines again
2016-11-08 Wouter VerhelstAllow anonymous TLS, too
2016-11-08 Wouter VerhelstRemove hostname confusion
2016-11-08 Alex BlighAdd TLS support to NBD client
2016-11-08 Alex BlighAdd options to nbd-client for TLS support
2016-11-03 Wouter VerhelstMake nbd-client -l work again
2016-11-03 Wouter VerhelstUse correct function
2016-10-31 Wouter VerhelstAllow setting the number of connections from the nbdtab...
2016-10-31 Josef Baciknbd-client: add support for multiple client connections
2016-02-12 Markus PargmannFix size setup ioctls for small devices
2016-02-07 Wouter VerhelstClose file descriptors before leaving a function
2016-01-20 Wouter VerhelstDon't require that device names are specified in the...
2016-01-07 Robin LeeMake sure nbd-client child exits if parent exited
2016-01-02 Wouter VerhelstDon't require a short device name only nbd-3.13
2016-01-02 Wouter VerhelstDon't forget to call munmap, either
2016-01-02 Wouter VerhelstClose file descriptor at the end
2015-12-30 Wouter VerhelstDon't reuse unsigned int variable
2015-12-29 Wouter VerhelstCheck return value of mmap
2015-12-29 Wouter VerhelstDon't overflow a buffer
2015-11-08 Wouter VerhelstFix one more case of read->readit nbd-3.12
2015-11-08 Wouter VerhelstDon't produce the warning when in 'ask for list' mode
2015-11-08 Wouter VerhelstSupport the default export
2015-11-08 Wouter VerhelstMove readit() to cliserv.c, make nbd-client use it too
2015-11-06 Wouter VerhelstFix various -Wall -Werror issues
2015-10-09 Wouter VerhelstAdd support for an nbdtab file
2015-10-06 Wouter VerhelstSupport an "nbdtab" file
2015-10-06 Wouter VerhelstDocument -u option
2015-10-06 Wouter VerhelstFix usage layout of first version
2015-10-06 Wouter VerhelstReduce sleep time
2015-10-06 Wouter VerhelstCleanup
2015-06-04 Wouter VerhelstMerge branch 'tlsspec'
2015-03-17 Wouter VerhelstGroan
2015-03-17 Wouter VerhelstFix test for sufficient data
2015-03-16 Wouter VerhelstCheck against the correct "flags" variable
2015-03-16 Wouter VerhelstInitialize this too, for good measure
next