Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-05 | Don't clobber the user ticket cache in the kadmin test | Russ Allbery | |
2010-03-05 | Document how to clear an ACL in Wallet::Server | Russ Allbery | |
2010-03-05 | Fix leading comment for wallet-admin to use the right script name | Russ Allbery | |
2010-03-05 | Pull the list and report commands from wallet-admin | Russ Allbery | |
The front-end still had the commands and documentation that had been moved to wallet-report. Pull them out of wallet-admin to avoid being confusing. | |||
2010-03-03 | Note that all front-ends need a help function | Russ Allbery | |
2010-03-03 | Use L<> links instead of man page references for modules | Russ Allbery | |
Do this only in the main text, not in the SEE ALSO section, since the latter is more for conventional man pages. This will produce better results for some POD to HTML converters (although not mine, yet). | |||
2010-03-03 | Remove stray list keywords from wallet-report documentation | Russ Allbery | |
2010-03-03 | Add auditing for names that violate the naming policy | Russ Allbery | |
Add an audit command to wallet-report and one audit: objects name, which returns all objects that do not pass the local naming policy. The corresponding Wallet::Report method is audit(). Wallet::Config::verify_name may now be called with an undefined third argument (normally the user attempting to create an object). This calling convention is used when auditing, and the local policy function should select the correct policy to apply for useful audit results. | |||
2010-03-03 | Verify that an ACL to be deleted is not referenced | Russ Allbery | |
When deleting an ACL on the server, verify that the ACL is not referenced by any object first. Database referential integrity should also catch this, but not all database backends may enforce referential integrity. This also allows us to return a better error message naming an object that's still using that ACL. | |||
2010-03-03 | Remove file names from test file headers | Russ Allbery | |
Coding style update. Don't prefix the file short description with the file name; it's not needed. | |||
2010-03-03 | Fix krb5_free_error_message portability | Russ Allbery | |
Fix portability to older Kerberos libraries without krb5_free_error_message. | |||
2010-02-21 | Correct README statement about no Heimdal support for client | Russ Allbery | |
2010-02-21 | Also install the wallet-report scriptdebian/0.10-1 | Russ Allbery | |
2010-02-21 | Add the wallet-report man page to wallet-server | Russ Allbery | |
2010-02-21 | Add a watch file | Russ Allbery | |
2010-02-21 | Finalize changes for 0.10-1 | Russ Allbery | |
2010-02-21 | Update standards version to 3.8.4 | Russ Allbery | |
2010-02-21 | Add Homepage, Vcs-Git, and Vcs-Browser control fields | Russ Allbery | |
2010-02-21 | Adjust for renaming of contrib/wallet-summary | Russ Allbery | |
2010-02-21 | Imported Upstream version 0.10upstream/0.10 | Russ Allbery | |
2010-02-21 | Merge commit 'upstream/0.10' into debian | Russ Allbery | |
2010-02-21 | Fix test suite skip numbering in the kadmin testrelease/0.10 | Russ Allbery | |
2010-02-21 | Imported Upstream version 0.10 | Russ Allbery | |
2010-02-21 | Merge commit 'upstream/0.10' into debian | Russ Allbery | |
2010-02-21 | Update copyright dates in LICENSE | Russ Allbery | |
2010-02-21 | Clean up krb5.conf in the client/basic test if skipping | Russ Allbery | |
The test created krb5.conf first thing, but didn't delete it if skipping all of the tests. | |||
2010-02-21 | Further README updates for Heimdal support | Russ Allbery | |
2010-02-21 | Fix typo in debian/rules | Russ Allbery | |
2010-02-21 | Update debian/copyright from the upstream LICENSE file | Russ Allbery | |
2010-02-21 | Update debian/compat for the new debhelper compatibility mode | Russ Allbery | |
2010-02-21 | Description and dependency fixes | Russ Allbery | |
* Clarify in long description that keytab-backend is only needed for MIT Kerberos. * Move wallet-server's dependency on krb5-user to Recommends, since it's only needed for keytab support, and allow libheimdal-kadm5-perl as an alternative. * Recommend remctl-server 2.14 or later for improved store support. | |||
2010-02-21 | Update to debhelper V7 with rule minimization and overrides | Russ Allbery | |
* Update debhelper compatibility level to V7. - Use debhelper rule minimization with overrides. - Add ${misc:Depends} to dependencies. | |||
2010-02-21 | Remove the kasetkey package and its Build-Depends | Russ Allbery | |
2010-02-21 | Initial changelog for 0.10-1 | Russ Allbery | |
2010-02-21 | Merge commit 'upstream/0.10' into debian | Russ Allbery | |
2010-02-21 | Imported Upstream version 0.10 | Russ Allbery | |
2010-02-20 | Add .gitignore to the distribution | Russ Allbery | |
2010-02-20 | Add missing files to the distribution | Russ Allbery | |
2010-02-20 | Fix some test numbers in the Perl tests | Russ Allbery | |
2010-02-20 | Include more missing test suite files in the distribution | Russ Allbery | |
2010-02-20 | Include and install wallet-report and its man page | Russ Allbery | |
2010-02-20 | Include the TAP shell library in EXTRA_DIST | Russ Allbery | |
2010-02-20 | Add portable/uio.h and include it in client/wallet.c | Russ Allbery | |
Now that the wallet client uses struct iovec, it needs to include the relevant header file. Import the portability layer for possible future Windows support. | |||
2010-02-20 | Release 0.10 | Russ Allbery | |
2010-02-20 | Update documentation for support for storing nul data | Russ Allbery | |
Update the wallet client, wallet-backend, and Wallet::Object::File documentation for the support for storing data containing nul characters using the new stdin support in remctld. Add this to NEWS. | |||
2010-02-20 | Remove references to AFS kaserver support in README | Russ Allbery | |
2010-02-20 | Add a check to the full client test suite for storing a nul | Russ Allbery | |
2010-02-20 | wallet-backend gets the third store argument from stdin if missing | Russ Allbery | |
If there is no third argument to store, read it from standard input instead. This is the preferred way of running wallet-backend, using stdin=last support from remctl 2.14 and later. Receiving the third argument as a regular argument continues to be supported for backward compatibility. | |||
2010-02-20 | Add support in the wallet client for store of binary data | Russ Allbery | |
Refactor the wallet client code to use remctl_commandv and send stores with data containing nul. | |||
2010-02-20 | Reformat TODO by area instead of time frame | Russ Allbery | |
Remove some TODO items that are no longer relevant, either because they've been implemented or because we no longer care about Kerberos v4 principal name conversion. |