summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid double frees if EVP_PKEY_assign_RSA failsDemi Marie Obenour2022-03-311-15/+17
* Fix return value checks in OpenSSL codeDemi Marie Obenour2022-03-311-43/+12
* Fix the OpenPGP parser testsDemi Marie Obenour2022-03-313-9/+31
* Fix shared colored files not removed on erasure regression in >= 4.14.0Panu Matilainen2022-03-282-5/+31
* Fix excluded paths taking part in file disposition calculationsPanu Matilainen2022-03-282-3/+23
* Fix non-installed files taking part in file disposition calculationsPanu Matilainen2022-03-282-0/+20
* Add a bunch of file-erasure related testcasesPanu Matilainen2022-03-284-37/+282
* Force gpg to use SHA256 when generating signatures.Neal H. Walfield2022-03-281-1/+1
* Fix capitalization in CONTRIBUTING.mdDemi Marie Obenour2022-03-251-2/+2
* Fix name of git send-email commandDemi Marie Obenour2022-03-251-1/+1
* Set program name centrally from rpmcliInit()Panu Matilainen2022-03-2510-18/+2
* docs/queryformat: fix query expressions exampleTodd Zullinger2022-03-231-1/+1
* Reject OpenPGP data at or over 64KiBDemi Marie Obenour2022-03-211-1/+6
* Remove NSS referencesDemi Marie Obenour2022-03-184-4/+4
* Require creation time to be unique and hashedDemi Marie Obenour2022-03-182-11/+22
* Avoid libmagic calculation for source filesStephan Kulow2022-03-181-26/+40
* Fix memory leak in pgpPrtParams()Demi Marie Obenour2022-03-181-0/+1
* Unbreak build from docs removal, oopsPanu Matilainen2022-03-181-2/+0
* Prevent NULL deref in rpmfsGetStates()Ludwig Nussel2022-03-181-1/+1
* Drop very outdated signature documentationPanu Matilainen2022-03-162-88/+0
* Scrap obsolete Tools section from package format docsPanu Matilainen2022-03-161-23/+0
* Fix very outdated definition of unspecified epoch.Panu Matilainen2022-03-161-1/+1
* Drop very outdated buildroot documentationPanu Matilainen2022-03-162-125/+1
* Small speedup on rpm -VDirk Müller2022-03-163-15/+25
* Drop misleading hardcoded NSS-3 string from import public keysPanu Matilainen2022-03-141-1/+1
* Fix includes not getting pulled into dist tarballs regressionPanu Matilainen2022-03-141-9/+0
* Use fsmClose() for closing file descriptors everywhere within fsmPanu Matilainen2022-03-141-19/+9
* Fix file descriptor leak regression on install (#1947)Panu Matilainen2022-03-141-4/+3
* Add now gone preinstall.am to .gitignore to smoothen bisectingPanu Matilainen2022-03-141-0/+1
* Preset db backend according to availabilityLudwig Nussel2022-03-102-1/+6
* List available backends in rpm --showrcLudwig Nussel2022-03-103-0/+25
* Drop support for undocumented keyid based import over the netPanu Matilainen2022-03-102-18/+0
* .gitignore spring cleaningPanu Matilainen2022-03-101-13/+0
* Eliminate the strange include pre-build install machineryPanu Matilainen2022-03-1047-210/+51
* Remove leading directories from doxygen notationPanu Matilainen2022-03-1047-47/+47
* Use proper addressing for our public headers everywherePanu Matilainen2022-03-109-15/+15
* Fix circular dependency between rpmtypes.h and rpmtag.hPanu Matilainen2022-03-108-8/+6
* Drop now unnecessary rpmsqPoll() calls from librpmPanu Matilainen2022-03-076-19/+0
* Drop rpmdb shutdown on exit()Panu Matilainen2022-03-073-75/+0
* Detach rpm signal queue enablement from database openPanu Matilainen2022-03-074-12/+10
* Fix regression on ctrl-c during transaction killing scriptletsPanu Matilainen2022-03-071-1/+3
* Fix stupid thinko in commit d0ad515494d1170d36f548e6b8e03038767764b0Panu Matilainen2022-03-031-1/+1
* Fix thinko in commit ad8b9bd2ca93cf4319680f056bb40bfc24661991Panu Matilainen2022-03-031-1/+0
* Fix missing include from d44be2cbc1c3265d55f05b47daa69334a7a133e6Panu Matilainen2022-03-031-0/+1
* Fix memleak in commit dd4f2c68a0059d66b1807d504faaeed84973d49aPanu Matilainen2022-03-031-2/+2
* Handle missing RPMTAG_ARCH in RPMTAG_ARCHSUFFIXPanu Matilainen2022-03-024-7/+42
* Clarify docs wrt passing external data to generatorsPanu Matilainen2022-03-011-1/+10
* Add bunch of missing version infos on spec constructs to the manualPanu Matilainen2022-02-281-9/+9
* Add separate build configuration (%conf) section to specPanu Matilainen2022-02-2812-16/+98
* Fix --short-circuit for (dynamic) buildrequires checkingPanu Matilainen2022-02-281-12/+13