summaryrefslogtreecommitdiff
path: root/lib/rpmchecksig.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-23splint fiddles.jbj1-1/+0
2002-12-24- add %%pubkey attribute to read armored pubkey files into header.jbj1-2/+2
2002-09-16Sync with rpm-4.1 parsing changes.jbj1-4/+14
2002-09-04- fix: parse header data more carefully.jbj1-1/+1
2002-08-31Sync with rpm-4.1.jbj1-1/+0
2002-08-27- fix: segfault with --checksig, plug memory leak (#72455).jbj1-1/+2
2002-08-23- merge signature returns into rpmRC.jbj1-18/+29
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-0/+2
2002-08-06- python: bindings to import pubkeys and display openpgp packets.jbj1-119/+136
2002-08-05- fix: check for lead magic, better error message on failure (#69751).jbj1-2/+2
2002-08-02- fix: signed pubkeys were imported incorrectly (#68291).jbj1-1/+5
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-1/+1
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-75/+83
2002-07-20- version added to *.la dependency libraries (#69063).jbj1-1/+0
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-9/+11
2002-07-12- skip signing packages already signed with same key (#62118).jbj1-4/+62
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj1-1/+1
2002-07-05- update rpmcache.8.jbj1-6/+3
2002-06-28Establish mechanism for up2date to reconfigure rpmlib.jbj1-4/+12
2002-06-22Factor bounds checking annotations into source code.jbj1-2/+25
2002-05-19- fix: synthesize unpacking progress callbacks for packages w/o files.jbj1-0/+2
2002-05-19- Grand Renaming of rpm data types.jbj1-5/+6
2002-05-17Transactions made increasingly opaque.jbj1-9/+9
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-0/+1
2002-04-11- rescusitate --rebuild.jbj1-1/+1
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