summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Handle HEADERIMPORT_COPY in headerImport()Panu Matilainen2016-11-251-5/+6
* Clean up headerWrite() a bitPanu Matilainen2016-11-231-8/+4
* Refactor headerRead() to use hdrblobRead() + hdrblobImport()Panu Matilainen2016-11-231-45/+5
* Add a helper function for importing an already read hdrblobPanu Matilainen2016-11-234-13/+21
* Support non-exact size case in hdrblobRead(), update callersPanu Matilainen2016-11-235-6/+6
* Support no header magic case in hdrblobRead(), update callersPanu Matilainen2016-11-235-8/+10
* Autodetect region tag in hdrblobVerifyRegion() if not specifiedPanu Matilainen2016-11-231-0/+5
* Bury a pile of header internal defines inside header.cPanu Matilainen2016-11-232-33/+33
* Drop a few hysterical checks from signature header merging codePanu Matilainen2016-11-231-5/+0
* Restore 4.12 behaviour of --qf wrt single value tags in [ ] loopsFlorian Festi2016-11-231-0/+6
* Don't bother importing the header on rpmkeys signature checkPanu Matilainen2016-11-221-15/+8
* Drop unused argumentPanu Matilainen2016-11-221-3/+2
* rpmReadHeader() does not check for signatures, reallyPanu Matilainen2016-11-222-12/+4
* Move RPMCALLBACK_ELEM_PROGRESS to rpmteProcess to have header availableFlorian Festi2016-11-223-7/+10
* Handle signature header padding in hdrblobRead()Panu Matilainen2016-11-222-9/+12
* Consolidate signature + header read to new hdrblobRead() functionPanu Matilainen2016-11-224-85/+74
* Assimilate headerVerify() remnants into headerCheck()Panu Matilainen2016-11-221-24/+4
* Don't bother calling headerVerify() when reading package filesPanu Matilainen2016-11-221-6/+1
* Refactor headerSigVerify() to take a hdrblob as argumentPanu Matilainen2016-11-221-16/+11
* Refactor hdrblobInit() to call headerVerifyInfo() by itselfPanu Matilainen2016-11-224-19/+7
* Move blob size checking into hdrblobInit() where it belongsPanu Matilainen2016-11-222-8/+7
* Bury headerVerifyRegion() into header.c where it belongsPanu Matilainen2016-11-223-87/+82
* Refactor hdrblobInit() to do region verify/init by itselfPanu Matilainen2016-11-224-27/+23
* Refactor headerVerifyInfo() to hdrblob struct, adjust callersPanu Matilainen2016-11-224-19/+11
* Refactor headerVerifyRegion() to struct hdrblob, adjust callersPanu Matilainen2016-11-223-27/+18
* Refactor headerVerify() to struct hdrblob, adjust headerCheck() to matchPanu Matilainen2016-11-221-22/+18
* Introduce a struct for raw header blob + initialization APIPanu Matilainen2016-11-224-10/+50
* configure.ac: correct stack protector checkJames Knight2016-11-181-1/+1
* appdata -> metainfo, add support for metainfo filesNeal Gompa2016-11-186-23/+28
* Postpone all signature tag content validation to rpmSigInfoParse()Panu Matilainen2016-11-171-24/+3
* Optionally validate string is hex in rpmSigInfoParse()Panu Matilainen2016-11-171-0/+11
* Optionally calculate string length in rpmSigInfoParse()Panu Matilainen2016-11-171-6/+9
* Eliminate the now pointless pointer from headerVerifyInfo()Panu Matilainen2016-11-171-10/+10
* Drop the now unnecessary info retval from headerVerifyInfo()Panu Matilainen2016-11-174-9/+5
* Don't bother with headerVerifyInfo() on region tagPanu Matilainen2016-11-171-3/+2
* Enable data overlap check on 1st tag of v3 packagesPanu Matilainen2016-11-172-5/+9
* Add back separate check for tag data offset rangePanu Matilainen2016-11-171-0/+2
* Make sure start pointer is legal in strtaglen()Panu Matilainen2016-11-171-0/+2
* Make filter query/verify by file attributes genericPanu Matilainen2016-11-172-8/+8
* Fix %ghost verification and --noghost behavior (RhBug:1395818)Panu Matilainen2016-11-172-1/+4
* Oops, missed early return from headerVerifyInfo()Panu Matilainen2016-11-171-1/+1
* Use hdrchkRange() for the region range check, covers both ends...Panu Matilainen2016-11-161-1/+1
* Don't bother with headerVerifyInfo() on already validated dataPanu Matilainen2016-11-161-2/+1
* Always sanity check the entire header, not just immutable regionPanu Matilainen2016-11-161-1/+1
* Make headerVerifyInfo() return code sanePanu Matilainen2016-11-164-9/+8
* Enable data overlap checks for signature header tooPanu Matilainen2016-11-161-5/+2
* Tolerate NULL info retval argument to headerVerifyInfo()Panu Matilainen2016-11-163-4/+6
* Fix off-by-one stack write in rpmGlob() (RhBug:1371914)Panu Matilainen2016-11-161-1/+1
* Validate string data lengths too on headerVerifyInfo()Panu Matilainen2016-11-154-16/+21
* Add error message retval argument to headerVerifyInfo()Panu Matilainen2016-11-154-24/+12