Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-14 | Update Stanford naming for Tivoli keys | Russ Allbery | |
The previous wording implied that <group>-<server>-tivoli-key was only used for encryption keys. Allow for either passwords or encryption keys, and remove the note that it should be base64-encoded since wallet now supports binary files. | |||
2010-04-03 | Remove the beta-quality warning in README | Russ Allbery | |
2010-03-16 | Add TODO to explore anonymous PKINIT | Russ Allbery | |
2010-03-08 | Add additional reports needed to TODO | Russ Allbery | |
2010-03-08 | Add changelog entry for upstream 0.11 changesdebian/0.11-1 | Russ Allbery | |
2010-03-08 | Merge commit 'upstream/0.11' into debian | Russ Allbery | |
2010-03-08 | Imported Upstream version 0.11upstream/0.11 | Russ Allbery | |
2010-03-08 | Release 0.11release/0.11 | Russ Allbery | |
2010-03-08 | Correctly include portable/krb5.h in wallet/krb5.c | Russ Allbery | |
We got lucky since client/internal.h includes this anyway, but include the portability layer properly. | |||
2010-03-08 | Add an ACL name audit to wallet-report and Wallet::Report | Russ Allbery | |
Parallel to objects name, add an acls name audit that returns all ACLs that do not follow the site naming standard. | |||
2010-03-05 | Update TODO for recent changes | Russ Allbery | |
2010-03-05 | Allow naming policy enforcement for ACL names | Russ Allbery | |
Wallet::Config now supports an additional local function, verify_acl_name, which can be used to enforce ACL naming policies. If set, it is called for any ACL creation or rename and can reject the new ACL name. | |||
2010-03-05 | Add a report of unused ACLs | Russ Allbery | |
Add the acls unused report to wallet-report and Wallet::Report, returning all ACLs not referenced by any database objects. | |||
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 | |