aboutsummaryrefslogtreecommitdiffstats
path: root/common/xreadline.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-02First steps towards the W32CE portWerner Koch1-1/+1
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-1/+3
Still one problem left; marked with a gcc #warning.
2007-10-19Enhanced gpg-conect-agent scripting.Werner Koch1-1/+1
Typo fixes in comments.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-08-14Changed HTTP API.Werner Koch1-2/+2
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-02-24* gpg-agent.c (handle_connections): Need to check for events ifWerner Koch1-1/+1
select returns with -1. * tools.texi (gpg-connect-agent): New. * app-openpgp.c (get_one_do): Never try to get a non cacheable object from the cache. (get_one_do): Add new arg to return an error code. Changed all callers. (do_getattr): Let it return a proper error code. * app.c (select_application): Return an error code and the application context in an new arg. * command.c (open_card): Adjusted for that. Don't use the fallback if no card is present. Return an error if the card has been removed without a reset. (do_reset, cmd_serialno): Clear that error flag. (TEST_CARD_REMOVAL): New. Use it with all command handlers. * scdaemon.c (ticker_thread): Termintate if a shutdown is pending. * apdu.c: Added some PCSC error codes. (pcsc_error_to_sw): New. (reset_pcsc_reader, pcsc_get_status, pcsc_send_apdu) (open_pcsc_reader): Do proper error code mapping. * gpg-connect-agent.c: New. * Makefile.am: Add it.
2004-06-14* xreadline.c: New. Based on the iobuf_read_line function.Werner Koch1-0/+116
* 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.