summaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-8/+8
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-121-21/+13
|\
| * dirmngr: Fix keep-alive flag handling.NIIBE Yutaka2024-02-161-1/+9
| * dirmngr: Fix the regression of use of proxy for TLS connection.NIIBE Yutaka2024-02-161-12/+2
| * dirmngr: Fix proxy with TLS.NIIBE Yutaka2024-02-151-7/+1
| * doc: Fix spelling errors found by lintian.Werner Koch2024-01-291-2/+2
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-071-453/+1231
|\|
| * dirmngr: Add code to support the negotiation auth method.Werner Koch2023-10-021-38/+368
| * dirmngr: Extended the http_get_header function.Werner Koch2023-10-021-8/+17
| * dirmngr: Fix handling of the HTTP Content-LengthWerner Koch2023-09-261-16/+140
| * dirmngr: Require gnutls 3.2Werner Koch2023-09-261-138/+193
| * dirmngr: Implement automatic proxy detection on Windows.Werner Koch2023-09-261-3/+159
| * dirmngr: Further simplify the http code and improve a message.Werner Koch2023-09-261-125/+99
| * dirmngr: Cleanup the http module.Werner Koch2023-09-261-315/+445
* | commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2023-07-181-1/+1
* | dirmngr,kbk,tools: Fix type casting.NIIBE Yutaka2023-07-181-2/+2
* | common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-181-3/+3
|/
* dirmngr: Disable the HTTP redirect rewriting.Werner Koch2023-06-151-4/+5
* dirmngr: Fix API of functions wrt their error type.NIIBE Yutaka2023-05-011-7/+7
* dirmngr: Fix for Windows.NIIBE Yutaka2022-05-101-4/+38
* dirmngr: Fix for SOCK.NIIBE Yutaka2022-03-301-1/+1
* dirmngr: Change the default keyserver.Werner Koch2021-08-241-26/+29
* dirmngr: Support pseudo URI scheme "opaque".Werner Koch2021-06-161-11/+26
* dirmgr: Avoid double freeJakub Jelen2021-05-201-2/+0
* dirmgr: clean up memory on error code pathsJakub Jelen2021-05-201-1/+5
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-6/+6
* dirmngr: Align the gnutls use of CAs with the ntbtls code.Werner Koch2020-09-101-8/+11
* dirmngr: Print the last alert message returned by NTBTLS.Werner Koch2020-08-271-0/+8
* dirmngr: Handle EAFNOSUPPORT at connect_server.NIIBE Yutaka2020-07-131-0/+9
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-1/+1
* dirmngr: Rework of the LDAP code, part 1.Werner Koch2019-11-261-4/+22
* dirmngr: Make building with a TLS library mandatoryWerner Koch2019-11-261-57/+34
* dirmngr: Forward http redirect warnings to gpg.Werner Koch2019-11-181-1/+16
* dirmngr: Use IPv4 or IPv6 interface only if available.Werner Koch2019-11-121-3/+7
* dirmngr: Don't add system CAs for SKS HKPS pool.NIIBE Yutaka2019-07-161-0/+2
* dirmngr: Do not rewrite the redirection for the "openpgpkey" subdomain.Werner Koch2019-07-031-0/+20
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-091-1/+2
* dirmngr: Add CSRF protection exception for protonmail.Werner Koch2019-03-071-5/+40
* dirmngr: New function http_status2string.Werner Koch2018-12-111-0/+24
* dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch2018-11-221-2/+169
* dirmngr: Print a WARNING status for DNS config problems.Werner Koch2018-07-251-15/+21
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-1/+59
|\
| * dirmngr: Add the used TLS library to the debug output.Werner Koch2018-04-251-1/+11
| * dirmngr: Implement CRL fetching via https.Werner Koch2018-04-251-0/+48
* | Use the gpgrt log functions if possible.Werner Koch2017-11-271-5/+5
|/
* dirmngr,w32: Fix http connection timeout problem.Werner Koch2017-07-311-1/+5
* dirmngr: Do not use a blocking connect in Tor mode.Werner Koch2017-07-261-0/+8
* dirmngr: More minor fix.NIIBE Yutaka2017-07-241-0/+4
* dirmngr: More minor fixes.NIIBE Yutaka2017-07-241-1/+1
* dirmngr: Minor fix for Windows.NIIBE Yutaka2017-07-241-1/+1