Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed almost al dup calls. | Werner Koch | 2010-03-08 | 14 | -84/+89 | |
| | ||||||
* | Use macros for iobuf ioctls. | Werner Koch | 2010-03-08 | 16 | -94/+103 | |
| | ||||||
* | More cleanups | Werner Koch | 2010-03-08 | 2 | -100/+53 | |
| | ||||||
* | Remove unused code. | Werner Koch | 2010-03-08 | 2 | -132/+28 | |
| | ||||||
* | Replace use stdio by estream functions. | Werner Koch | 2010-03-08 | 13 | -199/+243 | |
| | ||||||
* | Changes required to use estream in gpgsm. | Werner Koch | 2010-03-08 | 3 | -6/+16 | |
| | ||||||
* | First steps towards the W32CE port | Werner Koch | 2010-03-02 | 17 | -111/+406 | |
| | ||||||
* | Finished jnlib port to CE. | Werner Koch | 2010-03-01 | 5 | -2/+219 | |
| | ||||||
* | First batch of changes to support W32CE. | Werner Koch | 2010-02-26 | 25 | -1800/+524 | |
| | | | | | Note that jnlib/w32-reg.c is not yet ready. | |||||
* | Some minor changes and typo fixes. | Werner Koch | 2010-02-26 | 8 | -20/+120 | |
| | | | | | Started to implement a TCP option in gpg-connect-agent. | |||||
* | Provide default strings for the pinentry. | Werner Koch | 2010-02-17 | 2 | -3/+38 | |
| | ||||||
* | Fix bug#1186. | Werner Koch | 2010-02-17 | 2 | -1/+6 | |
| | ||||||
* | Link to the bug tracker in the gpg man page. | Werner Koch | 2010-02-11 | 2 | -8/+8 | |
| | ||||||
* | Various changes to eventually support openpgp keys in pgp-agent. | Werner Koch | 2010-02-02 | 23 | -1081/+1122 | |
| | | | | | | Comment fixes. Minor chnages in preparation of a W32CE port. | |||||
* | Fixed a regression introduced with 2.0.14. | Werner Koch | 2010-01-26 | 2 | -13/+24 | |
| | ||||||
* | Re-indent | Werner Koch | 2010-01-09 | 4 | -3220/+3459 | |
| | ||||||
* | Add dummu option --passwd for gpg. | Werner Koch | 2010-01-08 | 26 | -71/+248 | |
| | | | | | Collected changes. | |||||
* | Fix bug 1146 | Werner Koch | 2009-12-18 | 2 | -6/+9 | |
| | ||||||
* | Fix bug#1059 (missing status line signature verification done with a | Werner Koch | 2009-12-17 | 2 | -1/+8 | |
| | | | | | subkey while on the main key has expired). | |||||
* | Implement --faked-systrem-time for gpg. | Werner Koch | 2009-12-17 | 8 | -12/+49 | |
| | | | | | Typo and comment fixes. | |||||
* | Do not use the VMC C reserved word readonly. | Werner Koch | 2009-12-15 | 8 | -19/+27 | |
| | ||||||
* | Fix bug#1162: error creating home directory | Werner Koch | 2009-12-15 | 2 | -2/+8 | |
| | ||||||
* | Implement dynamic S2K count computation. | Werner Koch | 2009-12-14 | 6 | -5/+190 | |
| | ||||||
* | add new gpgsm server command PASSWD | Werner Koch | 2009-12-14 | 2 | -1/+39 | |
| | ||||||
* | Add option --cert-extension. | Werner Koch | 2009-12-10 | 6 | -4/+47 | |
| | ||||||
* | 2009-12-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-12-08 | 2 | -1/+10 | |
| | | | | | | * Makefile.am (audit-events.h, status.h) [!MAINTAINER_MODE]: No longer include these rules if not in maintainer mode. | |||||
* | Unification of the search descriptor usage. | Werner Koch | 2009-12-08 | 32 | -599/+501 | |
| | ||||||
* | Support CERT records via ADNS | Werner Koch | 2009-12-08 | 5 | -11/+121 | |
| | ||||||
* | common/ | Marcus Brinkmann | 2009-12-08 | 10 | -14/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | 2009-12-08 Marcus Brinkmann <[email protected]> * asshelp.c (start_new_gpg_agent): Convert posix FD to assuan FD. agent/ 2009-12-08 Marcus Brinkmann <[email protected]> * call-pinentry.c (start_pinentry): Convert posix fd to assuan fd. * call-scd.c (start_scd): Likewise. sm/ 2009-12-08 Marcus Brinkmann <[email protected]> * call-dirmngr.c (start_dirmngr_ext): Convert posix fd to assuan fd. tools/ 2009-12-08 Marcus Brinkmann <[email protected]> * gpg-connect-agent.c (main): Convert posix fd to assuan fd. | |||||
* | 2009-12-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-12-08 | 3 | -2/+9 | |
| | | | | | | | | * asshelp.c (start_new_gpg_agent) [HAVE_W32_SYSTEM]: Add missing argument in assuan_socket_connect invocation. * iobuf.c (iobuf_open_fd_or_name): Fix type of FD in function declaration. | |||||
* | Fix last configure change. | Werner Koch | 2009-12-07 | 3 | -5/+7 | |
| | ||||||
* | Use ADNS for PKA and SRV records if no other resolver is available. | Werner Koch | 2009-12-07 | 9 | -189/+362 | |
| | ||||||
* | allow for default algorithms in a gpg parameter file | Werner Koch | 2009-12-04 | 5 | -39/+104 | |
| | ||||||
* | Fix possible problem with chnages status.h and VBUILDS. | Werner Koch | 2009-12-04 | 2 | -2/+11 | |
| | ||||||
* | support numeric debug levels. | Werner Koch | 2009-12-03 | 14 | -60/+237 | |
| | ||||||
* | Fix usage of realloc. | Werner Koch | 2009-12-02 | 2 | -1/+9 | |
| | ||||||
* | More stuff for the audit-log. | Werner Koch | 2009-12-02 | 11 | -62/+406 | |
| | ||||||
* | 2009-11-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-11-27 | 3 | -3/+10 | |
| | | | | | | | * command.c (start_command_handler): Do not call assuan_set_log_stream anymore. * gpg-agent.c (main): But call assuan_set_assuan_log_stream here. | |||||
* | agent/ | Marcus Brinkmann | 2009-11-25 | 9 | -14/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-11-25 Marcus Brinkmann <[email protected]> * command.c (start_command_handler): Use assuan_fd_t and assuan_fdopen on fds. scd/ 2009-11-25 Marcus Brinkmann <[email protected]> * command.c (scd_command_handler): Use assuan_fd_t and assuan_fdopen on fds. sm/ 2009-11-25 Marcus Brinkmann <[email protected]> * server.c (gpgsm_server): Use assuan_fd_t and assuan_fdopen on fds. g10/ 2009-11-25 Marcus Brinkmann <[email protected]> * server.c (gpg_server): Use assuan_fd_t and assuan_fdopen on fds. | |||||
* | Add gpgconf related dummy options default_pubkey_algo. | Werner Koch | 2009-11-23 | 12 | -3/+71 | |
| | | | | | | Add option --skip-hidden-recipients Comment updates. | |||||
* | Change fallback keysize to 2048 | Werner Koch | 2009-11-10 | 2 | -3/+6 | |
| | ||||||
* | 2009-11-10 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-11-10 | 2 | -1/+6 | |
| | | | | | | * server.c (cmd_getauditlog): Don't dup FD for es_fdopen_nc as this leaks the FD here. | |||||
* | agent/ | Marcus Brinkmann | 2009-11-05 | 15 | -26/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-11-05 Marcus Brinkmann <[email protected]> * call-pinentry.c (start_pinentry): Call assuan_pipe_connect, not assuan_pipe_connect_ext. * command.c (start_command_handler): Change assuan_init_socket_server_ext into assuan_init_socket_server. * call-scd.c (start_scd): Update use of assuan_socket_connect and assuan_pipe_connect. * gpg-agent.c (check_own_socket_thread, check_for_running_agent): Update use of assuan_socket_connect. common/ 2009-11-05 Marcus Brinkmann <[email protected]> * asshelp.c (start_new_gpg_agent): Update use of assuan_socket_connect and assuan_pipe_connect. scd/ 2009-11-05 Marcus Brinkmann <[email protected]> * command.c (scd_command_handler): Call assuan_init_socket_server, not assuan_init_socket_server_ext. sm/ 2009-11-05 Marcus Brinkmann <[email protected]> * call-dirmngr.c (start_dirmngr_ext): Update use of assuan_pipe_connect and assuan_socket_connect. tools/ 2009-11-05 Marcus Brinkmann <[email protected]> * gpg-connect-agent.c (start_agent): Update use of assuan_socket_connect and assuan_pipe_connect. | |||||
* | Initialize opt.session_env. | Marcus Brinkmann | 2009-11-05 | 1 | -0/+5 | |
| | ||||||
* | Add help strings for all commands | Werner Koch | 2009-11-04 | 2 | -132/+191 | |
| | ||||||
* | Add help strings for all commands. | Werner Koch | 2009-11-04 | 2 | -337/+339 | |
| | ||||||
* | Add help strings for all commands. | Werner Koch | 2009-11-04 | 2 | -242/+264 | |
| | ||||||
* | Add help strings for all commands. | Werner Koch | 2009-11-04 | 1 | -56/+44 | |
| | ||||||
* | Add hack for the HELP command. | Werner Koch | 2009-11-04 | 2 | -8/+17 | |
| | ||||||
* | Adjust for assuan_register_command change. | Werner Koch | 2009-11-04 | 10 | -6/+39 | |
| |