Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * parse-packet.c (read_protected_v3_mpi): Make sure to stop | Werner Koch | 2007-01-15 | 3 | -3/+10 | |
| | | | | | | | | reading even for corrupted packets. * keygen.c (generate_user_id): Need to allocate one byte more. Reported by Felix von Leitner. | |||||
* | Add subjectAltName to the list of known critical extensions | Werner Koch | 2007-01-05 | 2 | -0/+10 | |
| | ||||||
* | Installed revised and updated translation | Werner Koch | 2006-12-22 | 3 | -4563/+3780 | |
| | ||||||
* | Started to code a --server mode. | Werner Koch | 2006-12-21 | 11 | -33/+827 | |
| | | | | | It is far from being ready! | |||||
* | The keypad is now also used for OpenPGP signing keys. | Werner Koch | 2006-12-21 | 2 | -98/+149 | |
| | ||||||
* | Comment mtrace feature | Werner Koch | 2006-12-21 | 2 | -2/+6 | |
| | ||||||
* | 2006-12-21 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-21 | 2 | -0/+3 | |
| | | | | | * certchain.c (gpgsm_basic_cert_check): Release SUBJECT. | |||||
* | 2006-12-21 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-21 | 3 | -1/+7 | |
| | | | | | * encrypt.c (encrypt_dek): Release S_CIPH. | |||||
* | 2006-12-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-20 | 2 | -0/+3 | |
| | | | | | * server.c (gpgsm_server): Release CTRL->server_local. | |||||
* | 2006-12-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-20 | 2 | -0/+25 | |
| | | | | | | | | | | | * base64.c: Add new members READER and WRITER in union U2. (gpgsm_create_reader): Initialise CTX->u2.reader. (gpgsm_destroy_reader): Invoke ksba_reader_release. Return early if CTX is NULL. (gpgsm_create_writer): Initialise CTX->u2.writer. (gpgsm_destroy_writer): Invoke ksba_writer_release. Return early if CTX is NULL. | |||||
* | 2006-12-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-18 | 2 | -0/+5 | |
| | | | | | * fingerprint.c (gpgsm_get_fingerprint): Close MD. | |||||
* | Some build fixes for platforms like OSX where we use the built-in libintl. | David Shaw | 2006-12-13 | 4 | -2/+12 | |
| | ||||||
* | Added missing files. | Werner Koch | 2006-12-13 | 14 | -1/+2583 | |
| | | | | | Changed direntry in gnupg.texi from gpg to gpg2. | |||||
* | Doc fix. | Werner Koch | 2006-12-08 | 3 | -2/+12 | |
| | | | | | Don't let gpg2 fail if the option skeleton file is missing | |||||
* | Makefile.am: Link to iconv for jnlib dependency. (OSX) | David Shaw | 2006-12-07 | 6 | -8/+23 | |
| | ||||||
* | (no commit message) | Werner Koch | 2006-12-06 | 1 | -0/+125 | |
| | ||||||
* | Fixes for CVE-2006-6235 | Werner Koch | 2006-12-06 | 31 | -337/+542 | |
| | ||||||
* | * keyedit.c (menu_clean): Show "already minimized" rather than | David Shaw | 2006-12-03 | 2 | -1/+12 | |
| | | | | | | "already clean" when a minimized key is minimized again. From Dirk Traulsen. | |||||
* | * gpgkeys_hkp.c (search_key): HKP keyservers like the 0x to be present | David Shaw | 2006-12-03 | 2 | -0/+11 | |
| | | | | | when searching by keyID. | |||||
* | * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat. | David Shaw | 2006-12-03 | 2 | -0/+9 | |
| | ||||||
* | * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add | David Shaw | 2006-12-03 | 4 | -13/+28 | |
| | | | | | | | --passphrase-repeat option to control how many times gpg will re-prompt for a passphrase to ensure the user has typed it correctly. Defaults to 1. | |||||
* | The usual po file updates.gnupg-2.0.1 | Werner Koch | 2006-11-28 | 27 | -378/+378 | |
| | ||||||
* | Preparing 2.0.1 | Werner Koch | 2006-11-28 | 13 | -11/+40 | |
| | ||||||
* | * openfile.c (ask_outfile_name): Fixed buffer overflow occurring | Werner Koch | 2006-11-27 | 2 | -34/+41 | |
| | | | | | | if make_printable_string returns a longer string. Fixes bug 728. | |||||
* | Final fix for rc1gnupg-2.0.1rc1 | Werner Koch | 2006-11-23 | 2 | -1/+5 | |
| | ||||||
* | Preparing 2.0.1rc1 | Werner Koch | 2006-11-23 | 32 | -787/+798 | |
| | ||||||
* | Final fix which should now pass all tests. | Werner Koch | 2006-11-21 | 2 | -1/+3 | |
| | ||||||
* | Changed order of libs | Werner Koch | 2006-11-21 | 3 | -5/+7 | |
| | ||||||
* | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 2006-11-21 | 132 | -5453/+7298 | |
| | | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext. | |||||
* | Made some PIN pads work. | Werner Koch | 2006-11-20 | 36 | -166/+497 | |
| | | | | | Some cleanups for 64 bit CPUs. | |||||
* | No need for thsi script. Use ./autogen.sh --build-w32 instead. | Werner Koch | 2006-11-15 | 1 | -15/+0 | |
| | ||||||
* | Silent GETEVENT command. Requires latest libassuan. | Werner Koch | 2006-11-14 | 6 | -3/+78 | |
| | | | | | | | | agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them. | |||||
* | New command GETEVENTCOUNTER. | Werner Koch | 2006-11-14 | 8 | -1/+124 | |
| | | | | | | | | | | * 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 Koch | 2006-11-14 | 12 | -1701/+1381 | |
| | | | | | | | | | | | | | | * 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. | |||||
* | Post release update | Werner Koch | 2006-11-11 | 2 | -2/+6 | |
| | ||||||
* | . | Werner Koch | 2006-11-11 | 37 | -3136/+1720 | |
| | ||||||
* | Fixed that nasty 64 bit but. | Werner Koch | 2006-11-10 | 2 | -10/+17 | |
| | ||||||
* | gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null. | Werner Koch | 2006-11-09 | 4 | -4/+24 | |
| | | | | | Other minor fixes | |||||
* | post release updates | Werner Koch | 2006-11-06 | 3 | -16/+16 | |
| | ||||||
* | Preparing another releasegnupg-1.9.95 | Werner Koch | 2006-11-06 | 31 | -5933/+5236 | |
| | ||||||
* | * gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change. | David Shaw | 2006-11-06 | 2 | -5/+8 | |
| | | | | | Key-not-found still has a HTML response. | |||||
* | * gpg.texi: Reference to --s2k-count in --s2k-mode. | David Shaw | 2006-11-06 | 2 | -2/+6 | |
| | ||||||
* | Collected fixes. | Werner Koch | 2006-11-05 | 17 | -53/+158 | |
| | ||||||
* | Post release update | Werner Koch | 2006-10-24 | 29 | -9749/+9753 | |
| | ||||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 2 | -1/+5 | |
| | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). | |||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 2 | -1/+5 | |
| | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). | |||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 2 | -1/+7 | |
| | | | | | | * Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable. | |||||
* | Preparing another releasegnupg-1.9.94 | Werner Koch | 2006-10-24 | 8 | -22/+68 | |
| | ||||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 2 | -1/+6 | |
| | | | | | | * Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ... (gpg2keys_finger_CPPFLAGS): ... this. | |||||
* | . | Werner Koch | 2006-10-23 | 20 | -50/+173 | |
| |