summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-28Docs docs docsmorganamilo1-34/+0
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner1-16/+7
2019-11-16Dereference double pointer before assigning NULLDaniel T. Borelli1-2/+2
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-10-15libalpm: set errno in signing dummy functionsmorganamilo1-3/+6
2019-10-15libalpm: fix segfault when -Qip'ing a packagemorganamilo1-1/+2
2019-10-09signing: handle unknown uid in key importChristian Hesse1-0/+5
2019-10-07signing: add ability to import keys using a WKDJonas Witschel1-13/+84
2019-10-07signing: move key import confirmation before key_searchJonas Witschel1-23/+27
2019-02-04fix various typosmorganamilo1-1/+1
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-04-29add missing newline to error messageAllan McRae1-1/+1
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2018-01-11Support new OpenPGP format packets lengthsAllan McRae1-71/+107
2017-12-07Fix CVE-2016-5434 (DoS/loop and out of boundary read)Nils Freydank1-4/+44
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-12-05libalpm/signing: support EDDSA from gpgme 1.7.0Christian Hesse1-0/+4
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster1-3/+3
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