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
/
rpmchecksig.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-275
/
+144
2012-10-30
Fix missing error on --import on bogus key file (RhBug:869667)
Panu Matilainen
1
-4
/
+5
2012-01-30
Use rpmReadHeader() on signature checking path too
Panu Matilainen
1
-2
/
+4
2011-11-09
Eliminate uses of pgpDig in package reading & signature checking
Panu Matilainen
1
-6
/
+4
2011-11-09
Switch to using rpmKeyringVerifySig() internally
Panu Matilainen
1
-1
/
+1
2011-11-07
Use pgpDigParamsAlgo() throughout the codebase
Panu Matilainen
1
-4
/
+5
2011-11-07
Unify the parsePGP() variants from package.c and rpmchecksig.c
Panu Matilainen
1
-29
/
+8
2011-11-07
Eliminate couple of unnecessary pgpDig usages
Panu Matilainen
1
-2
/
+2
2011-11-04
Add a couple of missing includes, masked by NSS headers
Panu Matilainen
1
-0
/
+2
2011-07-07
Further streamline & sanitize lead handling
Panu Matilainen
1
-10
/
+3
2011-07-06
Make rpmLeadRead() return an allocated lead, fixup callers
Panu Matilainen
1
-3
/
+3
2011-04-19
Actually handle headerGet() / pgpPrtPkts() failure on signature verify
Panu Matilainen
1
-4
/
+7
2010-10-22
Fix (ie eliminate) rpmSigTag uses in rpmchecksig
Panu Matilainen
1
-5
/
+5
2010-09-28
Fix a rpmTag/rpmSigTag mismatch by using the more appropriate type
Panu Matilainen
1
-1
/
+1
2010-09-03
Further simplify rpmcliVerifySignatures()
Panu Matilainen
1
-2
/
+6
2010-09-03
Split package signing out of rpmchecksig.c
Panu Matilainen
1
-372
/
+0
2010-09-03
Export the cli-level signature checking as rpmcliVerifySignatures()
Panu Matilainen
1
-24
/
+24
2010-09-03
Export rpmcliImportPubkeys() (again) in the public API
Panu Matilainen
1
-1
/
+1
2010-09-03
Remove hysterically useless RPMSIGN_NONE + --sign popt leftovers
Panu Matilainen
1
-1
/
+0
2010-07-09
Skip any initial comments when looking for pubkey start marker
Panu Matilainen
1
-1
/
+1
2010-06-01
Support many pubkeys in a single file in --import (RhBug:586827)
Panu Matilainen
1
-31
/
+53
2010-05-06
Minor cleanup to rpmReSign()
Panu Matilainen
1
-12
/
+3
2010-05-06
Fix minor header iterator leak in rpmReSign()
Panu Matilainen
1
-4
/
+2
2010-05-06
Clean up rpmcliImportPubkeys() a bit, no functional changes
Panu Matilainen
1
-30
/
+18
2010-01-05
Sanitize signature checking formatResult() a bit
Panu Matilainen
1
-6
/
+3
2009-10-14
Move fdDigest*() to rpmio.c where they better belong
Panu Matilainen
1
-0
/
+1
2009-05-20
Eliminate useless pgpDig nbytes counter
Panu Matilainen
1
-5
/
+1
2009-04-22
Refactor ts out of the main signature checking worker
Panu Matilainen
1
-7
/
+21
2009-04-16
Check for termination signals during signing / signature checking loop
Panu Matilainen
1
-0
/
+1
2009-03-25
Make sure fd bundle is always NULLed on rpmVerifySignatures() exit
Panu Matilainen
1
-1
/
+1
2009-03-25
Remove unnecessary {} block inflating indentation, streamline
Panu Matilainen
1
-21
/
+18
2009-03-25
Eliminate header/payload digests from pgpDig_s, they dont belong
Panu Matilainen
1
-22
/
+37
2009-03-12
MD5 and SHA1 digests are handled just the same here...
Panu Matilainen
1
-3
/
+0
2009-03-12
Rip all handling of broken md5 sums from 1997, rpm 2.x era
Panu Matilainen
1
-6
/
+0
2009-03-12
Eliminate can't happen code
Panu Matilainen
1
-9
/
+0
2009-03-10
Lift best signature detection out of rpmVerifySignatures()
Panu Matilainen
1
-17
/
+28
2009-03-10
Lift pgp parsing into separate function
Panu Matilainen
1
-7
/
+17
2009-03-10
Avoid rasprintf() on potentially NULL string
Panu Matilainen
1
-8
/
+8
2009-03-10
Eliminate Yet Another temporary result variable
Panu Matilainen
1
-5
/
+5
2009-03-10
Further rpmVerifySignatures() cleanup
Panu Matilainen
1
-46
/
+46
2009-03-10
Assume failure in rpmVerifySignatures()
Panu Matilainen
1
-8
/
+2
2009-03-10
Use rstrcat() instead of rasprintf(), less fuss involved
Panu Matilainen
1
-4
/
+2
2009-03-10
Fix memleak on signature checking failure
Panu Matilainen
1
-3
/
+3
2009-03-10
Eliminate pointless {} block inflating indentation level
Panu Matilainen
1
-189
/
+186
2009-03-04
Condense "shut up gcc" switch-cases to just default no action case
Panu Matilainen
1
-11
/
+1
2009-01-05
Eliminate header magic duplication all over the place, export it
Panu Matilainen
1
-6
/
+2
2008-11-04
Use more portable file access mode tests (ticket #5)
Panu Matilainen
1
-1
/
+1
2008-10-06
Consistent log level for "unverifiable signature" message
Panu Matilainen
1
-1
/
+1
2008-10-04
Restore permissions of a signed rpm to that of the original (rhbz#465586)
Panu Matilainen
1
-3
/
+8
2008-08-08
Missing include
Panu Matilainen
1
-0
/
+1
[next]