summaryrefslogtreecommitdiff
path: root/lib/verify.c
AgeCommit message (Expand)AuthorFilesLines
1997-05-26fixed group verificationewt1-1/+1
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
1997-05-20Moved includes of miscfn.h to the top.ewt1-1/+1
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+1
1997-05-19Fixed some typos in verify.c for CHOWN_FOLLOWS_SYMLINK caseewt1-1/+1
1997-05-16Applied changes for AIX. This involved using <sys/select.h> if it's available.ewt1-0/+1
1997-05-15If CHOWN_FOLLOWS_SYMLINK is set:ewt1-1/+5
1997-05-15Don't segv if we can't do a uid to uname conversionewt1-2/+5
1997-05-01Include miscfn.hewt1-0/+1
1997-04-28Fixed verify script code to compile.ewt1-2/+5
1997-04-28- changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIRewt1-0/+12
1997-03-28fixed the broken md5 logicroot1-2/+6
1997-03-28added more support for broken md5 codeewt1-5/+16
1997-02-20frees FILEUSERNAME and FILEGROUPNAME listsewt1-0/+2
1997-02-14if symbolic user and group names aren't present try to fall backewt1-7/+26
1997-02-14verify users and groups by name not by idewt1-9/+16
1997-01-23added omitFlags to rpmVerifyFile()ewt1-1/+5
1997-01-23only check rdev w/ appropriate, include device type (block vs char) inewt1-3/+17
1997-01-171) use config.h if availableewt1-2/+4
1997-01-15don't close std[err,out] after a verify scriptewt1-2/+2
1996-11-22added rpmVerifyScript()ewt1-0/+82
1996-11-18The Great Renamingroot1-36/+36
1996-11-06don't verify files that were never installed (i.e. because of --excludedocs)ewt1-2/+10
1996-09-25conditionally include <alloca.h>ewt1-1/+4
1996-08-31supports broken md5sum's that used to be generated on SPARCsewt1-4/+14
1996-06-05use on-disk file type to determine what tests to useroot1-5/+5
1996-02-29added basic checking of user and groups. this does it by [GU]ID onlyroot1-0/+11
1996-02-20fixed symlink verificationewt1-3/+4
1996-02-20finishedewt1-6/+28
1996-02-20Initial revisionmarc1-0/+75