summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require libgcrypt 1.5Werner Koch2011-03-082-0/+7
| | | | | | | | Without Libgcrypt 1.5 is was not possible to use ECC keys. ECC is major new feature and thus it does not make sense to allow building with an older Libgcrypt without supporting ECC. Also fixed a few missing prototypes.
* Fix faulty gcc warningsWerner Koch2011-03-031-0/+1
|
* Lock scdaemon to CCID if once found.Werner Koch2011-02-234-95/+167
| | | | | | | | This solves a problem where ccid was used, the card unplugged and then scdaemon tries to find a new (plugged in) reader and thus will eventually try PC/SC over and over again. Also added an explicit --kill command to gpgconf.
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-0411-85/+82
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Update copyright yearWerner Koch2011-02-032-38/+42
| | | | Nuked some trailing spaces.
* Tweaks for gpgconf.Werner Koch2010-12-142-3/+26
| | | | | Fixed dirmngr bug 1010.
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-022-1/+12
|
* Change stack size for Wince.Werner Koch2010-11-232-0/+5
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* 2010-11-17 Marcus Brinkmann <mb@g10code.com>Marcus Brinkmann2010-11-172-3/+4
| | | | | | * gogconf.c: Revert accidental debug output commit.
* Honor TMPDIR.Werner Koch2010-10-272-2/+12
|
* Enable i18n for W32.Werner Koch2010-10-201-0/+3
|
* Fix a signing problem with the cardWerner Koch2010-10-181-1/+1
|
* All tests work are again workingWerner Koch2010-10-142-1/+7
|
* Some tweaks to the agent startup.Werner Koch2010-10-144-147/+21
|
* Import fixes.Werner Koch2010-10-062-5/+20
| | | | | new otion for watchgnupg
* Don't set SSH_AGENTPID_INFO.Werner Koch2010-10-052-87/+175
| | | | | | Doc fixes. Allow TCP and local sockets in watchgnupg.
* .Werner Koch2010-08-262-1/+4
|
* Changed option names.Werner Koch2010-08-254-9/+36
| | | | | Add O_BINARY for stdin and stdout.
* gpgconf does now work for Wince.Werner Koch2010-08-233-12/+35
|
* Reworked the posix and w32 exechelpers.Werner Koch2010-08-203-61/+47
|
* Add component pinentry as an easy way to figure out the defaultWerner Koch2010-08-192-5/+44
| | | | | pinentry. Also allows to test whether pinentry is installed.
* Fix regression in logging.Werner Koch2010-08-185-100/+111
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Minor Makefile fixes to let it build on all platformsWerner Koch2010-08-132-6/+12
|
* Support "-" for --output.Werner Koch2010-08-112-1/+12
|
* Support logging via TCPWerner Koch2010-08-092-21/+57
|
* Add dummy options --cms and --openpgp.Werner Koch2010-08-091-1/+7
|
* Add option --nullWerner Koch2010-08-093-10/+96
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-167-54/+325
| | | | | Ported gpgtar to W32.
* Fix a regression from 2010-06-09.Werner Koch2010-06-242-4/+10
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-4/+8
| | | | | A few code changes to support dirmngr.
* Add unfinished gpgtar.Werner Koch2010-06-077-10/+1744
| | | | | Collected changes and ports of bug fixes from stable.
* remove gpgtarWerner Koch2010-04-221-9/+9
|
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-1/+10
|
* common/Marcus Brinkmann2010-04-202-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-04-20 Marcus Brinkmann <marcus@g10code.de> * logging.c (do_log_ignore_arg): New helper function. (log_string): Use it to remove ugly volatile hack that causes gcc warning. (log_flush): Likewise. * sysutils.c (gnupg_unsetenv) [!HAVE_W32CE_SYSTEM]: Return something. (gnupg_setenv) [!HAVE_W32CE_SYSTEM]: Likewise. * pka.c (get_pka_info): Solve strict aliasing rule violation. * t-exechelp.c (test_close_all_fds): Use dummy variables to silence gcc warning. kbx/ 2010-04-20 Marcus Brinkmann <marcus@g10code.de> * keybox-update.c [!HAVE_DOSISH_SYSTEM]: Include ../common/sysutils.h even then to silence gcc warning about missing declaration of gnupg_remove. tools/ 2010-04-20 Marcus Brinkmann <marcus@g10code.de> * gpgconf-comp.c (option_check_validity): Use dummy variables to silence gcc warning.
* Fixed dependencies and a syntax errorWerner Koch2010-04-142-0/+5
|
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-143-7/+15
|
* Whole lot of changes to support CE.Werner Koch2010-04-141-1/+17
|
* Minor cleanupsWerner Koch2010-03-294-22/+39
|
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-224-4/+4
| | | | | descriptors.
* Builds again for W32.Werner Koch2010-03-152-1/+6
|
* Merged jnlib into common.Werner Koch2010-03-102-3/+7
|
* Replace use stdio by estream functions.Werner Koch2010-03-082-0/+14
|
* Some minor changes and typo fixes.Werner Koch2010-02-262-2/+52
| | | | | Started to implement a TCP option in gpg-connect-agent.
* Various changes to eventually support openpgp keys in pgp-agent.Werner Koch2010-02-022-1/+4
| | | | | | Comment fixes. Minor chnages in preparation of a W32CE port.
* Fix bug 1146Werner Koch2009-12-182-6/+9
|
* common/Marcus Brinkmann2009-12-082-2/+6
| | | | | | | | | | | | | | | | | | | | | | | 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * asshelp.c (start_new_gpg_agent): Convert posix FD to assuan FD. agent/ 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * call-pinentry.c (start_pinentry): Convert posix fd to assuan fd. * call-scd.c (start_scd): Likewise. sm/ 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * call-dirmngr.c (start_dirmngr_ext): Convert posix fd to assuan fd. tools/ 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * gpg-connect-agent.c (main): Convert posix fd to assuan fd.
* Use ADNS for PKA and SRV records if no other resolver is available.Werner Koch2009-12-072-1/+8
|
* Add gpgconf related dummy options default_pubkey_algo.Werner Koch2009-11-232-0/+15
| | | | | | Add option --skip-hidden-recipients Comment updates.
* agent/Marcus Brinkmann2009-11-052-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-11-05 Marcus Brinkmann <marcus@g10code.de> * 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 <marcus@g10code.de> * asshelp.c (start_new_gpg_agent): Update use of assuan_socket_connect and assuan_pipe_connect. scd/ 2009-11-05 Marcus Brinkmann <marcus@g10code.de> * command.c (scd_command_handler): Call assuan_init_socket_server, not assuan_init_socket_server_ext. sm/ 2009-11-05 Marcus Brinkmann <marcus@g10code.de> * call-dirmngr.c (start_dirmngr_ext): Update use of assuan_pipe_connect and assuan_socket_connect. tools/ 2009-11-05 Marcus Brinkmann <marcus@g10code.de> * gpg-connect-agent.c (start_agent): Update use of assuan_socket_connect and assuan_pipe_connect.
* Add hack for the HELP command.Werner Koch2009-11-042-8/+17
|