summaryrefslogtreecommitdiff
path: root/lib/smb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* smb.c: Coding policing of pointer usageSteve Holme2014-12-021-10/+10
* smb.c: use size_t as input argument types for msg sizesDaniel Stenberg2014-11-301-2/+2
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-2/+2
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-8/+8
* smb.c: Renamed SMB command message variables to avoid compiler warningsSteve Holme2014-11-301-75/+75
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-1/+7
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-3/+4
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-4/+4
* smb: Added initial SMB functionalityBill Nagel2014-11-301-22/+722
* smb: Added SMB handler interfacesBill Nagel2014-11-301-0/+121
* smb: Added internal SMB definitions and structuresBill Nagel2014-11-291-0/+2
* smb: Added initial source files for SMBBill Nagel2014-11-291-0/+33