Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-29 | Add another stopword to the wallet client man page | Russ Allbery | |
2010-06-29 | Give credit to the right author for krb5-regex | Russ Allbery | |
2010-06-29 | Add a krb5-regex ACL type | Ian Durkacz | |
Add the krb5-regex ACL type and corresponding Wallet::ACL::Krb5::Regex module. This ACL is identical to krb5 except that it takes a regular expression matching principals instead of a string that must match exactly. | |||
2010-05-26 | Document acl rename in the wallet man page | Russ Allbery | |
2010-05-18 | Clean up the ticket cache from the kadmin test | Russ Allbery | |
2010-05-18 | Fix error handling for klist with Heimdal user space | Russ Allbery | |
The check for the enctypes of created keytabs tries klist for MIT first and then Heimdal ktutil. The klist options are invalid for Heimdal. Suppress the resulting complaining to standard error. | |||
2010-05-18 | Add acls duplicate report | Russ Allbery | |
Add an acls duplicate report to wallet-report and Wallet::Report, returning sets of ACLs that have exactly the same entries. | |||
2010-05-12 | Add a report of all objects that have never been downloaded | Russ Allbery | |
Add a objects unused report to wallet-report and Wallet::Report, returning all objects that have never been downloaded (in other words, have never been the target of a get command). | |||
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 | |