Eliminate header magic duplication all over the place, export it
[platform/upstream/rpm.git] / lib / signature.c
2009-01-05 Panu MatilainenEliminate header magic duplication all over the place...
2008-07-07 Panu MatilainenEliminate couple of timedRead() uses where we control...
2008-07-01 Panu MatilainenPass keyring, not the full ts to lowlevel signature...
2008-07-01 Panu MatilainenEliminate digest calculation statistics from signature...
2008-06-30 Panu MatilainenDetach pgp digest from transaction set
2008-06-30 Panu MatilainenPass pgpDig around from rpmVerifySignature()
2008-06-30 Panu MatilainenDetach signature tag data from transaction set
2008-06-30 Panu MatilainenActually use the sigtd passed to verifier functions
2008-06-30 Panu MatilainenStart getting signature tag out of transaction set
2008-06-27 Panu MatilainenUse correct formatters for debug-printing sizes in...
2008-06-26 Panu MatilainenTeach rpmAddSignature() and rpmReadSignature() about...
2008-06-18 Panu MatilainenConvert signature code to use headerPut()
2008-06-09 Panu MatilainenUse 64bit type internally for printing size when readin...
2008-06-03 Panu MatilainenRip dosetenv()
2008-05-23 Panu MatilainenUnbreak DSA signature trailer handling
2008-05-23 Panu MatilainenConvert rpmReadSignature() to new headerGet() interface
2008-05-23 Panu MatilainenConvert makeHDRSignature() to new headerGet() interface
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-08 Panu MatilainenCheck rpmAddSignature() return codes (rhbz#442761)
2008-05-05 Panu MatilainenUse fprintf() for writing PGP passphrase (like we do...
2008-05-05 Panu MatilainenCheck for pipe() returns on GPG and PGP signature creation
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-04-29 Panu MatilainenEliminate remaining alloca() in rpmAddSignature()
2008-04-29 Panu MatilainenPlug memleaks in signature generation
2008-04-29 Panu MatilainenAvoid alloca() in rpmDetectPGPVersion()
2008-04-29 Panu MatilainenAvoid alloca() in makeGPGSignature()
2008-04-29 Panu MatilainenAvoid unchecked stpcpy() to static sized buf from alloca()
2008-04-28 Panu MatilainenEliminate pointless alloca() of entryInfo and indexEntr...
2008-04-11 Panu MatilainenRewrite rpmMkTempFile() for sanity
2008-04-09 Jindrich NovyFix buffer overflow in verifyDSASignature()
2008-04-08 Panu MatilainenCollapse unknown / unsupport RSA sigtypes into one...
2008-04-08 Panu MatilainenverifyRSASignature() buffer & other fixes
2008-04-08 Panu MatilainenverifyDSASignature() buffer & other fixes
2008-04-08 Panu MatilainenverifyDSASignature() buffer & other fixes
2008-04-08 Panu MatilainenEliminate four copy-paste versions of nibble(), stick...
2008-04-07 Panu MatilainenEep, fix bunch of segfaults and other fun from previous...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifySizeSign...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifyMD5Signa...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifySHA1Sign...
2008-04-07 Panu MatilainenMinimally convert all pgpHexCvt() users to use pgpHexSt...
2008-04-03 Panu MatilainenStart eliminating static buffers from header/signature...
2008-03-31 Panu MatilainenAvoid static buffer for error messages in rpmReadSignat...
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-07 Panu MatilainenLog message adjustments
2008-03-07 Panu MatilainenMark another pile of header_magic duplicates as read...
2008-02-14 Panu MatilainenFix a bunch of string format mismatches found by gcc...
2008-02-05 Panu MatilainenUse rpmSigTag enum for signature tags everywhere, more...
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-02-01 Panu MatilainenDon't close GPG/PGP stdin to avoid harmless warning...
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-16 Panu MatilainenBogus const in temporary variables
2007-12-16 Panu MatilainenRemove const from rpmMkTempFile file name parameter
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenYet more type-pedantry...
2007-12-14 Panu MatilainenMore size_t type pedantry
2007-12-14 Panu MatilainenCouple of more size_t uses + related format string...
2007-12-13 Panu MatilainenBig bunch of int -> size_t corrections for various...
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu MatilainenMore rpmerr.h removal fallout
2007-12-07 Panu Matilainenrpm5.org: fixup various places in rpmbuild from rpmerr...
2007-12-01 Panu MatilainenLose leftover davRead() related hack
2007-12-01 Panu MatilainenMake rpmlead opaque, add methods to deal with it
2007-11-26 Ralf CorsépiusEliminate type "byte"
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-22 Panu MatilainenMove makeTempFile() from misc.h to rpmfileutil.h
2007-11-22 Panu MatilainenCalculating file checksums aint legacy activity
2007-11-23 Panu MatilainenMove the xstr*() string variants from rpmio.h to rpmstr...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-16 Panu MatilainenSplit digest-stuff out of rpmio_internal to separate...
2007-11-07 Panu MatilainenDocument rpmio_internal.h uses outside rpmio/
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-11 Panu MatilainenCast timedRead() buffers to expected type.
2007-07-10 Panu MatilainenRemove / #ifdef out unused variables as appropriate.
2007-04-16 Paul NasratFix to handle oldpackages that use HEADERIMAGE
2005-06-06 jbjXXX Really old packages have HEADER_IMAGE, not HEADER_S...
2005-03-13 jbjAdd support for RSA on sha1/sha256/sha384/sha512.
2005-03-12 jbjDon't dump pgp pkt spewage.
2005-03-12 jbjIdentify header RSA signatures correctly.
2005-03-12 jbjAdd hdrmd5ctx for header-only md5 rsa/md5 signatures.
next