summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tool: add --unix-socket optionPeter Wu2014-12-045-0/+11
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-0416-3/+236
* tests: add two HTTP over UNIX socket testsPeter Wu2014-12-043-1/+133
* tests: add HTTP UNIX socket server testing supportPeter Wu2014-12-045-16/+106
* sws: try to remove socket and retry bindPeter Wu2014-12-041-0/+42
* sws: add UNIX domain socket supportPeter Wu2014-12-042-1/+61
* sws: restrict TCP_NODELAY to IP socketsPeter Wu2014-12-041-29/+44
* curl.1: fix trivial typoDave Reisner2014-12-031-1/+1
* sasl_gssapi: Added body to Curl_sasl_create_gssapi_user_message()Steve Holme2014-12-031-7/+87
* sasl_gssapi: Added body to Curl_sasl_gssapi_cleanup()Steve Holme2014-12-031-1/+13
* sasl_gssapi: Added Curl_sasl_build_gssapi_spn() functionSteve Holme2014-12-031-0/+21
* NSS: enable the CAPATH optionDaniel Stenberg2014-12-031-0/+3
* sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based buildsSteve Holme2014-12-033-4/+4
* sasl_gssapi: Added GSS-API based Kerberos V5 variablesSteve Holme2014-12-031-0/+5
* sws.c: Fixed compilation warning when IPv6 is disabledSteve Holme2014-12-031-2/+2
* sasl_gssapi: Made log_gss_error() a common GSS-API functionSteve Holme2014-12-023-32/+48
* sasl_gssapi: Introduced GSS-API based SASL moduleSteve Holme2014-12-025-5/+126
* smb: Don't try to connect with empty credentialsSteve Holme2014-12-021-0/+4
* smb.c: Coding policing of pointer usageSteve Holme2014-12-021-10/+10
* configure: Fixed inclusion of SMB when no crypto engines availableSteve Holme2014-12-021-1/+4
* build: in Makefile.m32 simplified autodetection.Guenter Knauf2014-12-012-4/+2
* sws: move away from IPv4/IPv4-only assumptionPeter Wu2014-11-301-49/+39
* lib/connect: restrict IP/TCP options to said socketsPeter Wu2014-11-301-11/+15
* smb.c: use size_t as input argument types for msg sizesDaniel Stenberg2014-11-301-2/+2
* version: The next release will become 7.40.0Steve Holme2014-11-302-5/+5
* docs: Updated for the SMB protocolBill Nagel2014-11-308-5/+42
* curl tool: Exclude SMB from the protocol redirectSteve Holme2014-11-301-2/+3
* curl tool: Enable support for the SMB protocolBill Nagel2014-11-304-2/+7
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-2/+2
* libcurl: Exclude SMB from the protocol redirectSteve Holme2014-11-301-2/+3
* libcurl: Enable support for the SMB protocolBill Nagel2014-11-302-0/+15
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-8/+8
* smb.c: Renamed SMB command message variables to avoid compiler warningsSteve Holme2014-11-301-75/+75
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-1/+7
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-3/+4
* smb.c: Fixed compilation warningsSteve Holme2014-11-301-4/+4
* smb: Added initial SMB functionalityBill Nagel2014-11-302-22/+724
* smb: Added SMB handler interfacesBill Nagel2014-11-302-0/+129
* transfer: Code style policingSteve Holme2014-11-301-4/+7
* transfer: Fixed existing scratch buffer being checked for NULL twiceSteve Holme2014-11-301-4/+5
* smtp: Fixed dot stuffing being performed when no new data readSteve Holme2014-11-301-8/+9
* smb.h: fixed picky compiler warningDaniel Stenberg2014-11-291-1/+1
* tests: Disable test 1013 until SMB is fully addedSteve Holme2014-11-291-0/+1
* smb: Added SMB protocol and port definitionsBill Nagel2014-11-294-0/+11
* smb: Added internal SMB definitions and structuresBill Nagel2014-11-292-0/+214
* smb: Added SMB connection structureBill Nagel2014-11-291-0/+22
* smb: Added initial source files for SMBBill Nagel2014-11-295-3/+62
* smb: Added configuration options for SMBBill Nagel2014-11-291-0/+22
* runtests.pl: fix startup of IPv6 serversPeter Wu2014-11-281-7/+7
* runtests.pl: fix warning message, remove duplicate valuePeter Wu2014-11-281-2/+2