aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Finished jnlib port to CE.Werner Koch2010-03-015-2/+219
|
* First batch of changes to support W32CE.Werner Koch2010-02-2625-1800/+524
| | | | | Note that jnlib/w32-reg.c is not yet ready.
* Some minor changes and typo fixes.Werner Koch2010-02-268-20/+120
| | | | | Started to implement a TCP option in gpg-connect-agent.
* Provide default strings for the pinentry.Werner Koch2010-02-172-3/+38
|
* Fix bug#1186.Werner Koch2010-02-172-1/+6
|
* Link to the bug tracker in the gpg man page.Werner Koch2010-02-112-8/+8
|
* Various changes to eventually support openpgp keys in pgp-agent.Werner Koch2010-02-0223-1081/+1122
| | | | | | Comment fixes. Minor chnages in preparation of a W32CE port.
* Fixed a regression introduced with 2.0.14.Werner Koch2010-01-262-13/+24
|
* Re-indentWerner Koch2010-01-094-3220/+3459
|
* Add dummu option --passwd for gpg.Werner Koch2010-01-0826-71/+248
| | | | | Collected changes.
* Fix bug 1146Werner Koch2009-12-182-6/+9
|
* Fix bug#1059 (missing status line signature verification done with aWerner Koch2009-12-172-1/+8
| | | | | subkey while on the main key has expired).
* Implement --faked-systrem-time for gpg.Werner Koch2009-12-178-12/+49
| | | | | Typo and comment fixes.
* Do not use the VMC C reserved word readonly.Werner Koch2009-12-158-19/+27
|
* Fix bug#1162: error creating home directoryWerner Koch2009-12-152-2/+8
|
* Implement dynamic S2K count computation.Werner Koch2009-12-146-5/+190
|
* add new gpgsm server command PASSWDWerner Koch2009-12-142-1/+39
|
* Add option --cert-extension.Werner Koch2009-12-106-4/+47
|
* 2009-12-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-12-082-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 Koch2009-12-0832-599/+501
|
* Support CERT records via ADNSWerner Koch2009-12-085-11/+121
|
* common/Marcus Brinkmann2009-12-0810-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 Brinkmann2009-12-083-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 Koch2009-12-073-5/+7
|
* Use ADNS for PKA and SRV records if no other resolver is available.Werner Koch2009-12-079-189/+362
|
* allow for default algorithms in a gpg parameter fileWerner Koch2009-12-045-39/+104
|
* Fix possible problem with chnages status.h and VBUILDS.Werner Koch2009-12-042-2/+11
|
* support numeric debug levels.Werner Koch2009-12-0314-60/+237
|
* Fix usage of realloc.Werner Koch2009-12-022-1/+9
|
* More stuff for the audit-log.Werner Koch2009-12-0211-62/+406
|
* 2009-11-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-11-273-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 Brinkmann2009-11-259-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 Koch2009-11-2312-3/+71
| | | | | | Add option --skip-hidden-recipients Comment updates.
* Change fallback keysize to 2048Werner Koch2009-11-102-3/+6
|
* 2009-11-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-11-102-1/+6
| | | | | | * server.c (cmd_getauditlog): Don't dup FD for es_fdopen_nc as this leaks the FD here.
* agent/Marcus Brinkmann2009-11-0515-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 Brinkmann2009-11-051-0/+5
|
* Add help strings for all commandsWerner Koch2009-11-042-132/+191
|
* Add help strings for all commands.Werner Koch2009-11-042-337/+339
|
* Add help strings for all commands.Werner Koch2009-11-042-242/+264
|
* Add help strings for all commands.Werner Koch2009-11-041-56/+44
|
* Add hack for the HELP command.Werner Koch2009-11-042-8/+17
|
* Adjust for assuan_register_command change.Werner Koch2009-11-0410-6/+39
|
* agent/Marcus Brinkmann2009-11-0213-37/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-11-02 Marcus Brinkmann <[email protected]> * command.c (reset_notify): Take LINE arg and return error. (register_commands): Use assuan_handler_t type. common/ 2009-11-02 Marcus Brinkmann <[email protected]> * get-passphrase.c (default_inq_cb, membuf_data_cb): Change return type to gpg_error_t. g10/ 2009-11-02 Marcus Brinkmann <[email protected]> * server.c (reset_notify, input_notify, output_notify): Update to new assuan interface. (register_commands): Use assuan_handler_t. scd/ 2009-11-02 Marcus Brinkmann <[email protected]> * command.c (reset_notify): Take LINE arg and return error. (register_commands): Use assuan_handler_t type. sm/ 2009-11-02 Marcus Brinkmann <[email protected]> * server.c (reset_notify, input_notify, output_notify): Update to new assuan interface. (register_commands): Use assuan_handler_t. * call-agent.c (membuf_data_cb, default_inq_cb) (inq_ciphertext_cb, scd_serialno_status_cb) (scd_keypairinfo_status_cb, istrusted_status_cb) (learn_status_cb, learn_cb, keyinfo_status_cb): Return gpg_error_t.
* [scd] Memory leak fix.Werner Koch2009-10-2814-100/+164
| | | | | [g13] Send MOUNTPOINT status line
* 2009-10-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-10-201-1/+10
| | | | | * configure.ac: Check for fusermount and encfs.
* 2009-10-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-10-202-2/+6
| | | | | * configure.ac: Check for fusermount and encfs.
* * gpg.texi (GPG Configuration Options): Clarify that ca-cert-file is aDavid Shaw2009-10-202-1/+9
| | | | | | generic store, the details of which depend on the underlying libraries.
* [g13] Add RECIPEINT and CREATE command.Werner Koch2009-10-1916-64/+150
| | | | | [sm] Chnage --include-certs default
* Removed audit.h cruft which forced us to link against libksba.Werner Koch2009-10-176-41/+3
| | | | | There is no need for an audit file.