Age | Commit message (Expand) | Author | Files | Lines |
2003-01-23 | splint fiddles. | jbj | 1 | -1/+0 |
2002-12-24 | - add %%pubkey attribute to read armored pubkey files into header. | jbj | 1 | -2/+2 |
2002-09-16 | Sync with rpm-4.1 parsing changes. | jbj | 1 | -4/+14 |
2002-09-04 | - fix: parse header data more carefully. | jbj | 1 | -1/+1 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -1/+0 |
2002-08-27 | - fix: segfault with --checksig, plug memory leak (#72455). | jbj | 1 | -1/+2 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -18/+29 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -0/+2 |
2002-08-06 | - python: bindings to import pubkeys and display openpgp packets. | jbj | 1 | -119/+136 |
2002-08-05 | - fix: check for lead magic, better error message on failure (#69751). | jbj | 1 | -2/+2 |
2002-08-02 | - fix: signed pubkeys were imported incorrectly (#68291). | jbj | 1 | -1/+5 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -1/+1 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -75/+83 |
2002-07-20 | - version added to *.la dependency libraries (#69063). | jbj | 1 | -1/+0 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -9/+11 |
2002-07-12 | - skip signing packages already signed with same key (#62118). | jbj | 1 | -4/+62 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 1 | -1/+1 |
2002-07-05 | - update rpmcache.8. | jbj | 1 | -6/+3 |
2002-06-28 | Establish mechanism for up2date to reconfigure rpmlib. | jbj | 1 | -4/+12 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -2/+25 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 1 | -0/+2 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -5/+6 |
2002-05-17 | Transactions made increasingly opaque. | jbj | 1 | -9/+9 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -0/+1 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -1/+1 |
2002-03-17 | - *really* dump signature header immutable region. | jbj | 1 | -4/+23 |
2002-03-12 | - permit --dbpath and --root with signature (i.e. --import) modes. | jbj | 1 | -8/+4 |
2002-03-10 | - splint annotationsm, signature cleanup. | jbj | 1 | -30/+24 |
2002-03-10 | - make --addsign and --resign behave exactly the same. | jbj | 1 | -16/+25 |
2002-03-08 | - wire --nodigest/--nosignature options to checksig/query/verify modes. | jbj | 1 | -25/+53 |
2002-03-07 | - add header RSA signature (untested, disabled for now). | jbj | 1 | -19/+14 |
2002-03-07 | - add header RSA signature (untested). | jbj | 1 | -0/+10 |
2002-03-06 | - add header DSA signature. | jbj | 1 | -58/+77 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -10/+34 |
2002-01-17 | Resync with db-4.0.14 (and what's on the rpm-4_0 branch). | jbj | 1 | -3/+7 |
2002-01-10 | - fix: signing multiple times dinna work, discard immutable region. | jbj | 1 | -0/+11 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -3/+1 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 1 | -2/+7 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 1 | -1/+1 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -1/+1 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -6/+4 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -128/+104 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -89/+98 |
2001-10-23 | - wire transactions through rpmcli signature modes. | jbj | 1 | -69/+86 |
2001-10-23 | - generate an rpm header on the fly for imported pubkeys. | jbj | 1 | -13/+192 |
2001-10-21 | - all symbols but hdrVec are now forward references in linkage. | jbj | 1 | -3/+3 |
2001-10-20 | - stupid macros to configure public key file paths. | jbj | 1 | -80/+4 |
2001-10-20 | - add :base64 and :armor format extensions, dump binary tags in hex. | jbj | 1 | -4/+14 |
2001-10-19 | Permit multiple, simultaneous, digests on a single FD_t. | jbj | 1 | -11/+46 |
2001-10-19 | - beecrypt is at least as good as pgp/gpg on verify, pull the plug. | jbj | 1 | -127/+157 |