aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* include support and texi fixesWerner Koch2006-08-176-37/+86
|
* More man pages.Werner Koch2006-08-1713-328/+1769
|
* Copied gpg.texi over from 1.4.5 and started to restructure it into a properWerner Koch2006-08-162-18/+2569
| | | | | | | documentation file. Comment tags will eventually allow to build a man page. The idea is to have more than just a reference manual for the commands and options while still allowing to build a man page for reference.
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-1636-372/+952
| | | | | shows no prblems. Needs more testing of course.
* Changed HTTP API.Werner Koch2006-08-146-57/+288
|
* Added http.c from 1.4. Werner Koch2006-08-115-12/+1885
| | | | | Added support for estream and gnutls.
* Moved 1.9 branch to trunkWerner Koch2006-08-01869-308863/+111937
|\
| * 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCHMarcus Brinkmann2006-07-293-3/+61
| | | | | | | | | | | | | | | | | | * preset-passphrase.c (preset_passphrase): Do not strip off last character of passphrase. (make_hexstring): New function. * command.c (cmd_preset_passphrase): Use parse_hexstring to syntax check passphrase argument. Truncate passphrase at delimiter.
| * 2006-07-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-07-292-15/+19
| | | | | | | | | | * README: Spelling fixes.
| * post release preparationsWerner Koch2006-07-272-2/+7
| |
| * Preparing a new releasegnupg-1.9.22Werner Koch2006-07-2720-124/+238
| |
| * Create bag attributes so that Mozilla will accept these files.Werner Koch2006-07-244-8/+93
| | | | | | | | | | Tested with using a CAcert generated certificate.
| * Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch2006-07-214-46/+202
| |
| * better reporting of bad DNsWerner Koch2006-07-035-11/+37
| |
| * Added keyserver directory from trunkWerner Koch2006-06-3018-1/+6746
| |
| * A couple of fixes. gpg2's key generation does now work.Werner Koch2006-06-3012-35/+62
| |
| * Remove stale lockfiles if created on the same node.Werner Koch2006-06-282-257/+348
| |
| * Various smaller changesWerner Koch2006-06-2711-15/+71
| |
| * Ported patches from 1.4.x Werner Koch2006-06-2710-59/+323
| |
| * Preparing a new releasegnupg-1.9.21Werner Koch2006-06-204-19/+23
| |
| * Made make distcheck work againWerner Koch2006-06-207-368/+379
| |
| * Updated FSF's address.Werner Koch2006-06-20180-265/+469
| |
| * Add MAC t P12 files.Werner Koch2006-06-202-6/+65
| |
| * Added missing filesWerner Koch2006-06-162-0/+274
| |
| * 2006-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-092-3/+12
| | | | | | | | | | | | * Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS). (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
| * 2006-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-092-2/+6
| | | | | | | | | | | | | | * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). (gpg_protect_tool_LDADD): Likewise. (gpg_preset_passphrase_LDADD): Likewise.
| * agent/Marcus Brinkmann2006-06-094-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). scd/ 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
| * 2006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-082-1/+19
| | | | | | | | | | | | | | * asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]: Define macro to __FUNCTION__. (die): Use __func__ instead of __FUNCTION__.
| * 2006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-082-1/+5
| | | | | | | | | | * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
| * Still making gpg2 work.Werner Koch2006-05-249-18/+91
| | | | | | | | | | At least the keyids are now correctly computed again.
| * g10/ does build again.Werner Koch2006-05-2352-262/+990
| |
| * 2006-05-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-224-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | * keydb.c (keydb_insert_cert): Do not lock here, but only check if it is locked. (keydb_store_cert): Lock here. * keydb.h (keydb_delete): Accept new argument UNLOCK. * keydb.c (keydb_delete): Likewise. Only unlock if this is set. * delete.c (delete_one): Add new argument to invocation of keydb_delete.
| * Added sample certificates.Werner Koch2006-05-163-1/+7
| |
| * Repackaged PKITS_data.tar.bz2Werner Koch2006-05-024-2/+7
| |
| * Fix for sanitize string. Added SHA224Werner Koch2006-04-285-7/+26
| |
| * Merged recent changes from 1.4Werner Koch2006-04-2815-148/+341
| |
| * Still merging 1.4.3 code backWerner Koch2006-04-2116-166/+247
| |
| * Continued with merging.Werner Koch2006-04-1922-158/+158
| | | | | | | | | | Still does not build.
| * Merged with gpg 1.4.3 code. Werner Koch2006-04-1990-10511/+17949
| | | | | | | | | | The gpg part does not yet build.
| * 2006-04-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-04-142-19/+35
| | | | | | | | | | | | | | | | * app.c (select_application): Cover up a slot mismatch error in case it happens (it shouldn't happen). (release_application): Use APP->slot. Lock the reader. (application_notify_card_removed): Lock the reader.
| * Added command APDUWerner Koch2006-04-116-4/+189
| |
| * 2006-04-09 Moritz Schulte <[email protected]>Moritz Schulte2006-04-092-5/+13
| | | | | | | | | | | | * command-ssh.c (ssh_request_process): Removed FIXME mentioning a possible DoS attack.
| * RenamedWerner Koch2006-04-051-0/+0
| |
| * 2006-04-01 Moritz Schulte <[email protected]>Moritz Schulte2006-04-012-3/+7
| | | | | | | | | | | | | | * command-ssh.c (ssh_identity_register): Make KEY_GRIP_RAW be 20 instead of 21 bytes long; do not fill KEY_GRIP_RAW[20] with NUL byte - KEY_GRIP_RAW is a raw binary string anyway.
| * Allo RMD160 signaturesWerner Koch2006-03-215-4/+40
| |
| * Add Kludge for RegTP sillyness.Werner Koch2006-03-216-12/+152
| |
| * Fixed card removal problemsWerner Koch2006-03-016-137/+203
| |
| * Better warning messagesWerner Koch2006-02-192-8/+13
| |
| * Added documentation for qualified signaturesWerner Koch2006-02-143-1/+105
| |
| * PIN caching of cards does now work.Werner Koch2006-02-099-30/+256
| |