summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)Author
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-02-16fix style violationsAndrew Gregory
2013-02-13Fix compilation error on clangAllan McRae
2013-02-09Import key if needed when installing package from fileAllan McRae
2013-02-09Make decode_signature available to the libraryAllan McRae
2013-02-09Add function to extract key id from signaturesAllan McRae
2013-02-09Move key importing into separate functionAllan McRae
2013-02-09Make key_in_keychain available in libraryAllan McRae
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Fix future signature timestamp warningAllan McRae
2012-09-18Merge branch 'maint'Dan McGee
2012-09-18signing.c: warn if time went backwardsFlorian Pritz
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