summaryrefslogtreecommitdiff
path: root/lib/verify.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-03- add payload uncompressed size to signature to avoid rewriting header.jbj1-0/+2
2001-11-18- convert file md5sum's to binary on the fly, reducing memory footprint.jbj1-2/+2
2001-11-13- split file info tag sets into rpmfi.c.jbj1-1/+1
2001-11-12transaction.c: lclint cleanups.jbj1-13/+3
2001-11-12- commit to using rpmDepSet and TFI_t, not header.jbj1-17/+0
2001-11-11Replace loadFi with fiNew, freeFi with fiFree.jbj1-8/+22
2001-11-10Start removing alGetHeader.jbj1-1/+1
2001-11-08- rip out rpmDependencyConflict, replace with rpmProblem instead.jbj1-8/+10
2001-11-08Remove dead code.jbj1-24/+1
2001-11-08- linear search on added package provides is dumb.jbj1-8/+23
2001-10-28- memory indices for dependency check are typedef'd and abstract'd.jbj1-4/+6
2001-10-27- transaction sets cerated in cli main.jbj1-13/+8
2001-10-27- legacy signatures always checked where possible on package read.jbj1-11/+10
2001-10-26- wire transactions through rpmcli install/erase modes.jbj1-4/+7
2001-10-25- legacy signatures always checked on -qp and -Vp.jbj1-4/+7
2001-10-24- wire transactions through rpmcli query/verify modes.jbj1-29/+63
2001-10-21- all symbols but hdrVec are now forward references in linkage.jbj1-0/+2
2001-10-19Rewire digests, step 2.jbj1-9/+3
2001-10-18Scaffholding for dumping full headers carried through transaction.jbj1-1/+1
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-2/+0
2001-10-16Factor -type problems into explicit code annotations.jbj1-0/+7
2001-10-16More lclint annotations.jbj1-4/+3
2001-10-15Explicit branchstate annotations.jbj1-12/+14
2001-10-15lclint fiddles to annotate globals.jbj1-2/+8
2001-09-26- bind beecrypt md5/sha1 underneath rpmio.jbj1-0/+2
2001-09-25- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc).jbj1-33/+1
2001-09-25- drop rpmio/base64.[ch] in favor of beecrypt.jbj1-1/+0
2001-09-15Sync with rpm-4_0 branch.jbj1-0/+1
2001-08-27- fix: error message on failed package installs resurrected.jbj1-1/+3
2001-08-17- verify perms (but not mode) on %ghost files.jbj1-6/+23
2001-07-21- add sha1 test vectors, verify on ix86/alpha/sparc.jbj1-8/+13
2001-07-17- python: "seal" immutable region for legacy headers in rhnUnload() .jbj1-6/+2
2001-07-08- python: rhnLoad/rhnUnload to check header digest.jbj1-6/+7
2001-07-06- expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.jbj1-15/+8
2001-06-20- fix: rpm -qlv link count for directories dinna include '..'.jbj1-0/+6
2001-06-17Sync with rpm-4_0 branch.jbj1-1/+1
2001-06-12- remove rpmrc Provides: Yet Again, use virtual packages.jbj1-57/+9
2001-06-12- remove dead code frpm popt table reorg.jbj1-68/+167
2001-06-08- fix: QUERY_FOR_LIST file count clobbered.jbj1-28/+32
2001-06-05- fix typos in linux.{req,prov}.jbj1-3/+6
2001-06-04lclint fiddles.jbj1-1/+4
2001-05-31- return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>).jbj1-8/+19
2001-05-05- enough lclint annotations and fiddles already.jbj1-3/+4
2001-05-03- still more boring lclint annotations and fiddles.jbj1-6/+7
2001-04-30- yet more boring lclint annotations and fiddles.jbj1-56/+76
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-14/+6
2001-03-28- fix: AIX has sizeof(uint_16) != sizeof(mode_t) verify cast needed.jbj1-1/+5
2001-03-14Update to doxygen-1.2.6 configuration.jbj1-0/+4
2001-02-28Merge scriptlet handling into psm.c, remove from API.jbj1-1/+1
2001-02-28Move more args into PSM_t.jbj1-2/+23