| Commit message (Expand) | Author | Files | Lines |
2005-09-07 | Add "help" sub option to --*-options. | Werner Koch | 1 | -0/+9 |
2005-08-27 | * misc.c (openpgp_pk_algo_usage): Default to allowing CERT for signing | David Shaw | 1 | -3/+4 |
2005-08-21 | * Makefile.am: No need to link with curl any longer. | David Shaw | 1 | -2/+37 |
2005-08-05 | auto retrieve keys from PKA. Thsi allows to specify an email address | Werner Koch | 1 | -0/+14 |
2005-07-28 | Implemented PKA trust model | Werner Koch | 1 | -0/+25 |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -5/+5 |
2005-07-22 | * gpg.sgml (http): | Werner Koch | 1 | -10/+15 |
2005-07-20 | Fix to let it compile. This is not required but avoids complaints | Werner Koch | 1 | -2/+1 |
2005-07-19 | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH. | Werner Koch | 1 | -0/+33 |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -2/+3 |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 |
2005-05-24 | * passphrase.c (ask_passphrase): Unescape the description string. | Werner Koch | 1 | -0/+35 |
2005-04-11 | * g10.c (main, add_notation_data, add_policy_url) | Werner Koch | 1 | -0/+9 |
2005-03-30 | (pin_cb): Print a warning if the info string hack is | Werner Koch | 1 | -1/+1 |
2005-02-15 | * gpg.sgml: Add bkuptocard command for --edit-key. | Werner Koch | 1 | -2/+44 |
2005-01-20 | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 1 | -1/+58 |
2004-11-03 | * misc.c (print_digest_algo_note): The latest 2440bis drafts deprecates | David Shaw | 1 | -35/+31 |
2004-11-03 | 2004-11-03 Timo Schulz <[email protected]> | Timo Schulz | 1 | -0/+4 |
2004-10-14 | * misc.c (is_secured_filename): New. | Werner Koch | 1 | -0/+35 |
2004-10-13 | Added SELInux hacks and did some cleanups. | Werner Koch | 1 | -0/+112 |
2004-09-15 | * gpgv.c (agent_scd_getattr): Stub. | David Shaw | 1 | -0/+26 |
2004-07-28 | * misc.c (argsplit): Properly split quoted args from the keyword and trim | David Shaw | 1 | -9/+20 |
2004-07-28 | * misc.c (optsep): Add the ability to understand keyword="quoted arg with | David Shaw | 1 | -3/+15 |
2004-04-16 | * main.h, misc.c (optsep, argsplit, optlen, parse_options): Simplify code | David Shaw | 1 | -31/+43 |
2004-04-16 | * main.h, misc.c (argsplit): Refactor argsep into argsplit and argsep so | David Shaw | 1 | -32/+55 |
2004-02-21 | * main.h, misc.c (hextobyte): Removed. It's in libutil.a now. | David Shaw | 1 | -25/+0 |
2004-02-15 | * build-packet.c (write_header2): If a suggested header length is provided | David Shaw | 1 | -5/+11 |
2004-02-14 | * keyserver.c (argsep): Move to misc.c. | David Shaw | 1 | -2/+63 |
2004-02-10 | * keygen.c (keygen_set_std_prefs): Build the default preferences list at | David Shaw | 1 | -2/+3 |
2004-01-17 | * misc.c (print_cipher_algo_note): May as well call Rijndael AES | David Shaw | 1 | -6/+3 |
2003-12-30 | * misc.c (pull_in_libs): Dead code. Removed. | David Shaw | 1 | -17/+0 |
2003-12-28 | * main.h, misc.c (parse_options): Add a "noisy" flag to enable and disable | David Shaw | 1 | -3/+6 |
2003-11-21 | * seskey.c (do_encode_md): Comment about earlier (pre-PGP 2.3) encodings. | David Shaw | 1 | -2/+5 |
2003-11-15 | * options.h, g10.c (main), compress.c (init_compress), compress-bz2.c | David Shaw | 1 | -3/+5 |
2003-11-12 | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 1 | -0/+2 |
2003-10-31 | * misc.c (compress_algo_to_string, string_to_compress_algo, | David Shaw | 1 | -3/+22 |
2003-10-21 | * passphrase.c (ask_passphrase): Add optional promptid arg. | Werner Koch | 1 | -3/+3 |
2003-10-10 | * g10.c (main): Give a deprecated option warning for --show-keyring, | David Shaw | 1 | -2/+23 |
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -3/+26 |
2003-09-06 | * configure.ac: Required newer versions of some libraries.V1-9-1 | Werner Koch | 1 | -3/+3 |
2003-07-28 | Adjusted for use with current libgcrypt (1.1.42). | Werner Koch | 1 | -7/+7 |
2003-07-10 | * parse-packet.c (parse_signature): No need to reserve 8 bytes for the | David Shaw | 1 | -3/+27 |
2003-06-23 | Fixes to the libgcrypt switch. Basically works now. | Werner Koch | 1 | -9/+56 |
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -38/+288 |
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+678 |
2003-05-31 | * main.h, misc.c (parse_options): New general option line parser. Fix the | David Shaw | 1 | -0/+37 |
2003-05-24 | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 1 | -10/+10 |
2003-05-03 | * packet.h, build-packet.c (build_sig_subpkt), export.c | David Shaw | 1 | -0/+47 |
2003-02-22 | * g10.c (main): Accept "s1" in addition to "idea" to match the other | David Shaw | 1 | -0/+2 |
2002-11-25 | * main.h, misc.c (default_cipher_algo, default_compress_algo): New. | David Shaw | 1 | -0/+25 |