summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
Commit message (Expand)AuthorAge
...
* Handle key import errors correctly and with good error messagesDan McGee2011-09-22
* signing: be consistent with returning -1 for error casesDan McGee2011-09-22
* Add status and check for key being disabledDan McGee2011-09-22
* Implement PGP key search and importDan McGee2011-09-22
* signing: document most undocumented functionsDan McGee2011-09-22
* Fix possible segfault if siglist was emptyDan McGee2011-09-22
* signing: add a process and retry loop for database signaturesDan McGee2011-09-20
* Allow our PGP helper method to pass back the signature resultsDan McGee2011-09-20
* Fix build without gpgmeDan McGee2011-09-18
* More package operations cleanupDan McGee2011-09-02
* Add more info to debug key displayDan McGee2011-08-28
* Refactor signature result return formatDan McGee2011-08-28
* lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa2011-08-28
* Always process validity value returned by gpgmeDan McGee2011-08-25
* Fix small memory leak in sig check codeDan McGee2011-08-25
* Remove argument from check_pgp_helperDan McGee2011-08-25
* Remove alpm_option_get_* usage from backendDan McGee2011-08-19
* Fix compilation using --without-gpgmeDan McGee2011-08-16
* Only check necessary signatures and checksumsDan McGee2011-08-15
* decode_signature: guess signature data length for efficiencyDan McGee2011-08-15
* Update base64 PolarSSL codeDan McGee2011-08-15
* 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