summaryrefslogtreecommitdiff
path: root/verify.c
AgeCommit message (Expand)AuthorFilesLines
1999-01-13Fix: seg fault due to multiple close in runScript().jbj1-10/+10
1998-12-16first pass at new transaction api; basic installing/removing worksewt1-5/+4
1998-12-15don't do realpath stuff here; it's done in rpmdbFindByFile() nowewt1-22/+0
1998-12-14permit http:// and file:// url's as well as ftp://.jbj1-10/+28
1998-12-05display "..?....." rather than "..5....." for unreadable files.jbj1-20/+26
1998-12-01Sanity.jbj1-28/+18
1998-11-20Sanity.jbj1-9/+7
1998-11-19finish hiding rpmdb index record data ("matches").jbj1-7/+8
1998-11-18implement abstract fd type almost everywhere.jbj1-9/+14
1998-11-16LCLINT pass 0.jbj1-2/+2
1998-10-29No more query.h.jbj1-1/+0
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-10-08egcs warning removal.jbj1-0/+1
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-9/+9
1998-09-24non-zero exit status for verify failures.jbj1-42/+64
1998-07-30Consolidated includes for librpmbuild API.jbj1-2/+2
1998-07-25Aggregate system includes into system.h.jbj1-5/+1
1997-07-01Added install time prerequisite checkingewt1-1/+1
1997-05-30moved findPackageByLabel() to rpmdbFindByLabel() and added rpmdbFindByHeader()ewt1-1/+1
1997-05-01fixed minor typoewt1-1/+1
1997-04-29Made many more strings in the toplevel interface translatable.ewt1-10/+12
1997-02-17-Vp should use realpath()ewt1-0/+5
1997-02-12made verify work on URLsewt1-4/+18
1997-01-30removed stdin verification modesewt1-7/+2
1997-01-23may skip file md5 checksewt1-6/+10
1996-11-22added VERIFY_SCRIPTS supportewt1-12/+13
1996-11-18The Great Renamingroot1-24/+24
1996-10-21rpmdepFreeConflicts() needs to be used, not plain free()ewt1-1/+1
1996-10-151) we must open RPM database for -Vp if dependencies need to be verifiedewt1-7/+4
1996-08-29ignore major, minor from pkgReadHeader()ewt1-1/+1
1996-07-20added dependency verificationewt1-9/+55
1996-06-17merged rpmlib.h and package.hewt1-1/+0
1996-03-04indicates config files for files that don't verifyewt1-2/+6
1996-02-20missing files are reported betterewt1-26/+28
1996-02-20changed output of verificationewt1-19/+14
1996-02-20Initial revisionmarc1-0/+188