Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * parse-packet.c (enum_sig_subpkt, parse_signature, | David Shaw | 2005-09-02 | 2 | -12/+22 |
| | | | | | | | parse_attribute_subpkts): Make a number of warnings verbose items. These fire on many slightly mangled keys in the field, so the warning is becoming burdensome. | ||||
* | * photoid.h, photoid.c (generate_photo_id): Allow passing in a | David Shaw | 2005-09-01 | 4 | -25/+52 |
| | | | | | | | | suggested filename. * keyedit.c (keyedit_menu, menu_adduid): Call it here so "addphoto filename" works. | ||||
* | * mpicoder.c (mpi_read): Fix minor bug in reading a zero-length MPI | David Shaw | 2005-09-01 | 2 | -5/+14 |
| | | | | | (was failing unnecessarily). | ||||
* | * photoid.c (generate_photo_id): Enable readline completion and tilde | David Shaw | 2005-08-31 | 2 | -3/+19 |
| | | | | | expansion for the JPEG prompt. | ||||
* | * fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenames | David Shaw | 2005-08-31 | 4 | -9/+82 |
| | | | | | | into full paths using $HOME if possible, or getpwuid/getpwnam if necessary. (make_filename): Use it here. | ||||
* | * misc.c (openpgp_pk_algo_usage): Default to allowing CERT for signing | David Shaw | 2005-08-27 | 7 | -17/+58 |
| | | | | | | | | | | | | | | | | | algorithms. * keyedit.c (sign_uids): Don't request a signing key to make a certification. * keygen.c (do_add_key_flags): Force the certify flag on for all primary keys, as the spec requires primary keys must be able to certify (if nothing else, which key is going to issue the user ID signature?) (print_key_flags): Show certify flag. (ask_key_flags, ask_algo): Don't allow setting the C flag for subkeys. * keyid.c (usagestr_from_pk), getkey.c (parse_key_usage): Distinguish between a sign/certify key and a certify-only key. | ||||
* | * keyedit.c (ask_revoke_sig): Add a revsig --with-colons mode. | David Shaw | 2005-08-27 | 2 | -9/+31 |
| | | | | | Suggested by Michael Schierl. | ||||
* | * ksutil.h, ksutil.c (parse_ks_options): Remove exact-name and | David Shaw | 2005-08-26 | 5 | -72/+60 |
| | | | | | | | | | exact-email. (classify_ks_search): Mimic the gpg search modes instead with *, =, <, and @. * gpgkeys_ldap.c (search_key), gpgkeys_hkp.c (search_key): Call them here. Suggested by Jason Harris. | ||||
* | * gpg.sgml: Fix documentation for setpref/updpref, document | David Shaw | 2005-08-23 | 2 | -21/+70 |
| | | | | | | | import-clean, --status-file, --logger-file, --attribute-file, --passphrase-file, --passphrase, and --command-file. Comment out the "+word match" selection syntax since it isn't supported. | ||||
* | * gnupg.spec.in: Distribute gpg-zip. | David Shaw | 2005-08-22 | 2 | -0/+8 |
| | |||||
* | * Makefile.am: No need to link with curl any longer. | David Shaw | 2005-08-21 | 5 | -38/+84 |
| | | | | | | | | | | | | | * main.h, misc.c (path_access): New. Same as access() but does a PATH search like execlp. * keyserver.c (curl_can_handle): Removed. Replaced by... (curl_cant_handle): We are now relying on curl as the handler of last resort. This is necessary because PGP LDAP and curl LDAP are apples and oranges. (keyserver_typemap): Only test for ldap and ldaps. (keyserver_spawn): If a given handler is unusable (as determined by path_access()) then try gpgkeys_curl. | ||||
* | * exec.h, exec.c (make_tempdir, expand_args, exec_write, exec_read): | David Shaw | 2005-08-21 | 3 | -24/+38 |
| | | | | | Minor cleanup to use bitfield flags instead of a bunch of integers. | ||||
* | * g10.c (main): Add aliases sign-with->local-user and user->recipient | David Shaw | 2005-08-20 | 2 | -4/+15 |
| | | | | | to make switching from PGP command line to GPG easier. | ||||
* | * options.skel: Remove the surfnet LDAP keyserver from the list of | David Shaw | 2005-08-19 | 3 | -2/+12 |
| | | | | | | | | samples since it is being shut down. * getkey.c (classify_user_id): Disable the '.' and '+' search modes since they aren't supported yet. | ||||
* | * ksutil.h, ksutil.c (parse_ks_options): New keyserver-option exact-name. | David Shaw | 2005-08-18 | 5 | -5/+49 |
| | | | | | | | | The last of exact-name and exact-email overrides the earlier. * gpgkeys_ldap.c (search_key), gpgkeys_hkp.c (search_key): Use it here to do a name-only search. | ||||
* | * gpgkeys_ldap.c (ldap_quote): \-quote a string for LDAP. | David Shaw | 2005-08-18 | 2 | -3/+56 |
| | | | | | | * gpgkeys_ldap.c (search_key): Use it here to escape reserved characters in searches. | ||||
* | * ksutil.h, ksutil.c (parse_ks_options): New keyserver-option | David Shaw | 2005-08-18 | 5 | -7/+61 |
| | | | | | | | | exact-email. * gpgkeys_ldap.c (search_key), gpgkeys_hkp.c (search_key): Use it here to do an email-only search. | ||||
* | Experimental code to improve AES performance. Got about 25% on ia32. | Werner Koch | 2005-08-11 | 3 | -1/+76 |
| | |||||
* | * configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD. | David Shaw | 2005-08-09 | 2 | -6/+5 |
| | |||||
* | * Makefile.am: Include LDAP_CPPFLAGS when building LDAP. | David Shaw | 2005-08-08 | 2 | -0/+6 |
| | |||||
* | Missed keydb.h entry for set_passphrase_from_string | David Shaw | 2005-08-06 | 1 | -0/+1 |
| | |||||
* | * g10.c (main), passphrase.c (set_passphrase_from_string): New | David Shaw | 2005-08-05 | 3 | -0/+24 |
| | | | | | | --passphrase command line option. Only useful in very special circumstances. | ||||
* | * ldap.m4: If a PATH is given to --with-ldap, bias directory | David Shaw | 2005-08-05 | 4 | -18/+44 |
| | | | | | | | | | | | | search towards the given path for includes and libraries. Noted by Jason Harris. * Makefile.am: Distribute tar-ustar.m4. * libcurl.m4: If a PATH is given to --with-libcurl, look for curl-config in that path. Bias directory search towards the given path for includes and libraries. | ||||
* | auto retrieve keys from PKA. Thsi allows to specify an email address | Werner Koch | 2005-08-05 | 10 | -325/+503 |
| | | | | | | so that gpg can get the key from DNS. This helps with opportunistic encryption. No integration with the trust modell yet. | ||||
* | * gpg-zip.in: Add --decrypt functionality. Fix quoting so filenames | David Shaw | 2005-08-05 | 2 | -5/+24 |
| | | | | | with spaces work properly. | ||||
* | * keygen.c (proc_parameter_file): Sanity check items in keygen batch | David Shaw | 2005-08-05 | 2 | -98/+123 |
| | | | | | file. Noted by Michael Schierl. | ||||
* | * pkclist.c (do_edit_ownertrust): Don't allow ownertrust level 0. | David Shaw | 2005-08-05 | 2 | -1/+4 |
| | | | | | Noted by Michael Schierl. | ||||
* | * keygen.c (write_keyblock): Don't try and build deleted kbnodes since | David Shaw | 2005-08-04 | 2 | -8/+14 |
| | | | | | we start our tree with one. | ||||
* | Revert bad patch. | David Shaw | 2005-08-04 | 1 | -8/+1 |
| | |||||
* | * keygen.c (start_tree): Need to use an actual packet type (which we | David Shaw | 2005-08-04 | 2 | -1/+13 |
| | | | | | can then delete) to start the tree. | ||||
* | Add gpg-zip, a la PGP Zip. | David Shaw | 2005-08-04 | 7 | -1/+193 |
| | |||||
* | Fixes pertaining to revocation creation with subkey-only exported card keys | Werner Koch | 2005-08-04 | 6 | -7/+44 |
| | |||||
* | * gpgkeys_hkp.c (main), gpgkeys_curl.c (main), curl-shim.h: Show | David Shaw | 2005-08-04 | 4 | -0/+8 |
| | | | | | version of curl (or curl-shim) when debug is set. | ||||
* | Removed silly old file | Werner Koch | 2005-07-29 | 1 | -42/+0 |
| | |||||
* | Implemented PKA trust model | Werner Koch | 2005-07-28 | 2 | -2/+4 |
| | |||||
* | Implemented PKA trust model | Werner Koch | 2005-07-28 | 19 | -62/+576 |
| | |||||
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 112 | -1813/+2067 |
| | |||||
* | Removed directories which are only used by the 1.9 branch | Werner Koch | 2005-07-27 | 100 | -37406/+0 |
| | |||||
* | Add a note that CVS is beeing migrated to Subversion | Werner Koch | 2005-07-27 | 1 | -0/+4 |
| | |||||
* | First commit to Subversion. | Werner Koch | 2005-07-27 | 3 | -7/+11 |
| | |||||
* | * keyserver.c (keyserver_typemap): Special-case LDAP since curl will | David Shaw | 2005-07-27 | 2 | -1/+8 |
| | | | | | report that it can handle it, and we don't want it to. | ||||
* | * NEWS, configure.ac: Switch over to using curl or fake-curl by | David Shaw | 2005-07-27 | 3 | -48/+24 |
| | | | | | default. Add --enable-old-keyserver-helpers to not use curl. | ||||
* | post release version number updates | Werner Koch | 2005-07-26 | 2 | -1/+5 |
| | |||||
* | Updated. | Werner Koch | 2005-07-26 | 1 | -20/+37 |
| | |||||
* | * passphrase.c (agent_get_passphrase): Make sure to release the | Werner Koch | 2005-07-26 | 32 | -14084/+13343 |
| | | | | | | | | | saved codeset. (agent_open): Add arg ORIG_CODESET and switch back to it in case of error. Changed all callers. * zh_TW.po, fr.po, cs.po: Updated. | ||||
* | Preparing a release | Werner Koch | 2005-07-26 | 5 | -17/+12 |
| | |||||
* | * keyedit.c (sign_uids): Don't prompt for setting signature expiry to | David Shaw | 2005-07-22 | 2 | -17/+25 |
| | | | | | | match key expiry unless --ask-cert-expire is set. Suggested by Peter Palfrader. | ||||
* | *** empty log message *** | Werner Koch | 2005-07-22 | 1 | -0/+4 |
| | |||||
* | * gpg.sgml (http): | Werner Koch | 2005-07-22 | 15 | -39/+93 |
| | | | | | | * g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option. | ||||
* | * options.h, g10.c (main), keyedit.c (keyedit_menu): Use --interactive | David Shaw | 2005-07-22 | 5 | -10/+15 |
| | | | | | | | | | to enable the uid walking when signing a key with no uids specified to sign. * keylist.c (list_keyblock_print): Fix silly typo. Noted by Greg Sabino Mullane. |