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
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
2008-04-03
Start eliminating static buffers from header/signature checks
Panu Matilainen
1
-2
/
+3
2008-04-02
Further streamline / simplify rpmVerifySignatures()
Panu Matilainen
1
-72
/
+67
2008-04-02
Make signature verification result not depend on rpm verbosity level, ick
Panu Matilainen
1
-6
/
+1
2008-04-02
Further redundancy / copy-paste coding elimination
Panu Matilainen
1
-9
/
+3
2008-04-02
Collapse the huge sigtag switch in rpmVerifySignatures() a bit
Panu Matilainen
1
-47
/
+40
2008-04-02
Simplify missing/untrusted keys logging
Panu Matilainen
1
-27
/
+10
2008-03-31
Make rpmLeadCheck() return error msg instead of direct logging
Panu Matilainen
1
-2
/
+8
2008-03-07
Mark another pile of header_magic duplicates as read-only
Panu Matilainen
1
-1
/
+1
2008-02-26
Un-inline fd*Digest()
Panu Matilainen
1
-1
/
+1
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-2
/
+2
2008-02-05
Use rpmSigTag enum for signature tags everywhere, more or less..
Panu Matilainen
1
-3
/
+13
2008-02-05
Use rpmTagType always now that it's available everywhere
Panu Matilainen
1
-5
/
+5
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-5
/
+4
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+1
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
1
-4
/
+4
2007-12-16
Remove const from rpmMkTempFile file name parameter
Panu Matilainen
1
-1
/
+1
2007-12-16
Refactor rpmReSign() and associated file "management" a bit
Panu Matilainen
1
-46
/
+38
2007-12-16
Remove const from bunch of error message return types
Panu Matilainen
1
-2
/
+2
2007-12-14
Another bunch of bogus const removals
Panu Matilainen
1
-1
/
+1
2007-12-13
Use rpm_tagtype_t everywhere for rpm (header) tagtype type
Panu Matilainen
1
-5
/
+5
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-4
/
+5
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-5
/
+8
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-6
/
+6
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-2
/
+2
2007-12-01
Make rpmlead opaque, add methods to deal with it
Panu Matilainen
1
-34
/
+20
2007-11-26
Define and use pgpKeyID_t for pgp key id's
Panu Matilainen
1
-2
/
+2
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-3
/
+3
2007-11-22
Move makeTempFile() from misc.h to rpmfileutil.h
Panu Matilainen
1
-3
/
+3
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-5
/
+5
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-28
/
+28
2007-11-16
Split digest-stuff out of rpmio_internal to separate header
Panu Matilainen
1
-1
/
+1
2007-11-16
Eliminate copy-paste fd digest stealing, stuff into rpmio_internal
Panu Matilainen
1
-24
/
+1
[next]