Age | Commit message (Expand) | Author |
2015-01-01 | smb: Use endian functions for reading NBT and message size values | Steve Holme |
2015-01-01 | smb.c: Fixed compilation warnings | Steve Holme |
2014-12-31 | smb: Use endian functions for reading length and offset values | Steve Holme |
2014-12-30 | smb.c: Fixed compilation warning | Steve Holme |
2014-12-30 | smb: Use the connection's upload buffer | Bill Nagel |
2014-12-29 | smb: Close the connection after a failed client write | Bill Nagel |
2014-12-24 | smb: Use standard naming for setup connection function | Steve Holme |
2014-12-21 | smb: use memcpy() instead of strncpy() | Daniel Stenberg |
2014-12-14 | smb.c: Fixed code analysis warning | Steve Holme |
2014-12-14 | smb: Use HAVE_PROCESS_H for process.h inclusion | Steve Holme |
2014-12-14 | smb: Fixed unnecessary initialisation of struct member variables | Steve Holme |
2014-12-13 | smb.c: Fixed line longer than 79 columns | Steve Holme |
2014-12-13 | smb: Added state change functions to assist with debugging | Steve Holme |
2014-12-12 | smb: Disable SMB when 64-bit integers are not supported | Steve Holme |
2014-12-09 | smb: fix unused return code warning | Daniel Stenberg |
2014-12-08 | SMB: Fix a data size mismatch that broke SMB on big-endian platforms | Patrick Monnerat |
2014-12-07 | smb: Fixed Windows autoconf builds following commit eb88d778e7 | Steve Holme |
2014-12-07 | smb: Build with SSPI enabled | Bill Nagel |
2014-12-06 | smb: Fixed a problem with large file transfers | Steve Holme |
2014-12-06 | smb: Moved the URL decoding into a separate function | Steve Holme |
2014-12-06 | smb: Fixed URL encoded URLs not working | Steve Holme |
2014-12-05 | SMB: Fix big endian problems. Make it OS/400 aware. | Patrick Monnerat |
2014-12-02 | smb: Don't try to connect with empty credentials | Steve Holme |
2014-12-02 | smb.c: Coding policing of pointer usage | Steve Holme |
2014-11-30 | smb.c: use size_t as input argument types for msg sizes | Daniel Stenberg |
2014-11-30 | smb.c: Fixed compilation warnings | Steve Holme |
2014-11-30 | smb.c: Fixed compilation warnings | Steve Holme |
2014-11-30 | smb.c: Renamed SMB command message variables to avoid compiler warnings | Steve Holme |
2014-11-30 | smb.c: Fixed compilation warnings | Steve Holme |
2014-11-30 | smb.c: Fixed compilation warnings | Steve Holme |
2014-11-30 | smb.c: Fixed compilation warnings | Steve Holme |
2014-11-30 | smb: Added initial SMB functionality | Bill Nagel |
2014-11-30 | smb: Added SMB handler interfaces | Bill Nagel |
2014-11-29 | smb: Added internal SMB definitions and structures | Bill Nagel |
2014-11-29 | smb: Added initial source files for SMB | Bill Nagel |