aboutsummaryrefslogtreecommitdiffstats
path: root/tools/no-libgcrypt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More change for common.NIIBE Yutaka2017-03-071-1/+1
| | | | | | * g10, scd, test, tools: Follow the change of removal of -Icommon. Signed-off-by: NIIBE Yutaka <[email protected]>
* Fix left over use of jnlib on some platformsWerner Koch2012-08-241-1/+1
| | | | | | | | * tools/watchgnupg.c: Take mischelp.h from common/ and not jnlib/. -- Also fixed in some comments.
* Fix faulty gcc warningsWerner Koch2011-03-031-0/+1
|
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-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.
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-021-0/+7
|
* Replace use stdio by estream functions.Werner Koch2010-03-081-0/+10
|
* Use ADNS for PKA and SRV records if no other resolver is available.Werner Koch2009-12-071-1/+4
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-1/+2
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-191-0/+21
| | | | | Typo fixes in comments.
* Extended gpg-connect-agent.Werner Koch2007-10-021-0/+6
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* New command --check-programs for gpgconf.Werner Koch2007-08-291-0/+9
|
* Clarified cURL and OpenLDAP license issues.Werner Koch2006-09-221-16/+8
| | | | | Made readline support work.
* The big Assuan error code removal.Werner Koch2006-09-061-5/+5
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* * findkey.c (modify_description): Keep invalid % escapes, so thatWerner Koch2005-02-251-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.
* * xreadline.c: New. Based on the iobuf_read_line function.Werner Koch2004-06-141-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.
* * Manifest: New.Werner Koch2004-01-051-0/+83
* gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now. * no-libgcrypt.c: New. * Makefile.am: Add above.