summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-03-24Do not reuse old signatureAllan McRae1-1/+1
2011-03-24Refactor signature loading code into common functionDan McGee1-2/+47
2011-03-24Add functions for verifying database signatureAllan McRae1-26/+40
2011-03-23Report output from signature checking to debug logAllan McRae1-11/+11
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-0/+2
2011-03-23Integrate GPGME into libalpmDan McGee1-0/+219