summaryrefslogtreecommitdiff
path: root/lib/verify.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj1-3/+1
2000-08-27Doxygen annotations.jbj1-0/+4
2000-05-07Repair rebuilddb lossage, removing debug messages and final copy on user msgs.jbj1-11/+9
2000-03-23- API: change dbi to pass by reference, not value.jbj1-1/+1
2000-01-24Pass size(...)-1 to avoid buffer overflow on links that are 1024b long.jbj1-1/+6
1999-12-08rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1-4/+4
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-1/+1
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1-17/+17
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-1/+1
1999-10-27use compressed filenames on install side.jbj1-1/+1
1999-10-21lclint annotations and compiler cruft.jbj1-1/+1
1999-10-20lclint annotations.jbj1-4/+4
1999-10-20Tyo: RPMTAG_COMPFILENAMES is ...COMPFILELIST.jbj1-1/+1
1999-10-06first steps toward getting compressed file lists to work -- most thingsewt1-11/+18
1999-09-30HPUX cc compiler fidgets.jbj1-1/+3
1999-09-17lclint annotations.jbj1-5/+5
1999-08-06Use headerNVR throughout.jbj1-4/+2
1999-07-13Perl bindings needjbj1-2/+2
1999-06-30move url.c and ftp.c to rpmlib right next to query.jbj1-1/+1
1999-05-10colesce query and verify modes.jbj1-2/+174
1999-04-08From Tim Mooney:jbj1-1/+1
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-2/+2
1998-12-05display "..?....." rather than "..5....." for unreadable files.jbj1-11/+19
1998-11-18implement abstract fd type almost everywhere.jbj1-1/+1
1998-11-06solaris: don't attempt static link. (Tim Mooney)jbj1-1/+2
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-4/+5
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-1/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-4/+1
1998-07-25Aggregate system includes into system.h.jbj1-12/+1
1998-03-27added trigger supportewt1-1/+1
1998-03-041) header file cleanupsewt1-2/+2
1997-10-17Use runScript() for verifying script.marc1-89/+3
1997-10-14verification fix for systems where a single gid maps to multiple gnamesewt1-2/+3
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