summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-20signing: add a process and retry loop for database signaturesDan McGee1-0/+3
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee1-1/+2
2011-08-29Refactor signature result return formatDan McGee1-1/+1
2011-08-25Remove argument from check_pgp_helperDan McGee1-2/+1
2011-08-15Only check necessary signatures and checksumsDan McGee1-0/+1
2011-07-05signing: move to new signing verification and return schemeDan McGee1-1/+4
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee1-1/+0
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+2
2011-04-24Rein in the complexity of the signature typeDan McGee1-11/+1
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee1-1/+0
2011-04-21Rename gpgsig struct fields for clarityDan McGee1-3/+3
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-0/+1
2011-03-24Refactor signature loading code into common functionDan McGee1-0/+1
2011-03-24Add functions for verifying database signatureAllan McRae1-1/+11
2011-03-23Integrate GPGME into libalpmDan McGee1-0/+28