Fix a bunch of string format mismatches found by gcc's variadic checks
[platform/upstream/rpm.git] / lib / signature.c
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.
2005-03-09 jbj- permit gpg to be used for RSA/MD5 signatures.
2005-03-07 jbjStart removing implied gpg==dsa, pgp==rsa.
2005-03-07 jbjfix: inverted RSA parameters on rsavrfy().
2005-02-02 jbj- fix: length of gpg V4 hash seed was incorrect (#146896).
2005-01-04 jbj- mac os x patches (#133611, #133612, #134637).
2005-01-04 jbjSplint fiddles.
2004-11-05 jbjw00t! rpm -q -W https://wellfleet.jbj.org/rawhide/test...
2004-10-15 jbj- disable expensive header+payload verifies in default...
2004-10-09 jbjSplint fiddles.
2004-07-31 jbjAdd support for beecrypt-4.0.0.
2003-12-23 jbj- fix some small memory leaks (valgrind).
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2003-04-25 jbjbeecrypt-3.0.0 merge: grand renaming, mp32number et al.
2003-04-08 jbjfix: prevent segfault if malicious server sends 1 GB...
2003-04-07 jbjCalibrated stopwatch using rdtsc.
2003-01-23 jbjsplint fiddles.
2002-10-09 jbj- fix: use size_t consistently, avoid segfault on ia64.
2002-09-17 jbj- lclint clean.
2002-09-16 jbjSync with rpm-4.1 parsing changes.
2002-08-31 jbjSync with rpm-4.1.
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-07-25 jbj- fix: --repackage repaired (#67217).
2002-07-21 jbjfix: Header SHA1 was giving false positive.
2002-07-21 jbj- add methods to make signature handling opaque wrto...
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-03 jbj- use rpmfi in showQueryPackage(), eliminating headerGe...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-20 jbj- add translated man pages from PLD.
2002-06-20 jbj- make sure that rpm can verify prelinked shared libraries.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-07 jbj- plug most install mode leaks.
2002-05-01 jbj- attempt to make peace with automake-1.6.1, autoconf...
2002-04-11 jbj- rescusitate --rebuild.
2002-04-08 jbjSanity.
2002-04-08 jbjdoxygen cleanup.
2002-03-10 jbj- splint annotationsm, signature cleanup.
2002-03-08 jbj- wire --nodigest/--nosignature options to checksig...
2002-03-07 jbj- add header RSA signature (untested, disabled for...
2002-03-07 jbj- add header RSA signature (untested).
2002-03-06 jbj- add header DSA signature.
2002-03-03 jbj- add payload uncompressed size to signature to avoid...
2002-02-28 jbjUse Knuth algorithm Y for computing DSA "w = inv(s...
2002-02-02 jbjSync with rpm-4.0.4 rollbacks.
next