summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Add newline to the end of error messages for signature format issuesAllan McRae1-6/+6
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-10-01_alpm_key_in_keychain: cache known keysAndrew Gregory1-0/+6
2014-08-04signing.c: remove useless error checkAndrew Gregory1-1/+0
2014-06-29libalpm: check for valid public key algorithmChristian Hesse1-0/+12
2014-06-24Update the question callbackOlivier Brunel1-4/+8
2014-06-02Add compatibility with gpgme-1.5.0Allan McRae1-0/+4
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-10Consistently use #ifdefAllan McRae1-3/+3
2014-01-10Fix build with --disable-gpgmeAllan McRae1-30/+30
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