summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add option to have unique debug source dirs across version/release/arch.Mark Wielaard2017-03-064-5/+123
* debugedit: Support String/Line table rewriting for larger/smaller paths.Mark Wielaard2017-03-063-253/+1330
* We have no internal public APIs, reallyPanu Matilainen2017-03-061-25/+16
* Implement payload digest (#163) verification as a part of signaturePanu Matilainen2017-03-062-3/+32
* Stop digest calculation after verifyingPanu Matilainen2017-03-061-0/+1
* Duplicate IDs in digest bundles are not permittedPanu Matilainen2017-03-031-1/+1
* Refactor cpioArchiveSize member out of Package structPanu Matilainen2017-03-022-5/+6
* Use headerCopy() for, well, copying a headerPanu Matilainen2017-03-021-12/+2
* Implement a digest on the compressed payload content (#163)Panu Matilainen2017-03-013-1/+43
* Consolidate digest calculations to the read cyclePanu Matilainen2017-03-011-15/+35
* Refactor main header writing to a helper functionPanu Matilainen2017-03-011-11/+25
* Consolidate Fseek() error handling to local helper functionPanu Matilainen2017-03-011-8/+12
* Don't reload to legacy image on headerCopy()Panu Matilainen2017-03-012-3/+3
* Remove support for special legacy header handling from hdr.unload()Panu Matilainen2017-03-011-23/+8
* Clarify header copying in rpmdbRebuild()Panu Matilainen2017-03-011-3/+5
* Add + use a helper function to create dummy digest valuesPanu Matilainen2017-03-011-3/+13
* Use section names as variable names to clarify codePanu Matilainen2017-03-011-7/+5
* Refactor final dependency tweaks to a helper functionPanu Matilainen2017-03-011-18/+23
* Fix check for weak deps in external dependency generatorFlorian Festi2017-03-011-6/+6
* Use RPMTAG_*NAME instead of RPMTAG_*FLAGS in parsePreamble.c and parseRCPOT()Florian Festi2017-03-013-45/+30
* Fixup refactoring error in commit 215334581679170f2de3bcd49504dff47463db7bPanu Matilainen2017-02-281-1/+1
* Allow to use whitespaces in %include filename (#125)Pavlina Moravcova Varekova2017-02-281-4/+7
* Revert "Allow to use spaces in "_sourcedir" path #125"Panu Matilainen2017-02-281-6/+3
* Cosmetics: if, while and switch are followed by a spacePanu Matilainen2017-02-2727-60/+60
* Refactor rpmio flag logic into a helper functionPanu Matilainen2017-02-271-16/+28
* Clean up writeRPM() a bitPanu Matilainen2017-02-271-31/+9
* Axe unimplemented VSFlags cruftPanu Matilainen2017-02-272-11/+4
* Use the new ID-based digest API for build-time digest generationPanu Matilainen2017-02-271-4/+4
* Allow to use spaces in "_sourcedir" path #125Pavlina Moravcova Varekova2017-02-241-3/+6
* Don't nerf "rpmspec --eval '%trace' -P foo.spec" output with ellipses.Peter Jones2017-02-241-22/+2
* Add --trace macros to enable %trace on the command line.Peter Jones2017-02-241-0/+6
* Bounds check strings to print correctly in %trace mode.Peter Jones2017-02-241-1/+1
* Fix number of references on spec_Type (#114)Pavlina Moravcova Varekova2017-02-232-4/+12
* And finally, just use the FD digest API without messing with bundlesPanu Matilainen2017-02-231-14/+7
* Eliminate the second digest bundle from signature verificationPanu Matilainen2017-02-231-28/+20
* Refactor header read out of payload read helperPanu Matilainen2017-02-231-17/+15
* Simplify the error code logic in signature verificationPanu Matilainen2017-02-231-13/+8
* Refactor digest + signature verification loop to helper functionPanu Matilainen2017-02-231-48/+53
* Refactor digest initialization to helper functionPanu Matilainen2017-02-231-15/+25
* Refer to digests by their rpm tags instead of algorithmsPanu Matilainen2017-02-231-3/+3
* Add an internal API to dup in-flight digest context from FDPanu Matilainen2017-02-232-0/+10
* Make signature range clearer and more flexiblePanu Matilainen2017-02-223-5/+18
* Make the stftime() buffer big enuff (RhBug:1425231)Panu Matilainen2017-02-221-1/+1
* Handle buffer-too-small error from strftime()Panu Matilainen2017-02-221-5/+5
* Oops, id and algo reversed in fdInitDigestID() prototype :(Panu Matilainen2017-02-211-1/+1
* Adjust the internal FD digest API to accept IDs tooPanu Matilainen2017-02-212-4/+11
* Use arbitrary ids instead of algorithm number to identify digests in bundlesPanu Matilainen2017-02-212-37/+62
* Fix ancient (and in practise, unseen) typo on "not trusted" messagePanu Matilainen2017-02-211-1/+1
* Assimilate rpmpkgReadHeader() back into rpmReadHeader()Panu Matilainen2017-02-211-6/+1
* Signature check before header import on package readsPanu Matilainen2017-02-211-68/+29