
Go to the source code of this file.
Variables | |
| int | _rpmfi_debug |
Definition in file rpmfi.h.
| #define rpmfiLink | ( | _fi, | |||
| _msg | ) | XrpmfiLink(_fi, _msg, __FILE__, __LINE__) |
Definition at line 231 of file rpmfi.h.
Referenced by mapInitIterator(), packageBinaries(), packageSources(), rpmalAdd(), rpmfiNew(), rpmInstallSourcePackage(), rpmpsmNew(), rpmte_FI(), rpmtsRun(), and verifyHeader().
| #define rpmfiUnlink | ( | _fi, | |||
| _msg | ) | XrpmfiUnlink(_fi, _msg, __FILE__, __LINE__) |
Definition at line 208 of file rpmfi.h.
Referenced by mapFreeIterator(), rpmalAdd(), rpmfiFree(), and verifyHeader().
| const char* rpmfiBN | ( | rpmfi | fi | ) |
Return current base name from file info set.
| fi | file info set |
Definition at line 109 of file rpmfi.c.
Referenced by handleInstInstalledFiles(), rpmalAdd(), rpmfi_BN(), and skipFiles().
| void rpmfiBuildFClasses | ( | Header | h, | |
| const char *** | fclassp, | |||
| int * | fcp | |||
| ) |
Retrieve file classes from header.
This function is used to retrieve file classes from the header.
| h | header |
| *fclassp | array of file classes | |
| *fcp | number of files |
Definition at line 1566 of file rpmfi.c.
References _free(), rpmfiFC(), rpmfiFClass(), rpmfiFree(), rpmfiInit(), rpmfiNew(), rpmfiNext(), RPMTAG_BASENAMES, stpcpy(), and xmalloc().
Referenced by fileclassTag().
| void rpmfiBuildFContexts | ( | Header | h, | |
| const char *** | fcontextp, | |||
| int * | fcp | |||
| ) |
Retrieve file security contexts from header.
This function is used to retrieve file contexts from the header.
| h | header |
| *fcontextp | array of file contexts | |
| *fcp | number of files |
Definition at line 1621 of file rpmfi.c.
References _free(), rpmfiFC(), rpmfiFContext(), rpmfiFree(), rpmfiInit(), rpmfiNew(), rpmfiNext(), RPMTAG_BASENAMES, stpcpy(), and xmalloc().
Referenced by filecontextsTag().
Retrieve per-file dependencies from header.
This function is used to retrieve per-file dependencies from the header.
| h | header | |
| tagN | RPMTAG_PROVIDENAME | RPMTAG_REQUIRENAME |
| *fdepsp | array of file dependencies | |
| *fcp | number of files |
Definition at line 1827 of file rpmfi.c.
References _free(), rpmdsDNEVR(), rpmdsFree(), rpmdsNew(), rpmdsNext(), rpmdsSetIx(), rpmfiFC(), rpmfiFDepends(), rpmfiFree(), rpmfiInit(), rpmfiNew(), rpmfiNext(), RPMTAG_BASENAMES, RPMTAG_PROVIDENAME, RPMTAG_REQUIRENAME, stpcpy(), and xmalloc().
Referenced by fileprovideTag(), and filerequireTag().
| void rpmfiBuildFSContexts | ( | Header | h, | |
| const char *** | fcontextp, | |||
| int * | fcp | |||
| ) |
Retrieve file security contexts from file system.
This function is used to retrieve file contexts from the file system.
| h | header |
| *fcontextp | array of file contexts | |
| *fcp | number of files |
Definition at line 1676 of file rpmfi.c.
References _free(), alloca(), freecon, lgetfilecon, rpmfiFC(), rpmfiFN(), rpmfiFree(), rpmfiInit(), rpmfiNew(), rpmfiNext(), RPMTAG_BASENAMES, xmalloc(), and xrealloc().
Referenced by fscontextsTag().
| void rpmfiBuildREContexts | ( | Header | h, | |
| const char *** | fcontextp, | |||
| int * | fcp | |||
| ) |
Retrieve file security contexts from policy RE's.
This function is used to retrieve file contexts from policy RE's.
| h | header |
| *fcontextp | array of file contexts | |
| *fcp | number of files |
Definition at line 1747 of file rpmfi.c.
References _free(), alloca(), freecon, matchpathcon, matchpathcon_init, rpmfiFC(), rpmfiFMode(), rpmfiFN(), rpmfiFree(), rpmfiInit(), rpmfiNew(), rpmfiNext(), rpmGetPath(), RPMTAG_BASENAMES, xmalloc(), and xrealloc().
Referenced by recontextsTag().
Return file info comparison.
| afi | 1st file info | |
| bfi | 2nd file info |
Definition at line 571 of file rpmfi.c.
References LINK, REG, rpmfiDigest(), rpmfiFLink(), rpmfiFMode(), and whatis().
Referenced by handleInstInstalledFiles(), and handleOverlappedFiles().
| int rpmfiDC | ( | rpmfi | fi | ) |
Return directory count from file info set.
| fi | file info set |
Definition at line 63 of file rpmfi.c.
Referenced by rpmalAdd(), rpmalDel(), rpmfi_DC(), and skipFiles().
| fileAction rpmfiDecideFate | ( | const rpmfi | ofi, | |
| rpmfi | nfi, | |||
| int | skipMissing | |||
| ) |
Return file disposition.
| ofi | old file info | |
| nfi | new file info | |
| skipMissing | OK to skip missing files? |
Definition at line 607 of file rpmfi.c.
References D_, dodigest(), FA_ALTNAME, FA_CREATE, FA_SAVE, FA_SKIP, LINK, REG, rpmfiDigest(), rpmfiFFlags(), rpmfiFLink(), rpmfiFMode(), rpmfiFN(), RPMFILE_MISSINGOK, RPMFILE_NOREPLACE, RPMFILE_SPARSE, RPMMESS_DEBUG, rpmMessage, save, whatis(), and XDIR.
Referenced by handleInstInstalledFiles().
| const unsigned char* rpmfiDigest | ( | rpmfi | fi, | |
| int * | algop, | |||
| size_t * | lenp | |||
| ) |
Return current file (binary) digest from file info set.
| fi | file info set |
| *algop | digest algorithm | |
| *lenp | digest length (in bytes) |
Definition at line 254 of file rpmfi.c.
Referenced by handleOverlappedFiles(), rpmfi_iternext(), rpmfi_MD5(), rpmfiCompare(), rpmfiDecideFate(), rpmVerifyFile(), and showQueryPackage().
| const char* rpmfiDN | ( | rpmfi | fi | ) |
Return current directory name from file info set.
| fi | file info set |
Definition at line 122 of file rpmfi.c.
Referenced by handleInstInstalledFiles(), rpmalAdd(), rpmalDel(), rpmfi_DN(), and skipFiles().
| int rpmfiDX | ( | rpmfi | fi | ) |
Return current directory index from file info set.
| fi | file info set |
Definition at line 93 of file rpmfi.c.
Referenced by rpmalAdd(), rpmfi_DX(), and skipFiles().
| int rpmfiFC | ( | rpmfi | fi | ) |
Return file count from file info set.
| fi | file info set |
Definition at line 58 of file rpmfi.c.
Referenced by handleOverlappedFiles(), markReplacedFiles(), populateInstallHeader(), postPopulateInstallHeader(), rpmalAdd(), rpmalDel(), rpmfcGenerateDepends(), rpmfi_FC(), rpmfi_length(), rpmfiBuildFClasses(), rpmfiBuildFContexts(), rpmfiBuildFDeps(), rpmfiBuildFSContexts(), rpmfiBuildREContexts(), rpmpsmStage(), rpmteColorDS(), rpmtsCheckDSIProblems(), rpmtsRun(), and showQueryPackage().
| const char* rpmfiFClass | ( | rpmfi | fi | ) |
Return current file class from file info set.
| fi | file info set |
Definition at line 349 of file rpmfi.c.
Referenced by rpmfi_FClass(), and rpmfiBuildFClasses().
Return current file color bits from file info set.
| fi | file info set |
Definition at line 335 of file rpmfi.c.
Referenced by handleInstInstalledFiles(), handleOverlappedFiles(), rpmalAdd(), rpmfi_FColor(), rpmteColorDS(), and skipFiles().
| const char* rpmfiFContext | ( | rpmfi | fi | ) |
Return current file security context from file info set.
| fi | file info set |
Definition at line 364 of file rpmfi.c.
Referenced by rpmfiBuildFContexts().
Return current file depends dictionary from file info set.
| fi | file info set |
| *fddictp | file depends dictionary array (or NULL) |
Definition at line 377 of file rpmfi.c.
Referenced by rpmfiBuildFDeps(), and rpmteColorDS().
Return current file flags from file info set.
| fi | file info set |
Definition at line 157 of file rpmfi.c.
Referenced by handleInstInstalledFiles(), handleOverlappedFiles(), rpmfcGenerateDepends(), rpmfi_FFlags(), rpmfi_iternext(), rpmfiDecideFate(), rpmtsRun(), rpmVerifyFile(), showQueryPackage(), skipFiles(), and verifyHeader().
| const char* rpmfiFGroup | ( | rpmfi | fi | ) |
Return current file group from file info set.
| fi | file info set |
Definition at line 449 of file rpmfi.c.
Referenced by rpmfi_FGroup(), rpmfi_iternext(), rpmVerifyFile(), and showQueryPackage().
Return current file inode from file info set.
| fi | file info set |
Definition at line 312 of file rpmfi.c.
Referenced by rpmfi_iternext().
| const char* rpmfiFLink | ( | rpmfi | fi | ) |
Return current file linkto (i.e.
symlink(2) target) from file info set.
| fi | file info set |
Definition at line 273 of file rpmfi.c.
Referenced by rpmfi_FLink(), rpmfiCompare(), rpmfiDecideFate(), rpmVerifyFile(), and showQueryPackage().
Return current file mode from file info set.
| fi | file info set |
Definition at line 213 of file rpmfi.c.
Referenced by handleInstInstalledFiles(), handleOverlappedFiles(), rpmfcGenerateDepends(), rpmfi_FMode(), rpmfi_iternext(), rpmfiBuildREContexts(), rpmfiCompare(), rpmfiDecideFate(), rpmVerifyFile(), showQueryPackage(), and skipFiles().
Return current file modify time from file info set.
| fi | file info set |
Definition at line 422 of file rpmfi.c.
Referenced by rpmfi_FMtime(), rpmfi_iternext(), rpmVerifyFile(), and showQueryPackage().
| const char* rpmfiFN | ( | rpmfi | fi | ) |
Return current file name from file info set.
| fi | file info set |
Definition at line 135 of file rpmfi.c.
References stpcpy(), urlPath(), and xmalloc().
Referenced by handleOverlappedFiles(), rpmalAdd(), rpmfcGenerateDepends(), rpmfcGenerateDependsHelper(), rpmfi_FN(), rpmfi_iternext(), rpmfi_print(), rpmfi_subscript(), rpmfiBuildFSContexts(), rpmfiBuildREContexts(), rpmfiDecideFate(), rpmtsCheck(), rpmtsRun(), rpmVerifyFile(), showQueryPackage(), and verifyHeader().
Return (calculated) current file nlink count from file info set.
| fi | file info set |
Definition at line 400 of file rpmfi.c.
Referenced by rpmfi_iternext(), and showQueryPackage().
Return current file rdev from file info set.
| fi | file info set |
Definition at line 299 of file rpmfi.c.
Referenced by rpmfi_FRdev(), rpmfi_iternext(), rpmVerifyFile(), and showQueryPackage().
Destroy a file info set.
| fi | file info set |
Definition at line 1169 of file rpmfi.c.
References _free(), _rpmfi_debug, freeFSM(), headerFree(), headerFreeData(), and rpmfiUnlink.
Referenced by delTE(), freePackage(), freeSpec(), genCpioListAndHeader(), handleInstInstalledFiles(), packageBinaries(), packageSources(), rpmalDel(), rpmalFree(), rpmfi_dealloc(), rpmfi_free(), rpmfiBuildFClasses(), rpmfiBuildFContexts(), rpmfiBuildFDeps(), rpmfiBuildFSContexts(), rpmfiBuildREContexts(), rpmInstallSourcePackage(), rpmpsmFree(), rpmtsAddAvailableElement(), rpmtsRun(), showQueryPackage(), and showVerifyPackage().
Return current file size from file info set.
| fi | file info set |
Definition at line 286 of file rpmfi.c.
Referenced by handleInstInstalledFiles(), handleOverlappedFiles(), rpmfi_FSize(), rpmfi_iternext(), rpmVerifyFile(), and showQueryPackage().
| rpmfileState rpmfiFState | ( | rpmfi | fi | ) |
Return current file state from file info set.
| fi | file info set |
Definition at line 226 of file rpmfi.c.
References RPMFILE_STATE_MISSING.
Referenced by handleOverlappedFiles(), rpmfi_FState(), rpmfi_iternext(), rpmVerifyFile(), and showQueryPackage().
| const char* rpmfiFUser | ( | rpmfi | fi | ) |
Return current file owner from file info set.
| fi | file info set |
Definition at line 435 of file rpmfi.c.
Referenced by rpmfi_FUser(), rpmfi_iternext(), rpmVerifyFile(), and showQueryPackage().
| int rpmfiFX | ( | rpmfi | fi | ) |
Return current file index from file info set.
| fi | file info set |
Definition at line 74 of file rpmfi.c.
Referenced by rpmfi_FX().
Initialize file iterator index.
| fi | file info set | |
| fx | file iterator index |
Definition at line 487 of file rpmfi.c.
Referenced by handleInstInstalledFiles(), handleOverlappedFiles(), rpmalAdd(), rpmfcGenerateDepends(), rpmfcGenerateDependsHelper(), rpmfi_iternext(), rpmfi_print(), rpmfiBuildFClasses(), rpmfiBuildFContexts(), rpmfiBuildFDeps(), rpmfiBuildFSContexts(), rpmfiBuildREContexts(), rpmteColorDS(), rpmtsCheck(), rpmtsRun(), showQueryPackage(), skipFiles(), and verifyHeader().
Initialize directory iterator index.
| fi | file info set | |
| dx | directory iterator index |
Definition at line 521 of file rpmfi.c.
Referenced by skipFiles().
Reference a file info set instance.
| fi | file info set | |
| msg |
Create and load a file info set.
| ts | transaction set (NULL skips path relocation) | |
| h | header | |
| tagN | RPMTAG_BASENAMES | |
| flags | scareMem(0x1), nofilter(0x2) |
Definition at line 1281 of file rpmfi.c.
References _fdupe, _fdupestring, _free(), _rpmfi_debug, CPIO_MAP_GID, CPIO_MAP_MODE, CPIO_MAP_PATH, CPIO_MAP_UID, FA_UNKNOWN, headerAddEntry(), headerFree(), headerFreeData(), headerGetEntry(), headerGetEntryMinMemory(), headerIsEntry(), headerLink(), headerModifyEntry(), headerRemoveEntry(), headerSprintf(), newFSM(), rpmRelocation_s::newPath, nibble(), PGPHASHALGO_CRC32, PGPHASHALGO_MD5, PGPHASHALGO_RIPEMD128, PGPHASHALGO_RIPEMD160, PGPHASHALGO_SHA1, PGPHASHALGO_SHA256, PGPHASHALGO_SHA384, PGPHASHALGO_SHA512, relocateFileList(), rpmfiLink, rpmGetPath(), rpmHeaderFormats, RPMTAG_ARCHIVESIZE, RPMTAG_BASENAMES, RPMTAG_CLASSDICT, RPMTAG_DEPENDSDICT, RPMTAG_DIRINDEXES, RPMTAG_DIRNAMES, RPMTAG_FILECLASS, RPMTAG_FILECOLORS, RPMTAG_FILECONTEXTS, RPMTAG_FILEDEPENDSN, RPMTAG_FILEDEPENDSX, RPMTAG_FILEDIGESTALGOS, RPMTAG_FILEDIGESTS, RPMTAG_FILEFLAGS, RPMTAG_FILEGROUPNAME, RPMTAG_FILEINODES, RPMTAG_FILELANGS, RPMTAG_FILELINKTOS, RPMTAG_FILEMODES, RPMTAG_FILEMTIMES, RPMTAG_FILERDEVS, RPMTAG_FILESIZES, RPMTAG_FILESTATES, RPMTAG_FILEUSERNAME, RPMTAG_FILEVERIFYFLAGS, RPMTAG_ORIGBASENAMES, RPMTAG_POSTTRANS, RPMTAG_POSTTRANSPROG, RPMTAG_PRETRANS, RPMTAG_PRETRANSPROG, RPMTAG_REMOVETID, RPMTAG_SOURCERPM, rpmTagTable, rpmteType(), rpmtsRelocateElement(), TR_ADDED, xcalloc(), xmalloc(), xrealloc(), and xstrdup().
Referenced by addTE(), genCpioListAndHeader(), handleInstInstalledFiles(), hdr_fiFromHeader(), rpmfi_init(), rpmfiBuildFClasses(), rpmfiBuildFContexts(), rpmfiBuildFDeps(), rpmfiBuildFSContexts(), rpmfiBuildREContexts(), rpmInstallSourcePackage(), rpmtsAddAvailableElement(), rpmtsRun(), showQueryPackage(), and showVerifyPackage().
| int rpmfiNext | ( | rpmfi | fi | ) |
Return next file iterator index.
| fi | file info set |
Definition at line 463 of file rpmfi.c.
References _rpmfi_debug.
Referenced by handleInstInstalledFiles(), handleOverlappedFiles(), rpmalAdd(), rpmfcGenerateDepends(), rpmfcGenerateDependsHelper(), rpmfi_iternext(), rpmfi_print(), rpmfiBuildFClasses(), rpmfiBuildFContexts(), rpmfiBuildFDeps(), rpmfiBuildFSContexts(), rpmfiBuildREContexts(), rpmteColorDS(), rpmtsCheck(), rpmtsRun(), showQueryPackage(), skipFiles(), and verifyHeader().
| int rpmfiNextD | ( | rpmfi | fi | ) |
Return next directory iterator index.
| fi | file info set |
Definition at line 501 of file rpmfi.c.
References _rpmfi_debug.
Referenced by skipFiles().
| int rpmfiSetDX | ( | rpmfi | fi, | |
| int | dx | |||
| ) |
Set current directory index in file info set.
| fi | file info set | |
| dx | new directory index |
Definition at line 98 of file rpmfi.c.
Referenced by rpmalAdd(), and rpmalDel().
Set current file flags in file info set.
| fi | file info set | |
| FFlags | new file flags |
Definition at line 170 of file rpmfi.c.
Referenced by rpmtsRun().
| rpmfileState rpmfiSetFState | ( | rpmfi | fi, | |
| rpmfileState | fstate | |||
| ) |
| int rpmfiSetFX | ( | rpmfi | fi, | |
| int | fx | |||
| ) |
Set current file index in file info set.
| fi | file info set | |
| fx | new file index |
Definition at line 79 of file rpmfi.c.
Referenced by handleInstInstalledFiles(), handleOverlappedFiles(), and rpmfi_subscript().
| const char* rpmfiTypeString | ( | rpmfi | fi | ) |
Return formatted string representation of package disposition.
| fi | file info set |
Definition at line 704 of file rpmfi.c.
References rpmteType(), TR_ADDED, and TR_REMOVED.
Referenced by fsmStage().
Unreference a file info set instance.
| fi | file info set | |
| msg |
Return current file verify flags from file info set.
| fi | file info set |
Definition at line 185 of file rpmfi.c.
Referenced by rpmfi_iternext(), rpmfi_VFlags(), and rpmVerifyFile().
Return file type from mode_t.
| mode | file mode bits (from header) |
Definition at line 557 of file rpmfi.c.
References BDEV, CDEV, LINK, PIPE, REG, S_ISLNK, S_ISSOCK, SOCK, and XDIR.
Referenced by relocateFileList(), rpmfiCompare(), rpmfiDecideFate(), and skipFiles().
| fi | file info set | |
| msg | ||
| fn | ||
| ln |
Definition at line 47 of file rpmfi.c.
References _rpmfi_debug.
| fi | file info set | |
| msg | ||
| fn | ||
| ln |
Definition at line 36 of file rpmfi.c.
References _rpmfi_debug.
| int _rpmfi_debug |
1.5.7.1