Age | Commit message (Expand) | Author |
2018-12-19 | smb: fix incorrect path in request if connection reused | Matus Uzak |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-09-01 | all: s/int/size_t cleanup | Daniel Stenberg |
2018-08-18 | upload: allocate upload buffer on-demand | Daniel Stenberg |
2018-08-01 | smb: don't mark it done in smb_do | Daniel Stenberg |
2018-07-30 | smb: fix memory leak on early failure | Daniel Stenberg |
2018-07-20 | smb_getsock: always wait for write socket too | Daniel Stenberg |
2018-07-12 | smb: fix memory-leak in URL parse error path | Daniel Stenberg |
2018-05-12 | smb: reject negative file sizes | Daniel Stenberg |
2018-02-09 | get_posix_time: only check for overflows if they can happen! | Daniel Stenberg |
2018-01-30 | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg |
2018-01-16 | SMB: fix numeric constant suffix and variable types | Daniel Stenberg |
2017-11-13 | SMB: fix uninitialized local variable | Daniel Stenberg |
2017-07-09 | smb: rename variable to fix shadowing warning | Marcel Raad |
2017-07-04 | smb: add support for CURLOPT_FILETIME | Gisle Vanem |
2017-07-04 | smb: fix build for djgpp/MSDOS | Gisle Vanem |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-05-01 | upload: UPLOAD_BUFSIZE is now for the upload buffer | Daniel Stenberg |
2017-03-29 | NTLM: check for features with #ifdef instead of #if | Marcel Raad |
2017-02-20 | smb: use getpid replacement for windows UWP builds | Daniel Stenberg |
2017-02-14 | smb: code indent | Daniel Stenberg |
2016-11-24 | Declare endian read functions argument as a const pointer. | Patrick Monnerat |
2016-10-09 | smb: properly check incoming packet boundaries | Tobias Stoeckmann |
2016-06-29 | conn: don't free easy handle data in handler->disconnect | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-21 | smb.c: Fixed compilation warnings | Steve Holme |
2015-06-17 | SMB: rangecheck values read off incoming packet | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
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 |