Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-04-24 | Fix the copyright date. | Russ Allbery | |
2008-04-24 | Add a license statement to this file. | Russ Allbery | |
2008-04-24 | Include Stanford's wallet.conf as an example (examples/stanford.conf). | Russ Allbery | |
2008-04-24 | Perl 5.8 is required to run the test suite, but IO::String is not. | Russ Allbery | |
2008-04-24 | Major coding style cleanup. Updated all shared code from my other | Russ Allbery | |
projects. The configure option requesting AFS kaserver support (and thus building kasetkey) is now --with-kaserver instead of --with-afs. If KRB5_CONFIG was explicitly set in the environment, don't use a different krb5-config based on --with-krb4 or --with-krb5. If krb5-config isn't executable, don't use it. This allows one to force library probing by setting KRB5_CONFIG to point to a nonexistent file. Sanity-check the results of krb5-config before proceeding and error out in configure if they don't work. Stop setting Stanford-specific compile-time defaults for the wallet server and port. | |||
2008-04-24 | Major coding style cleanup. Updated all shared code from my other | Russ Allbery | |
projects. The configure option requesting AFS kaserver support (and thus building kasetkey) is now --with-kaserver instead of --with-afs. If KRB5_CONFIG was explicitly set in the environment, don't use a different krb5-config based on --with-krb4 or --with-krb5. If krb5-config isn't executable, don't use it. This allows one to force library probing by setting KRB5_CONFIG to point to a nonexistent file. Sanity-check the results of krb5-config before proceeding and error out in configure if they don't work. Stop setting Stanford-specific compile-time defaults for the wallet server and port. | |||
2008-04-24 | Add supporting keytab authentication. | Russ Allbery | |
2008-04-24 | Switch to messages-krb5 in util instead of the one built in the client | Russ Allbery | |
library and start the transition of coding style. | |||
2008-04-24 | Activate the kasetkey tests. | Russ Allbery | |
2008-04-24 | Add a test suite for wallet -u. | Russ Allbery | |
2008-04-22 | Add providing a way to list all objects for which the connecting user | Russ Allbery | |
has show ACLs. |