summaryrefslogtreecommitdiff
path: root/lib/rpmchecksig.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-17- *really* dump signature header immutable region.jbj1-4/+23
2002-03-12- permit --dbpath and --root with signature (i.e. --import) modes.jbj1-8/+4
2002-03-10- splint annotationsm, signature cleanup.jbj1-30/+24
2002-03-10- make --addsign and --resign behave exactly the same.jbj1-16/+25
2002-03-08- wire --nodigest/--nosignature options to checksig/query/verify modes.jbj1-25/+53
2002-03-07- add header RSA signature (untested, disabled for now).jbj1-19/+14
2002-03-07- add header RSA signature (untested).jbj1-0/+10
2002-03-06- add header DSA signature.jbj1-58/+77
2002-03-03- add payload uncompressed size to signature to avoid rewriting header.jbj1-10/+34
2002-01-17Resync with db-4.0.14 (and what's on the rpm-4_0 branch).jbj1-3/+7
2002-01-10- fix: signing multiple times dinna work, discard immutable region.jbj1-0/+11
2001-11-12- commit to using rpmDepSet and TFI_t, not header.jbj1-3/+1
2001-11-06- fix: harmless typo in db3 chroot hack.jbj1-2/+7
2001-11-03- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].jbj1-1/+1
2001-11-01- add header refcount annotations throughout.jbj1-1/+1
2001-10-27- legacy signatures always checked where possible on package read.jbj1-6/+4
2001-10-26- wire transactions through rpmcli install/erase modes.jbj1-128/+104
2001-10-25- legacy signatures always checked on -qp and -Vp.jbj1-89/+98
2001-10-23- wire transactions through rpmcli signature modes.jbj1-69/+86
2001-10-23- generate an rpm header on the fly for imported pubkeys.jbj1-13/+192
2001-10-21- all symbols but hdrVec are now forward references in linkage.jbj1-3/+3
2001-10-20- stupid macros to configure public key file paths.jbj1-80/+4
2001-10-20- add :base64 and :armor format extensions, dump binary tags in hex.jbj1-4/+14
2001-10-19Permit multiple, simultaneous, digests on a single FD_t.jbj1-11/+46
2001-10-19- beecrypt is at least as good as pgp/gpg on verify, pull the plug.jbj1-127/+157
2001-10-19Rewire digests, step 2.jbj1-13/+13
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-6/+8
2001-10-16Factor -type problems into explicit code annotations.jbj1-0/+12
2001-10-15Explicit branchstate annotations.jbj1-0/+4
2001-10-15lclint fiddles to annotate globals.jbj1-2/+6
2001-10-13More lclint annotations.jbj1-25/+27
2001-10-13- ratchet up to lclint "strict" level.jbj1-8/+8
2001-10-11- proof-of-concept PGP/RSA verification for legacy signatures.jbj1-28/+86
2001-10-08- upgrade to beecrypt-2.2.0pre.jbj1-25/+21
2001-10-05- proof-of-concept GPG/DSA verification for legacy signatures.jbj1-13/+61
2001-10-01Display signature and public key internals, calculate SHA1 digest as well.jbj1-5/+21
2001-09-24Move to lclint-3.0.0.15, revisit and clean up annotations.jbj1-6/+0
2001-09-21- lclint-3.0.0.15 fiddles.jbj1-1/+1
2001-06-25Yet another patial harlink set fix.jbj1-7/+5
2001-06-19- finalize per-header methods, accessing headerFoo through vector.jbj1-1/+1
2001-06-08- fix: QUERY_FOR_LIST file count clobbered.jbj1-1/+1
2001-06-05- fix typos in linux.{req,prov}.jbj1-0/+2
2001-05-23- headerFree() returns NULL, _free is C++ safe.jbj1-5/+3
2001-05-03- still more boring lclint annotations and fiddles.jbj1-1/+6
2001-04-30- yet more boring lclint annotations and fiddles.jbj1-17/+18
2001-04-29- more boring lclint annotations and fiddles.jbj1-4/+15
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-5/+4
2001-02-27Handle non-string tag indices correctly.jbj1-21/+0
2001-02-12Add rpmRC return code type for the usual 0/1/2 codes.jbj1-7/+12
2001-02-12Rename RPMSIG_* signature types to RPMSIGTYPE_* to avoid confusion.jbj1-1/+1