summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.h
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2011-09-20signing: add a process and retry loop for database signaturesDan McGee
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee
2011-08-28Refactor signature result return formatDan McGee
2011-08-25Remove argument from check_pgp_helperDan McGee
2011-08-15Only check necessary signatures and checksumsDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan 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-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-03-23Refactor signature loading code into common functionDan McGee
2011-03-23Add functions for verifying database signatureAllan McRae
2011-03-23Integrate GPGME into libalpmDan McGee