Add test for manifest query in testsuite
[platform/upstream/rpm.git] / lib /
2010-09-08 Panu MatilainenDifferentiate between IO-errors and non-package "error...
2010-09-08 Panu MatilainenFix rpmReadPackageManifest() on non-fpio FD when libio...
2010-09-08 Panu MatilainenTurn rpmQueryVerify() into query iterator initializer
2010-09-08 Panu MatilainenLift the remaining oddball case out of rpmQueryVerify()
2010-09-08 Panu MatilainenEliminate qva_mi and qva_gi from rpmQVKArguments
2010-09-08 Panu MatilainenEliminate some dozen redundant rpmcliShowMatches()...
2010-09-08 Panu MatilainenCut some extra twists from the query maze
2010-09-08 Panu MatilainenEliminate rpmQueryVerify() from librpm API
2010-09-08 Panu MatilainenUrk, mixed up in branches and wrong stuff getting pushe...
2010-09-07 Panu MatilainenBeat a little bit of sense into rpmQueryVerify()
2010-09-07 Panu MatilainenMark ts argument unused in bunch of query APIs
2010-09-07 Panu MatilainenEliminate rpmcliShowMatches() from librpm API
2010-09-07 Panu MatilainenFix error code on verify scriptlet failure
2010-09-03 Panu MatilainenRip IAM_RPMDB, ie --initdb, --rebuilddb etc modes out...
2010-09-03 Panu MatilainenRip IAM_RPMK, ie --import and --checksig modes out...
2010-09-03 Panu MatilainenFurther simplify rpmcliVerifySignatures()
2010-09-03 Panu MatilainenPut the rpmLookupSignature() and rpmGetPassPhrase(...
2010-09-03 Panu MatilainenRrrriiip the addsign/resign/delsign bits out of rpmqv...
2010-09-03 Panu MatilainenLookup signature type from cli utility already
2010-09-03 Panu MatilainenrpmcliSign() only creates or deletes signatures
2010-09-03 Panu MatilainenSplit argv loop out of the actual signing function...
2010-09-03 Panu MatilainenSigning doesn't need transaction set, eliminate the...
2010-09-03 Panu MatilainenSplit package signing out of rpmchecksig.c
2010-09-03 Panu MatilainenExport the cli-level signature checking as rpmcliVerify...
2010-09-03 Panu MatilainenExport rpmcliImportPubkeys() (again) in the public API
2010-09-03 Panu MatilainenRemove hysterically useless RPMSIGN_NONE + --sign popt...
2010-09-03 Panu MatilainenEliminate unused rootdir member from rpmInstallArguments
2010-09-03 Panu MatilainenEliminate unused qva_prefix and qva_verbose from rpmQVK...
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-09-02 Panu MatilainenReturn NULL from rpmtsProblems() if no problems exist
2010-09-01 Panu Matilainen...and finally eliminate the spec crapola from transact...
2010-09-01 Panu MatilainenLift remaining build-related stuff out of librpm over...
2010-09-01 Panu MatilainenPassed-in values are const for every headerPutType...
2010-09-01 Steve LawrenceUse selabel interfaces instead of matchpathcon
2010-09-01 Steve LawrenceAdd new %sepolicy section to the spec file format
2010-09-01 Steve LawrenceRemove the existing %policy directive
2010-09-01 Steve LawrenceUpdate the plugin architecture to allow for remembering...
2010-08-20 Panu MatilainenRemove signing support from (lib)rpmbuild
2010-08-20 Panu MatilainenHack to get popt working when running from build tree
2010-08-20 Panu MatilainenArgh. Realize we already have equivalents of initCli...
2010-08-13 Panu MatilainenLose the now unnecessary rpmtsSELinuxEnabled() function
2010-08-13 Panu MatilainenConditionalize rpm_execcon() usage on per-transaction...
2010-07-09 Panu MatilainenSkip any initial comments when looking for pubkey start...
2010-07-08 Florian FestiRemove never used fsmRmdirs() function
2010-07-08 Florian FestiTidy up fsmMapPath a bit
2010-07-07 Florian FestiMake FSM_VERIFY a function
2010-07-07 Florian FestiMake FSM_CREATE a function
2010-07-07 Florian FestiMake FSM_READLINK a function
2010-07-07 Florian FestiMake FSM_LSTAT and FSM_STAT one function
2010-07-07 Florian FestiMove FSM_HREAD in place
2010-07-07 Florian FestiMove FSM_HWRITE in place
2010-07-07 Florian FestiMove FSM_TRAILER in place
2010-07-07 Florian FestiMove FSM_MKNOD in place
2010-07-07 Florian FestiMove FSM_MKFIFO in place
2010-07-07 Florian FestiMove FSM_LINK in place
2010-07-07 Florian FestiMove FSM_SYMLINK in place
2010-07-07 Florian FestiMake FSM_CHOWN, FSM_LCHOWN, FSM_CHMOD, FSM_UTIME and...
2010-07-07 Florian FestiMake FSM_LSETFCON a function
2010-07-07 Florian FestiMake FSM_RMDIR a function
2010-07-07 Florian FestiMake FSM_RENAME a function
2010-07-07 Florian FestiMake FSM_UNLINK a function
2010-07-07 Florian Festi remove no longer needed FSM states
2010-07-07 Florian FestiMake FSM_MKDIR a function
2010-07-07 Florian FestiUse fsmRmdirs and fsmMkdirs directly
2010-07-07 Florian FestiUse fsmMapPath directly instead of FSM_MAP
2010-07-07 Florian FestiMake FSM_INIT a function
2010-06-29 Panu MatilainenAdd some sanity checks for generated signatures (relate...
2010-06-28 Panu MatilainenUse rpmdsThis() instead of doing the same manually
2010-06-24 Panu MatilainenMove collections tag to "known free" number, document...
2010-06-23 Panu MatilainenPermit plugins to use rpmChrootDone() too
2010-06-23 Michal SchmidtRevert "If there are no hardlinks, dont bother with...
2010-06-23 Panu MatilainenUse rpmlog() instead of fprintf() for collection error...
2010-06-23 Panu MatilainenMake rpmChrootIn/Out() accessible to plugins
2010-06-22 Panu MatilainenFix breakage from commit ccb545f0e9b6cb10e9e7c20b55f77a...
2010-06-22 Panu MatilainennumAddedPackages is unused since rpm 4.8.0, eliminate
2010-06-22 Steve LawrenceDetermine when to perform Collection actions
2010-06-22 Steve LawrenceAdd plugin calling support
2010-06-22 Steve LawrenceAdd common Collection requirements
2010-06-22 Steve LawrenceAdd new Collections preamble tag
2010-06-11 Panu MatilainenDont bother with selinux contexts in test transactions
2010-06-11 Panu MatilainenIf there are no hardlinks, dont bother with s-bit and...
2010-06-03 Panu MatilainenRemove POSIX file capabilities from executables on...
2010-06-02 Panu MatilainenStrip s-bits on upgrade too (RhBug:598775)
2010-06-01 Panu MatilainenRefactor rpmdb lookups + caching to a helper function...
2010-06-01 Panu MatilainenOn colored transactions, require matching arch for...
2010-06-01 Panu MatilainenSupport many pubkeys in a single file in --import ...
2010-06-01 Panu MatilainenDon't return errors on trying to import duplicate keys
2010-05-31 Panu MatilainenNuke leftover variable from the chroot workout
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-05-31 Panu MatilainenAdd a simple API for dealing with chroot state changes
2010-05-31 Panu MatilainenEliminate unused no-op FSM_CHROOT stage
2010-05-28 Panu MatilainenAdd internal helper for formatting file attribute strings
2010-05-28 Panu MatilainenAdd header extension tag RPMTAG_FILESTATUS for file...
2010-05-28 Panu MatilainenAdd internal helper for formatting verify flags
2010-05-28 Panu MatilainenMove shared file timestamp filtering out of rpmVerifyFile()
2010-05-28 Panu MatilainenDont crash on NULL ts to rpmtsInitIterator()
2010-05-28 Panu MatilainenOnly pass the info we actually care about to verifyHeader()
2010-05-28 Panu MatilainenEliminate unused argument to verifyDependencies()
2010-05-28 Panu MatilainenClean up verify script handling a bit
2010-05-26 Panu MatilainenHandle test-transaction centrally on entry to psm
next