summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-06-25Remove ppc64 inline asm (rhbz#233145)Panu Matilainen1-21/+0
2007-06-25Enable ts ordering for erasure mode.Panu Matilainen1-2/+0
2007-06-25Transaction ordering fixes (rhbz#196590, 202540, 202542, 202543, 202544)Panu Matilainen1-2/+9
2007-06-25Nuke ugly /var/log/lastlog kludgery.Panu Matilainen2-4/+0
2007-06-21ARM arch update.Panu Matilainen1-1/+1
2007-06-21Initialise replacedPaul Nasrat1-0/+1
2007-06-21Backed out changeset 99c5bd19ffc4bfbfa5601767cbc1338b5fa570e9Paul Nasrat1-1/+0
2007-06-21Initialise replaced on rpmfiNewPaul Nasrat1-0/+1
2007-06-21Fix thinkoPaul Nasrat1-1/+1
2007-06-20Add reminder about enabling mmap() use after 4.4.2.1.Panu Matilainen1-4/+4
2007-06-19Rename headerCheckPayload() -> headerCheckPayloadFormat()Panu Matilainen3-3/+3
2007-06-19Update mailinglist address in error message, ugh..Panu Matilainen1-1/+1
2007-06-19Fix variable double definition.Panu Matilainen1-1/+0
2007-06-19Don't treat provides as implicit obsoletes (rhbz#111071 etc).Panu Matilainen1-2/+2
2007-06-19Open non-temporary db's before chroot (rhbz#103952, 173285)Panu Matilainen1-1/+4
2007-06-19Nuke antique "reference" baddeps list.Panu Matilainen1-22/+0
2007-06-18Ensure the status of the file which be replaced by another rpm package isPaul Nasrat1-0/+17
2007-06-18Don't segfault on a header without RPMTAG_NAME (rhbz#239557).Panu Matilainen1-2/+5
2007-06-18Check all header strings to resize buffer CVE-2006-5466 (#212833).Panu Matilainen1-6/+18
2007-06-18Flush query format buffer before listing files (rhbz#212833).Panu Matilainen1-22/+25
2007-06-15Don't try to open nonexistent file twice.Panu Matilainen1-0/+3
2007-06-12Skip packages/headers with non-verifiable signatures and treatPanu Matilainen2-21/+24
2007-06-11Fix query output when querying for non-installed <name>.<arch> (rhbz#124016)Panu Matilainen1-3/+11
2007-06-11Permit multiple versions of a package to be installed (-i)Panu Matilainen1-4/+10
2007-06-11Treat null epoch equal to zero epoch in freshen (rhbz#143301). Patch from JBJ.Panu Matilainen1-8/+3
2007-06-05Payload compatibility checking fixes.Panu Matilainen2-4/+4
2007-05-29Restore SIGILL handler in machine detection code.Panu Matilainen1-2/+10
2007-05-24Check for supported payload format on package install. (rhbz#140052)Panu Matilainen4-1/+49
2007-05-23More informative error message when lstat() in verification fails.Panu Matilainen1-0/+5
2007-05-16Do not run pre/posttrans scripts in test mode.Panu Matilainen1-49/+51
2007-05-16Fix building without Lua support.Panu Matilainen3-0/+10
2007-05-10Remove SELinux context verification (#193488)Paul Nasrat2-69/+3
2007-05-01Enable configurable preferable elf colour policy (#235757)Paul Nasrat3-7/+24
2007-04-16Call Fflush at the end of writeing a signed package to catch outPaul Nasrat1-0/+4
2007-04-16Fix to handle oldpackages that use HEADERIMAGEPaul Nasrat1-1/+2
2007-04-16When deleting files, drop any s-bit first, so that a maliciousPaul Nasrat4-2/+32
2007-04-16Also decode early for PGP sigtags, which are actually header+payloadPaul Nasrat1-1/+1
2007-04-16Fix --noghost query option. rh#103207Paul Nasrat1-1/+1
2007-04-16Deal with a return value of "-2" when database locking failed.Paul Nasrat1-0/+4
2007-04-16Do not call rpmtsRun with an empty transaction list, it returns -1Paul Nasrat1-1/+1
2007-04-16Allow "--ignoresize" for erase operations.Paul Nasrat1-1/+1
2007-04-16Fork failure patch from OpenSuSEPaul Nasrat1-0/+7
2007-03-14Cleanup: remove oldrpmdb utilityPaul Nasrat1-101/+0
2007-03-13Fix potential segfault if no rpmlock_path defined (rh#231146)Paul Nasrat1-1/+1
2007-02-22This patch from Peter Bowen fixes rpm version comparison for strings withPaul Nasrat1-1/+8
2007-02-22Make fcntl lock sensitive to --root (#151255)Paul Nasrat1-2/+2
2007-02-22Fix netshared path comparison (rh#52725) fix by jbj.Paul Nasrat1-0/+3
2007-02-22This patch fixes how Requires(pre,postun) is handled to bring it in line withPaul Nasrat1-4/+2
2007-02-22This patch fixes an off-by-one error in rpmalAllFileSatisfiesDepend() whichPaul Nasrat1-1/+1
2007-02-22Re-enable fileconflictsPaul Nasrat1-2/+1