In gnupg/g10, we still have the use of POSIX file descriptor, where it's better to use the abstraction of gnupg_fd_t.
Let us fix those places for the 64-bit support.
Description
Description
Revisions and Commits
Revisions and Commits
| rG GnuPG | |||
| rGee9e3578ce30 gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file. | |||
| rGcf270b0d3028 sm: Fix open_es_fread and open_es_fwrite for gnupg_fd_t. | |||
| rGea625c74f00a sm: Use open_stream_nc for do_listkeys. | |||
| rG69c1d812842c sm: Use gnupg_fd_t and open_stream_nc for assuan_get_input_fd. | |||
| rGfb046ccd931d sm: Use open_stream_nc for HANDLE by assuan_get_output_fd. | |||
| rG067bc2ed4c84 gpg: Move the check by is_secured_file earlier. | |||
| rG16d135c39648 common: Change iobuf_fdopen argument type to gnupg_fd_t. | |||
| rG250733c0d86d common: Add gnupg_check_special_filename. | |||
| rG37343db08f4a common,gpg,kbx: Factor out open_stream_nc. | |||
| rGf2dcd158a5ff gpg: Fix gpg --server mode on Windows. | |||
| rG577baf4af300 gpg: Format the value of type gnupg_fd_t by casting to int. | |||
| rG3fb69641e84d gpg: Use gnupg_fd_t for decryption and sign. | |||
| rG2c2516f03a28 gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify. | |||
| rG68d3a73ea787 gpg: Use gnupg_fd_t for open_outfile. | |||
| Status | Assigned | Task | ||
|---|---|---|---|---|
| Resolved | • werner | T6508 Port GnuPG to 64-bit Windows | ||
| Resolved | • gniibe | T6580 Use gnupg_fd_t if it's relevant |