aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***RC-1-4-2rc1Werner Koch2005-05-311-1/+1
* * keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.Werner Koch2005-05-3134-7005/+6873
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-31391-37675/+39252
* * trustdb.h, trustdb.c (clean_subkeys_from_key): New. Walk throughDavid Shaw2005-05-314-20/+129
* * strgutil.c (set_native_charset) [_WIN32]: Add alias for codepageDavid Shaw2005-05-302-1/+7
* * trustdb.h, trustdb.c (clean_uids_from_key): New. Walk through theDavid Shaw2005-05-304-14/+144
* * g10.c (main): Default {export|import}-unusable-sigs to off until theDavid Shaw2005-05-272-2/+7
* * NEWS: Note command completion and the new curl-based HKP helper.David Shaw2005-05-262-1/+14
* * passphrase.c (ask_passphrase): Unescape the description string.Werner Koch2005-05-247-51/+66
* (add_notation_data): Check number of at-signs.Werner Koch2005-05-241-1/+1
* (add_notation_data): Check number of at-signs.Werner Koch2005-05-242-1/+11
* * app-openpgp.c, app-common.h: Again updated from gnupg 1.9 CVS.Werner Koch2005-05-234-232/+22
* * cardglue.c (open_card): Check USE_AGENT.Werner Koch2005-05-234-75/+190
* * cardglue.c (send_status_info): Make CTRL optional.Werner Koch2005-05-2118-211/+726
* (ccid_transceive): Arghhh. The seqno is anotherWerner Koch2005-05-2010-225/+1086
* * gpg.sgml: Document --default-sig-expire and --default-cert-expire,David Shaw2005-05-142-27/+47
* * build-packet.c (do_comment): Removed. (build_packet): IgnoreDavid Shaw2005-05-145-41/+41
* * keygen.c (write_selfsigs): Rename from write_selfsig. Write the sameDavid Shaw2005-05-113-19/+52
* (do_close_reader): Don't do a reset before close.Werner Koch2005-05-072-1/+8
* * main.h, keygen.c (parse_expire_string, ask_expire_interval), sign.cDavid Shaw2005-05-066-62/+65
* * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Use theDavid Shaw2005-05-062-6/+11
* * Makefile.am, packet.h, main.h, comment.c: Remove comment.c. We don'tDavid Shaw2005-05-055-111/+3
* Remove add_days_to_timestamp (unused)David Shaw2005-05-054-8/+8
* * keygen.c (start_tree): New function to "prime" a KBNODE list.David Shaw2005-05-054-46/+34
* * keygen.c (keygen_set_std_prefs): Add SHA256 and BZip2 to defaultDavid Shaw2005-05-052-3/+22
* * options.h, g10.c (main): Add new --default-sig-expire andDavid Shaw2005-05-057-48/+129
* * gpg.sgml: Clarify --min-cert-level a bit.David Shaw2005-05-052-5/+9
* * ksutil.h, ksutil.c: #ifdef so we can build without libcurl orDavid Shaw2005-05-043-4/+19
* * gpgkeys_http.c: Need GET defined.David Shaw2005-05-042-0/+6
* * passphrase.c (agent_get_passphrase): Add new arg CACHEID.Werner Koch2005-05-038-34/+174
* * gpgkeys_hkp.c, gpgkeys_oldhkp.c, ksutil.h: Some minor cleanup andDavid Shaw2005-05-024-10/+23
* * trustdb.h, trustdb.c (mark_usable_uid_certs): Add flags for theDavid Shaw2005-04-244-21/+164
* * libcurl.m4: Add a check for curl_free() since older versions ofDavid Shaw2005-04-242-1/+24
* * trustdb.h, keyedit.c (keyedit_menu, menu_select_uid_namehash): AllowDavid Shaw2005-04-243-2/+53
* * gnupg.spec.in: No longer any need to override libexecdir. TheDavid Shaw2005-04-232-1/+10
* * distfiles: Add assuan.h.David Shaw2005-04-222-0/+5
* * keyedit.c (sign_uids, keyedit_menu): When the user requests to signDavid Shaw2005-04-222-17/+36
* * mainproc.c (symkey_decrypt_seskey): There is no need to have anDavid Shaw2005-04-222-33/+40
* * keyserver.c (keyserver_spawn): Free some memory.David Shaw2005-04-173-1/+31
* * gpgkeys_hkp.c: New hkp handler that uses curl or curl-shim.David Shaw2005-04-174-782/+328
* * ksutil.h, ksutil.c (curl_writer), gpgkeys_curl.c (get_key): Pass aDavid Shaw2005-04-174-18/+39
* * curl-shim.h, curl-shim.c (handle_error, curl_easy_setopt,David Shaw2005-04-173-22/+110
* * configure.ac: Remove --disable-old-hkp - use new HKP handler forDavid Shaw2005-04-172-10/+7
* * curl-shim.h, curl-shim.c (curl_escape, curl_free): EmulateDavid Shaw2005-04-163-0/+66
* * gpgkeys_curl.c (main): If the http-proxy option is given without anyDavid Shaw2005-04-165-63/+1239
* * configure.ac: Add --disable-old-hkp option that can be used alongDavid Shaw2005-04-162-0/+13
* Check for memrchr()David Shaw2005-04-122-2/+5
* Fix minor build problem on OSX (need a replacement for memrchr)David Shaw2005-04-124-0/+59
* * g10.c (main, add_notation_data, add_policy_url)Werner Koch2005-04-115-7/+34
* * ccid-driver.c (ccid_slot_status): Fixed debug messages.Werner Koch2005-04-074-6/+90