aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-26Last minute cleanups.gnupg-2.0.9Werner Koch2-6/+12
2008-03-25Changed the way i18n files are located under Windows. The setting of theWerner Koch2-2/+7
Registry key is not anymore required. Helpfiles are not properly located.
2008-03-25Fix bug 894.Werner Koch4-7/+39
Change default keyserver. Allow key protection with Camellia.
2008-03-18Fix for v3 keys.Werner Koch2-1/+6
2008-03-13Fixed an email/DN bug.Werner Koch2-4/+11
Changed pinentry prompts.
2008-03-06Comment fixes.Werner Koch2-3/+7
Convey the new envvars when using simple-pwquery.
2008-02-14Poems for AllowSetForegroundWindow (W32)Werner Koch2-24/+82
2008-02-13Always search missing certifcates using a running Dirmngr's cache.Werner Koch2-1/+36
2008-02-092008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-44/+70
* gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function.
2008-01-30Fixed yesterday's W32 fix.Werner Koch2-1/+2
2008-01-30W32 fix for trustdb creation.Werner Koch2-3/+18
2008-01-29Fixed a W32 crash in gpg2 when creating a new keyring.Werner Koch2-3/+21
Typo fixes.
2008-01-26Add --logger-fd alias.Werner Koch3-0/+11
Ass card vendor 004.
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2-1/+9
2007-12-12Allow type 20 keys only with option --rfc2440.Werner Koch2-0/+22
2007-12-12Doc fixes.Werner Koch2-11/+96
Add more files to POTFILES. Protect against malloc bombs.
2007-12-12Support DSA2.Werner Koch12-33/+156
Support Camellia for testing. More audit stuff.
2007-12-11Allow decryption using type 20 Elgamal keys.Werner Koch2-4/+15
2007-12-10Fix for bug 851.Werner Koch3-2/+15
Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20.
2007-12-04Created help files form the current po entries.Werner Koch2-259/+53
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch2-2/+19
Other minor buf fixes.
2007-12-03Try to make sure that the standard descriptors are connected when callingWerner Koch2-74/+8
gpgsm.
2007-11-19Started to implement the audit log feature.Werner Koch33-310/+126
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-25Ported changes from 1.4.Werner Koch9-173/+271
Add copyright notices.
2007-10-23New option --list-config for gpgconf.Werner Koch1-1/+1
2007-10-19Factored utf8 switching code out to i18n.c.Werner Koch2-28/+10
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-16/+17
Made socket servers secure under Windows.
2007-09-14Print used library version with --version.Werner Koch2-1/+52
Typo fixes
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2-4/+4
New tool gpg-check-pattern.
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2-2/+6
Documentation updates.
2007-08-22Updated estream.Werner Koch2-4/+11
More changes for Windows.
2007-08-02Factored common gpgconf constants outWerner Koch2-5/+5
Fixed W32 compare_filenames
2007-07-17Typo fixes.Werner Koch3-3/+14
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-12Translate all file descriptors received from assuan.Werner Koch3-6/+12
2007-07-05Fixed card key generation of gpg2.Werner Koch7-844/+1007
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch71-284/+142
Removed intl/.
2007-06-26More W32 related changesWerner Koch4-31/+36
2007-06-25Fixed a problem in estream-printf.c.Werner Koch3-6/+12
Changes for Windows (gpgsm -k does now work). Minor cleanups.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch5-112/+25
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch3-77/+9
2007-06-19Made percent_escape more general.Werner Koch1-1/+1
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann2-1/+9
2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch8-47/+38
See the ChangeLogs for details.
2007-06-08Syntax fix - should build now - however not tested.Werner Koch2-1/+5
2007-06-06First steps towards supporting W32.Werner Koch7-87/+28
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-182007-05-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+4
* passphrase.c (passphrase_get): Use PACKAGE_GT, not PACKAGE.
2007-05-18agent/Marcus Brinkmann2-3/+10
2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
2007-05-16Fix for bug 797.Werner Koch2-12/+20
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch2-2/+8
2007-05-07Upgraded gettext.Werner Koch2-2/+16
Fixed accidental dependency on libgcrypt 1.3.0.