aboutsummaryrefslogtreecommitdiffstats
path: root/tools/no-libgcrypt.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-07More change for common.NIIBE Yutaka1-1/+1
* g10, scd, test, tools: Follow the change of removal of -Icommon. Signed-off-by: NIIBE Yutaka <[email protected]>
2012-08-24Fix left over use of jnlib on some platformsWerner Koch1-1/+1
* tools/watchgnupg.c: Take mischelp.h from common/ and not jnlib/. -- Also fixed in some comments.
2011-03-03Fix faulty gcc warningsWerner Koch1-0/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-6/+6
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2010-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch1-0/+7
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.