summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Permit plugins to use rpmChrootDone() tooPanu Matilainen1-1/+1
2010-06-23Revert "If there are no hardlinks, dont bother with s-bit and caps removal"Michal Schmidt1-1/+1
2010-06-23Use rpmlog() instead of fprintf() for collection error messagesPanu Matilainen1-4/+5
2010-06-23Make rpmChrootIn/Out() accessible to pluginsPanu Matilainen1-2/+2
2010-06-22Fix breakage from commit ccb545f0e9b6cb10e9e7c20b55f77aab754eb9cbPanu Matilainen1-4/+9
2010-06-22numAddedPackages is unused since rpm 4.8.0, eliminatePanu Matilainen3-5/+0
2010-06-22Determine when to perform Collection actionsSteve Lawrence4-0/+194
2010-06-22Add plugin calling supportSteve Lawrence5-1/+163
2010-06-22Add common Collection requirementsSteve Lawrence3-30/+94
2010-06-22Add new Collections preamble tagSteve Lawrence1-0/+1
2010-06-11Dont bother with selinux contexts in test transactionsPanu Matilainen1-2/+2
2010-06-11If there are no hardlinks, dont bother with s-bit and caps removalPanu Matilainen1-1/+1
2010-06-03Remove POSIX file capabilities from executables on erase/rename tooPanu Matilainen1-2/+7
2010-06-02Strip s-bits on upgrade too (RhBug:598775)Panu Matilainen1-5/+14
2010-06-01Refactor rpmdb lookups + caching to a helper function + cosmeticsPanu Matilainen1-45/+45
2010-06-01On colored transactions, require matching arch for freshen (RhBug:553108)Panu Matilainen1-12/+10
2010-06-01Support many pubkeys in a single file in --import (RhBug:586827)Panu Matilainen1-31/+53
2010-06-01Don't return errors on trying to import duplicate keysPanu Matilainen1-8/+14
2010-05-31Nuke leftover variable from the chroot workoutPanu Matilainen1-1/+1
2010-05-31Use the new chroot API everywhere, eliminate old related gooPanu Matilainen9-177/+26
2010-05-31Add a simple API for dealing with chroot state changesPanu Matilainen3-1/+141
2010-05-31Eliminate unused no-op FSM_CHROOT stagePanu Matilainen2-5/+0
2010-05-28Add internal helper for formatting file attribute stringsPanu Matilainen3-37/+27
2010-05-28Add header extension tag RPMTAG_FILESTATUS for file verificationPanu Matilainen4-2/+38
2010-05-28Add internal helper for formatting verify flagsPanu Matilainen3-55/+42
2010-05-28Move shared file timestamp filtering out of rpmVerifyFile()Panu Matilainen1-5/+11
2010-05-28Dont crash on NULL ts to rpmtsInitIterator()Panu Matilainen1-1/+4
2010-05-28Only pass the info we actually care about to verifyHeader()Panu Matilainen1-12/+10
2010-05-28Eliminate unused argument to verifyDependencies()Panu Matilainen1-3/+2
2010-05-28Clean up verify script handling a bitPanu Matilainen1-14/+10
2010-05-26Handle test-transaction centrally on entry to psmPanu Matilainen2-17/+11
2010-05-26Eliminate rpmts from the scriptlet machineryPanu Matilainen3-18/+15
2010-05-26Simplify chroot handling wrt scriptletsPanu Matilainen2-56/+16
2010-05-25Move scriptlet statistics collection (back) inside psmPanu Matilainen2-3/+4
2010-05-21Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]Panu Matilainen10-50/+24
2010-05-19Use pgpValString() for :pgpsig header formatting (RhBug:587755)Panu Matilainen1-24/+2
2010-05-18Fix return from chroot() on verify (RhBug:590588)Panu Matilainen1-1/+5
2010-05-07Plug dumb memleak in rpmpsMerge()Panu Matilainen1-0/+1
2010-05-07Fix breakage from removedPackages changing to hashPanu Matilainen1-0/+1
2010-05-07Revert back to rpmdbRemove() taking instance number instead of actual headerPanu Matilainen3-18/+21
2010-05-07Convert rpmte internals to use the transaction pointer from element itselfPanu Matilainen4-29/+29
2010-05-07Store pointer to transaction set in transaction elementsPanu Matilainen3-18/+15
2010-05-07Fix compiler warning in rpmhash Resize()Florian Festi1-1/+1
2010-05-06Remove no longer needed function intcmp()Florian Festi1-15/+0
2010-05-06Convert tsmem->removedPackages to a hash table and remove rpmdbPruneIterator ...Florian Festi7-54/+70
2010-05-06rpmhash: new Empty() function to remove all entriesFlorian Festi2-3/+22
2010-05-06rpmhash: Accessor functions for the size and usageFlorian Festi2-2/+57
2010-05-06rpmhash: Grow when hash table gets too fullFlorian Festi1-0/+33
2010-05-06Move header filecount retrieve from addTE() to rpmfsNew()Panu Matilainen3-14/+12
2010-05-06Tolerate NULL in rpmfsFree() and rpmfsFC()Panu Matilainen1-9/+12