summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2010-08-27Add documentation for wallet-unknown-hostsRuss Allbery
Change how autogen generates man pages to use a loop, which will make it easier to add more documentation in the future.
2010-08-25wallet-unknown-hosts now uses Wallet::ServerRuss Allbery
2010-08-18Add reporting and purge functions to wallet-unknown-hostsRuss Allbery
Add the report of purge-eligible keytabs and the command to do the purge. The command-line parsing still needs work.
2010-08-16First cut at wallet contrib script to find keytabs for unknown hostsRuss Allbery
2010-08-16Fix wallet-summary leading comment and module inclusionRuss Allbery
This script now uses Wallet::Report, not Wallet::Admin.
2010-02-19Refactor reporting into a separate module and scriptRuss Allbery
Move all reporting from Wallet::Admin to Wallet::Report and simplify the method names since they're now part of a dedicated reporting class. Similarly, create a new wallet-report script to wrap Wallet::Report, moving all reporting commands to it from wallet-admin, and simplify the commands since they're for a dedicated reporting script. Remove the contrib script wallet-report to wallet-summary so that it doesn't conflict with the new reporting backend script.
2009-06-09Add contrib script to map ACLs to contact e-mail addressesRuss Allbery
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-03-12Another sample script from Stanford's wallet migration.Russ Allbery
2008-02-19Rename the -4 option to -k and fix a few bugs.Russ Allbery
2008-02-19Initial version.Russ Allbery
2008-02-19Remove declaration of unused variable.Russ Allbery
2008-02-19Fix a typo and add an explicit license pointer.Russ Allbery
2008-01-25Add a keytab reporting script.Russ Allbery