aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-141/+0
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* tests: avoid use of freed pointerJim Meyering2011-09-201-0/+6
| | | | | | | | | | | | | | | | [spotted by coverity] This is only in tests/, but easy to fix, so... I've included extra context so you can see how var->value would be used in the following atoi call. >From cf9ae83fd2da8d7a289b048ef0feed4096f6d263 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Tue, 20 Sep 2011 16:32:59 +0200 Subject: [PATCH] avoid use of free'd pointer * asschk.c (set_type_var): Set var->value to NULL after freeing it, to avoid subsequent use of freed pointer.
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-5/+3
| | | | | | | | 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.
* Replace C99 style vararg macro which was anyway not correct.Werner Koch2009-10-131-0/+6
|
* Fix bug 1001.Werner Koch2009-02-191-0/+5
| | | | | Documentation updates.
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+6
|
* Add gpgsm server command GETINFO agent-check.Werner Koch2008-09-301-0/+4
| | | | | Fix tests.
* Fixed release creation.Werner Koch2008-02-191-0/+4
|
* Typo fixes.Werner Koch2008-01-261-0/+4
| | | | | | Portability fix for asschk.c
* Collected fixes.Werner Koch2006-11-051-0/+4
|
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-061-0/+5
| | | | | | | | | | | * configure.ac: New automake conditional RUN_GPG_TESTS. tests/ 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (openpgp): New variable. (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+5
| | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
* 2006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-081-0/+6
| | | | | | | * asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]: Define macro to __FUNCTION__. (die): Use __func__ instead of __FUNCTION__.
* 2005-10-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-071-0/+6
| | | | | | | * Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack. It's the responsibility of the person building the software to set it properly.
* Preparing a new release. Updated gettextWerner Koch2004-09-301-0/+5
|
* * import.c (check_and_store): Do a full validation ifWerner Koch2004-08-171-0/+4
| | | | | | | | | | | | | | --with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory
* * Makefile.am: Reset GPG_AGENT_INFO hereWerner Koch2004-02-201-0/+5
| | | | | * runtest: and not anymore here.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-01-091-0/+68
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-52/+0
| | | | 'GNUPG-1-9-BRANCH'.
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-051-1/+6
| | | | | | * Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH, but rather prepend it. Be more robust and prefer printf over echo -n.
* 2002-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-041-0/+7
| | | | | | | | * 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-09-03 Neal H. Walfield <[email protected]>Neal Walfield2002-09-041-0/+5
| | | | | | * Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from LDFLAGS.
* Tweaked the build system so that make distcheck finanly said WellWerner Koch2002-08-091-0/+9
| | | | | Done.
* * asschk.c: Added some new features.Werner Koch2002-08-081-0/+10
| | | | | | | | | | * 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.
* New Assuan testing tool.Werner Koch2002-08-071-0/+16
|
* Created configuration filesWerner Koch2001-10-311-0/+0