summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)Author
2012-04-12Merge branch 'maint'Dan McGee
2012-04-09Fix issues with unintialized variable value usageDan McGee
2012-04-07Merge branch 'maint'Dan McGee
2012-03-28signing: cope with gpg2's failure at lifeDave Reisner
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-12Reorder some operations in sig check for efficiencyDan McGee
2012-01-08Merge branch 'maint'Dan McGee
2012-01-05Search for PGP subkeys in a keyserver-acceptable wayDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-20add key algo to import msgFlorian Pritz
2011-11-20change gpg import message to resemble gpg --list-keysFlorian Pritz
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