index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | |
This requires a lot of line changes, but not many functional changes as more often than not our handle variable is already available in some fashion. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-04-24 | Rein in the complexity of the signature type | Dan McGee | |
Given that we offer no transparency into the pmpgpsig_t type, we don't really need to expose it outside of the library, and at this point, we don't need it at all. Don't decode anything except when checking signatures. For packages/files not from a sync database, we now just read the signature file directly anyway. Also push the decoding logic down further into the check method so we don't need this hanging out in a less than ideal place. This will make it easier to conditionally compile things down the road. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-04-24 | signing: let GPGME handle loading signatures from files | Dan McGee | |
Rather than go through all the hassle of doing this ourselves, just let GPGME handle the work by passing it a file handle. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-04-20 | Rename gpgsig struct fields for clarity | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-04-20 | Allow VerifySig to act as a default verification in [options] | Dave Reisner | |
* add _alpm_db_get_sigverify_level * add alpm_option_{get,set}_default_sigverify And set the default verification level to OPTIONAL if not set otherwise. Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-23 | Refactor signature loading code into common function | Dan McGee | |
We can use this for both standalone package signatures as well as standalone database signatures. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-23 | Add functions for verifying database signature | Allan McRae | |
Add a pmpgpsig_t struct to the database entry struct and functions for the lazy loading of database signatures. Add a function for checking database signatures, reusing (and generalizing) the code currently used for checking package signatures. TODO: The code for reading in signature files from the filesystem is duplicated for local packages and database and needs refactoring. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2011-03-23 | Integrate GPGME into libalpm | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> |