Age | Commit message (Expand) | Author | Files | Lines |
2017-01-04 | Update copyright years | Allan McRae | 1 | -1/+1 |
2016-09-25 | Do not #define _RESERVED_IDENTIFIERS | Ivy Foster | 1 | -3/+3 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-10-31 | Make functions to decode a signature and extract keyid public | Allan McRae | 1 | -5/+0 |
2013-02-09 | Make decode_signature available to the library | Allan McRae | 1 | -0/+2 |
2013-02-09 | Add function to extract key id from signatures | Allan McRae | 1 | -0/+3 |
2013-02-09 | Move key importing into separate function | Allan McRae | 1 | -0/+1 |
2013-02-09 | Make key_in_keychain available in library | Allan McRae | 1 | -0/+2 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2011-09-20 | signing: add a process and retry loop for database signatures | Dan McGee | 1 | -0/+3 |
2011-09-20 | Allow our PGP helper method to pass back the signature results | Dan McGee | 1 | -1/+2 |
2011-08-29 | Refactor signature result return format | Dan McGee | 1 | -1/+1 |
2011-08-25 | Remove argument from check_pgp_helper | Dan McGee | 1 | -2/+1 |
2011-08-15 | Only check necessary signatures and checksums | Dan McGee | 1 | -0/+1 |
2011-07-05 | signing: move to new signing verification and return scheme | Dan McGee | 1 | -1/+4 |
2011-06-30 | Make alpm_db_get_sigverify_level() public | Dan McGee | 1 | -1/+0 |
2011-06-28 | Rename pmdb_t to alpm_db_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -1/+1 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -1/+2 |
2011-04-24 | Rein in the complexity of the signature type | Dan McGee | 1 | -11/+1 |
2011-04-24 | signing: let GPGME handle loading signatures from files | Dan McGee | 1 | -1/+0 |
2011-04-21 | Rename gpgsig struct fields for clarity | Dan McGee | 1 | -3/+3 |
2011-04-21 | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 1 | -0/+1 |
2011-03-24 | Refactor signature loading code into common function | Dan McGee | 1 | -0/+1 |
2011-03-24 | Add functions for verifying database signature | Allan McRae | 1 | -1/+11 |
2011-03-23 | Integrate GPGME into libalpm | Dan McGee | 1 | -0/+28 |