summaryrefslogtreecommitdiff
path: root/lib/rpmchecksig.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-22Move makeTempFile() from misc.h to rpmfileutil.hPanu Matilainen1-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-28/+28
2007-11-16Split digest-stuff out of rpmio_internal to separate headerPanu Matilainen1-1/+1
2007-11-16Eliminate copy-paste fd digest stealing, stuff into rpmio_internalPanu Matilainen1-24/+1
2007-11-08Kludge around mktemp() uses to shut up build warningsPanu Matilainen1-0/+4
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen1-1/+2
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-2/+0
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-9/+9
2007-10-26Rename rpmcliImportPubkey() -> rpmtsImportPubkey()Panu Matilainen1-133/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen1-1/+1
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-1/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-28/+28
2007-09-11Remove splint tags.Ralf Corsépius1-103/+49
2007-09-04Fix error reporting on rpm --checksig (rhbz#155079)Panu Matilainen1-3/+7
2007-07-11Cast to void** to silence hge() warningPanu Matilainen1-1/+1
2007-07-11Use unsigned size type for pgpReadPkts().Panu Matilainen1-1/+1
2007-06-12Skip packages/headers with non-verifiable signatures and treatPanu Matilainen1-3/+4
2007-04-16Call Fflush at the end of writeing a signed package to catch outPaul Nasrat1-0/+4
2007-04-16Also decode early for PGP sigtags, which are actually header+payloadPaul Nasrat1-1/+1
2005-03-13Permit build with extternal file and libmagic.jbj1-0/+6
2005-03-13Add support for RSA on sha1/sha256/sha384/sha512.jbj1-11/+29
2005-03-12Add hdrmd5ctx for header-only md5 rsa/md5 signatures.jbj1-0/+3
2005-02-02- fix: length of gpg V4 hash seed was incorrect (#146896).jbj1-3/+2
2004-12-05- rpm-4.4 final release.rpm-4.4-releasejbj1-1/+1
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-1/+17
2004-11-10- add --delsign to purge packages of digital signatures.jbj1-2/+9
2003-12-30- use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj1-1/+1
2003-12-11- only internal Berkeley db from now on.jbj1-1/+1
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-4/+4
2003-04-21Don't segfault if given ascii armored rather than binary pubkey packets.jbj1-6/+15
2003-04-09Splint fiddles.jbj1-2/+2
2003-04-02Splint clean.jbj1-8/+7
2003-01-23splint fiddles.jbj1-1/+0
2002-12-24- add %%pubkey attribute to read armored pubkey files into header.jbj1-2/+2
2002-09-16Sync with rpm-4.1 parsing changes.jbj1-4/+14
2002-09-04- fix: parse header data more carefully.jbj1-1/+1
2002-08-31Sync with rpm-4.1.jbj1-1/+0
2002-08-27- fix: segfault with --checksig, plug memory leak (#72455).jbj1-1/+2
2002-08-23- merge signature returns into rpmRC.jbj1-18/+29
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-0/+2
2002-08-06- python: bindings to import pubkeys and display openpgp packets.jbj1-119/+136
2002-08-05- fix: check for lead magic, better error message on failure (#69751).jbj1-2/+2
2002-08-02- fix: signed pubkeys were imported incorrectly (#68291).jbj1-1/+5
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-1/+1
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-75/+83
2002-07-20- version added to *.la dependency libraries (#69063).jbj1-1/+0