summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: updated dependencies in makefiles.Guenter Knauf2014-12-0514-20/+20
* sasl: Corrected formatting of function descriptionsSteve Holme2014-12-052-18/+18
* sasl_gssapi: Added missing function descriptionSteve Holme2014-12-051-0/+10
* RELEASE-NOTES: Provided better descriptionsSteve Holme2014-12-051-2/+2
* sasl_sspi: Corrected some typosSteve Holme2014-12-051-2/+2
* sasl_sspi: Don't use hard coded sizes in Kerberos V5 security dataSteve Holme2014-12-051-5/+4
* sasl_sspi: Free the Kerberos V5 challenge as soon as we're done with itSteve Holme2014-12-051-14/+3
* gssapi: Corrected typo in commentsSteve Holme2014-12-051-2/+1
* sasl_gssapi: Added body to Curl_sasl_create_gssapi_security_message()Steve Holme2014-12-051-6/+122
* http_perhapsrewind: don't abort CONNECT requestsStefan Bühler2014-12-041-1/+6
* HTTP: Free (proxy)userpwd for NTLM/Negotiate after sending a requestStefan Bühler2014-12-041-4/+19
* HTTP: don't abort connections with pending Negotiate authenticationStefan Bühler2014-12-041-30/+82
* fix gdb libtool invocation pathStefan Bühler2014-12-041-1/+1
* sasl_gssapi: Fixed missing include from commit d3cca934eeSteve Holme2014-12-041-0/+1
* examples: remove sony.com from 10-at-a-timeJay Satiro2014-12-041-1/+0
* sasl_gssapi: Fixed missing decoding debug failure messageSteve Holme2014-12-041-1/+4
* sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme2014-12-046-2/+10
* sasl_sspi: Added more Kerberos V5 decoding debug failure messagesSteve Holme2014-12-041-0/+6
* docs: Fix FAILONERROR typosAnthon Pang2014-12-044-4/+4
* tool: fix CURLOPT_UNIX_SOCKET_PATH in --libcurl outputPeter Wu2014-12-041-1/+2
* opts: fix CURLOPT_UNIX_SOCKET_PATH formattingPeter Wu2014-12-041-8/+10
* OS400: enable Unix sockets.Patrick Monnerat2014-12-043-1/+6
* RELEASE-NOTES: synced with b216427e73b5e9Daniel Stenberg2014-12-031-6/+13
* opts: added CURLOPT_UNIX_SOCKET_PATH to Makefile.amDaniel Stenberg2014-12-031-3/+5
* updateconninfo: clear destination struct before getsockname()Daniel Stenberg2014-12-041-0/+1
* curl.1: added --unix-socketDaniel Stenberg2014-12-041-0/+3
* 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