Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-10-19 | Rewire digests, step 2. | jbj | 1 | -13/+13 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 1 | -6/+8 |
2001-10-16 | Factor -type problems into explicit code annotations. | jbj | 1 | -0/+12 |
2001-10-15 | Explicit branchstate annotations. | jbj | 1 | -0/+4 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 1 | -2/+6 |
2001-10-13 | More lclint annotations. | jbj | 1 | -25/+27 |
2001-10-13 | - ratchet up to lclint "strict" level. | jbj | 1 | -8/+8 |
2001-10-11 | - proof-of-concept PGP/RSA verification for legacy signatures. | jbj | 1 | -28/+86 |
2001-10-08 | - upgrade to beecrypt-2.2.0pre. | jbj | 1 | -25/+21 |
2001-10-05 | - proof-of-concept GPG/DSA verification for legacy signatures. | jbj | 1 | -13/+61 |
2001-10-01 | Display signature and public key internals, calculate SHA1 digest as well. | jbj | 1 | -5/+21 |
2001-09-24 | Move to lclint-3.0.0.15, revisit and clean up annotations. | jbj | 1 | -6/+0 |
2001-09-21 | - lclint-3.0.0.15 fiddles. | jbj | 1 | -1/+1 |
2001-06-25 | Yet another patial harlink set fix. | jbj | 1 | -7/+5 |
2001-06-19 | - finalize per-header methods, accessing headerFoo through vector. | jbj | 1 | -1/+1 |
2001-06-08 | - fix: QUERY_FOR_LIST file count clobbered. | jbj | 1 | -1/+1 |
2001-06-05 | - fix typos in linux.{req,prov}. | jbj | 1 | -0/+2 |
2001-05-23 | - headerFree() returns NULL, _free is C++ safe. | jbj | 1 | -5/+3 |
2001-05-03 | - still more boring lclint annotations and fiddles. | jbj | 1 | -1/+6 |
2001-04-30 | - yet more boring lclint annotations and fiddles. | jbj | 1 | -17/+18 |
2001-04-29 | - more boring lclint annotations and fiddles. | jbj | 1 | -4/+15 |
2001-04-29 | - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout. | jbj | 1 | -5/+4 |
2001-02-27 | Handle non-string tag indices correctly. | jbj | 1 | -21/+0 |
2001-02-12 | Add rpmRC return code type for the usual 0/1/2 codes. | jbj | 1 | -7/+12 |
2001-02-12 | Rename RPMSIG_* signature types to RPMSIGTYPE_* to avoid confusion. | jbj | 1 | -1/+1 |