Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-04-20 | Fix Autoconf syntax error when probing for libkrb5support. Thanks, | Russ Allbery | |
Mike Garrison. Also update to the latest version of all of the Kerberos Autoconf probes. | |||
2008-04-10 | Fix leading comment. | Russ Allbery | |
2008-04-10 | Add WebAuth keyring object backend. | Russ Allbery | |
2008-04-07 | Add a test suite for kasetkey. | Russ Allbery | |
2008-04-07 | Print out version information with a hard-coded kasetkey instead of | Russ Allbery | |
using argv[0]. | |||
2008-04-07 | Clean up a few bugs in the new enable/disable and examine support. | Russ Allbery | |
It now passes basic tests. | |||
2008-04-07 | Add support for enabling and disabling principals (clearing or setting | Russ Allbery | |
the NOTGS flag) and examining principals to kasetkey. This functionality isn't used by wallet (and probably won't be) but is convenient for other users of kasetkey such as kadmin-remctl. | |||
2008-04-07 | Wording tweak, saying that software is released under a license rather | Russ Allbery | |
than covered by, and add the public domain notice about FSF changes to install-sh. | |||
2008-03-21 | Add prettier ACL names in history entries. | Russ Allbery | |
2008-03-18 | Add syntax-checking ACL entries. | Russ Allbery | |
2008-03-12 | Another sample script from Stanford's wallet migration. | Russ Allbery | |
2008-02-20 | Report the correct error message when addprinc fails while creating a | Russ Allbery | |
keytab object. | |||
2008-02-19 | Rename the -4 option to -k and fix a few bugs. | Russ Allbery | |
2008-02-19 | Initial version. | Russ Allbery | |
2008-02-19 | Remove declaration of unused variable. | Russ Allbery | |
2008-02-19 | Fix a typo and add an explicit license pointer. | Russ Allbery | |
2008-02-13 | Release 0.8-1.release/0.8debian/0.8-1 | Russ Allbery | |
2008-02-13 | Additional flags for the Stanford hacked kinit so that the test suite | Russ Allbery | |
can run in AFS. | |||
2008-02-13 | Release 0.8. | Russ Allbery | |
2008-02-13 | Remove the restriction that all object implementations must have class | Russ Allbery | |
names of Wallet::Object::* and all ACL verifier implementations must have class names of Wallet::ACL::*. | |||
2008-02-13 | Update the design documentation to reflect the current protocol and | Russ Allbery | |
implementation. | |||
2008-02-13 | wallet-admin now supports registering new object or ACL verifier | Russ Allbery | |
implementations in the database. | |||
2008-02-13 | Fix the signature of register_verifier in the documentation. | Russ Allbery | |
2008-02-13 | Move register_object and register_verifier into Wallet::Admin. | Russ Allbery | |
2008-02-12 | wallet-backend now supports a -q flag, which disables syslog logging. | Russ Allbery | |
2008-02-12 | Correctly handle get of an empty object in the wallet client. The | Russ Allbery | |
empty string is valid object content. Add a full end-to-end test suite to catch protocol mismatches between the client and server, such as the one fixed in this release. | |||
2008-02-12 | Add a few additional bits. | Russ Allbery | |
2008-02-12 | Add wallet server configuration for end-to-end test. | Russ Allbery | |