aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added just a single comment.gnupg-2.0.0Moritz Schulte2007-01-061-1/+5
|
* 2007-01-02 Moritz Schulte <[email protected]>Moritz Schulte2007-01-062-47/+417
| | | | | | | | | | | | | * command-ssh.c (add_control_entry): Slightly rewritten: added improved error handling/error logging. 2007-01-01 Moritz Schulte <[email protected]> * command-ssh.c: Added a lot of error logging code and FIXMEs. (stream_read_string): Initialize LENGTH to zero. (start_command_handler_ssh): Use es_fgetc/es_ungetc to check if EOF has been reached before trying to process another request.
* 2006-11-18 Moritz Schulte <[email protected]>Moritz Schulte2006-11-182-1/+6
| | | | | | * Makefile.am (plain-large): Adjust to use faq.raw instead of FAQ, since that is created during build.
* Released.Werner Koch2006-11-110-0/+0
|
* .Werner Koch2006-11-1137-3136/+1720
|
* Fixed that nasty 64 bit but.Werner Koch2006-11-102-10/+17
|
* gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch2006-11-094-4/+24
| | | | | Other minor fixes
* post release updatesWerner Koch2006-11-063-16/+16
|
* Preparing another releasegnupg-1.9.95Werner Koch2006-11-0631-5933/+5236
|
* * gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change.David Shaw2006-11-062-5/+8
| | | | | Key-not-found still has a HTML response.
* * gpg.texi: Reference to --s2k-count in --s2k-mode.David Shaw2006-11-062-2/+6
|
* Collected fixes.Werner Koch2006-11-0517-53/+158
|
* Post release updateWerner Koch2006-10-2429-9749/+9753
|
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-242-1/+5
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-242-1/+5
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-242-1/+7
| | | | | | * Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable.
* Preparing another releasegnupg-1.9.94Werner Koch2006-10-248-22/+68
|
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-242-1/+6
| | | | | | * Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ... (gpg2keys_finger_CPPFLAGS): ... this.
* .Werner Koch2006-10-2320-50/+173
|
* Allow importing of web.de generated p12 filesWerner Koch2006-10-233-5/+14
|
* Allow to select X.509 certificates using the keygrip.Werner Koch2006-10-2013-3/+251
|
* * gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see HTMLDavid Shaw2006-10-202-1/+9
| | | | | coming back from a MR hkp query.
* FixesWerner Koch2006-10-1941-6033/+6137
|
* Preparing a releasegnupg-1.9.93Werner Koch2006-10-188-26/+72
|
* Fixed v3 keyids.Werner Koch2006-10-182-3/+8
|
* Fixed a bug with very long keys.Werner Koch2006-10-183-217/+264
|
* Pth tweaks and improved estream.cWerner Koch2006-10-1751-4882/+5380
|
* Fixed aegypten bug 372Werner Koch2006-10-172-11/+19
|
* Allow to cancel marktrusted.Werner Koch2006-10-164-2/+21
|
* Fixed aegypten bug 299Werner Koch2006-10-162-4/+78
|
* * gpg.texi: Document --s2k-count.David Shaw2006-10-132-0/+11
|
* * parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw2006-10-136-5/+51
| | | | | | | | | packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations.
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-1111-39/+211
|
* Preparing a releasegnupg-1.9.92Werner Koch2006-10-1131-3947/+3984
|
* Various changesWerner Koch2006-10-1056-336/+526
|
* Make it also work for the card.Werner Koch2006-10-062-0/+7
|
* Add TLS hash modeWerner Koch2006-10-065-28/+150
|
* * keyserver.c (keyserver_spawn): Write the 16-digit keyid ratherDavid Shaw2006-10-062-2/+11
| | | | | than whatever key selector the user used on the command line.
* bug fixesWerner Koch2006-10-0513-33/+58
|
* * gpgrlhelp.c: readline requires stdio.h.David Shaw2006-10-042-0/+5
|
* Fix for make distcheckgnupg-1.9.91Werner Koch2006-10-0429-271/+275
|
* Re-enabled --passphrase-fdWerner Koch2006-10-0431-5811/+5874
|
* Fixed agent access for gpg.Werner Koch2006-10-0442-6027/+5653
|
* Preparing a new releaseWerner Koch2006-10-047-70/+45
|
* Fix for bug 537Werner Koch2006-10-02111-2141/+3107
|
* 2006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-022-0/+27
| | | | | | | | | * server.c (register_commands): New commands DUMPKEYS and DUMPSECRETKEYS. (cmd_dumpkeys, cmd_dumpsecretkeys): New functions. (option_handler): Support with-key-data option.
* 2006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-022-1/+6
| | | | | | | * command.c (update_reader_status_file): Increase buffer of NUMBUF2 (fixing typo).
* 2006-09-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-272-4/+8
| | | | | * Makefile.am: Fix cut & paste error.
* Add missing file and other changes.Werner Koch2006-09-275-19/+143
|
* let cmd learn also return KEYPAIRINFO Werner Koch2006-09-263-0/+13
|