Age | Commit message (Expand) | Author | Files | Lines |
2003-12-23 | - fix some small memory leaks (valgrind). | jbj | 1 | -1/+1 |
2003-05-08 | - don't use error string after gzclose (Dmitry V. Levin). | jbj | 1 | -6/+6 |
2003-04-25 | beecrypt-3.0.0 merge: grand renaming, mp32number et al. | jbj | 1 | -2/+2 |
2003-04-08 | fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST. | jbj | 1 | -16/+16 |
2003-04-07 | Calibrated stopwatch using rdtsc. | jbj | 1 | -0/+14 |
2003-01-23 | splint fiddles. | jbj | 1 | -2/+2 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -4/+4 |
2002-09-17 | - lclint clean. | jbj | 1 | -15/+30 |
2002-09-16 | Sync with rpm-4.1 parsing changes. | jbj | 1 | -13/+114 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -89/+73 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -48/+47 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -0/+3 |
2002-07-25 | - fix: --repackage repaired (#67217). | jbj | 1 | -3/+4 |
2002-07-21 | fix: Header SHA1 was giving false positive. | jbj | 1 | -1/+1 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -183/+83 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -7/+6 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 1 | -4/+16 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 1 | -0/+2 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -0/+68 |
2002-06-20 | - add translated man pages from PLD. | jbj | 1 | -1/+1 |
2002-06-20 | - make sure that rpm can verify prelinked shared libraries. | jbj | 1 | -8/+8 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 1 | -0/+1 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -8/+9 |
2002-05-07 | - plug most install mode leaks. | jbj | 1 | -16/+15 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 1 | -9/+15 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -1/+2 |
2002-04-08 | Sanity. | jbj | 1 | -0/+4 |
2002-04-08 | doxygen cleanup. | jbj | 1 | -0/+3 |
2002-03-10 | - splint annotationsm, signature cleanup. | jbj | 1 | -127/+60 |
2002-03-08 | - wire --nodigest/--nosignature options to checksig/query/verify modes. | jbj | 1 | -8/+32 |
2002-03-07 | - add header RSA signature (untested, disabled for now). | jbj | 1 | -23/+39 |
2002-03-07 | - add header RSA signature (untested). | jbj | 1 | -3/+61 |
2002-03-06 | - add header DSA signature. | jbj | 1 | -72/+245 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -85/+243 |
2002-02-28 | Use Knuth algorithm Y for computing DSA "w = inv(s) mod q". | jbj | 1 | -1/+4 |
2002-02-02 | Sync with rpm-4.0.4 rollbacks. | jbj | 1 | -2/+2 |
2002-01-17 | Resync with db-4.0.14 (and what's on the rpm-4_0 branch). | jbj | 1 | -1/+0 |
2002-01-10 | - fix: signing multiple times dinna work, discard immutable region. | jbj | 1 | -45/+83 |
2001-12-08 | - lclint-3.0.0.19 fiddles. | jbj | 1 | -1/+1 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -2/+2 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -45/+88 |
2001-10-23 | - wire transactions through rpmcli signature modes. | jbj | 1 | -57/+77 |
2001-10-23 | - generate an rpm header on the fly for imported pubkeys. | jbj | 1 | -31/+23 |
2001-10-21 | - all symbols but hdrVec are now forward references in linkage. | jbj | 1 | -6/+7 |
2001-10-20 | - stupid macros to configure public key file paths. | jbj | 1 | -197/+54 |
2001-10-20 | - add :base64 and :armor format extensions, dump binary tags in hex. | jbj | 1 | -2/+224 |
2001-10-19 | - beecrypt is at least as good as pgp/gpg on verify, pull the plug. | jbj | 1 | -363/+139 |
2001-10-19 | Start ripping gpg/pgp on signature verify paths. | jbj | 1 | -124/+143 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 1 | -4/+2 |
2001-10-16 | Factor -type problems into explicit code annotations. | jbj | 1 | -0/+12 |