summaryrefslogtreecommitdiff
path: root/lib/smb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* smb: fix unused return code warningDaniel Stenberg2014-12-091-3/+7
* SMB: Fix a data size mismatch that broke SMB on big-endian platformsPatrick Monnerat2014-12-081-1/+1
* smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme2014-12-071-0/+4
* smb: Build with SSPI enabledBill Nagel2014-12-071-3/+2
* smb: Fixed a problem with large file transfersSteve Holme2014-12-061-3/+3
* smb: Moved the URL decoding into a separate functionSteve Holme2014-12-061-37/+49
* smb: Fixed URL encoded URLs not workingSteve Holme2014-12-061-3/+18
* SMB: Fix big endian problems. Make it OS/400 aware.Patrick Monnerat2014-12-051-9/+13
* smb: Don't try to connect with empty credentialsSteve Holme2014-12-021-0/+4