| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ksutil.h, ksutil.c (curl_writer), gpgkeys_curl.c (get_key): Pass a | David Shaw | 2005-04-17 | 4 | -18/+39 |
* | * curl-shim.h, curl-shim.c (handle_error, curl_easy_setopt, | David Shaw | 2005-04-17 | 3 | -22/+110 |
* | * configure.ac: Remove --disable-old-hkp - use new HKP handler for | David Shaw | 2005-04-17 | 2 | -10/+7 |
* | * curl-shim.h, curl-shim.c (curl_escape, curl_free): Emulate | David Shaw | 2005-04-16 | 3 | -0/+66 |
* | * gpgkeys_curl.c (main): If the http-proxy option is given without any | David Shaw | 2005-04-16 | 5 | -63/+1239 |
* | * configure.ac: Add --disable-old-hkp option that can be used along | David Shaw | 2005-04-16 | 2 | -0/+13 |
* | Check for memrchr() | David Shaw | 2005-04-12 | 2 | -2/+5 |
* | Fix minor build problem on OSX (need a replacement for memrchr) | David Shaw | 2005-04-12 | 4 | -0/+59 |
* | * g10.c (main, add_notation_data, add_policy_url) | Werner Koch | 2005-04-11 | 5 | -7/+34 |
* | * ccid-driver.c (ccid_slot_status): Fixed debug messages. | Werner Koch | 2005-04-07 | 4 | -6/+90 |
* | Typo fixes | Werner Koch | 2005-04-05 | 5 | -7/+12 |
* | Changes to make use of code taken from libassuan. This replaces the | Werner Koch | 2005-04-05 | 23 | -615/+2428 |
* | * mainproc.c (proc_plaintext): Properly handle SIG+LITERAL (old-style PGP) | David Shaw | 2005-04-01 | 2 | -19/+41 |
* | (keygen_set_std_prefs): Explain the chosen order of | Werner Koch | 2005-04-01 | 1 | -1/+13 |
* | * exec.h, exec.c (set_exec_path): Remove some dead code and change all | David Shaw | 2005-03-31 | 5 | -23/+16 |
* | * keydb.c (keydb_add_resource): Clarify meaning of flags. Add new | Werner Koch | 2005-03-31 | 3 | -6/+24 |
* | * keyserver.c (keyserver_spawn): Don't mess about with the $PATH. | David Shaw | 2005-03-31 | 2 | -9/+42 |
* | * w32installer.nsi: Allow including of WINPT source. Include | Werner Koch | 2005-03-30 | 4 | -15/+112 |
* | (pin_cb): Print a warning if the info string hack is | Werner Koch | 2005-03-30 | 6 | -18/+31 |
* | (rndw32_gather_random_fast): While adding data use the | Werner Koch | 2005-03-23 | 2 | -5/+12 |
* | * gpgkeys_ldap.c, ksutil.h, ksutil.c (print_nocr): Moved from | David Shaw | 2005-03-22 | 7 | -17/+34 |
* | * gpgv.c: Stubs for tty_enable_completion() & tty_disable_completion(). | David Shaw | 2005-03-21 | 4 | -3/+27 |
* | * keyedit.c (command_generator, keyedit_completion): Changed | Werner Koch | 2005-03-21 | 4 | -15/+34 |
* | * readline.m4: Check for completion functionality. | David Shaw | 2005-03-21 | 3 | -7/+12 |
* | * card-util.c (command_generator, card_edit_completion) | David Shaw | 2005-03-20 | 2 | -14/+76 |
* | * gpgkeys_ldap.c (main): Fix three wrong calls to fail_all(). Noted | David Shaw | 2005-03-19 | 2 | -3/+8 |
* | * keyedit.c (command_generator, keyedit_completion) [HAVE_LIBREADLINE]: | David Shaw | 2005-03-18 | 2 | -3/+59 |
* | * ttyio.c (tty_enable_completion, tty_disable_completion): Enable and | David Shaw | 2005-03-18 | 4 | -1/+47 |
* | * getkey.c (get_seckey_byname2): If no explicit default key is set, don't | David Shaw | 2005-03-17 | 2 | -4/+13 |
* | * ksutil.c (parse_ks_options): Handle verbose=nnn. | David Shaw | 2005-03-17 | 3 | -6/+15 |
* | * Makefile.am: Calculate GNUPG_LIBEXECDIR directly. Do not redefine | David Shaw | 2005-03-17 | 2 | -12/+7 |
* | * options.h, keyserver.c (parse_keyserver_options, keyserver_spawn): Don't | David Shaw | 2005-03-17 | 3 | -22/+18 |
* | * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_ldap.c: Start using | David Shaw | 2005-03-17 | 6 | -464/+239 |
* | * configure.ac: Move the LDAP detecting code to m4/ldap.m4. | David Shaw | 2005-03-17 | 3 | -64/+10 |
* | * ldap.m4: New. Moved from configure.ac. | David Shaw | 2005-03-17 | 2 | -0/+92 |
* | * gpgkeys_ldap.c: Include lber.h if configure determines we need it. | David Shaw | 2005-03-17 | 2 | -0/+6 |
* | * ksutil.h, ksutil.c (ks_action_to_string): New. (free_ks_options): Only | David Shaw | 2005-03-16 | 3 | -13/+31 |
* | (parse_ccid_descriptor): Make SCM workaround | Werner Koch | 2005-03-16 | 2 | -28/+76 |
* | * ksutil.h, ksutil.c (init_ks_options, free_ks_options, | David Shaw | 2005-03-16 | 3 | -1/+238 |
* | Post release preparations | Werner Koch | 2005-03-15 | 3 | -2/+6 |
* | Preparing a releaseV1-4-1 | Werner Koch | 2005-03-15 | 31 | -6042/+6067 |
* | * card-util.c (card_status): Use isotimestamp and not the | Werner Koch | 2005-03-14 | 7 | -4/+77 |
* | * cardglue.c (pin_cb): Disable debug output. | Werner Koch | 2005-03-14 | 14 | -40/+141 |
* | * configure.ac: New option --enable-noexecstack. | Werner Koch | 2005-03-11 | 8 | -3/+49 |
* | * keyserver.c (parse_keyserver_options): Accept honor-http-proxy as an | David Shaw | 2005-03-10 | 2 | -0/+11 |
* | * delkey.c (do_delete_key, delete_keys): Fix problem with --expert | David Shaw | 2005-03-10 | 2 | -22/+38 |
* | (keyedit_menu) [W32]: Run the trustdb stale check | Werner Koch | 2005-03-10 | 2 | -1/+19 |
* | (secmem_realloc): Take control information into account | Werner Koch | 2005-03-10 | 3 | -5/+28 |
* | * primegen.c (is_prime): Free A2. Noted by [email protected]. | Werner Koch | 2005-03-07 | 11 | -394/+420 |
* | * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help build | David Shaw | 2005-03-01 | 2 | -4/+9 |