summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)Author
2011-04-27Allow conditional compilation with GPGMEDan McGee
2011-04-24signing: add more detail to unexpected signature count errorDan McGee
2011-04-24Enhance GPGME debug outputDan McGee
2011-04-24Rein in the complexity of the signature typeDan McGee
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee
2011-04-20Rename gpgsig struct fields for clarityDan McGee
2011-04-20Form the signature file location in one placeDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-03-23Do not reuse old signatureAllan McRae
2011-03-23Refactor signature loading code into common functionDan McGee
2011-03-23Add functions for verifying database signatureAllan McRae
2011-03-23Report output from signature checking to debug logAllan McRae
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry
2011-03-23Integrate GPGME into libalpmDan McGee