Age | Commit message (Expand) | Author | Files | Lines |
2011-08-15 | Only check necessary signatures and checksums | Dan McGee | 1 | -7/+27 |
2011-08-15 | decode_signature: guess signature data length for efficiency | Dan McGee | 1 | -15/+5 |
2011-08-15 | Update base64 PolarSSL code | Dan McGee | 1 | -5/+6 |
2011-07-29 | Revamp signing checks | Dan McGee | 1 | -43/+79 |
2011-07-18 | replace access() calls for debug info where applicable | Florian Pritz | 1 | -2/+2 |
2011-07-18 | signing.c: check if needed files are readable | Florian Pritz | 1 | -0/+6 |
2011-07-18 | Fix compilation without gpgme | Allan McRae | 1 | -2/+2 |
2011-07-05 | Allow frontend access to signature verification information | Dan McGee | 1 | -2/+20 |
2011-07-05 | Correctly check the GPG error codes | Dan McGee | 1 | -2/+2 |
2011-07-05 | signing: move to new signing verification and return scheme | Dan McGee | 1 | -36/+132 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -11/+11 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -17/+17 |
2011-07-01 | signing: check validity of all available signatures | Dan McGee | 1 | -28/+29 |
2011-06-30 | Make alpm_db_get_sigverify_level() public | Dan McGee | 1 | -15/+0 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmdb_t to alpm_db_t | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -3/+3 |
2011-06-15 | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 1 | -1/+1 |
2011-06-14 | Rename and rework signing helper methods | Dan McGee | 1 | -38/+36 |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 1 | -0/+2 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -20/+19 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -12/+13 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -8/+11 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -7/+0 |
2011-05-04 | Fix incorrect memory allocation assignment | Dan McGee | 1 | -1/+1 |
2011-05-04 | Reduce duplicate signing debug code and fix logic condition | Dan McGee | 1 | -35/+23 |
2011-04-27 | Allow conditional compilation with GPGME | Dan McGee | 1 | -1/+11 |
2011-04-24 | signing: add more detail to unexpected signature count error | Dan McGee | 1 | -1/+7 |
2011-04-24 | Enhance GPGME debug output | Dan McGee | 1 | -11/+97 |
2011-04-24 | Rein in the complexity of the signature type | Dan McGee | 1 | -10/+53 |
2011-04-24 | signing: let GPGME handle loading signatures from files | Dan McGee | 1 | -59/+35 |
2011-04-21 | Rename gpgsig struct fields for clarity | Dan McGee | 1 | -6/+6 |
2011-04-21 | Form the signature file location in one place | Dan McGee | 1 | -10/+14 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -1/+1 |
2011-04-21 | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 1 | -4/+21 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 1 | -1/+1 |
2011-03-24 | Do not reuse old signature | Allan McRae | 1 | -1/+1 |
2011-03-24 | Refactor signature loading code into common function | Dan McGee | 1 | -2/+47 |
2011-03-24 | Add functions for verifying database signature | Allan McRae | 1 | -26/+40 |
2011-03-23 | Report output from signature checking to debug log | Allan McRae | 1 | -11/+11 |
2011-03-23 | Added gpg verification options per repo to the config file. | Xavier Chantry | 1 | -0/+2 |
2011-03-23 | Integrate GPGME into libalpm | Dan McGee | 1 | -0/+219 |