aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/no-libgcrypt.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-05Fix a build_sources problemWerner Koch1-154/+0
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-0/+0
A few code changes to support dirmngr.
2010-03-08Replace use stdio by estream functions.Werner Koch1-0/+10
2009-12-07Use ADNS for PKA and SRV records if no other resolver is available.Werner Koch1-1/+4
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-1/+2
2007-10-19Enhanced gpg-conect-agent scripting.Werner Koch1-0/+21
Typo fixes in comments.
2007-10-02Extended gpg-connect-agent.Werner Koch1-0/+6
New "GETINFO pid" command for scdaemon and gpg-agent.
2007-08-29New command --check-programs for gpgconf.Werner Koch1-0/+9
2006-09-22Clarified cURL and OpenLDAP license issues.Werner Koch1-16/+8
Made readline support work.
2006-09-06The big Assuan error code removal.Werner Koch1-5/+5
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-02-25* findkey.c (modify_description): Keep invalid % escapes, so thatWerner Koch1-0/+6
%0A may pass through. * agent.h (server_control_s): New field USE_AUTH_CALL. * call-scd.c (agent_card_pksign): Make use of it. * command-ssh.c (data_sign): Set the flag. (ssh_send_key_public): New arg OVERRIDE_COMMENT. (card_key_available): Add new arg CARDSN. (ssh_handler_request_identities): Use the card s/n as comment. (sexp_key_extract): Use GCRYMPI_FMT_STD. (data_sign): Ditto. * learncard.c (make_shadow_info): Moved to .. * protect.c (make_shadow_info): .. here. Return NULL on malloc failure. Made global. * agent.h: Add prototype. * xasprintf.c (xtryasprintf): New. * app-openpgp.c (get_public_key): Make sure not to return negative numbers. (do_sign): Allow passing of indata with algorithm prefix. (do_auth): Allow OPENPGP.3 as an alternative ID. * app.c (app_getattr): Return just the S/N but not the timestamp. * no-libgcrypt.c (gcry_strdup): New.
2004-06-14* xreadline.c: New. Based on the iobuf_read_line function.Werner Koch1-0/+22
* no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. * gpgconf-comp.c (retrieve_options_from_program) (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure.
2004-01-05* Manifest: New.Werner Koch1-0/+83
* gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now. * no-libgcrypt.c: New. * Makefile.am: Add above.