aboutsummaryrefslogtreecommitdiff
path: root/lib/smb.c
AgeCommit message (Expand)Author
2019-09-16smb: check for full size message before reading message detailsDaniel Stenberg
2019-09-02smb: init *msg to NULL in smb_send_and_recv()Daniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-11smb: Use the correct error code for access denied on file openJuergen Hoetzel
2019-06-05build: fix Codacy warningsMarcel Raad
2018-12-19smb: fix incorrect path in request if connection reusedMatus Uzak
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-08-18upload: allocate upload buffer on-demandDaniel Stenberg
2018-08-01smb: don't mark it done in smb_doDaniel Stenberg
2018-07-30smb: fix memory leak on early failureDaniel Stenberg
2018-07-20smb_getsock: always wait for write socket tooDaniel Stenberg
2018-07-12smb: fix memory-leak in URL parse error pathDaniel Stenberg
2018-05-12smb: reject negative file sizesDaniel Stenberg
2018-02-09get_posix_time: only check for overflows if they can happen!Daniel Stenberg
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2018-01-16SMB: fix numeric constant suffix and variable typesDaniel Stenberg
2017-11-13SMB: fix uninitialized local variableDaniel Stenberg
2017-07-09smb: rename variable to fix shadowing warningMarcel Raad
2017-07-04smb: add support for CURLOPT_FILETIMEGisle Vanem
2017-07-04smb: fix build for djgpp/MSDOSGisle Vanem
2017-06-30handler: refactor connection checkingMax Dymond
2017-05-01upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg
2017-03-29NTLM: check for features with #ifdef instead of #ifMarcel Raad
2017-02-20smb: use getpid replacement for windows UWP buildsDaniel Stenberg
2017-02-14smb: code indentDaniel Stenberg
2016-11-24Declare endian read functions argument as a const pointer.Patrick Monnerat
2016-10-09smb: properly check incoming packet boundariesTobias Stoeckmann
2016-06-29conn: don't free easy handle data in handler->disconnectDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-21smb.c: Fixed compilation warningsSteve Holme
2015-06-17SMB: rangecheck values read off incoming packetDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-01-01smb: Use endian functions for reading NBT and message size valuesSteve Holme
2015-01-01smb.c: Fixed compilation warningsSteve Holme
2014-12-31smb: Use endian functions for reading length and offset valuesSteve Holme
2014-12-30smb.c: Fixed compilation warningSteve Holme
2014-12-30smb: Use the connection's upload bufferBill Nagel
2014-12-29smb: Close the connection after a failed client writeBill Nagel
2014-12-24smb: Use standard naming for setup connection functionSteve Holme
2014-12-21smb: use memcpy() instead of strncpy()Daniel Stenberg
2014-12-14smb.c: Fixed code analysis warningSteve Holme
2014-12-14smb: Use HAVE_PROCESS_H for process.h inclusionSteve Holme
2014-12-14smb: Fixed unnecessary initialisation of struct member variablesSteve Holme
2014-12-13smb.c: Fixed line longer than 79 columnsSteve Holme
2014-12-13smb: Added state change functions to assist with debuggingSteve Holme
2014-12-12smb: Disable SMB when 64-bit integers are not supportedSteve Holme