|
rpm 6.1.90
The RPM Package Manager
|
How to create, run & destroy a package transaction. More...

Files | |
| file | rpmte.h |
| file | rpmts.h |
Typedefs | |
| typedef void *(* | rpmCallbackFunction) (const void *h, const rpmCallbackType what, const rpm_loff_t amount, const rpm_loff_t total, fnpyKey key, rpmCallbackData data) |
| typedef enum rpmtsOpX_e | rpmtsOpX |
| typedef int(* | rpmtsChangeFunction) (int event, rpmte te, rpmte other, void *data) |
Enumerations | |
| enum | rpmtransFlags_e { RPMTRANS_FLAG_NONE = 0 , RPMTRANS_FLAG_TEST = (1 << 0) , RPMTRANS_FLAG_BUILD_PROBS = (1 << 1) , RPMTRANS_FLAG_NOSCRIPTS = (1 << 2) , RPMTRANS_FLAG_JUSTDB = (1 << 3) , RPMTRANS_FLAG_NOTRIGGERS = (1 << 4) , RPMTRANS_FLAG_NODOCS = (1 << 5) , RPMTRANS_FLAG_ALLFILES = (1 << 6) , RPMTRANS_FLAG_NOPLUGINS = (1 << 7) , RPMTRANS_FLAG_NOCONTEXTS = (1 << 8) , RPMTRANS_FLAG_NOCAPS = (1 << 9) , RPMTRANS_FLAG_NODB = (1 << 10) , RPMTRANS_FLAG_NOPREUNTRANS = (1 << 14) , RPMTRANS_FLAG_NOPOSTUNTRANS = (1 << 15) , RPMTRANS_FLAG_NOTRIGGERPREIN = (1 << 16) , RPMTRANS_FLAG_NOPRE = (1 << 17) , RPMTRANS_FLAG_NOPOST = (1 << 18) , RPMTRANS_FLAG_NOTRIGGERIN = (1 << 19) , RPMTRANS_FLAG_NOTRIGGERUN = (1 << 20) , RPMTRANS_FLAG_NOPREUN = (1 << 21) , RPMTRANS_FLAG_NOPOSTUN = (1 << 22) , RPMTRANS_FLAG_NOTRIGGERPOSTUN = (1 << 23) , RPMTRANS_FLAG_NOPRETRANS = (1 << 24) , RPMTRANS_FLAG_NOPOSTTRANS = (1 << 25) , RPMTRANS_FLAG_NOSYSUSERS = (1 << 26) , RPMTRANS_FLAG_NOMD5 = (1 << 27) , RPMTRANS_FLAG_NOFILEDIGEST = (1 << 27) , RPMTRANS_FLAG_NOARTIFACTS = (1 << 29) , RPMTRANS_FLAG_NOCONFIGS = (1 << 30) , RPMTRANS_FLAG_DEPLOOPS = (1U << 31) } |
| enum | rpmVSFlags_e { RPMVSF_DEFAULT = 0 , RPMVSF_NOHDRCHK = (1 << 0) , RPMVSF_NEEDPAYLOAD = (1 << 1) , RPMVSF_NOSHA1HEADER = (1 << 8) , RPMVSF_NOSHA256HEADER = (1 << 9) , RPMVSF_NODSAHEADER = (1 << 10) , RPMVSF_NORSAHEADER = (1 << 11) , RPMVSF_NOOPENPGP = (1 << 12) , RPMVSF_NOSHA3_256HEADER = (1 << 13) , RPMVSF_NOSHA512PAYLOAD = (1 << 14) , RPMVSF_NOSHA3_256PAYLOAD = (1 << 15) , RPMVSF_NOSHA256PAYLOAD = (1 << 16) , RPMVSF_NOMD5 = (1 << 17) , RPMVSF_NODSA = (1 << 18) , RPMVSF_NORSA = (1 << 19) } |
| enum | rpmtsOpX_e { RPMTS_OP_TOTAL = 0 , RPMTS_OP_CHECK = 1 , RPMTS_OP_ORDER = 2 , RPMTS_OP_FINGERPRINT = 3 , RPMTS_OP_INSTALL = 5 , RPMTS_OP_ERASE = 6 , RPMTS_OP_SCRIPTLETS = 7 , RPMTS_OP_COMPRESS = 8 , RPMTS_OP_UNCOMPRESS = 9 , RPMTS_OP_DIGEST = 10 , RPMTS_OP_SIGNATURE = 11 , RPMTS_OP_DBADD = 12 , RPMTS_OP_DBREMOVE = 13 , RPMTS_OP_DBGET = 14 , RPMTS_OP_DBPUT = 15 , RPMTS_OP_DBDEL = 16 , RPMTS_OP_VERIFY = 17 , RPMTS_OP_MAX = 18 } |
Functions | |
| RPM_PUBLIC_API int | rpmtsCheck (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsOrder (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsRun (rpmts ts, rpmps okProbs, rpmprobFilterFlags ignoreSet) |
| RPM_PUBLIC_API rpmts | rpmtsLink (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsCloseDB (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsOpenDB (rpmts ts, int dbmode) |
| RPM_PUBLIC_API int | rpmtsInitDB (rpmts ts, int perms) |
| RPM_PUBLIC_API int | rpmtsGetDBMode (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsSetDBMode (rpmts ts, int dbmode) |
| RPM_PUBLIC_API int | rpmtsRebuildDB (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsParkDB (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsVerifyDB (rpmts ts) |
| RPM_PUBLIC_API rpmdbMatchIterator | rpmtsInitIterator (const rpmts ts, rpmDbiTagVal rpmtag, const void *keyp, size_t keylen) |
| RPM_PUBLIC_API rpmRC | rpmtsImportHeader (rpmtxn txn, Header h, rpmFlags flags) |
| RPM_PUBLIC_API rpmRC | rpmtsImportPubkey (rpmts ts, const unsigned char *pkt, size_t pktlen) |
| RPM_PUBLIC_API rpmRC | rpmtxnImportPubkey (rpmtxn kxn, const unsigned char *pkt, size_t pktlen) |
| RPM_PUBLIC_API rpmRC | rpmtxnDeletePubkey (rpmtxn kxn, rpmPubkey key) |
| RPM_PUBLIC_API rpmRC | rpmtxnRebuildKeystore (rpmtxn kxn, const char *from) |
| RPM_PUBLIC_API rpmKeyring | rpmtsGetKeyring (rpmts ts, int autoload) |
| RPM_PUBLIC_API int | rpmtsSetKeyring (rpmts ts, rpmKeyring keyring) |
| RPM_PUBLIC_API int | rpmtsSetSolveCallback (rpmts ts, int(*solve)(rpmts ts, rpmds ds, const void *data), const void *solveData) |
| RPM_PUBLIC_API rpmps | rpmtsProblems (rpmts ts) |
| RPM_PUBLIC_API void | rpmtsCleanProblems (rpmts ts) |
| RPM_PUBLIC_API void | rpmtsClean (rpmts ts) |
| RPM_PUBLIC_API void | rpmtsEmpty (rpmts ts) |
| RPM_PUBLIC_API rpmts | rpmtsFree (rpmts ts) |
| RPM_PUBLIC_API rpmVSFlags | rpmtsVSFlags (rpmts ts) |
| RPM_PUBLIC_API rpmVSFlags | rpmtsSetVSFlags (rpmts ts, rpmVSFlags vsflags) |
| RPM_PUBLIC_API rpmVSFlags | rpmtsVfyFlags (rpmts ts) |
| RPM_PUBLIC_API rpmVSFlags | rpmtsSetVfyFlags (rpmts ts, rpmVSFlags vfyflags) |
| RPM_PUBLIC_API int | rpmtsVfyLevel (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsSetVfyLevel (rpmts ts, int vfylevel) |
| RPM_PUBLIC_API const char * | rpmtsRootDir (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsSetRootDir (rpmts ts, const char *rootDir) |
| RPM_PUBLIC_API FD_t | rpmtsScriptFd (rpmts ts) |
| RPM_PUBLIC_API void | rpmtsSetScriptFd (rpmts ts, FD_t scriptFd) |
| RPM_PUBLIC_API rpm_tid_t | rpmtsGetTid (rpmts ts) |
| RPM_PUBLIC_API rpm_tid_t | rpmtsSetTid (rpmts ts, rpm_tid_t tid) |
| RPM_PUBLIC_API rpmdb | rpmtsGetRdb (rpmts ts) |
| RPM_PUBLIC_API void * | rpmtsNotify (rpmts ts, rpmte te, rpmCallbackType what, rpm_loff_t amount, rpm_loff_t total) |
| RPM_PUBLIC_API int | rpmtsNElements (rpmts ts) |
| RPM_PUBLIC_API rpmte | rpmtsElement (rpmts ts, int ix) |
| RPM_PUBLIC_API rpmprobFilterFlags | rpmtsFilterFlags (rpmts ts) |
| RPM_PUBLIC_API rpmtransFlags | rpmtsFlags (rpmts ts) |
| RPM_PUBLIC_API rpmtransFlags | rpmtsSetFlags (rpmts ts, rpmtransFlags transFlags) |
| RPM_PUBLIC_API rpm_color_t | rpmtsColor (rpmts ts) |
| RPM_PUBLIC_API rpm_color_t | rpmtsPrefColor (rpmts ts) |
| RPM_PUBLIC_API rpm_color_t | rpmtsSetColor (rpmts ts, rpm_color_t color) |
| RPM_PUBLIC_API rpm_color_t | rpmtsSetPrefColor (rpmts ts, rpm_color_t color) |
| RPM_PUBLIC_API rpmop | rpmtsOp (rpmts ts, rpmtsOpX opx) |
| RPM_PUBLIC_API rpmPlugins | rpmtsPlugins (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsSetNotifyCallback (rpmts ts, rpmCallbackFunction notify, rpmCallbackData notifyData) |
| RPM_PUBLIC_API int | rpmtsSetNotifyStyle (rpmts ts, int style) |
| RPM_PUBLIC_API int | rpmtsGetNotifyStyle (rpmts ts) |
| RPM_PUBLIC_API int | rpmtsSetChangeCallback (rpmts ts, rpmtsChangeFunction notify, void *data) |
| RPM_PUBLIC_API rpmts | rpmtsCreate (void) |
| RPM_PUBLIC_API int | rpmtsAddInstallElement (rpmts ts, Header h, const fnpyKey key, int upgrade, rpmRelocation *relocs) |
| RPM_PUBLIC_API int | rpmtsAddReinstallElement (rpmts ts, Header h, const fnpyKey key) |
| RPM_PUBLIC_API int | rpmtsAddRestoreElement (rpmts ts, Header h) |
| RPM_PUBLIC_API int | rpmtsAddEraseElement (rpmts ts, Header h, int dboffset) |
| RPM_PUBLIC_API rpmtxn | rpmkxnBegin (rpmts ts, rpmtxnFlags flags) |
| RPM_PUBLIC_API rpmtxn | rpmtxnBegin (rpmts ts, rpmtxnFlags flags) |
| RPM_PUBLIC_API rpmtxn | rpmtxnEnd (rpmtxn txn) |
RPMRC | |
| RPM_PUBLIC_API rpmRC | rpmInstallSourcePackage (rpmts ts, FD_t fd, char **specFilePtr, char **cookie) |
How to create, run & destroy a package transaction.
| typedef void *(* rpmCallbackFunction) (const void *h, const rpmCallbackType what, const rpm_loff_t amount, const rpm_loff_t total, fnpyKey key, rpmCallbackData data) |
Function pointer type for rpmtsSetNotifyCallback() triggered by rpmtsNotify()
| h | related header or NULL |
| what | kind of notification (See RPMCALLBACK_ constants above) |
| amount | number of bytes/packages already processed or tag of the scriptlet involved or 0 or some other number |
| total | total number of bytes/packages to be processed or return code of the scriptlet or 0 |
| key | result of rpmteKey() of related rpmte or 0 |
| data | user data as passed to rpmtsSetNotifyCallback() |
| typedef int(* rpmtsChangeFunction) (int event, rpmte te, rpmte other, void *data) |
Transaction change callback type.
On explicit install/erase add events, "other" is NULL, on implicit add events (erasures due to obsolete/upgrade, replaced by newer) it points to the replacing package.
| event | Change event (see rpmtsEvent enum) |
| te | Transaction element |
| other | Related transaction element (or NULL) |
| data | Application private data from rpmtsSetChangeCallback() |
| typedef enum rpmtsOpX_e rpmtsOpX |
Indices for timestamps.
| enum rpmtransFlags_e |
Bit(s) to control rpmtsRun() operation.
| enum rpmtsOpX_e |
Indices for timestamps.
| enum rpmVSFlags_e |
Bit(s) to control digest and signature verification.
| RPM_PUBLIC_API rpmRC rpmInstallSourcePackage | ( | rpmts | ts, |
| FD_t | fd, | ||
| char ** | specFilePtr, | ||
| char ** | cookie ) |
Install source package.
| ts | transaction set | |
| fd | file handle | |
| [out] | specFilePtr | address of spec file name (or NULL) |
| [out] | cookie | address of cookie pointer (or NULL) |
| RPM_PUBLIC_API rpmtxn rpmkxnBegin | ( | rpmts | ts, |
| rpmtxnFlags | flags ) |
Create a keystore (lock) handle
| ts | transaction set |
| flags | flags |
Add package to be erased to transaction set.
| ts | transaction set |
| h | header |
| dboffset | ununsed |
| RPM_PUBLIC_API int rpmtsAddInstallElement | ( | rpmts | ts, |
| Header | h, | ||
| const fnpyKey | key, | ||
| int | upgrade, | ||
| rpmRelocation * | relocs ) |
Add package to be installed to transaction set.
The transaction set is checked for duplicate package names. If found, the package with the "newest" EVR will be replaced.
| ts | transaction set |
| h | header |
| key | package retrieval key (e.g. file name) |
| upgrade | is package being upgraded? |
| relocs | package file relocations |
Add package to be reinstalled to transaction set.
| ts | transaction set |
| h | header |
| key | package retrieval key (e.g. file name) |
Add package to be restored to transaction set.
| ts | transaction set |
| h | header |
| RPM_PUBLIC_API int rpmtsCheck | ( | rpmts | ts | ) |
Perform dependency resolution on the transaction set.
Any problems found by rpmtsCheck() can be examined by retrieving the problem set with rpmtsProblems(), success here only means that the resolution was successfully attempted for all packages in the set.
| ts | transaction set |
| RPM_PUBLIC_API void rpmtsClean | ( | rpmts | ts | ) |
Free memory needed only for dependency checks and ordering.
| ts | transaction set |
| RPM_PUBLIC_API void rpmtsCleanProblems | ( | rpmts | ts | ) |
Clean current transaction problem set.
| ts | transaction set |
| RPM_PUBLIC_API int rpmtsCloseDB | ( | rpmts | ts | ) |
Close the database used by the transaction.
| ts | transaction set |
| RPM_PUBLIC_API rpm_color_t rpmtsColor | ( | rpmts | ts | ) |
Retrieve color bits of transaction set.
| ts | transaction set |
| RPM_PUBLIC_API rpmts rpmtsCreate | ( | void | ) |
Create an empty transaction set.
| RPM_PUBLIC_API rpmte rpmtsElement | ( | rpmts | ts, |
| int | ix ) |
Return (ordered) transaction set element.
| ts | transaction set |
| ix | transaction element index |
| RPM_PUBLIC_API void rpmtsEmpty | ( | rpmts | ts | ) |
Re-create an empty transaction set.
| ts | transaction set |
| RPM_PUBLIC_API rpmprobFilterFlags rpmtsFilterFlags | ( | rpmts | ts | ) |
Get problem ignore bit mask, i.e. bits to filter encountered problems.
| ts | transaction set |
| RPM_PUBLIC_API rpmtransFlags rpmtsFlags | ( | rpmts | ts | ) |
Get transaction flags, i.e. bits that control rpmtsRun().
| ts | transaction set |
Destroy transaction set, closing the database as well.
| ts | transaction set |
| RPM_PUBLIC_API int rpmtsGetDBMode | ( | rpmts | ts | ) |
Return the transaction database mode
| ts | transaction set |
| RPM_PUBLIC_API rpmKeyring rpmtsGetKeyring | ( | rpmts | ts, |
| int | autoload ) |
Retrieve handle for keyring used for this transaction set
| ts | transaction set |
| autoload | load default keyring if keyring is not set |
| RPM_PUBLIC_API int rpmtsGetNotifyStyle | ( | rpmts | ts | ) |
Get transaction notify callback style.
| ts | transaction set |
| RPM_PUBLIC_API rpmdb rpmtsGetRdb | ( | rpmts | ts | ) |
Get transaction set database handle.
| ts | transaction set |
| RPM_PUBLIC_API rpm_tid_t rpmtsGetTid | ( | rpmts | ts | ) |
Get transaction id, i.e. transaction time stamp.
| ts | transaction set |
Import a header into the rpmdb
| txn | transaction handle |
| h | header |
| flags | (unused) |
Import public key packet(s) to transaction keystore.
| ts | transaction set |
| pkt | pgp pubkey packet(s) |
| pktlen | pgp pubkey length |
| RPM_PUBLIC_API int rpmtsInitDB | ( | rpmts | ts, |
| int | perms ) |
Initialize the database used by the transaction.
| ts | transaction set |
| perms | database permissions (ie mode bits) |
| RPM_PUBLIC_API rpmdbMatchIterator rpmtsInitIterator | ( | const rpmts | ts, |
| rpmDbiTagVal | rpmtag, | ||
| const void * | keyp, | ||
| size_t | keylen ) |
Return transaction database iterator.
| ts | transaction set |
| RPM Tag API. | database index tag |
| keyp | key data (NULL for sequential access) |
| keylen | key data length (0 will use strlen(keyp)) |
Reference a transaction set instance.
| ts | transaction set |
| RPM_PUBLIC_API int rpmtsNElements | ( | rpmts | ts | ) |
Return number of (ordered) transaction set elements.
| ts | transaction set |
| RPM_PUBLIC_API void * rpmtsNotify | ( | rpmts | ts, |
| rpmte | te, | ||
| rpmCallbackType | what, | ||
| rpm_loff_t | amount, | ||
| rpm_loff_t | total ) |
Perform transaction progress notify callback.
| ts | transaction set |
| te | current transaction element |
| what | type of call back |
| amount | current value |
| total | final value |
Retrieve operation timestamp from a transaction set.
| ts | transaction set |
| opx | operation timestamp index |
| RPM_PUBLIC_API int rpmtsOpenDB | ( | rpmts | ts, |
| int | dbmode ) |
Open the database used by the transaction.
| ts | transaction set |
| dbmode | O_RDONLY or O_RDWR |
| RPM_PUBLIC_API int rpmtsOrder | ( | rpmts | ts | ) |
Determine package order in a transaction set according to dependencies.
Order packages, returning error if circular dependencies cannot be eliminated by removing Requires's from the loop(s). Only dependencies from added or removed packages are used to determine ordering using a topological sort (Knuth vol. 1, p. 262). Use rpmtsCheck() to verify that all dependencies can be resolved.
The final order ends up as installed packages followed by removed packages, with packages removed for upgrades immediately following the new package to be installed.
The algorithm is deterministic, but the final order depends on the order in which packages were added to the transaction set.
| ts | transaction set |
| RPM_PUBLIC_API int rpmtsParkDB | ( | rpmts | ts | ) |
Park the database used by the transaction.
| ts | transaction set |
| RPM_PUBLIC_API rpmPlugins rpmtsPlugins | ( | rpmts | ts | ) |
Get the plugins associated with a transaction set
| ts | transaction set |
| RPM_PUBLIC_API rpm_color_t rpmtsPrefColor | ( | rpmts | ts | ) |
Retrieve preferred file color
| ts | transaction set |
| RPM_PUBLIC_API rpmps rpmtsProblems | ( | rpmts | ts | ) |
Return current transaction set problems.
| ts | transaction set |
| RPM_PUBLIC_API int rpmtsRebuildDB | ( | rpmts | ts | ) |
Rebuild the database used by the transaction.
| ts | transaction set |
| RPM_PUBLIC_API const char * rpmtsRootDir | ( | rpmts | ts | ) |
Get transaction rootDir, i.e. path to chroot(2).
| ts | transaction set |
| RPM_PUBLIC_API int rpmtsRun | ( | rpmts | ts, |
| rpmps | okProbs, | ||
| rpmprobFilterFlags | ignoreSet ) |
Process all package elements in a transaction set. Before calling rpmtsRun be sure to have:
Additionally, though not required you may want to:
| ts | transaction set |
| okProbs | unused |
| ignoreSet | bits to filter problem types |
Get transaction script file handle, i.e. stdout/stderr on scriptlet execution
| ts | transaction set |
| RPM_PUBLIC_API int rpmtsSetChangeCallback | ( | rpmts | ts, |
| rpmtsChangeFunction | notify, | ||
| void * | data ) |
Set transaction change callback function and argument.
The change callback gets called when transaction elements are added, replaced or removed from a transaction set.
| ts | transaction set |
| notify | element change callback |
| data | element change callback private data |
| RPM_PUBLIC_API rpm_color_t rpmtsSetColor | ( | rpmts | ts, |
| rpm_color_t | color ) |
Set color bits of transaction set.
| ts | transaction set |
| color | new color bits |
| RPM_PUBLIC_API int rpmtsSetDBMode | ( | rpmts | ts, |
| int | dbmode ) |
Set the transaction database mode. Only permitted when when backing database hasn't been opened yet (ie rpmtsGetRdb(ts) == NULL)
| ts | transaction set |
| dbmode | O_RDONLY, O_RDWR or -1 (disable lazy opens) |
| RPM_PUBLIC_API rpmtransFlags rpmtsSetFlags | ( | rpmts | ts, |
| rpmtransFlags | transFlags ) |
Set transaction flags, i.e. bits that control rpmtsRun().
| ts | transaction set |
| transFlags | new transaction flags |
| RPM_PUBLIC_API int rpmtsSetKeyring | ( | rpmts | ts, |
| rpmKeyring | keyring ) |
Set keyring to use for this transaction set. Keyring can be only changed while the underlying rpm database is not yet open.
| ts | transaction set |
| keyring | keyring handle (NULL to free current keyring) |
| RPM_PUBLIC_API int rpmtsSetNotifyCallback | ( | rpmts | ts, |
| rpmCallbackFunction | notify, | ||
| rpmCallbackData | notifyData ) |
Set transaction notify callback function and argument.
| ts | transaction set |
| notify | progress callback |
| notifyData | progress callback private data |
| RPM_PUBLIC_API int rpmtsSetNotifyStyle | ( | rpmts | ts, |
| int | style ) |
Set transaction notify callback style.
| ts | transaction set |
| style | 0 (default) for header, 1 for transaction element as the first argument |
| RPM_PUBLIC_API rpm_color_t rpmtsSetPrefColor | ( | rpmts | ts, |
| rpm_color_t | color ) |
Set preferred file color
| ts | transaction set |
| color | new color bits |
| RPM_PUBLIC_API int rpmtsSetRootDir | ( | rpmts | ts, |
| const char * | rootDir ) |
Set transaction rootDir, i.e. path to chroot(2).
Note that rpm assumes the environment inside the root is set up by the caller, such as any mounts needed for the operation inside the root directory.
| ts | transaction set |
| rootDir | new transaction rootDir (or NULL) |
Set transaction script file handle, i.e. stdout/stderr on scriptlet execution
| ts | transaction set |
| scriptFd | new script file handle (or NULL) |
| RPM_PUBLIC_API int rpmtsSetSolveCallback | ( | rpmts | ts, |
| int(* | solve )(rpmts ts, rpmds ds, const void *data), | ||
| const void * | solveData ) |
Set dependency solver callback.
| ts | transaction set |
| (*solve) | dependency solver callback |
| solveData | dependency solver callback data (opaque) |
| RPM_PUBLIC_API rpm_tid_t rpmtsSetTid | ( | rpmts | ts, |
| rpm_tid_t | tid ) |
Set transaction id, i.e. transaction time stamp.
| ts | transaction set |
| tid | new transaction id |
| RPM_PUBLIC_API rpmVSFlags rpmtsSetVfyFlags | ( | rpmts | ts, |
| rpmVSFlags | vfyflags ) |
Set package verify flag(s).
| ts | transaction set |
| vfyflags | new package verify flags |
| RPM_PUBLIC_API int rpmtsSetVfyLevel | ( | rpmts | ts, |
| int | vfylevel ) |
Set enforced package verify level
| ts | transaction set |
| vfylevel | new package verify level |
| RPM_PUBLIC_API rpmVSFlags rpmtsSetVSFlags | ( | rpmts | ts, |
| rpmVSFlags | vsflags ) |
Set verify signatures flag(s).
| ts | transaction set |
| vsflags | new verify signatures flags |
| RPM_PUBLIC_API int rpmtsVerifyDB | ( | rpmts | ts | ) |
Verify the database used by the transaction.
| ts | transaction set |
| RPM_PUBLIC_API rpmVSFlags rpmtsVfyFlags | ( | rpmts | ts | ) |
Get package verify flag(s).
| ts | transaction set |
| RPM_PUBLIC_API int rpmtsVfyLevel | ( | rpmts | ts | ) |
Get enforced package verify level
| ts | transaction set |
| RPM_PUBLIC_API rpmVSFlags rpmtsVSFlags | ( | rpmts | ts | ) |
Get verify signatures flag(s).
| ts | transaction set |
| RPM_PUBLIC_API rpmtxn rpmtxnBegin | ( | rpmts | ts, |
| rpmtxnFlags | flags ) |
Create a transaction (lock) handle
| ts | transaction set |
| flags | flags |
| RPM_PUBLIC_API rpmRC rpmtxnDeletePubkey | ( | rpmtxn | kxn, |
| rpmPubkey | key ) |
Delete public key from transaction keystore.
| kxn | keystore handle |
| key | public key |
| RPM_PUBLIC_API rpmtxn rpmtxnEnd | ( | rpmtxn | txn | ) |
Destroy transaction (lock) handle
| txn | transaction handle |
| RPM_PUBLIC_API rpmRC rpmtxnImportPubkey | ( | rpmtxn | kxn, |
| const unsigned char * | pkt, | ||
| size_t | pktlen ) |
Import public key packet(s) to transaction keystore.
| kxn | keystore handle |
| pkt | pgp pubkey packet(s) |
| pktlen | pgp pubkey length |
| RPM_PUBLIC_API rpmRC rpmtxnRebuildKeystore | ( | rpmtxn | kxn, |
| const char * | from ) |
Rebuild key store using current settings and fill it with keys form keyring
| kxn | keystore handle |
| from | backend to get the keys from |