aboutsummaryrefslogtreecommitdiff
path: root/lib/smb.c
AgeCommit message (Expand)Author
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
2014-11-29smb: Added internal SMB definitions and structuresBill Nagel
2014-11-29smb: Added initial source files for SMBBill Nagel