rpm
4.5
|
Structures and prototypes used for an "rpmts" transaction set. More...
Go to the source code of this file.
Macros | |
#define | _RPMVSF_NODIGESTS |
#define | _RPMVSF_NOSIGNATURES |
#define | _RPMVSF_NOHEADER |
#define | _RPMVSF_NOPAYLOAD |
#define | rpmtsUnlink(_ts, _msg) XrpmtsUnlink(_ts, _msg, __FILE__, __LINE__) |
#define | rpmtsLink(_ts, _msg) XrpmtsLink(_ts, _msg, __FILE__, __LINE__) |
Typedefs | |
typedef enum rpmVSFlags_e | rpmVSFlags |
Bit(s) to control digest and signature verification. | |
typedef enum rpmTSType_e | rpmTSType |
Transaction Types. | |
typedef enum rpmtsOpX_e | rpmtsOpX |
Indices for timestamps. | |
Functions | |
int | rpmtsCheck (rpmts ts) |
Check that all dependencies can be resolved. | |
int | rpmrbCheck (rpmts ts) |
int | rpmtsOrder (rpmts ts) |
Determine package order in a transaction set according to dependencies. | |
int | rpmrbOrder (rpmts ts) |
int | rpmtsRun (rpmts ts, rpmps okProbs, rpmprobFilterFlags ignoreSet) |
Process all package elements in a transaction set. | |
int | rpmrbRun (rpmts ts, rpmps okProbs, rpmprobFilterFlags ignoreSet) |
rpmRC | rpmtsRollback (rpmts rbts, rpmprobFilterFlags ignoreSet, int running, rpmte rbte) |
Rollback a failed transaction. | |
rpmts | rpmtsUnlink (rpmts ts, const char *msg) |
Unreference a transaction instance. | |
rpmts | XrpmtsUnlink (rpmts ts, const char *msg, const char *fn, unsigned ln) |
rpmts | rpmtsLink (rpmts ts, const char *msg) |
Reference a transaction set instance. | |
rpmts | XrpmtsLink (rpmts ts, const char *msg, const char *fn, unsigned ln) |
int | rpmtsCloseDB (rpmts ts) |
Close the database used by the transaction. | |
int | rpmtsOpenDB (rpmts ts, int dbmode) |
Open the database used by the transaction. | |
int | rpmtsInitDB (rpmts ts, int dbmode) |
Initialize the database used by the transaction. | |
int | rpmtsRebuildDB (rpmts ts) |
Rebuild the database used by the transaction. | |
int | rpmtsVerifyDB (rpmts ts) |
Verify the database used by the transaction. | |
rpmdbMatchIterator | rpmtsInitIterator (const rpmts ts, rpmTag rpmtag, const void *keyp, size_t keylen) |
Return transaction database iterator. | |
rpmRC | rpmtsFindPubkey (rpmts ts) |
Retrieve pubkey from rpm database. | |
int | rpmtsCloseSDB (rpmts ts) |
Close the database used by the transaction to solve dependencies. | |
int | rpmtsOpenSDB (rpmts ts, int dbmode) |
Open the database used by the transaction to solve dependencies. | |
int | rpmtsSolve (rpmts ts, rpmds ds, const void *data) |
Attempt to solve a needed dependency using the solve database. | |
int | rpmtsAvailable (rpmts ts, const rpmds ds) |
Attempt to solve a needed dependency using memory resident tables. | |
int | rpmtsSetSolveCallback (rpmts ts, int(*solve)(rpmts ts, rpmds ds, const void *data), const void *solveData) |
Set dependency solver callback. | |
rpmTSType | rpmtsType (rpmts ts) |
Return the type of a transaction. | |
void | rpmtsSetType (rpmts ts, rpmTSType type) |
Set transaction type. | |
uint_32 | rpmtsARBGoal (rpmts ts) |
Return the autorollback goal. | |
void | rpmtsSetARBGoal (rpmts ts, uint_32 goal) |
Set autorollback goal. | |
rpmps | rpmtsProblems (rpmts ts) |
Return current transaction set problems. | |
void | rpmtsCleanDig (rpmts ts) |
Free signature verification data. | |
void | rpmtsClean (rpmts ts) |
Free memory needed only for dependency checks and ordering. | |
void | rpmtsEmpty (rpmts ts) |
Re-create an empty transaction set. | |
rpmts | rpmtsFree (rpmts ts) |
Destroy transaction set, closing the database as well. | |
rpmVSFlags | rpmtsVSFlags (rpmts ts) |
Get verify signatures flag(s). | |
rpmVSFlags | rpmtsSetVSFlags (rpmts ts, rpmVSFlags vsflags) |
Set verify signatures flag(s). | |
int | rpmtsUnorderedSuccessors (rpmts ts, int first) |
Set index of 1st element of successors. | |
const char * | rpmtsRootDir (rpmts ts) |
Get transaction rootDir, i.e. | |
void | rpmtsSetRootDir (rpmts ts, const char *rootDir) |
Set transaction rootDir, i.e. | |
const char * | rpmtsCurrDir (rpmts ts) |
Get transaction currDir, i.e. | |
void | rpmtsSetCurrDir (rpmts ts, const char *currDir) |
Set transaction currDir, i.e. | |
FD_t | rpmtsScriptFd (rpmts ts) |
Get transaction script file handle, i.e. | |
void | rpmtsSetScriptFd (rpmts ts, FD_t scriptFd) |
Set transaction script file handle, i.e. | |
int | rpmtsSELinuxEnabled (rpmts ts) |
Get selinuxEnabled flag, i.e. | |
int | rpmtsChrootDone (rpmts ts) |
Get chrootDone flag, i.e. | |
int | rpmtsSetChrootDone (rpmts ts, int chrootDone) |
Set chrootDone flag, i.e. | |
rpmsx | rpmtsREContext (const rpmts ts) |
Get file security context patterns. | |
int | rpmtsSetREContext (rpmts ts, rpmsx sx) |
Get file security context patterns. | |
int_32 | rpmtsGetTid (rpmts ts) |
Get transaction id, i.e. | |
int_32 | rpmtsSetTid (rpmts ts, int_32 tid) |
Set transaction id, i.e. | |
int_32 | rpmtsSigtag (const rpmts ts) |
Get signature tag. | |
int_32 | rpmtsSigtype (const rpmts ts) |
Get signature tag type. | |
const void * | rpmtsSig (const rpmts ts) |
Get signature tag data, i.e. | |
int_32 | rpmtsSiglen (const rpmts ts) |
Get signature tag data length, i.e. | |
int | rpmtsSetSig (rpmts ts, int_32 sigtag, int_32 sigtype, const void *sig, int_32 siglen) |
Set signature tag info, i.e. | |
pgpDig | rpmtsDig (rpmts ts) |
Get OpenPGP packet parameters, i.e. | |
pgpDigParams | rpmtsSignature (const rpmts ts) |
Get OpenPGP signature constants. | |
pgpDigParams | rpmtsPubkey (const rpmts ts) |
Get OpenPGP pubkey constants. | |
rpmdb | rpmtsGetRdb (rpmts ts) |
Get transaction set database handle. | |
rpmPRCO | rpmtsPRCO (rpmts ts) |
Get transaction set dependencies. | |
int | rpmtsInitDSI (const rpmts ts) |
Initialize disk space info for each and every mounted file systems. | |
void | rpmtsUpdateDSI (const rpmts ts, dev_t dev, uint_32 fileSize, uint_32 prevSize, uint_32 fixupSize, fileAction action) |
Update disk space info for a file. | |
void | rpmtsCheckDSIProblems (const rpmts ts, const rpmte te) |
Check a transaction element for disk space problems. | |
void * | rpmtsNotify (rpmts ts, rpmte te, rpmCallbackType what, unsigned long long amount, unsigned long long total) |
Perform transaction progress notify callback. | |
int | rpmtsNElements (rpmts ts) |
Return number of (ordered) transaction set elements. | |
rpmte | rpmtsElement (rpmts ts, int ix) |
Return (ordered) transaction set element. | |
rpmprobFilterFlags | rpmtsFilterFlags (rpmts ts) |
Get problem ignore bit mask, i.e. | |
rpmtransFlags | rpmtsFlags (rpmts ts) |
Get transaction flags, i.e. | |
rpmtransFlags | rpmtsSetFlags (rpmts ts, rpmtransFlags transFlags) |
Set transaction flags, i.e. | |
rpmdepFlags | rpmtsDFlags (rpmts ts) |
Get dependency flags, i.e. | |
rpmdepFlags | rpmtsSetDFlags (rpmts ts, rpmdepFlags depFlags) |
Set dependency flags, i.e. | |
Spec | rpmtsSpec (rpmts ts) |
Get spec control structure from transaction set. | |
Spec | rpmtsSetSpec (rpmts ts, Spec spec) |
Set a spec control structure in transaction set. | |
rpmte | rpmtsRelocateElement (rpmts ts) |
Get current relocate transaction element. | |
rpmte | rpmtsSetRelocateElement (rpmts ts, rpmte relocateElement) |
Set current relocate transaction element. | |
uint_32 | rpmtsColor (rpmts ts) |
Retrieve color bits of transaction set. | |
uint_32 | rpmtsPrefColor (rpmts ts) |
Retrieve prefered file color. | |
uint_32 | rpmtsSetColor (rpmts ts, uint_32 color) |
Set color bits of transaction set. | |
rpmop | rpmtsOp (rpmts ts, rpmtsOpX opx) |
Retrieve operation timestamp from a transaction set. | |
int | rpmtsSetNotifyCallback (rpmts ts, rpmCallbackFunction notify, rpmCallbackData notifyData) |
Set transaction notify callback function and argument. | |
rpmts | rpmtsCreate (void) |
Create an empty transaction set. | |
int | rpmtsAddInstallElement (rpmts ts, Header h, const fnpyKey key, int upgrade, rpmRelocation relocs) |
Add package to be installed to transaction set. | |
int | rpmtsAddEraseElement (rpmts ts, Header h, int dboffset) |
Add package to be erased to transaction set. | |
Variables | |
int | _rpmts_debug |
int | _rpmts_stats |
int | _fps_debug |
Structures and prototypes used for an "rpmts" transaction set.
Definition in file rpmts.h.
#define _RPMVSF_NODIGESTS |
Definition at line 51 of file rpmts.h.
Referenced by init_rpm(), rpmcliQuery(), rpmcliVerify(), rpmErase(), rpmInstall(), rpmRollback(), and rpmtsRollback().
#define _RPMVSF_NOHEADER |
Definition at line 63 of file rpmts.h.
Referenced by init_rpm().
#define _RPMVSF_NOPAYLOAD |
Definition at line 69 of file rpmts.h.
Referenced by init_rpm().
#define _RPMVSF_NOSIGNATURES |
Definition at line 57 of file rpmts.h.
Referenced by init_rpm(), rpmcliQuery(), rpmcliVerify(), rpmErase(), rpmInstall(), rpmRollback(), and rpmtsRollback().
#define rpmtsLink | ( | _ts, | |
_msg | |||
) | XrpmtsLink(_ts, _msg, __FILE__, __LINE__) |
#define rpmtsUnlink | ( | _ts, | |
_msg | |||
) | XrpmtsUnlink(_ts, _msg, __FILE__, __LINE__) |
typedef enum rpmtsOpX_e rpmtsOpX |
Indices for timestamps.
typedef enum rpmTSType_e rpmTSType |
Transaction Types.
typedef enum rpmVSFlags_e rpmVSFlags |
Bit(s) to control digest and signature verification.
enum rpmtsOpX_e |
Indices for timestamps.
enum rpmTSType_e |
enum rpmVSFlags_e |
int rpmrbCheck | ( | rpmts | ts | ) |
Definition at line 387 of file rpmrollback.c.
References N_, rpmrbProblems(), and rpmtsCheck().
Referenced by main().
int rpmrbOrder | ( | rpmts | ts | ) |
Definition at line 392 of file rpmrollback.c.
References N_, rpmrbProblems(), and rpmtsOrder().
Referenced by main().
int rpmrbRun | ( | rpmts | ts, |
rpmps | okProbs, | ||
rpmprobFilterFlags | ignoreSet | ||
) |
Definition at line 397 of file rpmrollback.c.
References N_, rpmrbProblems(), and rpmtsRun().
Referenced by main().
Return the autorollback goal.
ts | transaction set |
Definition at line 868 of file rpmts.c.
Referenced by rpmtsRollback().
Attempt to solve a needed dependency using memory resident tables.
ts | transaction set |
ds | dependency set |
Definition at line 615 of file rpmts.c.
References _free(), rpmalAllSatisfiesDepend(), and xrealloc().
Retrieve color bits of transaction set.
ts | transaction set |
Definition at line 1441 of file rpmts.c.
Referenced by checkPackageSet(), handleInstInstalledFiles(), handleOverlappedFiles(), populateInstallHeader(), rpmpsmStage(), rpmtsAddAvailableElement(), rpmtsAddInstallElement(), rpmtsAddObsoletes(), rpmtsAddUpgrades(), rpmtsCheck(), rpmtsOrder(), rpmtsRun(), and skipFiles().
Return (ordered) transaction set element.
ts | transaction set |
ix | transaction element index |
Definition at line 1362 of file rpmts.c.
Referenced by rpmInstallSourcePackage(), rpmtsiFi(), and rpmtsiNextElement().
Retrieve pubkey from rpm database.
ts | rpm transaction |
Definition at line 243 of file rpmts.c.
References _free(), pgpDigParams_s::hash_algo, headerFreeData(), headerGetEntry(), PGPARMOR_PUBKEY, pgpGrab(), pgpHexStr(), pgpPrtPkts(), PGPPUBKEYALGO_DSA, PGPPUBKEYALGO_RSA, pgpReadPkts(), pgpDigParams_s::pubkey_algo, rpmdbFreeIterator(), rpmdbGetIteratorFileNum(), rpmdbGetIteratorOffset(), rpmdbNextIterator(), rpmExpand(), RPMMESS_DEBUG, rpmMessage, RPMRC_NOKEY, RPMRC_OK, RPMTAG_PUBKEYS, rpmtsDig(), rpmtsInitIterator(), rpmtsPubkey(), rpmtsSig(), rpmtsSignature(), pgpDigParams_s::signid, and xstrdup().
Referenced by verifyDSASignature(), and verifyRSASignature().
int rpmtsNElements | ( | rpmts | ts | ) |
Return number of (ordered) transaction set elements.
ts | transaction set |
Definition at line 1353 of file rpmts.c.
Referenced by rpmtsiNextElement(), rpmtsRun(), and XrpmtsiInit().
void* rpmtsNotify | ( | rpmts | ts, |
rpmte | te, | ||
rpmCallbackType | what, | ||
unsigned long long | amount, | ||
unsigned long long | total | ||
) |
Perform transaction progress notify callback.
ts | transaction set |
te | current transaction element |
what | type of call back |
amount | current value |
total | final value |
Definition at line 1337 of file rpmts.c.
References rpmteKey(), and TR_ADDED.
Referenced by fsmSetup(), fsmStage(), and rpmpsmStage().
Retrieve operation timestamp from a transaction set.
ts | transaction set |
opx | operation timestamp index |
Definition at line 1461 of file rpmts.c.
References RPMTS_OP_MAX.
Referenced by fsmStage(), headerCheck(), psmWait(), rpmpsmStage(), rpmReadPackageFile(), rpmtsCheck(), rpmtsCloseDB(), rpmtsCloseSDB(), rpmtsCreate(), rpmtsOrder(), rpmtsPrintStats(), rpmtsRun(), verifyDSASignature(), verifyMD5Signature(), verifyRSASignature(), and verifySHA1Signature().
Retrieve prefered file color.
ts | transaction set |
Definition at line 1456 of file rpmts.c.
Referenced by handleInstInstalledFiles(), handleOverlappedFiles(), and rpmtsOrder().
Return current transaction set problems.
ts | transaction set |
Definition at line 658 of file rpmts.c.
References rpmpsLink().
Referenced by checkPackageDeps(), cmpArgvStr(), ensureOlder(), handleInstInstalledFiles(), handleOverlappedFiles(), relocateFileList(), rpmErase(), rpmgiNext(), rpmInstall(), rpmrbProblems(), rpmts_Check(), rpmts_Problems(), rpmts_Run(), rpmtsAddInstallElement(), rpmtsCheck(), rpmtsCheckDSIProblems(), rpmtsRun(), and verifyDependencies().
Set autorollback goal.
ts | transaction set |
goal | autorollback goal |
Definition at line 873 of file rpmts.c.
Referenced by rpmErase(), and rpmInstall().
Set color bits of transaction set.
ts | transaction set |
color | new color bits |
Definition at line 1446 of file rpmts.c.
Referenced by rpmts_SetColor().
int rpmtsSetSolveCallback | ( | rpmts | ts, |
int(*)(rpmts ts, rpmds ds, const void *data) | solve, | ||
const void * | solveData | ||
) |
Set dependency solver callback.
ts | transaction set |
(*solve) | dependency solver callback |
solveData | dependency solver callback data (opaque) |
Set transaction type.
Allowed types are: RPMTRANS_TYPE_NORMAL RPMTRANS_TYPE_ROLLBACK RPMTRANS_TYPE_AUTOROLLBACK
ts | transaction set |
type | transaction type |
Definition at line 862 of file rpmts.c.
Referenced by rpmRollback().
Attempt to solve a needed dependency using the solve database.
ts | transaction set |
ds | dependency set |
data | opaque data associated with callback |
Definition at line 454 of file rpmts.c.
References _, _free(), D_, Fclose(), Ferror(), Fopen(), Fstrerror(), headerFree(), headerGetEntry(), headerLink(), headerSprintf(), rpmdbFreeIterator(), rpmdbInitIterator(), rpmdbNextIterator(), RPMDEPS_FLAG_ADDINDEPS, rpmdsAnyMatchesDep(), rpmdsN(), rpmdsTagN(), RPMERR_OPEN, RPMERR_QFMT, rpmError, rpmExpand(), rpmHeaderFormats, RPMMESS_DEBUG, rpmMessage, RPMRC_NOKEY, RPMRC_NOTTRUSTED, RPMRC_OK, rpmReadPackageFile(), RPMTAG_BASENAMES, RPMTAG_BUILDTIME, RPMTAG_CONFLICTNAME, RPMTAG_DIRNAMES, RPMTAG_FILELINKTOS, RPMTAG_NAME, RPMTAG_PROVIDENAME, RPMTAG_REQUIRENAME, rpmTagTable, rpmtsAddInstallElement(), rpmtsOpenSDB(), sugcmp(), and xrealloc().
Referenced by rpmInstall(), rpmts_Check(), and rpmtsCreate().
Return the type of a transaction.
ts | transaction set |
Definition at line 857 of file rpmts.c.
Referenced by populateInstallHeader(), rpmpsmStage(), rpmtsRollback(), and rpmtsRun().
Definition at line 88 of file rpmts.c.
References _rpmts_debug.
Definition at line 78 of file rpmts.c.
References _rpmts_debug.
int _fps_debug |
Definition at line 283 of file transaction.c.