Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-02-12 | Initial pass at an end-to-end test suite. | Russ Allbery | |
2008-02-12 | Move getcreds into the utility library as well. | Russ Allbery | |
2008-02-11 | Move the remctld handling into the utility library. | Russ Allbery | |
2008-02-09 | Actually implement FILE_MAX_SIZE. | Russ Allbery | |
2008-02-09 | Add file object support to the wallet server. | Russ Allbery | |
2008-02-09 | Minor documentation fixes. | Russ Allbery | |
2008-02-08 | No unnecessary ; after __END__. | Russ Allbery | |
2008-02-08 | Wallet::Config and hence the wallet server now checks for the | Russ Allbery | |
environment variable WALLET_CONFIG and loads configuration from the file specified there instead of /etc/wallet/wallet.conf if it is set. | |||
2008-02-08 | Fix the wallet client to use check instead of exists. | Russ Allbery | |
2008-02-08 | Avoid uninitialized values if klist isn't installed.release/0.7debian/0.7-1 | Russ Allbery | |
2008-02-08 | Release 0.7-1. | Russ Allbery | |
2008-02-08 | Release 0.7. | Russ Allbery | |
2008-02-07 | Some reorganizing and prioritization. | Russ Allbery | |
2008-02-07 | Added POD testing for the client and server documentation. | Russ Allbery | |