summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-274-1/+80
| | | | | New tool gpg-check-pattern.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-243-1/+27
| | | | | Documentation updates.
* Documentaion updates.Werner Koch2007-08-145-19/+73
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-104-13/+38
|
* Factored common gpgconf constants outWerner Koch2007-08-022-5/+4
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-172-0/+12
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Fixed card key generation of gpg2.Werner Koch2007-07-052-2/+9
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-047-373/+658
| | | | | Removed intl/.
* Fixed a problem in estream-printf.c.Werner Koch2007-06-252-0/+13
| | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups.
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-214-8/+15
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-203-1/+10
|
* Made percent_escape more general.Werner Koch2007-06-191-4/+6
| | | | | | Added regression tests support to jnlib. W32 changes.
* Add missing fiels for W32.Werner Koch2007-06-182-0/+25
| | | | | | New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-0/+9
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-064-8/+13
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-153-4/+14
|
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-092-4/+13
|
* Add a howto section.Werner Koch2007-05-085-1/+312
| | | | Makefile fixes
* gnupg.ps build fixes.Werner Koch2007-05-083-6/+14
|
* Updated to automake 1.10.Werner Koch2007-05-043-2/+8
| | | | | | Use latest texinfo.tex. Typo and grammar fix.
* Fixed installation of gpg2keys_mailtoWerner Koch2007-05-041-1/+1
|
* * gpg.texi (OpenPGP Options): Update the personal-foo-preferencesDavid Shaw2007-04-152-23/+28
| | | | | documentation a bit.
* g10/ and sm/Werner Koch2007-04-135-5/+31
| | | | | | | | | | | | | | * 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.
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-033-1/+26
|
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-201-5/+18
| | | | New option --p12-charset.
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-191-1/+1
| | | | | funopen.
* Add new logo.Werner Koch2007-03-086-7/+2725
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-073-3/+52
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Support for a global gpgconf configuration file.Werner Koch2007-03-066-2/+241
|
* Ported multiple-messages protection.Werner Koch2007-03-052-6/+13
|
* Add new SVN only file README.maintWerner Koch2007-02-263-6/+26
| | | | | | | | | | | | | | | | 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.
* doc/Werner Koch2007-02-182-0/+12
| | | | | | | * gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
* agent/Werner Koch2007-02-143-1/+16
| | | | | | | | | | * gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry.
* Fix for aegypten issue 720Werner Koch2007-02-052-0/+45
|
* Included LIBICONV in all Makefiles.Werner Koch2007-01-314-26/+102
| | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-304-2/+158
| | | | | | | | | | | | | | | | | | | | doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
* agent/Werner Koch2007-01-251-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
* * gpg.texi, specify-user-id.texi: Only some of the mentions ofDavid Shaw2007-01-183-6/+11
| | | | | exclamation marks have an example. Give examples to the rest.
* * gpg.texi (GPG Configuration Options): Make http_proxy optionDavid Shaw2007-01-182-6/+17
| | | | | | documentation match reality. (BUGS): Warn about hibernate/safe-sleep/etc writing main RAM to disk, despite locking.
* Added missing files.Werner Koch2006-12-132-1/+163
| | | | | Changed direntry in gnupg.texi from gpg to gpg2.
* Doc fix.Werner Koch2006-12-081-0/+4
| | | | | Don't let gpg2 fail if the option skeleton file is missing
* (no commit message)Werner Koch2006-12-061-0/+125
|
* Fixes for CVE-2006-6235Werner Koch2006-12-064-126/+19
|
* * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.David Shaw2006-12-032-0/+9
|
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-0/+26
| | | | | | | | | | * command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto.
* sm/Werner Koch2006-11-144-27/+242
| | | | | | | | | | | | | | * server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes.
* .Werner Koch2006-11-114-12/+43
|
* * gpg.texi: Reference to --s2k-count in --s2k-mode.David Shaw2006-11-062-2/+6
|
* Collected fixes.Werner Koch2006-11-052-2/+8
|
* Preparing another releasegnupg-1.9.94Werner Koch2006-10-241-0/+12
|