Daniel Stenberg
|
fa1512b2a0
SMB: fix uninitialized local variable
|
7 years ago |
Marcel Raad
|
59a0fb2439
smb: rename variable to fix shadowing warning
|
7 years ago |
Gisle Vanem
|
596cfb6c0a
smb: add support for CURLOPT_FILETIME
|
7 years ago |
Gisle Vanem
|
f8dba473a8
smb: fix build for djgpp/MSDOS
|
7 years ago |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 years ago |
Daniel Stenberg
|
89cf6f38d2
upload: UPLOAD_BUFSIZE is now for the upload buffer
|
7 years ago |
Marcel Raad
|
9bc92eeb0e
NTLM: check for features with #ifdef instead of #if
|
7 years ago |
Daniel Stenberg
|
de1c1a8d85
smb: use getpid replacement for windows UWP builds
|
7 years ago |
Daniel Stenberg
|
97c7591a57
smb: code indent
|
7 years ago |
Patrick Monnerat
|
8034d8fc62
Declare endian read functions argument as a const pointer.
|
8 years ago |
Tobias Stoeckmann
|
8272049062
smb: properly check incoming packet boundaries
|
8 years ago |
Daniel Stenberg
|
6655e30691
conn: don't free easy handle data in handler->disconnect
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Steve Holme
|
b7f3f1b68f
smb.c: Fixed compilation warnings
|
9 years ago |
Daniel Stenberg
|
50c7f17e50
SMB: rangecheck values read off incoming packet
|
9 years ago |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Steve Holme
|
a3daf542ad
smb: Use endian functions for reading NBT and message size values
|
10 years ago |
Steve Holme
|
7635577ad7
smb.c: Fixed compilation warnings
|
10 years ago |
Steve Holme
|
0df2ed85fd
smb: Use endian functions for reading length and offset values
|
10 years ago |
Steve Holme
|
56603e2770
smb.c: Fixed compilation warning
|
10 years ago |
Bill Nagel
|
89cce1e458
smb: Use the connection's upload buffer
|
10 years ago |
Bill Nagel
|
cfa0ac7aff
smb: Close the connection after a failed client write
|
10 years ago |
Steve Holme
|
93e6273b68
smb: Use standard naming for setup connection function
|
10 years ago |
Daniel Stenberg
|
2c5f346d3a
smb: use memcpy() instead of strncpy()
|
10 years ago |
Steve Holme
|
91669584cf
smb.c: Fixed code analysis warning
|
10 years ago |
Steve Holme
|
b9950e3b33
smb: Use HAVE_PROCESS_H for process.h inclusion
|
10 years ago |
Steve Holme
|
35fae251dd
smb: Fixed unnecessary initialisation of struct member variables
|
10 years ago |
Steve Holme
|
bd7d7f4523
smb.c: Fixed line longer than 79 columns
|
10 years ago |