summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)Author
2011-10-17Show an error message on failed remote key lookupDan McGee
2011-10-12Add user-visible warning message if public keyring not foundDan McGee
2011-10-12signing: delay gpgme_init() until latest possible momentDan McGee
2011-09-27Fix compilation using --without-gpgmeDan McGee
2011-09-27Remove unnecessary loggerDan McGee
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee
2011-09-22Handle key import errors correctly and with good error messagesDan McGee
2011-09-22signing: be consistent with returning -1 for error casesDan McGee
2011-09-22Add status and check for key being disabledDan McGee
2011-09-22Implement PGP key search and importDan McGee
2011-09-22signing: document most undocumented functionsDan McGee
2011-09-22Fix possible segfault if siglist was emptyDan McGee
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-09-18Fix build without gpgmeDan McGee
2011-09-02More package operations cleanupDan McGee
2011-08-28Add more info to debug key displayDan McGee
2011-08-28Refactor signature result return formatDan McGee
2011-08-28lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa
2011-08-25Always process validity value returned by gpgmeDan McGee
2011-08-25Fix small memory leak in sig check codeDan McGee
2011-08-25Remove argument from check_pgp_helperDan McGee
2011-08-19Remove alpm_option_get_* usage from backendDan McGee
2011-08-16Fix compilation using --without-gpgmeDan McGee
2011-08-15Only check necessary signatures and checksumsDan McGee
2011-08-15decode_signature: guess signature data length for efficiencyDan McGee
2011-08-15Update base64 PolarSSL codeDan McGee
2011-07-28Revamp signing checksDan McGee
2011-07-18replace access() calls for debug info where applicableFlorian Pritz
2011-07-18signing.c: check if needed files are readableFlorian Pritz
2011-07-18Fix compilation without gpgmeAllan McRae
2011-07-05Allow frontend access to signature verification informationDan McGee
2011-07-05Correctly check the GPG error codesDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30signing: check validity of all available signaturesDan McGee
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-14Rename and rework signing helper methodsDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-04Fix incorrect memory allocation assignmentDan McGee
2011-05-04Reduce duplicate signing debug code and fix logic conditionDan McGee