aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-08Avoid uninitialized values if klist isn't installed.release/0.7debian/0.7-1Russ Allbery
2008-02-08Release 0.7-1.Russ Allbery
2008-02-08Release 0.7.Russ Allbery
2008-02-07Some reorganizing and prioritization.Russ Allbery
2008-02-07Added POD testing for the client and server documentation.Russ Allbery
2008-02-07Include news message for previous commit.Russ Allbery
2008-02-07Add new exists and autocreate wallet server interfaces. The firstRuss Allbery
2008-02-07Fix copyright date.Russ Allbery
2008-02-07Correctly enable syslog logging in wallet-backend.Russ Allbery
2008-02-07Update copyright date.Russ Allbery
2008-02-07Switch to our, which works fine with testing.Russ Allbery
2008-02-07The current version of Net::Remctl can't handle explicit undef or theRuss Allbery
2008-02-07Add additional ideas from jhutz.Russ Allbery
2008-02-07Add a new autocreate API call that tries to create an object using theRuss Allbery
2008-02-07Add a check command to the wallet server to determine whether an objectRuss Allbery
2008-02-07When creating a srvtab based on a just-downloaded keytab, extract theRuss Allbery
2008-02-07Add UNUSED markers for older versions of Kerberos.Russ Allbery
2008-02-06Check naming policy on wallet object creation before checking theRuss Allbery
2008-02-05Fix the example remctl configuration for keytab-backend to use theRuss Allbery
2008-02-01keytab-backend now passes kadmin.local ktadd its options in a specificRuss Allbery
2008-01-31* Create /var/lib/keytabs in the keytab-backend package.Russ Allbery
2008-01-28Upstream ships the wallet-report man page; we just have to install it.debian/0.6-1Russ Allbery
2008-01-28Fix installation location of wallet-report.Russ Allbery
2008-01-28* Add --enable-reduced-depends to configure to eliminate unnecessaryRuss Allbery
2008-01-28Build and distribute a man page for wallet-report. Include libtest.shRuss Allbery
2008-01-28Restore the Debian-specific bit in the copyright file.Russ Allbery
2008-01-28Finalize 0.6-1 changes.Russ Allbery
2008-01-28* Change hard-coded wallet server to wallet.stanford.edu.Russ Allbery
2008-01-28Initial packaging for 0.6-1.Russ Allbery
2008-01-28Release 0.6.release/0.6Russ Allbery
2008-01-28Minor NEWS updates for wallet-report and the new configure option.Russ Allbery
2008-01-25Add a keytab reporting script.Russ Allbery
2008-01-24Add a wallet-admin program which can initialize and destroy theRuss Allbery
2008-01-23Add the Wallet::Admin and Wallet::Database Perl modules and the admin.tRuss Allbery
2008-01-23Avoid return undef as a matter of style.Russ Allbery
2008-01-23Fix license header layout.Russ Allbery
2008-01-23Return IDs and names from list_acls.Russ Allbery
2008-01-23No longer any reason to load DBI directly here.Russ Allbery
2008-01-23Add Wallet::Admin interfaces to list all objects and all ACLs in theRuss Allbery
2008-01-23Only disconnect the database handle during Wallet::Server objectRuss Allbery
2008-01-23Fix the module inclusions.Russ Allbery
2008-01-23Remove dupliate use of Wallet::Admin.Russ Allbery
2008-01-23Add a destroy() method to the Wallet::Admin object and use that insteadRuss Allbery
2008-01-23Refactor database initialization into a new Wallet::Admin module.Russ Allbery
2008-01-23Add a pointer to the wallet URL in the documentation.Russ Allbery
2008-01-22Update documentation for the API to Wallet::Object::Base andRuss Allbery
2008-01-22Add a Wallet::Database class that now holds the database connection codeRuss Allbery
2008-01-19We need a test suite for wallet -u.Russ Allbery
2008-01-19Various todo updates around recently added features.Russ Allbery
2008-01-19The wallet client now supports a -u option, saying to obtain KerberosRuss Allbery