summaryrefslogtreecommitdiff
path: root/lib/smb.c
Commit message (Expand)AuthorAgeFilesLines
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-3/+3
* smb: remove double assignDaniel Stenberg2023-04-131-1/+0
* misc: remove support for curl_off_t < 8 bytesDaniel Stenberg2023-02-241-2/+1
* smb: return error on upload without sizeDaniel Stenberg2023-02-121-0/+6
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* smb/telnet: do not free the protocol struct in *_done()Daniel Stenberg2022-12-191-12/+2
* vtls: localization of state data in filtersStefan Eissing2022-11-221-2/+1
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-2/+3
* tidy-up: process.h detection and useViktor Szakats2022-11-011-6/+1
* smb: replace CURL_WIN32 with WIN32Viktor Szakats2022-10-111-1/+1
* fix Cygwin/MSYS compilationOrgad Shaneh2022-09-101-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-1/+1
* ntlm: remove unused feature definesMarcel Raad2022-02-151-4/+0
* smb: passing a socket for writing and reading data instead of FIRSTSOCKETMAntoniak2022-02-051-3/+6
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-4/+4
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-2/+2
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-191-1/+1
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+2
* http: limit the initial send amount to used upload buffer sizeDaniel Stenberg2021-05-071-3/+2
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-111-2/+2
* transfer: remove conn->data useDaniel Stenberg2021-01-191-1/+1
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-1/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-112/+132
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-4/+8
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-10/+10
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* ntlm: fix condition for curl_ntlm_core usageMarcel Raad2020-08-291-6/+3
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-2/+2
* smb: check for full size message before reading message detailsDaniel Stenberg2019-09-161-1/+2
* smb: init *msg to NULL in smb_send_and_recv()Daniel Stenberg2019-09-021-0/+1
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-8/+3
* smb: Use the correct error code for access denied on file openJuergen Hoetzel2019-07-111-0/+2
* build: fix Codacy warningsMarcel Raad2019-06-051-2/+2
* smb: fix incorrect path in request if connection reusedMatus Uzak2018-12-191-6/+3
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-1/+1
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-1/+2
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-2/+2
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-181-7/+14
* smb: don't mark it done in smb_doDaniel Stenberg2018-08-011-1/+1
* smb: fix memory leak on early failureDaniel Stenberg2018-07-301-33/+36
* smb_getsock: always wait for write socket tooDaniel Stenberg2018-07-201-7/+1
* smb: fix memory-leak in URL parse error pathDaniel Stenberg2018-07-121-8/+3
* smb: reject negative file sizesDaniel Stenberg2018-05-121-4/+10
* get_posix_time: only check for overflows if they can happen!Daniel Stenberg2018-02-091-0/+2
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-301-4/+9
* SMB: fix numeric constant suffix and variable typesDaniel Stenberg2018-01-161-21/+8
* SMB: fix uninitialized local variableDaniel Stenberg2017-11-131-1/+1
* smb: rename variable to fix shadowing warningMarcel Raad2017-07-091-5/+5