summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae1-5/+0
2013-02-09Make decode_signature available to the libraryAllan McRae1-0/+2
2013-02-09Add function to extract key id from signaturesAllan McRae1-0/+3
2013-02-09Move key importing into separate functionAllan McRae1-0/+1
2013-02-09Make key_in_keychain available in libraryAllan McRae1-0/+2
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
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