| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * main.h, keylist.c (print_subpackets_colon): Make a public function. | David Shaw | 2004-09-13 | 4 | -7/+85 |
* | * options.h, keylist.c (print_one_subpacket, print_subpackets_colon): | David Shaw | 2004-09-12 | 4 | -27/+176 |
* | * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the | David Shaw | 2004-09-11 | 5 | -5/+67 |
* | * app-openpgp.c (get_cached_data): Avoid mallocing zero since it breaks us | David Shaw | 2004-09-11 | 2 | -8/+15 |
* | * NEWS: Note HTTP basic auth. | David Shaw | 2004-09-11 | 3 | -1/+16 |
* | * ccid-driver.c (read_device_info): Fix segfault when usb device is not | David Shaw | 2004-09-11 | 2 | -0/+15 |
* | * http.h: Add auth field for a parsed_uri to allow for basic auth. | David Shaw | 2004-09-10 | 2 | -1/+6 |
* | * http.c (make_radix64_string, do_parse_uri, send_request): Add basic auth | David Shaw | 2004-09-10 | 2 | -16/+82 |
* | * http.c (main): Fix test code for http-test. | David Shaw | 2004-09-10 | 2 | -2/+6 |
* | * README: Doc --disable-card-support and --without-readline. | Werner Koch | 2004-09-09 | 21 | -610/+1600 |
* | * configure.ac: Check for readline. | Werner Koch | 2004-09-09 | 7 | -17/+93 |
* | * photoid.c: Include ttyio.h. | Werner Koch | 2004-09-09 | 7 | -35/+75 |
* | (generate_photo_id): Use tty_printf and not just | Werner Koch | 2004-09-07 | 2 | -4/+9 |
* | * keyserver.c (parse_keyrec): Force the 'e'xpired flag on as soon as we | David Shaw | 2004-09-03 | 2 | -13/+22 |
* | change back skey to unsigned and cast instead | Stefan Bellon | 2004-08-27 | 2 | -2/+5 |
* | fix type incompatibility | Stefan Bellon | 2004-08-27 | 2 | -8/+13 |
* | * encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup. | David Shaw | 2004-08-27 | 5 | -60/+68 |
* | * gpgkeys_ldap.c (get_key, search_key), gpgkeys_hkp.c (get_key, | David Shaw | 2004-08-23 | 4 | -18/+4 |
* | * keyserver.c (keyserver_spawn): Show log line for what keyserver action | David Shaw | 2004-08-23 | 3 | -24/+57 |
* | * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native | David Shaw | 2004-08-23 | 7 | -30/+31 |
* | * gpgkeys_hkp.c (dehtmlize): Understand the quote character (i.e. | David Shaw | 2004-08-23 | 2 | -7/+21 |
* | * gpgkeys_ldap.c (get_key): Factor out informational display into new | David Shaw | 2004-08-23 | 2 | -74/+81 |
* | * keyserver.c (keyserver_search_prompt): Make sure the search string is | David Shaw | 2004-08-23 | 2 | -9/+24 |
* | * gpgkeys_ldap.c (build_attrs): Properly terminate user ID strings that | David Shaw | 2004-08-23 | 2 | -0/+7 |
* | * gpgkeys_ldap.c (find_basekeyspacedn): Use LDAP_SCOPE_BASE along with a | David Shaw | 2004-08-23 | 2 | -7/+33 |
* | * http.c (insert_escapes): Fix encoding problem for non-URI-safe | David Shaw | 2004-08-19 | 2 | -2/+7 |
* | (encode_session_key): Changed the zero random byte | Werner Koch | 2004-08-19 | 2 | -2/+11 |
* | 2004-08-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-08-18 | 2 | -3/+10 |
* | * plaintext.c (handle_plaintext): Bigger buffer for extra safety. | David Shaw | 2004-08-08 | 6 | -30/+48 |
* | * gpg.sgml: Remove show-long-keyids since it is replaced by | David Shaw | 2004-08-07 | 2 | -24/+15 |
* | * armor.c (radix64_read): No armor CRC is legal according to the spec (the | David Shaw | 2004-08-05 | 2 | -1/+10 |
* | * gpgkeys_ldap.c (main): Add "debug" option. This is only really useful | David Shaw | 2004-07-29 | 2 | -11/+68 |
* | * gpgkeys_ldap.c (build_attrs): Add "pgpKeySize" and "pgpSubKeyID" | David Shaw | 2004-07-28 | 2 | -2/+48 |
* | * gpgkeys_ldap.c (join_two_modlists): New. (send_key): Use new function so | David Shaw | 2004-07-28 | 2 | -19/+70 |
* | * misc.c (argsplit): Properly split quoted args from the keyword and trim | David Shaw | 2004-07-28 | 2 | -9/+25 |
* | * misc.c (optsep): Add the ability to understand keyword="quoted arg with | David Shaw | 2004-07-28 | 2 | -3/+20 |
* | * gpgkeys_ldap.c (main): Don't try and error out before making a ldaps | David Shaw | 2004-07-28 | 2 | -28/+27 |
* | Updated po files from 1.2.5 | Werner Koch | 2004-07-27 | 30 | -32077/+95192 |
* | * configure.ac (AM_GNU_GETTEXT_VERSION): New. | Werner Koch | 2004-07-27 | 75 | -1321/+5039 |
* | * keylist.c (list_keyblock_print): Always use the new listing format where | David Shaw | 2004-07-16 | 6 | -42/+45 |
* | * keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked or | David Shaw | 2004-07-15 | 5 | -5/+54 |
* | * g10.c (main): Alias --charset as --display-charset to help avoid the | David Shaw | 2004-07-15 | 7 | -59/+100 |
* | * ring-a-party: ElGamal -> Elgamal | David Shaw | 2004-07-04 | 2 | -5/+5 |
* | * DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH. | David Shaw | 2004-06-29 | 3 | -29/+59 |
* | (copy_secret_key): Get last fix right. | Werner Koch | 2004-06-16 | 2 | -10/+9 |
* | s/1/i/ | Werner Koch | 2004-06-16 | 1 | -2/+2 |
* | * free-packet.c (copy_secret_key): Fixed memory leak when D is not | Werner Koch | 2004-06-16 | 3 | -1/+36 |
* | * mk-w32-dist: Do not include the en@* po files. | Werner Koch | 2004-06-14 | 3 | -2/+11 |
* | * gpgkeys_http.c: General polish and removal of leftover stuff from | David Shaw | 2004-05-26 | 2 | -31/+26 |
* | * keyserver.c (keyserver_refresh): Keep track of keys already fetched so | David Shaw | 2004-05-26 | 2 | -3/+14 |