aboutsummaryrefslogtreecommitdiff
path: root/lib/smb.c
AgeCommit message (Expand)Author
2017-08-22smb: rename variable to fix shadowing warningMarcel Raad
2017-08-22smb: add support for CURLOPT_FILETIMEGisle Vanem
2017-08-22smb: fix build for djgpp/MSDOSGisle Vanem
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg
2017-08-22NTLM: check for features with #ifdef instead of #ifMarcel Raad
2017-08-22smb: use getpid replacement for windows UWP buildsDaniel Stenberg
2017-08-22smb: code indentDaniel Stenberg
2017-08-22Declare endian read functions argument as a const pointer.Patrick Monnerat
2017-08-22smb: 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
2014-12-09smb: fix unused return code warningDaniel Stenberg
2014-12-08SMB: Fix a data size mismatch that broke SMB on big-endian platformsPatrick Monnerat
2014-12-07smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme
2014-12-07smb: Build with SSPI enabledBill Nagel
2014-12-06smb: Fixed a problem with large file transfersSteve Holme
2014-12-06smb: Moved the URL decoding into a separate functionSteve Holme
2014-12-06smb: Fixed URL encoded URLs not workingSteve Holme
2014-12-05SMB: Fix big endian problems. Make it OS/400 aware.Patrick Monnerat
2014-12-02smb: Don't try to connect with empty credentialsSteve Holme
2014-12-02smb.c: Coding policing of pointer usageSteve Holme
2014-11-30smb.c: use size_t as input argument types for msg sizesDaniel Stenberg
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Renamed SMB command message variables to avoid compiler warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb: Added initial SMB functionalityBill Nagel
2014-11-30smb: Added SMB handler interfacesBill Nagel