aboutsummaryrefslogtreecommitdiffstats
path: root/README.maint (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-03Adjust maintainer instructionsWerner Koch1-8/+3
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-0/+1
A couple of forward ported changes. Doc updates.
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+1
Collected changes.
2009-09-04Avoid catch-22 with README.main not being distributed but having thegnupg-2.0.13Werner Koch1-1/+2
project-id marker string.
2009-09-04Add a gotcha section after trapped again.Werner Koch1-0/+12
2009-08-202009-08-20 Daiki Ueno <[email protected]>Werner Koch1-1/+2
* mainproc.c (proc_encrypted): Clear passphrase cached with S2K cache ID if decryption failed. * passphrase.c (passphrase_to_dek_ext): Set dek->s2k_cacheid. * gpgv.c (passphrase_clear_cache): New stub.
2009-06-29Reworked the estream memory buffer allocation.Werner Koch1-0/+1
Committed already posted patches for the v2 card.
2009-02-12New scd getinfo subcommand deny_adminWerner Koch1-1/+2
2007-12-20Preparing a release.gnupg-2.0.8Werner Koch1-2/+2
2007-09-10Preparing 2.0.7gnupg-2.0.7Werner Koch1-2/+2
2007-08-22Updated estream.Werner Koch1-1/+1
More changes for Windows.
2007-08-16About to do a releasegnupg-2.0.6Werner Koch1-1/+1
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-3/+5
2007-04-13g10/ and sm/Werner Koch1-0/+11
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2007-02-26Add new SVN only file README.maintWerner Koch1-0/+42
doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.