Age | Commit message (Expand) | Author |
2010-03-08 | Correctly include portable/krb5.h in wallet/krb5.c | Russ Allbery |
2010-03-08 | Add an ACL name audit to wallet-report and Wallet::Report | Russ Allbery |
2010-03-05 | Update TODO for recent changes | Russ Allbery |
2010-03-05 | Allow naming policy enforcement for ACL names | Russ Allbery |
2010-03-05 | Add a report of unused ACLs | Russ Allbery |
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 |
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 |
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 |
2010-03-03 | Verify that an ACL to be deleted is not referenced | Russ Allbery |
2010-03-03 | Remove file names from test file headers | Russ Allbery |
2010-03-03 | Fix krb5_free_error_message portability | Russ Allbery |
2010-02-21 | Correct README statement about no Heimdal support for client | Russ Allbery |
2010-02-21 | Fix test suite skip numbering in the kadmin testrelease/0.10 | 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 |
2010-02-21 | Further README updates for Heimdal support | 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 |
2010-02-20 | Release 0.10 | Russ Allbery |
2010-02-20 | Update documentation for support for storing nul data | Russ Allbery |
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 |
2010-02-20 | Add support in the wallet client for store of binary data | Russ Allbery |
2010-02-20 | Reformat TODO by area instead of time frame | Russ Allbery |
2010-02-19 | The client now builds on Heimdal, remove from TODO | Russ Allbery |
2010-02-19 | Refactor reporting into a separate module and script | Russ Allbery |
2010-02-18 | Refactor Wallet::Kadmin keytab_rekey to return keytab | Russ Allbery |
2010-02-18 | Support unchanging keytabs with Heimdal without remctl | Russ Allbery |
2010-02-18 | Refactor sync handling in Wallet::Object::Keytab | Russ Allbery |
2010-02-18 | KRBTYPE is already case-insensitive; remove from TODO | Russ Allbery |
2010-02-18 | Tiny coding style fix in Wallet::Kadmin | Russ Allbery |
2010-02-18 | Rename functions in Wallet::Kadmin API | Russ Allbery |
2010-02-18 | Move Wallet::Kadmin documentation into the parent class | Russ Allbery |
2010-02-18 | Refactor Wallet::Kadmin::Heimdal constructor | Russ Allbery |
2010-02-18 | Lift the error method into Wallet::Kadmin | Russ Allbery |
2010-02-18 | Add a more complete test suite for Wallet::Kadmin | Russ Allbery |
2010-02-18 | Call fork_callback conditionally | Russ Allbery |
2010-02-18 | Move stub fork_callback() into parent class | Russ Allbery |
2010-02-09 | Document that -u works if you don't have a ticket | Russ Allbery |