summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-12/+12
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae1-3/+3
2013-09-04libalpm: avoid name space conflictSami Kerola1-35/+35
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-1/+1
2013-02-16fix style violationsAndrew Gregory1-1/+2
2013-02-13Fix compilation error on clangAllan McRae1-8/+8
2013-02-09Import key if needed when installing package from fileAllan McRae1-0/+5
2013-02-09Make decode_signature available to the libraryAllan McRae1-2/+3
2013-02-09Add function to extract key id from signaturesAllan McRae1-0/+113
2013-02-09Move key importing into separate functionAllan McRae1-32/+49
2013-02-09Make key_in_keychain available in libraryAllan McRae1-3/+4
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi1-1/+1
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-1/+2
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Fix future signature timestamp warningAllan McRae1-5/+6
2012-09-18Merge branch 'maint'Dan McGee1-0/+5
2012-09-18signing.c: warn if time went backwardsFlorian Pritz1-0/+5
2012-04-12Merge branch 'maint'Dan McGee1-2/+2
2012-04-09Fix issues with unintialized variable value usageDan McGee1-2/+2
2012-04-07Merge branch 'maint'Dan McGee1-3/+12
2012-03-28signing: cope with gpg2's failure at lifeDave Reisner1-3/+12
2012-01-23Merge branch 'maint'Dan McGee1-1/+1
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-12Reorder some operations in sig check for efficiencyDan McGee1-13/+7
2012-01-08Merge branch 'maint'Dan McGee1-4/+21
2012-01-05Search for PGP subkeys in a keyserver-acceptable wayDan McGee1-5/+21
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-11-21add key algo to import msgFlorian Pritz1-0/+20
2011-11-21change gpg import message to resemble gpg --list-keysFlorian Pritz1-0/+2
2011-10-17Show an error message on failed remote key lookupDan McGee1-2/+2
2011-10-13Add user-visible warning message if public keyring not foundDan McGee1-0/+3
2011-10-12signing: delay gpgme_init() until latest possible momentDan McGee1-19/+27
2011-09-27Fix compilation using --without-gpgmeDan McGee1-3/+10
2011-09-27Remove unnecessary loggerDan McGee1-1/+0
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee1-2/+2
2011-09-22Handle key import errors correctly and with good error messagesDan McGee1-6/+36
2011-09-22signing: be consistent with returning -1 for error casesDan McGee1-12/+17
2011-09-22Add status and check for key being disabledDan McGee1-2/+13
2011-09-22Implement PGP key search and importDan McGee1-5/+149
2011-09-22signing: document most undocumented functionsDan McGee1-0/+55
2011-09-22Fix possible segfault if siglist was emptyDan McGee1-1/+4
2011-09-20signing: add a process and retry loop for database signaturesDan McGee1-0/+63
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee1-8/+16
2011-09-18Fix build without gpgmeDan McGee1-1/+3
2011-09-03More package operations cleanupDan McGee1-1/+1
2011-08-29Add more info to debug key displayDan McGee1-1/+2
2011-08-29Refactor signature result return formatDan McGee1-48/+47
2011-08-29lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa1-0/+1
2011-08-26Always process validity value returned by gpgmeDan McGee1-21/+16