aboutsummaryrefslogtreecommitdiffstats
path: root/tests/asschk.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-13Replace C99 style vararg macro which was anyway not correct.Werner Koch1-29/+32
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+14
2008-01-26Typo fixes.Werner Koch1-1/+1
Portability fix for asschk.c
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-11-05Collected fixes.Werner Koch1-9/+14
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-06-082006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+13
* asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]: Define macro to __FUNCTION__. (die): Use __func__ instead of __FUNCTION__.
2005-02-24* gpg-agent.c (handle_connections): Need to check for events ifWerner Koch1-2/+2
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.
2003-01-09This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+1059
'GNUPG-1-9-BRANCH'.
2003-01-09Updated from latest NewPG projectWerner Koch1-1/+14
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-1046/+0
'GNUPG-1-9-BRANCH'.
2002-09-042002-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-5/+4
* asschk.c (start_server): Close the parent's file descriptors in the child. (read_assuan): Variable NREAD removed. Cut off the received line currectly if more than one line was read.
2002-08-09Tweaked the build system so that make distcheck finanly said WellWerner Koch1-3/+19
Done.
2002-08-08* asschk.c: Added some new features.Werner Koch1-29/+147
* runtest, inittests: New. * text-1.txt, text-2.txt, text-3.txt: New. * text-1.osig.pem, text-1.dsig.pem, text-1.osig-bad.pem: New. * text-2.osig.pem, text-2.osig-bad.pem: New. * samplekeys : New directory * sm-verify, sm-sign+verify: The first test scripts.
2002-08-07First test script. Still missing the environment setup.Werner Koch1-43/+267
2002-08-07New Assuan testing tool.Werner Koch1-0/+689