* gpgme.h: Add GPGME_STATUS_NEWSIG.
authorWerner Koch <wk@gnupg.org>
Mon, 5 Apr 2004 18:40:10 +0000 (18:40 +0000)
committerWerner Koch <wk@gnupg.org>
Mon, 5 Apr 2004 18:40:10 +0000 (18:40 +0000)
* gpgsm/Makefile.am: Changed the faked system time to 20011213T12000.

TODO
gpgme/gpgme.h
tests/ChangeLog
tests/gpgsm/Makefile.am

diff --git a/TODO b/TODO
index b80bef87edc98cbcd530e2204d1b356afd10ecc0..01b4a100947d950af4d13461adddefb35f8790bd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -137,6 +137,9 @@ Hey Emacs, this is -*- outline -*- mode!
 ** t-data
 *** Test gpgme_data_release_and_get_mem.
 *** Test gpgme_data_seek for invalid types.
+** t-keylist
+   Write a test for ext_keylist.
+
 
 * Debug
 ** Handle malloc and vasprintf errors.  But decide first if they should be
index adc769f37ee559fa9df46f3e60bdb9a5c98c3316..8fee1ba1e15c77cba424ed2b1135ebe40795b57f 100644 (file)
@@ -387,7 +387,8 @@ typedef enum
     GPGME_STATUS_EXPSIG,
     GPGME_STATUS_EXPKEYSIG,
     GPGME_STATUS_TRUNCATED,
-    GPGME_STATUS_ERROR
+    GPGME_STATUS_ERROR,
+    GPGME_STATUS_NEWSIG
   }
 gpgme_status_code_t;
 
index 1b182ca18baeb02a5a525dbeaf35af8cae759911..eb3f3ec400270e3da0c8019e6e1c3cc5afeeb163 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-05  Werner Koch  <wk@gnupg.org>
+
+       * gpgsm/Makefile.am: Changed the faked system time to 20011213T12000.
+
 2004-03-07  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgsm/t-keylist.c: Add chain IDs.
index ad114a5593ce6596c4f77fc3982dca8faff2366f..ba2e8d5a742db9b711ee760abd5e4431170d2a50 100644 (file)
@@ -51,7 +51,7 @@ all-local: ./pubring.kbx ./gpgsm.conf ./private-keys-v1.d/$(key_id).key ./trustl
 
 ./gpgsm.conf:
        echo disable-crl-checks > ./gpgsm.conf
-       echo faked-system-time 1038908198 >> ./gpgsm.conf
+       echo faked-system-time 1008241200 >> ./gpgsm.conf
 
 ./private-keys-v1.d/$(key_id).key: $(srcdir)/$(key_id)
        test -d ./private-keys-v1.d || mkdir ./private-keys-v1.d