summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-04Remove autogenerated filepauln@enki.eridu1-1603/+0
2005-07-13- fix: initialize variables used in debug msg (#160458).jbj1-4/+4
2005-07-12- added CVSId: tag and SVNId: alias (#162807).jbj1-0/+3
2005-07-02Correct typo.jbj1-1/+1
2005-06-06XXX Really old packages have HEADER_IMAGE, not HEADER_SIGNATURES.jbj1-0/+6
2005-05-11scriptlet signal failure messagepauln1-0/+6
2005-03-17Add tagType().jbj1-4/+12
2005-03-13Permit build with extternal file and libmagic.jbj1-0/+6
2005-03-13Add support for RSA on sha1/sha256/sha384/sha512.jbj3-30/+57
2005-03-12Don't dump pgp pkt spewage.jbj1-2/+2
2005-03-12Identify header RSA signatures correctly.jbj1-5/+20
2005-03-12Add hdrmd5ctx for header-only md5 rsa/md5 signatures.jbj4-10/+22
2005-03-09- permit gpg to be used for RSA/MD5 signatures.jbj1-54/+106
2005-03-07Start removing implied gpg==dsa, pgp==rsa.jbj1-36/+79
2005-03-07fix: inverted RSA parameters on rsavrfy().jbj1-1/+1
2005-02-17- rework configure.ac et al to lose internal library baggage flexibly.jbj1-2/+2
2005-02-13- macosx: change to --prefix=/usr rather than /opt/local.jbj1-2/+2
2005-02-10- perform callbacks as always (#147537).jbj3-5/+48
2005-02-03- discover and use getmntinfo if present.jbj1-0/+14
2005-02-02- fix: length of gpg V4 hash seed was incorrect (#146896).jbj3-24/+19
2005-01-28Remove unused _rpmlock_file.jbj1-3/+0
2005-01-26- add missing #if defined(ENABLE_NLS) (#146184).jbj1-0/+2