summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.h
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae
2013-02-09Make decode_signature available to the libraryAllan McRae
2013-02-09Add function to extract key id from signaturesAllan McRae
2013-02-09Move key importing into separate functionAllan McRae
2013-02-09Make key_in_keychain available in libraryAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
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