summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for rpm 4.16.1.3rpm-4.16.1.3rpm-4.16.xPanu Matilainen2021-03-2240-860/+1012
* Better sanity check for header entry countsPanu Matilainen2021-03-221-4/+3
* Permit secondary index open to fail for bdb_roPanu Matilainen2021-03-221-5/+9
* Fix bdb_ro index open error handlingPanu Matilainen2021-03-221-2/+1
* Restore (some) compiler sanityPanu Matilainen2021-03-221-1/+1
* Update credits for a changePanu Matilainen2021-03-222-4/+43
* Optimize signature header merge a bitDemi Marie Obenour2021-03-221-2/+6
* Be much more careful about copying data from the signature headerPanu Matilainen2021-03-221-61/+49
* hdrblobInit() needs bounds checks tooDemi Marie Obenour2021-03-221-17/+31
* Eliminate remaining uses of unsafe headerCopyLoad() in the codebasePanu Matilainen2021-03-222-2/+5
* Fix a tiny memory leakDemi Marie Obenour2021-03-221-1/+3
* Fix regression causing access to already closed sqlite handlePanu Matilainen2021-03-221-1/+1
* Fix regression from commit 165330b7bf0757e30fa8a6de9998a564fb62796fPanu Matilainen2021-03-221-2/+7
* Avoid incrementing a pointer past the endDemi M. Obenour2021-03-221-4/+2
* rpmio: Fix lzopen_internal mode parsing when 'Tn' is usedVitaly Chikunov2021-03-221-0/+1
* Tag data must have count greater than zeroDemi Marie Obenour2021-03-221-0/+9
* Verify that data does not overlap region trailerDemi Marie Obenour2021-03-221-0/+9
* Add test for libtool versioning sanityPanu Matilainen2021-03-222-1/+18
* Preparing for rpm 4.16.1.2rpm-4.16.1.2-releasePanu Matilainen2020-12-1639-42/+42
* Preparing for rpm 4.16.1.1.rpm-4.16.1.1-releasePanu Matilainen2020-12-1639-78/+78
* Fix brown paperbag regression in c223d84fbf1ebb7a862f297e65878a2a78653e8ePanu Matilainen2020-12-161-1/+1
* Preparing for rpm 4.16.1rpm-4.16.1-releasePanu Matilainen2020-12-1039-5014/+5193
* Allow database probing if _db_backend is not setMichael Schroeder2020-12-101-9/+15
* Fix 4.16.0 regression causing invalid spec file name on rpmbuild -tsPanu Matilainen2020-12-102-4/+33
* Really disable OpenMP if too oldMichal Domonkos2020-12-101-0/+1
* Pull CI image from registry.fedoraproject.orgPanu Matilainen2020-12-101-1/+1
* Only attempt loading the keyring once the rpmdb is openPanu Matilainen2020-12-101-3/+3
* Stop on first failure when trying to open a database (RhBug:1898301)Panu Matilainen2020-12-101-1/+1
* Improve error handling in Python pubkey constructorPanu Matilainen2020-12-101-1/+5
* debugedit: Do not 'edit_dwarf2' when just extracting build-idVitaly Chikunov2020-12-101-1/+2
* Eliminate use of obsolete gethostbyname() functionPanu Matilainen2020-12-103-10/+16
* configure.ac: fix cross-compilationFabrice Fontaine2020-12-101-2/+2
* Fix a minor memory leak on failed sqlite database open (RhBug:1896301)Panu Matilainen2020-12-101-0/+2
* Only do early name services initialization if we actually chrootPanu Matilainen2020-12-102-5/+5
* Do not fail if there is no "$temp"/res.* fileggardet2020-12-101-0/+1
* Stop using deprecated security_context_tPanu Matilainen2020-12-101-2/+2
* lib/rpmrc.c: include fcntl.h for O_*Fabrice Fontaine2020-12-101-0/+1
* Fix logic error in grabArgs()Michael Schroeder2020-12-102-1/+6
* Don't muck with parametric macro arguments of cli definesPanu Matilainen2020-12-101-1/+1
* Treat unparsable macros like undefined macrosMichael Schroeder2020-12-102-2/+4
* Fix RPMTAG_SUGGESTVERSION and -FLAGS info, they're not extensionsPanu Matilainen2020-12-101-2/+2
* Make fdSeek return 0 on success, -1 on errorMatthew Almond2020-12-101-1/+1
* Add error handling for versions in expressionsMichael Schroeder2020-12-102-0/+12
* Support stringification of versions in the expression parserMichael Schroeder2020-12-102-1/+10
* Update Doxygen config to get on with timesPanu Matilainen2020-12-101-189/+410
* Fix ambiguous diagnostics output on file triggers (RhBug:1883338)Panu Matilainen2020-12-101-15/+19
* lib/rpmdb.c: include fcntl.h for O_*Leo2020-12-101-0/+1
* Upgrade FA_TOUCH to FA_CREATE if the file went away (RhBug:1872141)Panu Matilainen2020-12-104-4/+70
* Fix possible read beyond buffer in rstrnlenhash()Panu Matilainen2020-12-101-1/+2
* Add missing terminator to copyTagsFromMainDebug arrayPanu Matilainen2020-12-101-0/+1