summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-26Fix small memory leak in sig check codeDan McGee1-0/+1
2011-08-25Remove argument from check_pgp_helperDan McGee1-6/+1
2011-08-20Remove alpm_option_get_* usage from backendDan McGee1-1/+1
2011-08-17Fix compilation using --without-gpgmeDan McGee1-22/+21
2011-08-15Only check necessary signatures and checksumsDan McGee1-7/+27
2011-08-15decode_signature: guess signature data length for efficiencyDan McGee1-15/+5
2011-08-15Update base64 PolarSSL codeDan McGee1-5/+6
2011-07-29Revamp signing checksDan McGee1-43/+79
2011-07-18replace access() calls for debug info where applicableFlorian Pritz1-2/+2
2011-07-18signing.c: check if needed files are readableFlorian Pritz1-0/+6
2011-07-18Fix compilation without gpgmeAllan McRae1-2/+2
2011-07-05Allow frontend access to signature verification informationDan McGee1-2/+20
2011-07-05Correctly check the GPG error codesDan McGee1-2/+2
2011-07-05signing: move to new signing verification and return schemeDan McGee1-36/+132
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-11/+11
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-17/+17
2011-07-01signing: check validity of all available signaturesDan McGee1-28/+29
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee1-15/+0
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-1/+1
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-2/+2
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-3/+3
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-1/+1
2011-06-14Rename and rework signing helper methodsDan McGee1-38/+36
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-0/+2
2011-06-14Switch all logging to use handle directlyDan McGee1-20/+19
2011-06-14Move pm_errno onto the handleDan McGee1-12/+13
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-8/+11