aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-12-03sasl_gssapi: Added body to Curl_sasl_create_gssapi_user_message()Steve Holme
2014-12-03sasl_gssapi: Added body to Curl_sasl_gssapi_cleanup()Steve Holme
2014-12-03sasl_gssapi: Added Curl_sasl_build_gssapi_spn() functionSteve Holme
2014-12-03NSS: enable the CAPATH optionDaniel Stenberg
2014-12-03sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based buildsSteve Holme
2014-12-03sasl_gssapi: Added GSS-API based Kerberos V5 variablesSteve Holme
2014-12-02sasl_gssapi: Made log_gss_error() a common GSS-API functionSteve Holme
2014-12-02sasl_gssapi: Introduced GSS-API based SASL moduleSteve Holme
2014-12-02smb: Don't try to connect with empty credentialsSteve Holme
2014-12-02smb.c: Coding policing of pointer usageSteve Holme
2014-12-01build: in Makefile.m32 simplified autodetection.Guenter Knauf
2014-11-30lib/connect: restrict IP/TCP options to said socketsPeter Wu
2014-11-30smb.c: use size_t as input argument types for msg sizesDaniel Stenberg
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30libcurl: Exclude SMB from the protocol redirectSteve Holme
2014-11-30libcurl: Enable support for the SMB protocolBill Nagel
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Renamed SMB command message variables to avoid compiler warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb: Added initial SMB functionalityBill Nagel
2014-11-30smb: Added SMB handler interfacesBill Nagel
2014-11-30transfer: Code style policingSteve Holme
2014-11-30transfer: Fixed existing scratch buffer being checked for NULL twiceSteve Holme
2014-11-30smtp: Fixed dot stuffing being performed when no new data readSteve Holme
2014-11-29smb.h: fixed picky compiler warningDaniel Stenberg
2014-11-29smb: Added SMB protocol and port definitionsBill Nagel
2014-11-29smb: Added internal SMB definitions and structuresBill Nagel
2014-11-29smb: Added SMB connection structureBill Nagel
2014-11-29smb: Added initial source files for SMBBill Nagel
2014-11-27http.c: Fixed compilation warnings from features being disabledSteve Holme
2014-11-26smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob()Steve Holme
2014-11-26smtp: Added support for the conversion of Unix newlines during mail sendSteve Holme
2014-11-25select.c: fix compilation for VxWorksDaniel Stenberg
2014-11-24SSL: Add PEM format support for public key pinningmoparisthebest
2014-11-23multi.c: Fixed compilation warnings when no verbose string supportSteve Holme
2014-11-23sasl: Tidied up some parameter commentsSteve Holme
2014-11-23sasl: Reduced the need for two sets of NTLM functionsSteve Holme
2014-11-23ntlm: Moved NSS initialisation to base decode functionSteve Holme
2014-11-23http_ntlm: Fixed additional NSS initialisation call when decoding type-2Steve Holme
2014-11-23ntlm: Fixed static'ness of local decode functionSteve Holme
2014-11-23ntlm: Corrected some parameter names and commentsSteve Holme
2014-11-20http.c: log if it notices HTTP 1.1 after a upgrade to http2Daniel Stenberg
2014-11-20http: Disable pipelining for HTTP/2 and upgraded connectionsTatsuhiro Tsujikawa
2014-11-19conncache: Fixed specifiers in infof() for long and size_t variablesSteve Holme
2014-11-19multi: inform about closed sockets before they are closedJon Spencer
2014-11-19build: in Makefile.m32 moved target autodetection.Guenter Knauf
2014-11-19build: in Makefile.m32 simplify platform flags.Guenter Knauf