index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-02 | pacman-key: follow gpg options for listing keys | Allan McRae | |
The current --list option outputed the keys and all their signatures which can be overly verbose. It also did not take a list of keys on the command line to limit its output (although the code suggests that was intended). That patch brings consistency with gpg, providing --list-keys and --list-sigs options that function equivalently to those provided by gpg. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-07-28 | Unify modelines in Asciidoc files | Dan McGee | |
This gets us close to using the same modeline in all files we run through Asciidoc, as well as adding the spell and spelllang declarations, just as we had in NEWS already. The choice of 'en_us' is mainly for consistency and because the body of work already uses these spellings. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-07-27 | pacman-key: Add --import and --import-trustdb | Pang Yan Han | |
Currently, pacman-key allows the user to import their keys using the --add option. However, no similar functionality exists for importing ownertrust values. The --import-trustdb option takes a list of directories and imports ownertrust values if the directories have a trustdb.gpg database. The --import option takes a list of directories and imports keys from pubring.gpg and ownertrust values from trustdb.gpg. Think of it as a combination of --add and --import-trustdb Signed-off-by: Pang Yan Han <pangyanhan@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-07-19 | pacman-key: add --init option | Allan McRae | |
Add an --init option that ensures that the pacman keyring has all the necessary files and they have the correct permissions for being read as a user. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2011-07-19 | pacman-key: add --verify option | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2011-07-19 | pacman-key: update man page | Allan McRae | |
Update man page to reflect current options. Also add a description on how to manually interact with the pacman keyring with gpg. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2011-06-01 | doc: monospace attribute escape fixes | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-27 | Documentation formatting updates | Dan McGee | |
Be consistent in the Synopsis and Description sections with the use of quotes around command names. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-23 | pacman-key manpage updates | Dan McGee | |
Make consistent in formatting, syntax, and prose with the rest of our documentation. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-23 | Add man-page for pacman-key | Guillaume Alaux | |
Signed-off-by: Allan McRae <allan@archlinux.org> |