summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
Commit message (Expand)AuthorAge
* Revamp signing checksDan McGee2011-07-28
* replace access() calls for debug info where applicableFlorian Pritz2011-07-18
* signing.c: check if needed files are readableFlorian Pritz2011-07-18
* Fix compilation without gpgmeAllan McRae2011-07-18
* Allow frontend access to signature verification informationDan McGee2011-07-05
* Correctly check the GPG error codesDan McGee2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* signing: check validity of all available signaturesDan McGee2011-06-30
* Make alpm_db_get_sigverify_level() publicDan McGee2011-06-30
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* API: change 'signaturedir' to 'gpgdir'Dan McGee2011-06-15
* Rename and rework signing helper methodsDan McGee2011-06-14
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Fix incorrect memory allocation assignmentDan McGee2011-05-04
* Reduce duplicate signing debug code and fix logic conditionDan McGee2011-05-04
* Allow conditional compilation with GPGMEDan McGee2011-04-27
* signing: add more detail to unexpected signature count errorDan McGee2011-04-24
* Enhance GPGME debug outputDan McGee2011-04-24
* Rein in the complexity of the signature typeDan McGee2011-04-24
* signing: let GPGME handle loading signatures from filesDan McGee2011-04-24
* Rename gpgsig struct fields for clarityDan McGee2011-04-20
* Form the signature file location in one placeDan McGee2011-04-20
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* Allow VerifySig to act as a default verification in [options]Dave Reisner2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Do not reuse old signatureAllan McRae2011-03-23
* Refactor signature loading code into common functionDan McGee2011-03-23
* Add functions for verifying database signatureAllan McRae2011-03-23
* Report output from signature checking to debug logAllan McRae2011-03-23
* Added gpg verification options per repo to the config file.Xavier Chantry2011-03-23
* Integrate GPGME into libalpmDan McGee2011-03-23