1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Fri Apr 27 13:53:32 EDT 2001 Ben Collins <bcollins@debian.org>
* debsig.h: Redefine ds_fail_printf with exit values, and macros. Also, add
__attributes__ to ds_printf so gcc will warn us on misuse
* ar-parse.c: Convert to new ds_fail_printf
* debsig-verify.c: ditto
* gpg-parse.c: ditto
* xml-parse.c: ditto
* docs/policy-syntax.txt: Update terms for handling policy selection
Thu Mar 8 10:50:14 EST 2001 Ben Collins <bcollins@debian.org>
* gpg-parse.c (gpgVerify): Make sure we add NULL to the end of execl call.
Also add some better debug output.
* debsig-verify.c (main): Extra check to be sure policy files end in .pol.
Also add some better debug output.
Tue Dec 12 17:39:55 EST 2000 Ben Collins <bcollins@debian.org>
* Add a -d (debug) command line option.
* debsig-verify.1: Document it
* debsig.h: Add a DS_LEV define for it
* debsig-verify.c: Some better formatting, and use the DEBUG level for
some.
* .c: use the DEBUG level for lots of the function info
Mon Dec 11 14:35:49 EST 2000 Ben Collins <bcollins@debian.org>
* debsig-verify.c: main(): Better formatting for the
Selection/Verification verbose output.
* gpg-parse.c: getKeyID()/getSigKeyID(): Extra verbose output, plus
formatting.
Mon Dec 11 11:18:56 EST 2000 Ben Collins <bcollins@debian.org>
* xml-parse.c: increment depthPtr at start of function to get rid of the
goto
* debsig-verify.c: checkIsDeb(): new function, functionality moved from
main().
Mon Dec 11 10:47:49 EST 2000 Ben Collins <bcollins@debian.org>
* debsig-verify.c: outputUsage(): new function
* debsig-verify.c: main(): Use it. Also, handle argv[0] better
(prog_name).
* gpg-parse.c: gpgVerify(): do not pass --always-trust to gpg.
Fri Dec 8 09:22:05 EST 2000 Ben Collins <bcollins@debian.org>
* debsig.h:ds_fail_printf: new macro to print DS_LEV_ERR message and
exit(1). Used throughout now.
* xml-parse.c: Convert PARSE_ERROR macro to parse_error using proper
stdarg format.
Thu Dec 7 21:28:40 EST 2000 Ben Collins <bcollins@debian.org>
* xml-parse.c:clear_policy(): Used to free the memory used by the policy
struct. Call it after a parse error, and before start of parse.
* debsig-verify.c:main(): call clear_policy() if we fail, even though
parsing succeeded.
Thu Dec 7 16:18:56 EST 2000 Ben Collins <bcollins@debian.org>
* docs/debsig-verify.1.in: Move to here, and generate at build so we get
the right paths in the file.
Thu Dec 7 13:30:43 EST 2000 Ben Collins <bcollins@debian.org>
* docs/debsig-verify.1: new file, man page.
Thu Dec 7 10:50:17 EST 2000 Ben Collins <bcollins@debian.org>
* Added a --use-policy option, which takes the shortname of a policy
that was listed with --list-policies. Allows the user to specify the
policy they want to use.
Thu Dec 7 02:24:50 EST 2000 Ben Collins <bcollins@debian.org>
* debsig-verify.c: Added --list-policies option.
Mon Dec 4 19:17:46 EST 2000 Ben Collins <bcollins@debian.org>
* Added parsing to pull out the keyID from a full name. E.g. "Name
<email@foo>" -> 28219193292JSAJALS
|