aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-14agent: Pass comment lines from scd verbatim thru gpg-agent.Werner Koch1-71/+85
* agent/call-scd.c (pass_status_thru): Pass comment lines verbatim. * tools/gpg-connect-agent.c (help_cmd_p): New. (main): Treat an "SCD HELP" the same as "HELP".
2011-12-02Generate the ChangeLog from commit logs.Werner Koch2-2/+13
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2011-12-01Generate the ChangeLog from commit logs.Werner Koch2-2/+13
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2011-10-13Initial port to Npth.Marcus Brinkmann2-2/+6
2011-08-26Mark component descriptions for translation.Werner Koch2-6/+11
2011-03-08Require libgcrypt 1.5Werner Koch2-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.
2011-03-03Fix faulty gcc warningsWerner Koch1-0/+1
2011-02-23Lock scdaemon to CCID if once found.Werner Koch4-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.
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch11-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.
2011-02-03Update copyright yearWerner Koch2-38/+42
Nuked some trailing spaces.
2010-12-14Tweaks for gpgconf.Werner Koch2-3/+26
Fixed dirmngr bug 1010.
2010-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch2-1/+12
2010-11-23Change stack size for Wince.Werner Koch2-0/+5
Allow for a longer agent atartup under wince. Print gpg output via estream.
2010-11-172010-11-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-3/+4
* gogconf.c: Revert accidental debug output commit.
2010-10-27Honor TMPDIR.Werner Koch2-2/+12
2010-10-20Enable i18n for W32.Werner Koch1-0/+3
2010-10-18Fix a signing problem with the cardWerner Koch1-1/+1
2010-10-14All tests work are again workingWerner Koch2-1/+7
2010-10-14Some tweaks to the agent startup.Werner Koch4-147/+21
2010-10-06Import fixes.Werner Koch2-5/+20
new otion for watchgnupg
2010-10-05Don't set SSH_AGENTPID_INFO.Werner Koch2-87/+175
Doc fixes. Allow TCP and local sockets in watchgnupg.
2010-08-26.Werner Koch2-1/+4
2010-08-25Changed option names.Werner Koch4-9/+36
Add O_BINARY for stdin and stdout.
2010-08-23gpgconf does now work for Wince.Werner Koch3-12/+35
2010-08-20Reworked the posix and w32 exechelpers.Werner Koch3-61/+47
2010-08-19Add component pinentry as an easy way to figure out the defaultWerner Koch2-5/+44
pinentry. Also allows to test whether pinentry is installed.
2010-08-18Fix regression in logging.Werner Koch5-100/+111
Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
2010-08-13Minor Makefile fixes to let it build on all platformsWerner Koch2-6/+12
2010-08-11Support "-" for --output.Werner Koch2-1/+12
2010-08-09Support logging via TCPWerner Koch2-21/+57
2010-08-09Add dummy options --cms and --openpgp.Werner Koch1-1/+7
2010-08-09Add option --nullWerner Koch3-10/+96
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch7-54/+325
Ported gpgtar to W32.
2010-06-24Fix a regression from 2010-06-09.Werner Koch2-4/+10
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-4/+8
A few code changes to support dirmngr.
2010-06-07Add unfinished gpgtar.Werner Koch7-10/+1744
Collected changes and ports of bug fixes from stable.
2010-04-22remove gpgtarWerner Koch1-9/+9
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-1/+10
2010-04-20common/Marcus Brinkmann2-2/+13
2010-04-20 Marcus Brinkmann <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * gpgconf-comp.c (option_check_validity): Use dummy variables to silence gcc warning.
2010-04-14Fixed dependencies and a syntax errorWerner Koch2-0/+5
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch3-7/+15
2010-04-14Whole lot of changes to support CE.Werner Koch1-1/+17
2010-03-29Minor cleanupsWerner Koch4-22/+39
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch4-4/+4
descriptors.
2010-03-15Builds again for W32.Werner Koch2-1/+6
2010-03-10Merged jnlib into common.Werner Koch2-3/+7
2010-03-08Replace use stdio by estream functions.Werner Koch2-0/+14
2010-02-26Some minor changes and typo fixes.Werner Koch2-2/+52
Started to implement a TCP option in gpg-connect-agent.
2010-02-02Various changes to eventually support openpgp keys in pgp-agent.Werner Koch2-1/+4
Comment fixes. Minor chnages in preparation of a W32CE port.
2009-12-18Fix bug 1146Werner Koch2-6/+9