summaryrefslogtreecommitdiff
path: root/lib/smb.c
Commit message (Expand)AuthorAgeFilesLines
* smb: check for full size message before reading message detailsDaniel Stenberg2019-09-161-1/+2
* smb: init *msg to NULL in smb_send_and_recv()Daniel Stenberg2019-09-021-0/+1
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-8/+3
* smb: Use the correct error code for access denied on file openJuergen Hoetzel2019-07-111-0/+2
* build: fix Codacy warningsMarcel Raad2019-06-051-2/+2
* smb: fix incorrect path in request if connection reusedMatus Uzak2018-12-191-6/+3
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-1/+1
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-1/+2
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-2/+2
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-181-7/+14
* smb: don't mark it done in smb_doDaniel Stenberg2018-08-011-1/+1
* smb: fix memory leak on early failureDaniel Stenberg2018-07-301-33/+36
* smb_getsock: always wait for write socket tooDaniel Stenberg2018-07-201-7/+1
* smb: fix memory-leak in URL parse error pathDaniel Stenberg2018-07-121-8/+3
* smb: reject negative file sizesDaniel Stenberg2018-05-121-4/+10
* get_posix_time: only check for overflows if they can happen!Daniel Stenberg2018-02-091-0/+2
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-301-4/+9
* SMB: fix numeric constant suffix and variable typesDaniel Stenberg2018-01-161-21/+8
* SMB: fix uninitialized local variableDaniel Stenberg2017-11-131-1/+1
* smb: rename variable to fix shadowing warningMarcel Raad2017-07-091-5/+5
* smb: add support for CURLOPT_FILETIMEGisle Vanem2017-07-041-3/+24
* smb: fix build for djgpp/MSDOSGisle Vanem2017-07-041-1/+1
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg2017-05-011-1/+1
* NTLM: check for features with #ifdef instead of #ifMarcel Raad2017-03-291-1/+1
* smb: use getpid replacement for windows UWP buildsDaniel Stenberg2017-02-201-1/+5
* smb: code indentDaniel Stenberg2017-02-141-16/+17
* Declare endian read functions argument as a const pointer.Patrick Monnerat2016-11-241-7/+7
* smb: properly check incoming packet boundariesTobias Stoeckmann2016-10-091-5/+5
* conn: don't free easy handle data in handler->disconnectDaniel Stenberg2016-06-291-1/+0
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* smb.c: Fixed compilation warningsSteve Holme2015-11-211-3/+5
* SMB: rangecheck values read off incoming packetDaniel Stenberg2015-06-171-3/+9
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-3/+3
* smb: Use endian functions for reading NBT and message size valuesSteve Holme2015-01-011-4/+4
* smb.c: Fixed compilation warningsSteve Holme2015-01-011-3/+7
* smb: Use endian functions for reading length and offset valuesSteve Holme2014-12-311-6/+4
* smb.c: Fixed compilation warningSteve Holme2014-12-301-1/+1
* smb: Use the connection's upload bufferBill Nagel2014-12-301-28/+42
* smb: Close the connection after a failed client writeBill Nagel2014-12-291-2/+5
* smb: Use standard naming for setup connection functionSteve Holme2014-12-241-4/+4
* smb: use memcpy() instead of strncpy()Daniel Stenberg2014-12-211-1/+1
* smb.c: Fixed code analysis warningSteve Holme2014-12-141-1/+1
* smb: Use HAVE_PROCESS_H for process.h inclusionSteve Holme2014-12-141-1/+1
* smb: Fixed unnecessary initialisation of struct member variablesSteve Holme2014-12-141-3/+0
* smb.c: Fixed line longer than 79 columnsSteve Holme2014-12-131-1/+2
* smb: Added state change functions to assist with debuggingSteve Holme2014-12-131-5/+52
* smb: Disable SMB when 64-bit integers are not supportedSteve Holme2014-12-121-2/+3