aboutsummaryrefslogtreecommitdiffstats
path: root/common/xreadline.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First steps towards the W32CE portWerner Koch2010-03-021-1/+1
|
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-1/+3
| | | | | Still one problem left; marked with a gcc #warning.
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-191-1/+1
| | | | | Typo fixes in comments.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Changed HTTP API.Werner Koch2006-08-141-2/+2
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* * gpg-agent.c (handle_connections): Need to check for events ifWerner Koch2005-02-241-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.
* * xreadline.c: New. Based on the iobuf_read_line function.Werner Koch2004-06-141-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.