Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-02-07 | Include news message for previous commit. | Russ Allbery | |
2008-02-07 | Add new exists and autocreate wallet server interfaces. The first | Russ Allbery | |
states whether a given object exists and the second attempts to create the object using the default owner rules. Remove default owner handling from the create interface, which is now for administrators only. Remove server-side auto-creation of objects on get or store and instead have the client check for object existence and call autocreate if necessary. This removes confusion between default ACLs and administrative object creation for users who are also on the ADMIN ACL. | |||
2008-02-07 | Fix copyright date. | Russ Allbery | |
2008-02-07 | Correctly enable syslog logging in wallet-backend. | Russ Allbery | |
2008-02-07 | Update copyright date. | Russ Allbery | |
2008-02-07 | Switch to our, which works fine with testing. | Russ Allbery | |
2008-02-07 | The current version of Net::Remctl can't handle explicit undef or the | Russ Allbery | |
empty string as a principal argument. Be careful not to provide a principal argument if no principal was set. This workaround can be removed once we depend on a later version of Net::Remctl. | |||
2008-02-07 | Add additional ideas from jhutz. | Russ Allbery | |
2008-02-07 | Add a new autocreate API call that tries to create an object using the | Russ Allbery | |
default ACLs. Remove autocreation support from create, which now requires that one be on the ADMIN ACL, and from get and store. The wallet client will soon know how to do the right thing. | |||
2008-02-07 | Add a check command to the wallet server to determine whether an object | Russ Allbery | |
already exists. | |||
2008-02-07 | When creating a srvtab based on a just-downloaded keytab, extract the | Russ Allbery | |
srvtab key before merging the keytab into an existing file. Otherwise, if the new keys had a lower kvno than the old keys (possible after deleting and recreating the object), the wrong key would be extracted for the srvtab. | |||
2008-02-07 | Add UNUSED markers for older versions of Kerberos. | Russ Allbery | |
2008-02-06 | Check naming policy on wallet object creation before checking the | Russ Allbery | |
default ACLs to avoid creating and stranding an ACL when the naming policy check fails. | |||
2008-02-05 | Fix the example remctl configuration for keytab-backend to use the | Russ Allbery | |
correct script name. | |||
2008-02-01 | keytab-backend now passes kadmin.local ktadd its options in a specific | Russ Allbery | |
order to satisfy the picky option parser. | |||
2008-01-31 | * Create /var/lib/keytabs in the keytab-backend package. | Russ Allbery | |