Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-17 | Added keytab testing cases for Heimdal KDC | Jon Robertson | |
Added cases to handle the Wallet::Object::Keytab module using a Heimdal KDC as well as an MIT KDC. In most cases this is transparent, but some tests are skipped for Heimdal, and the commands run to test that the created principals and keytabs are correct are different for Heimdal. The code now branches based on the value of $Wallet::Config::KEYTAB_KRBTYPE. | |||
2009-12-16 | Provided path to call valid_principal directly | Jon Robertson | |
valid_principal used to reside in Wallet::Object::Keytab, but was moved to the individual Wallet::Kadmin::* modules. This isn't necessary currently and may not ever be, but it's there just in case we do ever need to differentiate. To simplify testing, a way to still call it directly from Wallet::Object::Keytab has been added. | |||
2009-12-16 | Improvements for keytab existance checks and keytab creation | Jon Robertson | |
* Fixed keytab existence check to avoid failures when called by a principal with permissions only on specific principals. * Better error cases for non-existant keytabs in several places. * Skipped limiting keytabs to certain enctypes when no enctypes are given. | |||
2009-12-10 | Added support for Heimdal KDC | Jon Robertson | |
Added support for Heimdal as an alternative to MIT Kerberos. This involved separating out the kadmin-specific code into its own set of modules, and changing the existing Wallet::Object::Keytab code to branch based on which module is loaded. | |||
2009-12-10 | Added support for Heimdal KDC | Jon Robertson | |
Added support for Heimdal as an alternative to MIT Kerberos. This involved separating out the kadmin-specific code into its own set of modules, and changing the existing Wallet::Object::Keytab code to branch based on which module is loaded. | |||
2009-12-10 | Added support for Heimdal KDC | Jon Robertson | |
Added support for Heimdal as an alternative to MIT Kerberos. This involved separating out the kadmin-specific code into its own set of modules, and changing the existing Wallet::Object::Keytab code to branch based on which module is loaded. | |||
2009-12-03 | Improved wallet-admin list command with searches | Jon Robertson | |
wallet-admin's list command now has additional searches added for objects and acls that match certain specifiers. For objects these include searching for objects owned by a specific ACL, objects owned by no one, objects of a specific type, objects with a specific flag, and objects for which a specific ACL has any privileges at all. For acls, this includes the ability to search for any ACL with an entry with given type and identifier. | |||
2009-08-15 | Add a naming convention for general config files | Russ Allbery | |
We have some general configuration files that contain database passwords. Add a general naming convention to avoid creating new ones with each new type of config file. | |||
2009-08-07 | Update Stanford naming documentation for puppet.conf | Russ Allbery | |
Add a naming convention for puppet.conf files containing secure data and reorganize the naming convention documentation to group all service objects together. | |||
2009-06-09 | Add contrib script to map ACLs to contact e-mail addresses | Russ Allbery | |
2009-06-09 | Add owners report | Russ Allbery | |
Add a new report owners command to wallet-admin and corresponding report_owners() method to Wallet::Admin, which returns all ACL lines on owner ACLs for matching objects. | |||
2009-06-09 | Update tests to reflect suppression of store data in logging | Russ Allbery | |
2009-06-09 | Add a .gitignore file | Russ Allbery | |
2009-06-09 | Remove Subversion Id strings | Russ Allbery | |
2009-06-09 | Remove Debian packaging from the master branch | Russ Allbery | |
2009-05-08 | Add switching to Authen::Krb5::Admin to TODO. | Russ Allbery | |
2009-04-26 | Add the case-insensitivity bug in object names to TODO. | Russ Allbery | |
2009-03-25 | Add the shibboleth.xml object naming convention. | Russ Allbery | |
2009-02-27 | Add htpasswd convention. | Russ Allbery | |
2008-12-15 | Add ssh key naming to the Stanford naming guide. | Russ Allbery | |
2008-11-14 | Add mass ACL change to TODO. | Russ Allbery | |
2008-10-06 | Add additional Stanford naming conventions. | Russ Allbery | |
2008-09-17 | Clarify database password object naming and add PAM configuration object | Russ Allbery | |
naming. | |||
2008-09-12 | Suppress the argument to store from logging on failures as well. | Russ Allbery | |
2008-08-14 | Fix logging in wallet-backend and the remctl configuration to not log | Russ Allbery | |
the data passed to store. | |||
2008-08-13 | Correctly handle storing of data that begins with a dash and don't | Russ Allbery | |
parse it as an argument to wallet-backend. | |||
2008-07-07 | Initial Stanford naming conventions. | Russ Allbery | |
2008-07-07 | Add a hook for ACL naming enforcement to TODO. | Russ Allbery | |
2008-06-25 | Update to the current version. | Russ Allbery | |
2008-04-25 | Fix the distribution name in the last change. | Russ Allbery | |
2008-04-25 | Add an explicit mention of builddir != srcdir builds. | Russ Allbery | |
2008-04-25 | Add missing blank line in comment. | Russ Allbery | |
2008-04-24 | Now use --with-kaserver instead of --with-afs. Remove therelease/0.9debian/0.9-1 | Russ Allbery | |
Stanford-specific wallet-server setting now that we have an updated krb5.conf file everywhere. | |||
2008-04-24 | For builddir != srcdir builds, remove the files we copy over on | Russ Allbery | |
make distclean. | |||
2008-04-24 | Disable the uninstall check since Perl can't uninstall. | Russ Allbery | |
2008-04-24 | ExtUtils::MakeMaker uses prefix more intelligently than I thought. | Russ Allbery | |
2008-04-24 | If you want variables to be expanded, they have to be in double-quoted | Russ Allbery | |
strings. | |||
2008-04-24 | If prefix is not /usr or /usr/local, base the installation path on | Russ Allbery | |
$datadir. | |||
2008-04-24 | For DESTDIR, add a trailing slash when passing it to Perl. | Russ Allbery | |
ExtUtils::MakeMaker's man page indicates this may be needed. | |||
2008-04-24 | Propagate DESTDIR settings to the Perl install rule. | Russ Allbery | |
2008-04-24 | Add abs_top_builddir to the search path instead of abs_top_srcdir to | Russ Allbery | |
get the newly built Perl modules. | |||
2008-04-24 | Create the correct directory name for Perl test utilities. | Russ Allbery | |
2008-04-24 | Include examples/stanford.conf in the distribution. Create another Perl | Russ Allbery | |
directory for builddir != srcdir builds. | |||
2008-04-24 | First pass at builddir != srcdir support. | Russ Allbery | |
2008-04-24 | * Use a separate stamp file for configure and install and use touch $@ | Russ Allbery | |
to create stamp files. | |||
2008-04-24 | * Update debhelper compatibility level to V5 (no changes required). | Russ Allbery | |
2008-04-24 | * The test suite no longer needs libio-string-perl. | Russ Allbery | |
2008-04-24 | Initial changelog for Debian 0.9-1 release. | Russ Allbery | |
2008-04-24 | Release 0.9. | Russ Allbery | |
2008-04-24 | The wallet command-line client now reads the data for store from a | Russ Allbery | |
file (using -f) or from standard input (if -f wasn't given) when the data isn't specified on the command line. The data still must not contain nul characters. |