aboutsummaryrefslogtreecommitdiffstats
path: root/tests/asschk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace C99 style vararg macro which was anyway not correct.Werner Koch2009-10-131-29/+32
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+14
|
* Typo fixes.Werner Koch2008-01-261-1/+1
| | | | | | Portability fix for asschk.c
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Collected fixes.Werner Koch2006-11-051-9/+14
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* 2006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-081-1/+13
| | | | | | | * asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]: Define macro to __FUNCTION__. (die): Use __func__ instead of __FUNCTION__.
* * gpg-agent.c (handle_connections): Need to check for events ifWerner Koch2005-02-241-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.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-01-091-0/+1059
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-1046/+0
| | | | 'GNUPG-1-9-BRANCH'.
* 2002-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-041-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.
* Tweaked the build system so that make distcheck finanly said WellWerner Koch2002-08-091-3/+19
| | | | | Done.
* * asschk.c: Added some new features.Werner Koch2002-08-081-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.
* First test script. Still missing the environment setup.Werner Koch2002-08-071-43/+267
|
* New Assuan testing tool.Werner Koch2002-08-071-0/+689