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
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
2008-08-04
Bunch of keyring / pubkey refcounting fixes
Panu Matilainen
1
-0
/
+1
2008-07-02
Change rpmts keyring get/set interface to more transparent handling
Panu Matilainen
1
-4
/
+1
2008-07-01
Pass keyring, not the full ts to lowlevel signature routines
Panu Matilainen
1
-1
/
+5
2008-06-30
Detach pgp digest from transaction set
Panu Matilainen
1
-5
/
+5
2008-06-30
Detach signature tag data from transaction set
Panu Matilainen
1
-7
/
+3
2008-06-26
Teach rpmAddSignature() and rpmReadSignature() about 64bit tags
Panu Matilainen
1
-0
/
+2
2008-06-17
Replace headerRemoveEntry() with headerDel() everywhere
Panu Matilainen
1
-15
/
+15
2008-05-26
Minimally convert rpmVerifySignatures() to new interfaces
Panu Matilainen
1
-15
/
+13
2008-05-23
Convert rpmResign() to new header iterator/get interfaces
Panu Matilainen
1
-14
/
+10
2008-05-23
Convert readFile() to new headerGet()...
Panu Matilainen
1
-9
/
+5
2008-05-23
Convert getSignid() to new headerGet()
Panu Matilainen
1
-6
/
+4
2008-05-08
Check rpmAddSignature() return codes (rhbz#442761)
Panu Matilainen
1
-8
/
+18
[next]