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
/
rpmio
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
Only use local mempcpy() if system libraries dont provide one
Panu Matilainen
1
-0
/
+2
2012-05-31
xmalloc() and xrealloc() never fail, remove redundant checks
Panu Matilainen
1
-46
/
+1
2012-05-31
Call alloca() and stat() by their own names...
Panu Matilainen
1
-14
/
+12
2012-05-31
Eliminate unnecessary glob portability fiddles
Panu Matilainen
1
-14
/
+0
2012-05-31
Eliminate VMS, MS-DOS, Windows and Amiga compatibility hacks in rpmglob
Panu Matilainen
1
-77
/
+4
2012-05-31
Eliminate shell interruptability hack in rpmglob
Panu Matilainen
1
-16
/
+1
2012-05-31
We always have xstrdup() available, eliminate redundant alternatve
Panu Matilainen
1
-10
/
+0
2012-05-31
Eliminate getpwnam_r() and getlogin_r() uses from rpmglob
Panu Matilainen
1
-60
/
+0
2012-05-31
Eliminate mempcpy() related conditionals from rpmglob
Panu Matilainen
1
-65
/
+4
2012-05-31
Remove __GNUC__ conditionals on variable sized local arrays
Panu Matilainen
1
-22
/
+0
2012-05-31
Eliminate unnecessary libc header typedeffery from rpmglob
Panu Matilainen
1
-86
/
+25
2012-05-31
Run indent -kr on the glob implementation
Panu Matilainen
1
-942
/
+847
2012-05-31
Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)
Panu Matilainen
2
-5
/
+1275
2012-05-31
Export our own version of glob_pattern_p() as rpmIsGlob()
Panu Matilainen
2
-1
/
+13
2012-05-31
Split rpmGlob() to a separate source file
Panu Matilainen
3
-141
/
+149
2012-05-22
Add support for 7zip compressed tarballs
Christophe Fergeau
3
-1
/
+9
2012-05-21
Split prelink checking into a helper function
Panu Matilainen
1
-42
/
+42
2012-05-10
Keep the macro buffer terminated on append
Panu Matilainen
1
-1
/
+2
2012-05-10
Fix off-by-ones in mbAppend() and mbAppendStr()
Panu Matilainen
1
-2
/
+2
2012-04-18
Always return NULL from fdFree()
Panu Matilainen
1
-1
/
+1
2012-03-22
Oops, "magic eight" is necessary here afterall
Panu Matilainen
1
-2
/
+2
2012-03-20
Bump library sonames in preparation for new release
Panu Matilainen
1
-1
/
+1
2012-03-14
Unbreak lua's base64 encode/decode extensions
Panu Matilainen
1
-4
/
+4
2012-03-14
Fix ufdCopy() for large (> 2GB) files
Panu Matilainen
2
-23
/
+17
2011-11-10
Doh, somehow managed to miss the warnings from these missing includes :(
Panu Matilainen
1
-0
/
+1
2011-11-09
Make base64 encoding/decoding part of rpmio public API
Panu Matilainen
7
-26
/
+25
2011-11-09
Add a signature verification method to keyring
Panu Matilainen
2
-0
/
+27
2011-11-09
Split keyring find-by-signature to helper function, document...
Panu Matilainen
1
-16
/
+31
2011-11-09
Parse pubkey parameters on rpmPubkeyNew() already and store results
Panu Matilainen
1
-0
/
+7
2011-11-09
Add an alternative API for parsing PGP packets
Panu Matilainen
2
-6
/
+45
2011-11-09
Allocate signature and pubkey dynamically within pgpDig on PGP parse
Panu Matilainen
1
-23
/
+35
2011-11-09
Use pgpDigGetParams() in pgpVerifySig() compat wrapper too
Panu Matilainen
1
-1
/
+2
2011-11-08
Revert "Take advantage of pgpDigParamsCmp() in rpmKeyringLookup()"
Panu Matilainen
1
-1
/
+3
2011-11-08
Tolerate NULL key in pgpVerifySignature()
Panu Matilainen
1
-3
/
+3
2011-11-07
Eliminate unused params member from pgpDigParams
Panu Matilainen
2
-4
/
+0
2011-11-07
Take advantage of pgpDigParamsCmp() in rpmKeyringLookup()
Panu Matilainen
1
-3
/
+1
2011-11-07
Add ad API for retrieving algorithm values from digest parameter containers
Panu Matilainen
2
-0
/
+24
2011-11-07
Add an API for comparing two digest parameter containers
Panu Matilainen
2
-0
/
+31
2011-11-07
And finally, make pgpDig struct fully opaque
Panu Matilainen
2
-8
/
+8
2011-11-07
Eliminate direct pgpDig accesses from keyring
Panu Matilainen
1
-6
/
+6
2011-11-07
Add a dumb API to retrieve pubkey / signature params from pgpDig
Panu Matilainen
2
-0
/
+24
2011-11-07
Process all keys and signatures we find
Panu Matilainen
1
-37
/
+32
2011-11-07
Make pgpPrtPubkeyParams() return an int like all the others do too
Panu Matilainen
1
-7
/
+7
2011-11-07
Add another pgpVerify variant which takes key and sig as separate args
Panu Matilainen
2
-13
/
+31
2011-11-07
Clean up pgpPrtPkts() and friends a bit
Panu Matilainen
1
-29
/
+20
2011-11-04
Bury all NSS specifics into a separate source
Panu Matilainen
5
-557
/
+545
2011-11-04
Implement PGP key & sig algorithm specific part OO-style
Panu Matilainen
2
-134
/
+158
2011-11-04
Lift RSA/DSA specific signature verification to helper functions
Panu Matilainen
1
-57
/
+80
2011-11-04
Lift RSA/DSA key MPI calculations to helper functions
Panu Matilainen
1
-44
/
+66
2011-11-04
Lift RSA/DSA signature MPI calculations to helper functions
Panu Matilainen
1
-47
/
+58
[prev]
[next]