summaryrefslogtreecommitdiff
path: root/lib/verify.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-3/+3
2003-04-02Splint clean.jbj1-0/+3
2003-01-23splint fiddles.jbj1-3/+1
2002-12-311st crack at colored installs.jbj1-0/+1
2002-12-24- permit both relative/absolute paths, display 'P' when verifying.jbj1-0/+2
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-13/+8
2002-08-15- python: explicit method to set transFlags.jbj1-3/+5
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-7/+7
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj1-1/+4
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj1-1/+1
2002-08-02- fix: repair --root with --verify (#70527).jbj1-1/+1
2002-07-29- update trpm.jbj1-0/+6
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-6/+14
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-7/+7
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-1/+1
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-1/+0
2002-07-11- update for sv.po.jbj1-4/+1
2002-07-05- update rpmcache.8.jbj1-13/+0
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj1-23/+19
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+14
2002-06-20- make sure that rpm can verify prelinked shared libraries.jbj1-1/+4
2002-06-15- beecrypt: merge changes from beecrypt-2.3.0.jbj1-3/+5
2002-06-12- fix: separate existence and number checks for problems found.jbj1-2/+3
2002-06-01- fix: use getgrnam, not getpwnam, to convert gid -> group.jbj1-12/+13
2002-05-27Add bindings for rpmte and FD_t.jbj1-2/+2
2002-05-19- fix: synthesize unpacking progress callbacks for packages w/o files.jbj1-1/+1
2002-05-19- Grand Renaming of rpm data types.jbj1-30/+31
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-79/+26
2002-04-13- merge conflicts into problems, handle as transaction set variable.jbj1-13/+15
2002-04-13- use rpmdb-redhat to suggest dependency resolution(s).jbj1-3/+6
2002-04-11- rescusitate --rebuild.jbj1-0/+3
2002-04-08doxygen cleanup.jbj1-1/+0
2002-03-12Sanity.jbj1-1/+1
2002-03-12- drill ts/fi through verify mode, add methods to keep fi abstract.jbj1-182/+109
2002-03-10- splint annotationsm, signature cleanup.jbj1-5/+4
2002-03-08- wire --nodigest/--nosignature options to checksig/query/verify modes.jbj1-1/+6
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