summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for rpm 4.12.0.2rpm-4.12.0.2-releaserpm-4.12.xPanu Matilainen2016-11-0336-2766/+2766
* Avoid going past header data area when validating SHA1 header digestPanu Matilainen2016-11-021-2/+3
* Verify data is within range and does not overlap in headerVerifyInfo()Panu Matilainen2016-11-022-6/+17
* Bring CREDITS to this milleniumPanu Matilainen2016-11-021-5/+114
* Revised fix for CVE-2013-6435Panu Matilainen2016-11-021-2/+2
* Create files with with 000 permissions to avoid leaking yet unchecked dataFlorian Festi2016-11-021-1/+6
* Fix overflow in cpio filename by limiting the allowed length to 4kBFlorian Weimer2016-11-021-0/+3
* Make sure getNEVRA always sets td.dataFlorian Festi2016-11-021-1/+1
* Fix sigsegv in stringFormat() (rhbz:1316903)Lubos Kardos2016-11-021-2/+5
* Fix reading rpmtd behind its size in formatValue() (rhbz:1316896)Lubos Kardos2016-11-021-1/+1
* Misleading indentation fixes (GCC6)Boris Egorov2016-11-022-3/+6
* Fix crash when parsing corrupted RPM file (rhbz:1273360)Lubos Kardos2016-11-021-6/+8
* Handle %ghost file in payload (RhBug:1156497)Panu Matilainen2016-11-021-0/+4
* Generic support for skipping items inside file info iteratorPanu Matilainen2016-11-022-1/+5
* Unbreak size and archive size generation on big-endian systemsPanu Matilainen2016-11-021-22/+23
* tests: Do not pass real pathnames to fakechroot commandsFlorian Festi2016-11-026-75/+76
* tests: Do not pass real pathnames to fakechroot commandsMichal Marek2016-11-0212-177/+177
* Preparing for rpm 4.12.0.1 (dot paperbag)rpm-4.12.0.1-releasePanu Matilainen2014-09-1837-177/+177
* Add a simple test-case for RhBug:1142949Panu Matilainen2014-09-181-0/+18
* Fix archive size tag missing cpio trailer size (RhBug:1142949)Panu Matilainen2014-09-182-4/+4
* Turn invalid double separator error into a warningPanu Matilainen2014-09-171-3/+3
* Preparing for rpm 4.12.0rpm-4.12.0-releasePanu Matilainen2014-09-1536-491/+491
* Ensure librpm doxygen stuff gets rebuilt when version changesPanu Matilainen2014-09-151-1/+1
* Dependency refactor whack-a-mole, aka One More Time...Panu Matilainen2014-09-121-1/+1
* Regression the 13th: The Final FridayPanu Matilainen2014-09-101-20/+11
* Preparing for rpm 4.12.0-rc1rpm-4.12.0-rc1Panu Matilainen2014-08-2736-1051/+1051
* Dont try to close non-existent fdno's on Fclose()Panu Matilainen2014-08-271-5/+7
* Fixed double dealocation of ei pointer (RhBug:1133885)Lubos Kardos2014-08-271-1/+1
* Dirty kludgery to fix rpmdeps segfault (RhBug:1131892)Panu Matilainen2014-08-261-0/+5
* Resurrect rpmlib() dependencies on source rpmsPanu Matilainen2014-08-261-0/+10
* Resurrect dependency spew during buildPanu Matilainen2014-08-261-5/+3
* Fix triggerindex handling in rpmdsMergeMichael Schroeder2014-08-261-5/+13
* Revised fix for RhBug:1131892Panu Matilainen2014-08-261-2/+2
* Delete trigger indexes too from header before adding again (RhBug:1131892)Panu Matilainen2014-08-261-1/+2
* Add a simple testcase for rpmspec queriesPanu Matilainen2014-08-181-0/+20
* Populate manual dependencies into spec pkg headers early tooPanu Matilainen2014-08-182-0/+10
* Oh yes, its Monday alright...Panu Matilainen2014-08-182-2/+2
* Add a simple testcase for buildrequires functionalityPanu Matilainen2014-08-182-0/+20
* Populate src.rpm header with dependencies early againPanu Matilainen2014-08-182-4/+4
* Preparing for rpm 4.12.0-beta1rpm-4.12.0-beta1Panu Matilainen2014-08-1836-3886/+3886
* Introduce a simple score system for determining best providers in orderingPanu Matilainen2014-08-181-10/+17
* Handle ancient payloads without ./ prefix again (RhBug:1122004)Panu Matilainen2014-08-181-5/+14
* Use IteratorFileNum in checkInstDepsMichael Schroeder2014-08-181-10/+10
* Use a more reasonable initial size for requires cacheMichael Schroeder2014-08-181-1/+1
* Also build cache file requires of installed packagesMichael Schroeder2014-08-181-1/+40
* Put basenames in the conflict dependency cacheMichael Schroeder2014-08-181-6/+12
* parseSimplePart() returned bad return code in case of failure (RhBug:1123722)Lubos Kardos2014-08-181-1/+1
* Modify rpmalSatisfiesDepend() to get the requesting TE as a param to be able ...Florian Festi2014-08-183-8/+12
* Eliminate unused spec argument from parseExpressionBoolean()Panu Matilainen2014-08-183-6/+3
* Add testcase for basic trigger behaviorPanu Matilainen2014-08-183-0/+84