Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
signing.c
Age
Commit message (
Expand
)
Author
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
2011-06-15
API: change 'signaturedir' to 'gpgdir'
Dan McGee
2011-06-14
Rename and rework signing helper methods
Dan McGee
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
2011-06-13
Switch all logging to use handle directly
Dan McGee
2011-06-13
Move pm_errno onto the handle
Dan McGee
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
2011-05-04
Fix incorrect memory allocation assignment
Dan McGee
2011-05-04
Reduce duplicate signing debug code and fix logic condition
Dan McGee
2011-04-27
Allow conditional compilation with GPGME
Dan McGee
2011-04-24
signing: add more detail to unexpected signature count error
Dan McGee
2011-04-24
Enhance GPGME debug output
Dan McGee
2011-04-24
Rein in the complexity of the signature type
Dan McGee
2011-04-24
signing: let GPGME handle loading signatures from files
Dan McGee
2011-04-20
Rename gpgsig struct fields for clarity
Dan McGee
2011-04-20
Form the signature file location in one place
Dan McGee
2011-04-20
syntax: if/while statements should have no trailing space
Dan McGee
2011-04-20
Allow VerifySig to act as a default verification in [options]
Dave Reisner
2011-04-20
style cleanup: cast as (type *) not (type*)
Dave Reisner
2011-03-23
Do not reuse old signature
Allan McRae
2011-03-23
Refactor signature loading code into common function
Dan McGee
2011-03-23
Add functions for verifying database signature
Allan McRae
2011-03-23
Report output from signature checking to debug log
Allan McRae
2011-03-23
Added gpg verification options per repo to the config file.
Xavier Chantry
2011-03-23
Integrate GPGME into libalpm
Dan McGee