index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
package.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-15
Be more selective about legacy retrofits on package read
Panu Matilainen
1
-4
/
+7
2012-04-03
Validate negated offsets too in headerVerifyInfo()
Panu Matilainen
1
-1
/
+1
2012-04-03
Differentiate between non-existent and invalid region tag
Panu Matilainen
1
-5
/
+12
2012-02-02
Never load ts keyring if signature checking is disabled
Panu Matilainen
1
-6
/
+3
2011-11-30
Update internal callers to use headerImport() instead of headerLoad()
Panu Matilainen
1
-1
/
+1
2011-11-09
Eliminate uses of pgpDig in package reading & signature checking
Panu Matilainen
1
-25
/
+10
2011-11-09
Switch to using rpmKeyringVerifySig() internally
Panu Matilainen
1
-2
/
+2
2011-11-07
Use pgpDigParamsAlgo() throughout the codebase
Panu Matilainen
1
-6
/
+8
2011-11-07
Eliminate direct pgpDig access from package reading code
Panu Matilainen
1
-3
/
+5
2011-11-07
Take advantage of parsePGPSig() in pgpsigFormat() too
Panu Matilainen
1
-2
/
+2
2011-11-07
Unify the parsePGP() variants from package.c and rpmchecksig.c
Panu Matilainen
1
-9
/
+13
2011-11-07
Hide pgpDig alloc etc details in the parsePGP helper
Panu Matilainen
1
-21
/
+23
2011-11-07
Eliminate couple of unnecessary pgpDig usages
Panu Matilainen
1
-4
/
+3
2011-10-20
Verify the entire region trailer, not just its offset, is within data area
Panu Matilainen
1
-2
/
+2
2011-10-11
Let headerLoad() failure message come through
Panu Matilainen
1
-1
/
+2
2011-10-06
Eliminate headerCheckPayloadFormat() from the API
Panu Matilainen
1
-30
/
+0
2011-10-06
Eliminate headerMergeLegacySigs() from the API
Panu Matilainen
1
-1
/
+6
2011-10-06
Eliminate leftover headerRegenSigHeader() function
Panu Matilainen
1
-46
/
+0
2011-10-06
Only bother allocating a pgpDig when needed
Panu Matilainen
1
-9
/
+3
2011-10-05
Split signature/digest verification out of headerVerify()
Panu Matilainen
1
-114
/
+134
2011-10-05
Unobfuscate header digest calculation in headerVerify()
Panu Matilainen
1
-18
/
+5
2011-10-05
Unobfuscate headerVerify() exit logic
Panu Matilainen
1
-30
/
+20
2011-10-05
Eliminate pointless exit label from headerVerify()
Panu Matilainen
1
-3
/
+0
2011-10-04
Push couple of variables to more local scope
Panu Matilainen
1
-3
/
+3
2011-07-07
Take advantage of Fdescr() in rpmReadPackageFile()
Panu Matilainen
1
-0
/
+2
2011-07-07
Further streamline & sanitize lead handling
Panu Matilainen
1
-13
/
+7
2011-07-06
Make rpmLeadRead() return an allocated lead, fixup callers
Panu Matilainen
1
-3
/
+2
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part II
Panu Matilainen
1
-5
/
+5
2011-03-23
Avoid timedRead() usage
Jindrich Novy
1
-2
/
+2
2010-10-22
Couple of enum craziness fixes to package.c
Panu Matilainen
1
-5
/
+5
2010-04-12
Do not load keyring if signature checking is disabled.
Michael Schroeder
1
-2
/
+6
2009-10-14
Eliminate last remaining FD_t struct privacy violation
Panu Matilainen
1
-2
/
+2
2009-09-02
Simplify headerCheckPayloadFormat() a bit
Panu Matilainen
1
-13
/
+5
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-1
/
+1
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in header code
Panu Matilainen
1
-2
/
+2
2009-06-23
Set HEADERFLAGS_ALLOCATED centrally from headerLoad()
Panu Matilainen
1
-1
/
+0
2009-05-20
Eliminate useless pgpDig nbytes counter
Panu Matilainen
1
-14
/
+1
2009-05-20
Refactor ts out of main read package function
Panu Matilainen
1
-26
/
+16
2009-05-20
Refactor ts out of main header read function
Panu Matilainen
1
-2
/
+15
2009-05-20
Refactor ts out of main header verification routine
Panu Matilainen
1
-22
/
+17
2009-03-25
Eliminate copy-paste digest calculation in rpmReadPackageFile()
Panu Matilainen
1
-18
/
+5
2009-03-25
Eliminate copy-paste digest calculation in headerCheck()
Panu Matilainen
1
-37
/
+6
2009-03-25
Eliminate header/payload digests from pgpDig_s, they dont belong
Panu Matilainen
1
-19
/
+24
2009-03-12
Rip all handling of broken md5 sums from 1997, rpm 2.x era
Panu Matilainen
1
-12
/
+0
2009-03-11
Move headerIsEntry() check of sigtag into _chk() macro
Panu Matilainen
1
-18
/
+8
2009-03-04
Condense "shut up gcc" switch-cases to just default no action case
Panu Matilainen
1
-9
/
+1
2009-03-04
Add internal helper to verify signature parse results
Panu Matilainen
1
-37
/
+21
2009-01-30
Try to play nice with OpenPKG (rpm5.org) packages (rhbz#478907)
Panu Matilainen
1
-7
/
+12
2009-01-05
Eliminate header magic duplication all over the place, export it
Panu Matilainen
1
-14
/
+9
2008-12-08
Work around broken packages which dont have RPMTAG_SOURCERPM
Panu Matilainen
1
-0
/
+10
[next]