Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | include support and texi fixes | Werner Koch | 2006-08-17 | 6 | -37/+86 | |
| | ||||||
* | More man pages. | Werner Koch | 2006-08-17 | 13 | -328/+1769 | |
| | ||||||
* | Copied gpg.texi over from 1.4.5 and started to restructure it into a proper | Werner Koch | 2006-08-16 | 2 | -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 gpg2 | Werner Koch | 2006-08-16 | 36 | -372/+952 | |
| | | | | | shows no prblems. Needs more testing of course. | |||||
* | Changed HTTP API. | Werner Koch | 2006-08-14 | 6 | -57/+288 | |
| | ||||||
* | Added http.c from 1.4. | Werner Koch | 2006-08-11 | 5 | -12/+1885 | |
| | | | | | Added support for estream and gnutls. | |||||
* | Moved 1.9 branch to trunk | Werner Koch | 2006-08-01 | 869 | -308863/+111937 | |
|\ | ||||||
| * | 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCH | Marcus Brinkmann | 2006-07-29 | 3 | -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 Brinkmann | 2006-07-29 | 2 | -15/+19 | |
| | | | | | | | | | | * README: Spelling fixes. | |||||
| * | post release preparations | Werner Koch | 2006-07-27 | 2 | -2/+7 | |
| | | ||||||
| * | Preparing a new releasegnupg-1.9.22 | Werner Koch | 2006-07-27 | 20 | -124/+238 | |
| | | ||||||
| * | Create bag attributes so that Mozilla will accept these files. | Werner Koch | 2006-07-24 | 4 | -8/+93 | |
| | | | | | | | | | | Tested with using a CAcert generated certificate. | |||||
| * | Support import from TrustedMIME (i.e. from simple keyBags) | Werner Koch | 2006-07-21 | 4 | -46/+202 | |
| | | ||||||
| * | better reporting of bad DNs | Werner Koch | 2006-07-03 | 5 | -11/+37 | |
| | | ||||||
| * | Added keyserver directory from trunk | Werner Koch | 2006-06-30 | 18 | -1/+6746 | |
| | | ||||||
| * | A couple of fixes. gpg2's key generation does now work. | Werner Koch | 2006-06-30 | 12 | -35/+62 | |
| | | ||||||
| * | Remove stale lockfiles if created on the same node. | Werner Koch | 2006-06-28 | 2 | -257/+348 | |
| | | ||||||
| * | Various smaller changes | Werner Koch | 2006-06-27 | 11 | -15/+71 | |
| | | ||||||
| * | Ported patches from 1.4.x | Werner Koch | 2006-06-27 | 10 | -59/+323 | |
| | | ||||||
| * | Preparing a new releasegnupg-1.9.21 | Werner Koch | 2006-06-20 | 4 | -19/+23 | |
| | | ||||||
| * | Made make distcheck work again | Werner Koch | 2006-06-20 | 7 | -368/+379 | |
| | | ||||||
| * | Updated FSF's address. | Werner Koch | 2006-06-20 | 180 | -265/+469 | |
| | | ||||||
| * | Add MAC t P12 files. | Werner Koch | 2006-06-20 | 2 | -6/+65 | |
| | | ||||||
| * | Added missing files | Werner Koch | 2006-06-16 | 2 | -0/+274 | |
| | | ||||||
| * | 2006-06-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-06-09 | 2 | -3/+12 | |
| | | | | | | | | | | | | * Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS). (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a. | |||||
| * | 2006-06-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-06-09 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). (gpg_protect_tool_LDADD): Likewise. (gpg_preset_passphrase_LDADD): Likewise. | |||||
| * | agent/ | Marcus Brinkmann | 2006-06-09 | 4 | -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 Brinkmann | 2006-06-08 | 2 | -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 Brinkmann | 2006-06-08 | 2 | -1/+5 | |
| | | | | | | | | | | * configure.ac (PTH_LIBS): Add --all to pth-config invocation. | |||||
| * | Still making gpg2 work. | Werner Koch | 2006-05-24 | 9 | -18/+91 | |
| | | | | | | | | | | At least the keyids are now correctly computed again. | |||||
| * | g10/ does build again. | Werner Koch | 2006-05-23 | 52 | -262/+990 | |
| | | ||||||
| * | 2006-05-19 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-05-22 | 4 | -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 Koch | 2006-05-16 | 3 | -1/+7 | |
| | | ||||||
| * | Repackaged PKITS_data.tar.bz2 | Werner Koch | 2006-05-02 | 4 | -2/+7 | |
| | | ||||||
| * | Fix for sanitize string. Added SHA224 | Werner Koch | 2006-04-28 | 5 | -7/+26 | |
| | | ||||||
| * | Merged recent changes from 1.4 | Werner Koch | 2006-04-28 | 15 | -148/+341 | |
| | | ||||||
| * | Still merging 1.4.3 code back | Werner Koch | 2006-04-21 | 16 | -166/+247 | |
| | | ||||||
| * | Continued with merging. | Werner Koch | 2006-04-19 | 22 | -158/+158 | |
| | | | | | | | | | | Still does not build. | |||||
| * | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 90 | -10511/+17949 | |
| | | | | | | | | | | The gpg part does not yet build. | |||||
| * | 2006-04-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-04-14 | 2 | -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 APDU | Werner Koch | 2006-04-11 | 6 | -4/+189 | |
| | | ||||||
| * | 2006-04-09 Moritz Schulte <[email protected]> | Moritz Schulte | 2006-04-09 | 2 | -5/+13 | |
| | | | | | | | | | | | | * command-ssh.c (ssh_request_process): Removed FIXME mentioning a possible DoS attack. | |||||
| * | Renamed | Werner Koch | 2006-04-05 | 1 | -0/+0 | |
| | | ||||||
| * | 2006-04-01 Moritz Schulte <[email protected]> | Moritz Schulte | 2006-04-01 | 2 | -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 signatures | Werner Koch | 2006-03-21 | 5 | -4/+40 | |
| | | ||||||
| * | Add Kludge for RegTP sillyness. | Werner Koch | 2006-03-21 | 6 | -12/+152 | |
| | | ||||||
| * | Fixed card removal problems | Werner Koch | 2006-03-01 | 6 | -137/+203 | |
| | | ||||||
| * | Better warning messages | Werner Koch | 2006-02-19 | 2 | -8/+13 | |
| | | ||||||
| * | Added documentation for qualified signatures | Werner Koch | 2006-02-14 | 3 | -1/+105 | |
| | | ||||||
| * | PIN caching of cards does now work. | Werner Koch | 2006-02-09 | 9 | -30/+256 | |
| | |