Age | Commit message (Expand) | Author | Files | Lines |
2003-04-16 | - resurrect manifests, RPMRC_NOTFOUND returned by readLead(). | jbj | 1 | -5/+10 |
2003-04-08 | fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST. | jbj | 1 | -5/+4 |
2003-04-07 | Calibrated stopwatch using rdtsc. | jbj | 1 | -0/+5 |
2003-03-06 | - fix: memory leak (85522). | jbj | 1 | -2/+3 |
2003-02-03 | oops, get rid of debugging printf's. | jbj | 1 | -0/+2 |
2003-01-23 | splint fiddles. | jbj | 1 | -1/+0 |
2002-12-18 | - add --file{class,provide,require} popt aliases and header extensions | jbj | 1 | -1/+1 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -2/+2 |
2002-09-17 | - lclint clean. | jbj | 1 | -21/+45 |
2002-09-16 | Sync with rpm-4.1 parsing changes. | jbj | 1 | -27/+83 |
2002-09-04 | - fix: parse header data more carefully. | jbj | 1 | -16/+43 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -26/+83 |
2002-08-27 | - fix: segfault with --checksig, plug memory leak (#72455). | jbj | 1 | -1/+2 |
2002-08-26 | - python: don't remap NOKEY/UNTRUSTED to OK. | jbj | 1 | -3/+0 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -30/+20 |
2002-08-22 | - fix: region trailer offset sanity check wrong (#71996). | jbj | 1 | -11/+50 |
2002-08-06 | - add bitmask for precise control of signature/digest verification. | jbj | 1 | -38/+30 |
2002-08-05 | - fix: check for lead magic, better error message on failure (#69751). | jbj | 1 | -8/+0 |
2002-07-28 | - python: don't segfault in ts.GetKeys() on erased packages. | jbj | 1 | -0/+2 |
2002-07-28 | - popt: display sub-table options only once on --usage. | jbj | 1 | -1/+1 |
2002-07-25 | - fix: --repackage repaired (#67217). | jbj | 1 | -1/+4 |
2002-07-25 | - python: add ts.hdrCheck(), ts.rebuildDB() methods. | jbj | 1 | -0/+1 |
2002-07-24 | - fix: segfault if given a text file as 2nd arg to -Uvh (#69508). | jbj | 1 | -1/+1 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -13/+367 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -70/+74 |
2002-07-20 | - version added to *.la dependency libraries (#69063). | jbj | 1 | -1/+3 |
2002-07-20 | - popt: parse file into string of options (#56860). | jbj | 1 | -6/+6 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -4/+2 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 1 | -2/+4 |
2002-07-02 | add (disabled for now) dependency check to rpmgraph. | jbj | 1 | -5/+9 |
2002-06-30 | - warn only once for each NOKEY/UNTRUSTED key id. | jbj | 1 | -1/+43 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -0/+8 |
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 | -2/+3 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -5/+5 |
2002-05-13 | Eliminate bogus strerror message for manifests. | jbj | 1 | -3/+2 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 1 | -1/+1 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 1 | -115/+16 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -1/+1 |
2002-03-12 | - drill ts/fi through verify mode, add methods to keep fi abstract. | jbj | 1 | -2/+2 |
2002-03-10 | - splint annotationsm, signature cleanup. | jbj | 1 | -7/+10 |
2002-03-08 | - wire --nodigest/--nosignature options to checksig/query/verify modes. | jbj | 1 | -26/+48 |
2002-03-07 | - add header RSA signature (untested, disabled for now). | jbj | 1 | -1/+26 |
2002-03-07 | - add header RSA signature (untested). | jbj | 1 | -0/+24 |
2002-03-06 | - add header DSA signature. | jbj | 1 | -2/+11 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -49/+102 |
2001-11-19 | - header handling moved to librpmdb to avoid linkage loops. | jbj | 1 | -5/+5 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -3/+3 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -1/+1 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -30/+178 |