summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-7/+0
2011-05-04Fix incorrect memory allocation assignmentDan McGee1-1/+1
2011-05-04Reduce duplicate signing debug code and fix logic conditionDan McGee1-35/+23
2011-04-27Allow conditional compilation with GPGMEDan McGee1-1/+11
2011-04-24signing: add more detail to unexpected signature count errorDan McGee1-1/+7
2011-04-24Enhance GPGME debug outputDan McGee1-11/+97
2011-04-24Rein in the complexity of the signature typeDan McGee1-10/+53
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee1-59/+35
2011-04-21Rename gpgsig struct fields for clarityDan McGee1-6/+6
2011-04-21Form the signature file location in one placeDan McGee1-10/+14
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-4/+21
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-03-24Do not reuse old signatureAllan McRae1-1/+1
2011-03-24Refactor signature loading code into common functionDan McGee1-2/+47
2011-03-24Add functions for verifying database signatureAllan McRae1-26/+40
2011-03-23Report output from signature checking to debug logAllan McRae1-11/+11
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-0/+2
2011-03-23Integrate GPGME into libalpmDan McGee1-0/+219