index
:
platform/upstream/rpm
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_genivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel_strip
origin/tizen
sandbox/akazmin/hwasan_build
sandbox/chanleebf/compression_change
sandbox/chanleebf/test
sandbox/denis13/LTO
sandbox/denis13/NoLTO
sandbox/denis13/esan
sandbox/denis13/lib64
sandbox/denis13/test_lib64
sandbox/dkson95/build
sandbox/dkson95/buildinfo
sandbox/dkson95/devel
sandbox/dkson95/gcc-14
sandbox/dkson95/llvm
sandbox/dkson95/lto
sandbox/dkson95/merge
sandbox/dkson95/strip
sandbox/dkson95/warning
sandbox/dnxowls/rpm_4.14.1_upgrade
sandbox/dnxowls/rpm_upgrade
sandbox/hglee/asan
sandbox/jaehun77/hardfp
sandbox/leemgs/chromium-efl
sandbox/leemgs/pbzip2
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_rpm
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/debug
sandbox/mkashkarov/ttc_14
sandbox/mro/isan
sandbox/mzx/bootstraping
sandbox/mzx/fix
sandbox/mzx/upstream
sandbox/nmerinov/llvm
sandbox/pavelkopyl/gcov
sandbox/soong9/remove_nss
sandbox/soong9/rpm_4.14.1
sandbox/test/rpm_upgrade
sandbox/tizentools/rpm_upgrade
sandbox/toolchain/sanitizer
sandbox/vbarinov/arch
sandbox/vbarinov/asan
sandbox/vbarinov/clang-build
sandbox/vbarinov/lib64
sandbox/vbarinov/mips
sandbox/vbarinov/riscbuild
sandbox/vbarinov/strip
sandbox/vbarinov/tizen
sandbox/wangbiao/py3_version_6_6
sandbox/wangbiao/py3_version_bak
sandbox/wangbiao/rpm_py3
sandbox/xuwc/rpm_erase
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_dev
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: SCM / Build;
park <sk7.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rpmchecksig.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-05-03
Create signature target rpm in same directory as original
Panu Matilainen
1
-1
/
+2
2008-05-03
Temp file handling tweaks
Panu Matilainen
1
-2
/
+2
2008-05-03
rpmReSign() doesn't return rpmRC codes, make it more obvious
Panu Matilainen
1
-5
/
+3
2008-05-03
Eliminate static sized string buffer frpm rpmReSign()
Panu Matilainen
1
-15
/
+12
2008-04-16
Don't use mktemp(), we are sure mkstemp() is available now
Jindrich Novy
1
-4
/
+0
2008-04-11
Rewrite rpmMkTempFile() for sanity
Panu Matilainen
1
-3
/
+4
2008-04-07
Remove static print buffer from pgpHexStr, return malloc'ed memory instead
Panu Matilainen
1
-1
/
+3
2008-04-07
ARGV_t const pendantry
Panu Matilainen
1
-6
/
+3
2008-04-03
Lose the remaining static buffer from rpmVerifySignatures()
Panu Matilainen
1
-5
/
+8
2008-04-03
Typo...
Panu Matilainen
1
-1
/
+1
2008-04-03
Refactor signature check results formatting
Panu Matilainen
1
-73
/
+56
2008-04-03
Remove unnecessary check for "keyid:" in result
Panu Matilainen
1
-4
/
+0
[next]