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
/
signature.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-07
Eliminate couple of timedRead() uses where we control how fd is opened
Panu Matilainen
1
-4
/
+4
2008-07-01
Pass keyring, not the full ts to lowlevel signature routines
Panu Matilainen
1
-20
/
+18
2008-07-01
Eliminate digest calculation statistics from signature code
Panu Matilainen
1
-15
/
+0
2008-06-30
Detach pgp digest from transaction set
Panu Matilainen
1
-4
/
+3
2008-06-30
Pass pgpDig around from rpmVerifySignature()
Panu Matilainen
1
-19
/
+14
2008-06-30
Detach signature tag data from transaction set
Panu Matilainen
1
-18
/
+11
2008-06-30
Actually use the sigtd passed to verifier functions
Panu Matilainen
1
-25
/
+11
2008-06-30
Start getting signature tag out of transaction set
Panu Matilainen
1
-18
/
+22
2008-06-27
Use correct formatters for debug-printing sizes in printSize()
Panu Matilainen
1
-3
/
+5
2008-06-26
Teach rpmAddSignature() and rpmReadSignature() about 64bit tags
Panu Matilainen
1
-13
/
+33
2008-06-18
Convert signature code to use headerPut()
Panu Matilainen
1
-7
/
+19
2008-06-09
Use 64bit type internally for printing size when reading sig header
Panu Matilainen
1
-4
/
+4
2008-06-03
Rip dosetenv()
Panu Matilainen
1
-9
/
+8
2008-05-23
Unbreak DSA signature trailer handling
Panu Matilainen
1
-4
/
+4
2008-05-23
Convert rpmReadSignature() to new headerGet() interface
Panu Matilainen
1
-2
/
+4
2008-05-23
Convert makeHDRSignature() to new headerGet() interface
Panu Matilainen
1
-7
/
+5
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
1
-1
/
+1
2008-05-08
Check rpmAddSignature() return codes (rhbz#442761)
Panu Matilainen
1
-0
/
+3
2008-05-05
Use fprintf() for writing PGP passphrase (like we do for GPG)
Panu Matilainen
1
-4
/
+6
2008-05-05
Check for pipe() returns on GPG and PGP signature creation
Panu Matilainen
1
-2
/
+8
2008-05-03
Temp file handling tweaks
Panu Matilainen
1
-2
/
+2
2008-04-29
Eliminate remaining alloca() in rpmAddSignature()
Panu Matilainen
1
-1
/
+1
2008-04-29
Plug memleaks in signature generation
Panu Matilainen
1
-4
/
+6
2008-04-29
Avoid alloca() in rpmDetectPGPVersion()
Panu Matilainen
1
-3
/
+3
2008-04-29
Avoid alloca() in makeGPGSignature()
Panu Matilainen
1
-9
/
+12
2008-04-29
Avoid unchecked stpcpy() to static sized buf from alloca()
Panu Matilainen
1
-7
/
+11
2008-04-28
Eliminate pointless alloca() of entryInfo and indexEntry structs
Panu Matilainen
1
-28
/
+31
2008-04-11
Rewrite rpmMkTempFile() for sanity
Panu Matilainen
1
-4
/
+6
2008-04-09
Fix buffer overflow in verifyDSASignature()
Jindrich Novy
1
-1
/
+2
2008-04-08
Collapse unknown / unsupport RSA sigtypes into one fallthrough
Panu Matilainen
1
-9
/
+4
2008-04-08
verifyRSASignature() buffer & other fixes
Panu Matilainen
1
-22
/
+20
2008-04-08
verifyDSASignature() buffer & other fixes
Panu Matilainen
1
-1
/
+3
2008-04-08
verifyDSASignature() buffer & other fixes
Panu Matilainen
1
-16
/
+10
2008-04-08
Eliminate four copy-paste versions of nibble(), stick to rpmstring.h
Panu Matilainen
1
-16
/
+0
2008-04-07
Eep, fix bunch of segfaults and other fun from previous commits
Panu Matilainen
1
-8
/
+4
2008-04-07
Avoid stpcpy() to static sized buffer in verifySizeSignature()
Panu Matilainen
1
-8
/
+7
2008-04-07
Avoid stpcpy() to static sized buffer in verifyMD5Signature()
Panu Matilainen
1
-15
/
+10
2008-04-07
Avoid stpcpy() to static sized buffer in verifySHA1Signature()
Panu Matilainen
1
-18
/
+9
2008-04-07
Minimally convert all pgpHexCvt() users to use pgpHexStr() instead
Panu Matilainen
1
-9
/
+12
2008-04-03
Start eliminating static buffers from header/signature checks
Panu Matilainen
1
-16
/
+33
2008-03-31
Avoid static buffer for error messages in rpmReadSignature()
Panu Matilainen
1
-29
/
+27
2008-03-18
Minimal namespacing for locale-insensitive x*() string functions
Panu Matilainen
1
-4
/
+4
2008-03-07
Log message adjustments
Panu Matilainen
1
-7
/
+7
2008-03-07
Mark another pile of header_magic duplicates as read-only
Panu Matilainen
1
-1
/
+2
2008-02-14
Fix a bunch of string format mismatches found by gcc's variadic checks
Panu Matilainen
1
-5
/
+5
2008-02-05
Use rpmSigTag enum for signature tags everywhere, more or less..
Panu Matilainen
1
-10
/
+31
2008-02-05
Use rpmTagType always now that it's available everywhere
Panu Matilainen
1
-1
/
+1
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-2
/
+2
2008-02-01
Don't close GPG/PGP stdin to avoid harmless warning (rhbz#197602)
Panu Matilainen
1
-2
/
+0
[next]