Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-04 | Minor improvement to the Wallet::Kadmin test suite | Russ Allbery | |
2012-10-03 | Add splitting get and update to TODO | Russ Allbery | |
2012-08-30 | Clean up a file created by the MIT keytab tests | Russ Allbery | |
2012-08-30 | Fix POD stopwords and formatting | Russ Allbery | |
Fix a formatting error in Wallet::ACL::LDAP::Attribute and add new stopwords required by the latest aspell. | |||
2012-08-30 | Fix test counts and an error in the MIT keytab test suite | Russ Allbery | |
2012-08-30 | In show, handle undefined columns | Russ Allbery | |
Some database drivers, such as current SQLite, will return undef for a data column that is set to NULL instead of the empty string. Skip past those data columns without attempting to examine the length of the resulting data. | |||
2012-08-30 | Display the error message on the first kadmin test failure | Russ Allbery | |
2012-08-30 | Attempt kinit --no-afslog first in Perl test suite | Russ Allbery | |
Avoid tromping on the user's AFS credentials if using Heimdal user space. | |||
2012-08-30 | Add additional TODOs for initial keying and contacting owners | Russ Allbery | |
2012-08-07 | Initial implementation of WebAuth keyring objects | Russ Allbery | |
This is very preliminary. There is no test suite yet, no documentation, and the test suite currently doesn't pass for other reasons. | |||
2012-08-07 | Add some stopwords for POD spelling checks | Russ Allbery | |
2012-07-16 | Add NEWS entry for new object type and ACL scheme documentation | Russ Allbery | |
2012-07-16 | Add objects-and-schemes to EXTRA_DIST, rename | Russ Allbery | |
2012-07-16 | Add documentation of existing wallet objects and ACL schemes | Russ Allbery | |
2012-07-16 | Add a few more wallet ideas to TODO | Russ Allbery | |
2012-07-10 | Minor TODO update on database layer redesign | Russ Allbery | |
2012-06-06 | Resync TODO with JIRA | Russ Allbery | |
2012-04-03 | Add initial LDAP attribute ACL verifier | Russ Allbery | |
A new ACL type, ldap-attr (Wallet::ACL::LDAP::Attribute), is now supported. This ACL type grants access if the LDAP entry corresponding to the principal contains the attribute name and value specified in the ACL. The Net::LDAP and Authen::SASL Perl modules are required to use this ACL type. New configuration settings are required as well; see Wallet::Config for more information. To enable this ACL type for an existing wallet database, use wallet-admin to register the new verifier. | |||
2012-04-03 | Ignore the new MYMETA.yml file generated by ExtUtils::MakeMaker | Russ Allbery | |
2012-03-29 | Fix incorrect wallet.conf path in the setup documentation | Russ Allbery | |
2011-12-31 | Add IDG JIRA ticket number for one TODO item | Russ Allbery | |
2011-12-31 | Resync with JIRA | Russ Allbery | |
Add a missing TODO item for purging host-related objects that was filed in JIRA. | |||
2011-08-15 | Check command for ACLs to TODO | Russ Allbery | |
2011-06-20 | Add a comment field to objects | Russ Allbery | |
Add a comment field to objects and corresponding commands to wallet-backend and wallet to set and retrieve it. The comment field can only be set by the owner or wallet administrators but can be seen by anyone on the show ACL. | |||
2011-06-12 | Add checksums of file objects and refreshing to TODO | Russ Allbery | |
2011-05-17 | Remove completed TODO entries | Russ Allbery | |
2011-05-17 | Add wallet-admin upgrade command to upgrade the database | Russ Allbery | |
Hook the new upgrade method of Wallet::Schema into Wallet::Admin and the wallet-admin wrapper script. | |||
2011-05-17 | Support database upgrades from version 0 | Russ Allbery | |
Version 0 is the version without the metadata table. Add a new upgrade method to Wallet::Schema and support upgrading the database to version 1. (Version 1 is not yet finalized.) | |||
2011-05-17 | Add metadata table to the wallet database | Russ Allbery | |
Add a metadata table whose only column, currently, is a version number. We will store the version of the schema in this table and use that to know what to do during upgrades. | |||
2011-03-23 | Add -ssl-keystore to the Stanford naming conventions | Russ Allbery | |
2010-09-17 | Add owners command to wallet-report help output | Russ Allbery | |
2010-09-07 | Fix a syntax error in the sample wallet-report remctl configuration | Russ Allbery | |
2010-08-27 | Add documentation for wallet-unknown-hosts | Russ 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-25 | Finalize changes for 0.12-1debian/0.12-1 | Russ Allbery | |
2010-08-25 | Imported Upstream version 0.12upstream/0.12 | Russ Allbery | |
2010-08-25 | Merge commit 'upstream/0.12' into debian | Russ Allbery | |
2010-08-25 | Add tests/HOWTO from C TAP Harness docs/writing-testsrelease/0.12 | Russ Allbery | |
2010-08-25 | Install the new wallet-report ACL file | Russ Allbery | |
2010-08-25 | Switch to 3.0 (quilt) source format | Russ Allbery | |
* Switch to 3.0 (quilt) source format. Force a single Debian patch and include a custom patch header explaining that it is a rollup of any fixes cherry-picked from upstream and breaking those patches out separately would be work for no gain. | |||
2010-08-25 | Update standards version to 3.9.1 | Russ Allbery | |
2010-08-25 | Update for upstream 0.12 release | Russ Allbery | |
Stop installing the wallet-summary contrib script in /usr/sbin and instead install all the useful contrib scripts into the examples directory, telling debhelper to not compress them. | |||
2010-08-25 | Imported Upstream version 0.12 | Russ Allbery | |
2010-08-25 | Merge commit 'upstream/0.12' into debian | Russ Allbery | |
2010-08-25 | Add more new files to EXTRA_DIST | Russ Allbery | |
2010-08-25 | Add wallet-rekey.pod and Wallet::ACL::Krb5::Regex to EXTRA_DIST | Russ Allbery | |
Also create the Wallet/ACL/Krb5 directory when copying the Perl files for srcdir != builddir builds. | |||
2010-08-25 | Release 0.12 | Russ Allbery | |
2010-08-25 | Add additional gcc warnings | Russ Allbery | |
Add -Wformat=2 -Winit-self -Wswitch-enum -Wdeclaration-after-statement -Wshadow to the set of gcc warnings. Stop passing -DDEBUG=1 since I no longer use that define anywhere. Change -W to -Wextra since I'm requiring a fairly new GCC anyway. | |||
2010-08-25 | Update to rra-c-util 2.6 and C TAP Harness 1.5 | Russ Allbery | |
Update to C TAP Harness 1.5: * Better reporting of fatal errors in the test suite. * Summarize results at the end of test execution. * Add tests/HOWTO from docs/writing-tests in C TAP Harness. Update to rra-c-util 2.6: * Fix portability to bundled Heimdal on OpenBSD. * Improve checking for krb5_kt_free_entry with older MIT Kerberos. * Fix portability for missing krb5_get_init_creds_opt_free. * Fix header guard for util/xwrite.h. * Restore default compiler configuration after GSS-API library probe. | |||
2010-08-25 | wallet-unknown-hosts now uses Wallet::Server | Russ Allbery | |
2010-08-18 | Add reporting and purge functions to wallet-unknown-hosts | Russ Allbery | |
Add the report of purge-eligible keytabs and the command to do the purge. The command-line parsing still needs work. |