Age | Commit message (Expand) | Author |
2014-08-14 | email: Introduced the GSSAPI states | Steve Holme |
2014-08-14 | curl_sasl_sspi.c: Fixed more compilation warnings from commit 4b491c675f | Steve Holme |
2014-08-14 | SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064 | Steve Holme |
2014-08-14 | curl_sasl.h: Fixed compilation error from commit 4b491c675f | Steve Holme |
2014-08-14 | urldata.h: Fixed compilation warnings from commit 3ec253532e | Steve Holme |
2014-08-14 | sasl_sspi: Added GSSAPI message functions | Steve Holme |
2014-08-14 | urldata: Introduced a GSSAPI (Kerberos V5) data structure | Steve Holme |
2014-08-14 | sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi module | Steve Holme |
2014-08-13 | mk-ca-bundle.pl: add missing $ | Daniel Stenberg |
2014-08-13 | mk-ca-bundle.pl: switched to using hg.mozilla.org | Daniel Stenberg |
2014-08-13 | openssl: fix version report for the 0.9.8 branch | Jose Alf |
2014-08-12 | create_conn: prune dead connections | Frank Meier |
2014-08-11 | docs/SSLCERTS: update the section about NSS database | Kamil Dudka |
2014-08-11 | Curl_poll + Curl_wait_ms: fix timeout return value | Peter Wang |
2014-08-10 | config-tpf.h: Fixed up line lengths > 79 characters | Steve Holme |
2014-08-10 | config-symbian.h: Fixed up line lengths > 79 characters | Steve Holme |
2014-08-10 | tool_hugehelp.c.cvs: Added copyright | Steve Holme |
2014-08-10 | RELEASE-NOTES: Synced with cd6ecf6a89 | Steve Holme |
2014-08-10 | sasl_sspi: Fixed hard coded buffer for response generation | Steve Holme |
2014-08-10 | sasl_sspi: Fixed missing free of challenge buffer on SPN failure | Steve Holme |
2014-08-09 | http_negotiate_sspi: Tidy up to remove the get_gss_name() function | Steve Holme |
2014-08-09 | http_negotiate_sspi: Use a dynamic buffer for SPN generation | Steve Holme |
2014-08-09 | sasl: Tidy up to rename SPN variable from URI | Steve Holme |
2014-08-09 | sasl: Use a dynamic buffer for SPN generation | Steve Holme |
2014-08-09 | sasl_sspi: Fixed SPN not being converted to wchar under Unicode builds | Steve Holme |
2014-08-09 | sasl: Introduced Curl_sasl_build_spn() for building a SPN | Steve Holme |
2014-08-09 | sasl_sspi: Fixed memory leak with not releasing Package Info struct | Steve Holme |
2014-08-09 | docs: Update SPNEGO and GSS-API related doc sections | Michael Osipov |
2014-08-08 | sspi: Minor code tidy up to standardise coding style | Steve Holme |
2014-08-08 | schannel: Fixed compilation warning in vtls.c | Steve Holme |
2014-08-08 | tool_getparam.c: Fixed compilation warning | Steve Holme |
2014-08-08 | RELEASE-NOTES: Synced with 159c3aafd8 | Steve Holme |
2014-08-08 | curl_ntlm_msgs: make < 80 columns wide | Daniel Stenberg |
2014-08-08 | ntlm: Fixed hard coded buffer for SSPI based auth packet generation | Steve Holme |
2014-08-07 | ntlm: Added support for SSPI package info query | Steve Holme |
2014-08-07 | http2: added some more logging for debugging stream problems | Daniel Stenberg |
2014-08-07 | HTTP/2: Reset promised stream, not its associated stream. | Tatsuhiro Tsujikawa |
2014-08-07 | HTTP/2: Move :authority before non-pseudo header fields | Tatsuhiro Tsujikawa |
2014-08-07 | http2: show the received header for better debugging | Daniel Stenberg |
2014-08-07 | openssl: replace call to OPENSSL_config | Daniel Stenberg |
2014-08-07 | runtests.pl: Pad test case numbers with up to three zeroes | Fabian Keil |
2014-08-07 | docs: Added Negotiate to the SSPI current credentials usage description | Steve Holme |
2014-08-06 | TODO: HTTP Digest via Windows SSPI | Steve Holme |
2014-08-06 | TODO: FTP GSSAPI via Windows SSPI | Steve Holme |
2014-08-06 | http_negotiate_sspi: Fixed specific username and password not working | Steve Holme |
2014-08-06 | http_negotiate_sspi: Fixed endless unauthorized loop in commit 6bc76194e8 | Steve Holme |
2014-08-05 | RELEASE-NOTES: synced with 5b37db44a3eb | Daniel Stenberg |
2014-08-05 | parsedate.c: fix the return code for an overflow edge condition | Dan Fandrich |
2014-08-05 | darwinssl: don't use strtok() | Toby Peterson |
2014-08-05 | Curl_ossl_version: adapted to detect BoringSSL | Daniel Stenberg |