summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-7/+0
2011-05-04Fix incorrect memory allocation assignmentDan McGee1-1/+1
2011-05-04Reduce duplicate signing debug code and fix logic conditionDan McGee1-35/+23
2011-04-27Allow conditional compilation with GPGMEDan McGee1-1/+11
2011-04-24signing: add more detail to unexpected signature count errorDan McGee1-1/+7
2011-04-24Enhance GPGME debug outputDan McGee1-11/+97
2011-04-24Rein in the complexity of the signature typeDan McGee1-10/+53
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee1-59/+35
2011-04-21Rename gpgsig struct fields for clarityDan McGee1-6/+6
2011-04-21Form the signature file location in one placeDan McGee1-10/+14
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-4/+21