summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix platform macro generation regex on sparcrpm-4.9.xTom Callaway2012-05-041-1/+1
* Preparing for 4.9.1.3rpm-4.9.1.3-releasePanu Matilainen2012-04-0328-782/+915
* Validate negated offsets too in headerVerifyInfo()Panu Matilainen2012-04-033-3/+3
* Differentiate between non-existent and invalid region tagPanu Matilainen2012-04-032-11/+24
* Specifically validate region tag on header importPanu Matilainen2012-04-031-3/+5
* Fix dribble length calculation on headerLoad()Panu Matilainen2012-04-031-6/+5
* Verify the entire region trailer, not just its offset, is within data areaPanu Matilainen2012-04-033-5/+6
* Sanity check region length on header loadPanu Matilainen2012-04-031-0/+5
* Preparing for 4.9.1.2rpm-4.9.1.2-releasePanu Matilainen2011-09-2928-704/+704
* Sanity check region offset range on headerLoad()Panu Matilainen2011-09-291-1/+1
* Sanity check region offset in regionSwab()Panu Matilainen2011-09-291-0/+3
* Only muck with signals on first and last db open/closePanu Matilainen2011-09-191-10/+14
* Preparing for 4.9.1.1rpm-4.9.1.1-releasePanu Matilainen2011-08-0227-547/+547
* Strip trailing slash from paths at addFile()Panu Matilainen2011-08-021-1/+11
* pgpVerifySig() check of NULL hash is the wrong way aroundPanu Matilainen2011-08-021-1/+1
* Restore %defattr() behavior on special %docMichael Schroeder2011-08-021-1/+6
* Remove ugly isDir recurse prevention hack on buildPanu Matilainen2011-07-191-6/+2
* Preparing for 4.9.1rpm-4.9.1-releasePanu Matilainen2011-07-1531-5153/+6188
* Shut up unused-but-set warnings from gcc (if supported)Panu Matilainen2011-07-151-1/+1
* Sanity check signatures even if we dont have a keyPanu Matilainen2011-07-152-6/+13
* Fix memleak on keys with more than one user idPanu Matilainen2011-07-151-3/+3
* Fix crash on PGP packets/armors with more than one key (RhBug:667582)Panu Matilainen2011-07-151-4/+8
* Oops, rpmPubkeyDig() should return NULL if pgpPrtPkts() failsPanu Matilainen2011-07-151-4/+10
* Only increment number of query/verify sources when we encounter new typesPanu Matilainen2011-07-151-21/+15
* Fix the sanity check on number of query/verify sources (RhBug:691930)Panu Matilainen2011-07-151-1/+1
* zlib is mandatory, fail at configure if missing + remove conditionalsPanu Matilainen2011-07-152-15/+2
* Fix the broken python header __getattr__() behavior, take 13 (or so)Panu Matilainen2011-07-151-1/+9
* Fix the totally broken rpm.fd() read methodPanu Matilainen2011-07-151-20/+25
* Fix explicit directory %attr() when %defattr() is active (RhBug:481875)Panu Matilainen2011-07-151-29/+22
* Enable GLOB_ONLYDIR of the bundled glob() on platforms that support itPanu Matilainen2011-07-152-2/+2
* Pay attention to dir vs file when building (RhBug:505995)Panu Matilainen2011-07-151-3/+18
* Honor trailing slash in rpmGlob()Panu Matilainen2011-07-151-1/+16
* Add DWARF-4 support to debugedit (RhBug:707677)Jakub Jelinek2011-07-151-7/+20
* Avoid extra newlines in parsed spec output outside preamblePanu Matilainen2011-07-151-1/+1
* Add --parse option to rpmspec tool to dump parsed spec contentsPanu Matilainen2011-07-151-0/+20
* Support retrieving the spec contents in parsed formatPanu Matilainen2011-07-154-1/+15
* Error on unclosed macros & trailing line continuations in spec (RhBug:681567)Panu Matilainen2011-07-151-1/+11
* Export rpmteFailed() to python bindingsPanu Matilainen2011-07-151-0/+7
* Don't remove buildroot docdir on %doc usage (ticket #836)Panu Matilainen2011-07-151-1/+0
* Adjust script detection rules to work with file >= 5.07 too (RhBug:712251)Panu Matilainen2011-07-152-3/+4
* Eww, python ds.Instance() doesn't take any argumentsPanu Matilainen2011-07-151-1/+1
* Handle EINTR on the spot instead of restarting the entire loopPanu Matilainen2011-07-151-14/+20
* Abort depgen output reading on EOF, not child exitingPanu Matilainen2011-07-151-2/+2
* Reset cli configured flag on rpmcliFini() (RhBug:709421)Panu Matilainen2011-07-151-0/+1
* Fix a logic error leading to unlink(NULL) call, oops.Panu Matilainen2011-07-151-1/+1
* Clean up + plug memleak in parseDescription()Panu Matilainen2011-07-151-4/+4
* Clean up + fix memleaks in readIcon()Panu Matilainen2011-07-151-14/+10
* Handle readlink() failure in genCpioListAndHeader() correctlyPanu Matilainen2011-07-151-4/+9
* Colored conflict resolution part IIPanu Matilainen2011-07-151-1/+1
* Both files must be colored for multilib conflict resolution (RhBug:705115)Panu Matilainen2011-07-151-1/+1