]> granicus.if.org Git - curl/shortlog
curl
2014-08-14 Steve Holmecurl_sasl_sspi.c: Fixed more compilation warnings from...
2014-08-14 Steve HolmeSHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064
2014-08-14 Steve Holmecurl_sasl.h: Fixed compilation error from commit 4b491c675f
2014-08-14 Steve Holmeurldata.h: Fixed compilation warnings from commit 3ec25...
2014-08-14 Steve Holmesasl_sspi: Added GSSAPI message functions
2014-08-14 Steve Holmeurldata: Introduced a GSSAPI (Kerberos V5) data structure
2014-08-14 Steve Holmesspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi module
2014-08-13 Daniel Stenbergmk-ca-bundle.pl: add missing $
2014-08-13 Daniel Stenbergmk-ca-bundle.pl: switched to using hg.mozilla.org
2014-08-13 Jose Alfopenssl: fix version report for the 0.9.8 branch
2014-08-12 Frank Meiercreate_conn: prune dead connections
2014-08-11 Kamil Dudkadocs/SSLCERTS: update the section about NSS database
2014-08-11 Peter WangCurl_poll + Curl_wait_ms: fix timeout return value
2014-08-10 Steve Holmeconfig-tpf.h: Fixed up line lengths > 79 characters
2014-08-10 Steve Holmeconfig-symbian.h: Fixed up line lengths > 79 characters
2014-08-10 Steve Holmetool_hugehelp.c.cvs: Added copyright
2014-08-10 Steve HolmeRELEASE-NOTES: Synced with cd6ecf6a89
2014-08-10 Steve Holmesasl_sspi: Fixed hard coded buffer for response generation
2014-08-10 Steve Holmesasl_sspi: Fixed missing free of challenge buffer on...
2014-08-09 Steve Holmehttp_negotiate_sspi: Tidy up to remove the get_gss_name...
2014-08-09 Steve Holmehttp_negotiate_sspi: Use a dynamic buffer for SPN gener...
2014-08-09 Steve Holmesasl: Tidy up to rename SPN variable from URI
2014-08-09 Steve Holmesasl: Use a dynamic buffer for SPN generation
2014-08-09 Steve Holmesasl_sspi: Fixed SPN not being converted to wchar under...
2014-08-09 Steve Holmesasl: Introduced Curl_sasl_build_spn() for building...
2014-08-09 Steve Holmesasl_sspi: Fixed memory leak with not releasing Package...
2014-08-08 Michael Osipovdocs: Update SPNEGO and GSS-API related doc sections
2014-08-08 Steve Holmesspi: Minor code tidy up to standardise coding style
2014-08-08 Steve Holmeschannel: Fixed compilation warning in vtls.c
2014-08-08 Steve Holmetool_getparam.c: Fixed compilation warning
2014-08-08 Steve HolmeRELEASE-NOTES: Synced with 159c3aafd8
2014-08-08 Daniel Stenbergcurl_ntlm_msgs: make < 80 columns wide
2014-08-08 Steve Holmentlm: Fixed hard coded buffer for SSPI based auth packe...
2014-08-07 Steve Holmentlm: Added support for SSPI package info query
2014-08-07 Daniel Stenberghttp2: added some more logging for debugging stream...
2014-08-07 Tatsuhiro TsujikawaHTTP/2: Reset promised stream, not its associated stream.
2014-08-07 Tatsuhiro TsujikawaHTTP/2: Move :authority before non-pseudo header fields
2014-08-07 Daniel Stenberghttp2: show the received header for better debugging
2014-08-07 Daniel Stenbergopenssl: replace call to OPENSSL_config
2014-08-07 Fabian Keilruntests.pl: Pad test case numbers with up to three...
2014-08-07 Steve Holmedocs: Added Negotiate to the SSPI current credentials...
2014-08-06 Steve HolmeTODO: HTTP Digest via Windows SSPI
2014-08-06 Steve HolmeTODO: FTP GSSAPI via Windows SSPI
2014-08-06 Steve Holmehttp_negotiate_sspi: Fixed specific username and passwo...
2014-08-06 Steve Holmehttp_negotiate_sspi: Fixed endless unauthorized loop...
2014-08-05 Daniel StenbergRELEASE-NOTES: synced with 5b37db44a3eb
2014-08-05 Dan Fandrichparsedate.c: fix the return code for an overflow edge...
2014-08-05 Toby Petersondarwinssl: don't use strtok()
2014-08-04 Daniel StenbergCurl_ossl_version: adapted to detect BoringSSL
2014-08-04 Daniel StenbergCurl_ossl_version: detect and show libressl
2014-08-03 Tatsuhiro TsujikawaHTTP/2: Fix infinite loop in readwrite_data()
2014-08-03 Dan Fandrichgtls: only define Curl_gtls_seed if Nettle is not being...
2014-08-03 Dan Fandrichssl: provide Curl_ssl_backend even if no SSL library...
2014-08-02 Tatsuhiro TsujikawaHTTP2: Support expect: 100-continue
2014-08-02 Daniel StenbergCURLOPT_SSL_VERIFYPEER.3. add a warning about disabling it
2014-08-01 Daniel StenbergFEATURES: minor update
2014-07-31 Daniel Stenbergopenssl: make ossl_send return CURLE_OK better
2014-07-31 Daniel StenbergRELEASE-NOTES: synced with 7bb4c8cadb5d0
2014-07-31 Michael WallnerCURLOPT_HEADEROPT.3: typo: do -> to
2014-07-31 Marcel Raadschannel: use CryptGenRandom for random numbers
2014-07-31 Daniel Stenbergcurl_version_info.3: 'ssl_version_num' is always 0
2014-07-31 Daniel Stenbergssl: generalize how the ssl backend identifier is set
2014-07-30 Dan Fandrichaxtls: define curlssl_random using axTLS's PRNG
2014-07-30 Dan Fandrichcyassl: fix the test for ASN_NO_SIGNER_E
2014-07-30 Dan Fandrichcyassl: use RNG_GenerateBlock to generate a good random...
2014-07-30 Dan Fandrichopts: fixed some typos
2014-07-30 Dan Fandrichsmtp: fixed a segfault during test 1320 torture test
2014-07-30 Daniel Stenbergvtls: repair build without TLS support
2014-07-30 Daniel Stenbergpolarssl: provide a (weak) random function
2014-07-30 Michael Wallnercurl_tlsinfo -> curl_tlssessioninfo
2014-07-30 Daniel Stenbergcyassl: use the default (weeker) random
2014-07-30 Daniel Stenbergcyassl: made it compile with version 2.0.6 again
2014-07-29 Daniel Stenbergvtls: make the random function mandatory in the TLS...
2014-07-28 Daniel Stenberglibcurl.m4: include the standard source header
2014-07-28 Kamil Dudkanss: do not check the version of NSS at run time
2014-07-28 Anthon Pangcurl.h: bring back CURLE_OBSOLETE16
2014-07-26 Fabian Keiltests: Fix a couple of incomplete response lines
2014-07-26 Fabian Keilruntests.pl: Remove filteroff() which hasn't been used...
2014-07-26 Fabian Keilruntests.pl: Don't expect $TESTDIR/DISABLED to exist
2014-07-26 Fabian Keilgetpart.pm: Fix a comment typo
2014-07-25 Daniel Stenbergc-ares: fix build without IPv6 support
2014-07-25 Daniel StenbergCurl_base64url_encode: unit-tested in 1302
2014-07-25 Daniel Stenbergbase64: added Curl_base64url_encode()
2014-07-24 Marcel RaadSSPI Negotiate: Fix 3 memory leaks
2014-07-24 Daniel Stenbergsymbols: CURL_VERSION_GSSNEGOTIATE is deprecated
2014-07-24 Daniel Stenbergtest1013.pl: GSS-Negotiate doesn't exist as a feature...
2014-07-24 Sergey Nikulovlibtest: fixed duplicated line in Makefile
2014-07-23 Patrick MonneratGSSAPI: remove useless *_MECHANISM defines.
2014-07-23 Daniel Stenbergfindprotocol: show unsupported protocol within quotes
2014-07-23 Patrick MonneratGSSAPI: private export mechanisms OIDs. OS400: Make...
2014-07-23 Marcel Raadconncache: fix compiler warning
2014-07-23 Daniel StenbergRELEASE-NOTES: synced with 81cd24adb8b
2014-07-23 Daniel Stenberghttp2: more and better error checking
2014-07-22 Dan Fandrichcyassl.c: return the correct error code on no CA cert
2014-07-22 Daniel Stenbergsymbols-in-versions: new SPNEGO/GSS-API symbols in...
2014-07-22 Daniel Stenbergtest1013.pl: remove SPNEGO/GSS-API tweaks
2014-07-22 Daniel Stenberghttp_negotiate: remove unused variable
2014-07-22 Michael Osipovdocs: Improve inline GSS-API naming in code documentation
2014-07-22 Michael Osipovcurl.h/features: Deprecate GSS-Negotiate macros due...
2014-07-22 Michael Osipovconfigure/features: Add feature and version info for...
next