aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Typo fixesWerner Koch2005-04-055-7/+12
* Changes to make use of code taken from libassuan. This replaces theWerner Koch2005-04-0523-615/+2428
* * mainproc.c (proc_plaintext): Properly handle SIG+LITERAL (old-style PGP)David Shaw2005-04-012-19/+41
* (keygen_set_std_prefs): Explain the chosen order ofWerner Koch2005-04-011-1/+13
* * exec.h, exec.c (set_exec_path): Remove some dead code and change allDavid Shaw2005-03-315-23/+16
* * keydb.c (keydb_add_resource): Clarify meaning of flags. Add newWerner Koch2005-03-313-6/+24
* * keyserver.c (keyserver_spawn): Don't mess about with the $PATH.David Shaw2005-03-312-9/+42
* * w32installer.nsi: Allow including of WINPT source. IncludeWerner Koch2005-03-304-15/+112
* (pin_cb): Print a warning if the info string hack isWerner Koch2005-03-306-18/+31
* (rndw32_gather_random_fast): While adding data use theWerner Koch2005-03-232-5/+12
* * gpgkeys_ldap.c, ksutil.h, ksutil.c (print_nocr): Moved fromDavid Shaw2005-03-227-17/+34
* * gpgv.c: Stubs for tty_enable_completion() & tty_disable_completion().David Shaw2005-03-214-3/+27
* * keyedit.c (command_generator, keyedit_completion): ChangedWerner Koch2005-03-214-15/+34
* * readline.m4: Check for completion functionality.David Shaw2005-03-213-7/+12
* * card-util.c (command_generator, card_edit_completion)David Shaw2005-03-202-14/+76
* * gpgkeys_ldap.c (main): Fix three wrong calls to fail_all(). NotedDavid Shaw2005-03-192-3/+8
* * keyedit.c (command_generator, keyedit_completion) [HAVE_LIBREADLINE]:David Shaw2005-03-182-3/+59
* * ttyio.c (tty_enable_completion, tty_disable_completion): Enable andDavid Shaw2005-03-184-1/+47
* * getkey.c (get_seckey_byname2): If no explicit default key is set, don'tDavid Shaw2005-03-172-4/+13
* * ksutil.c (parse_ks_options): Handle verbose=nnn.David Shaw2005-03-173-6/+15
* * Makefile.am: Calculate GNUPG_LIBEXECDIR directly. Do not redefineDavid Shaw2005-03-172-12/+7
* * options.h, keyserver.c (parse_keyserver_options, keyserver_spawn): Don'tDavid Shaw2005-03-173-22/+18
* * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_ldap.c: Start usingDavid Shaw2005-03-176-464/+239