Age | Commit message (Expand) | Author |
2010-08-25 | Imported Upstream version 0.12 | Russ Allbery |
2010-03-08 | Imported Upstream version 0.11upstream/0.11 | Russ Allbery |
2010-02-21 | Imported Upstream version 0.10 | Russ Allbery |
2008-08-14 | Fix logging in wallet-backend and the remctl configuration to not log | Russ Allbery |
2008-08-13 | Correctly handle storing of data that begins with a dash and don't | Russ Allbery |
2008-04-24 | First pass at builddir != srcdir support. | Russ Allbery |
2008-04-24 | Release 0.9. | Russ Allbery |
2008-04-24 | The wallet command-line client now reads the data for store from a | Russ Allbery |
2008-04-24 | Include Stanford's wallet.conf as an example (examples/stanford.conf). | Russ Allbery |
2008-04-24 | Perl 5.8 is required to run the test suite, but IO::String is not. | Russ Allbery |
2008-04-24 | Major coding style cleanup. Updated all shared code from my other | Russ Allbery |
2008-04-20 | Fix Autoconf syntax error when probing for libkrb5support. Thanks, | Russ Allbery |
2008-04-07 | Add support for enabling and disabling principals (clearing or setting | Russ Allbery |
2008-02-20 | Report the correct error message when addprinc fails while creating a | Russ Allbery |
2008-02-13 | Release 0.8. | Russ Allbery |
2008-02-13 | Remove the restriction that all object implementations must have class | Russ Allbery |
2008-02-13 | Update the design documentation to reflect the current protocol and | Russ Allbery |
2008-02-13 | wallet-admin now supports registering new object or ACL verifier | 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 |
2008-02-09 | Add file object support to the wallet server. | Russ Allbery |
2008-02-08 | Wallet::Config and hence the wallet server now checks for the | Russ Allbery |
2008-02-08 | Fix the wallet client to use check instead of exists. | Russ Allbery |
2008-02-08 | Release 0.7. | Russ Allbery |
2008-02-07 | Include news message for previous commit. | Russ Allbery |
2008-02-07 | Correctly enable syslog logging in wallet-backend. | Russ Allbery |
2008-02-07 | The current version of Net::Remctl can't handle explicit undef or the | Russ Allbery |
2008-02-07 | When creating a srvtab based on a just-downloaded keytab, extract the | Russ Allbery |
2008-02-06 | Check naming policy on wallet object creation before checking the | Russ Allbery |
2008-02-05 | Fix the example remctl configuration for keytab-backend to use the | Russ Allbery |
2008-02-01 | keytab-backend now passes kadmin.local ktadd its options in a specific | Russ Allbery |
2008-01-28 | Release 0.6.release/0.6 | Russ Allbery |
2008-01-28 | Minor NEWS updates for wallet-report and the new configure option. | Russ Allbery |
2008-01-24 | Add a wallet-admin program which can initialize and destroy the | Russ Allbery |
2008-01-19 | The wallet client now supports a -u option, saying to obtain Kerberos | Russ Allbery |
2008-01-19 | Note that the file writing change is a security issue. | Russ Allbery |
2008-01-19 | If -f is used and the output file name with ".new" appended already | Russ Allbery |
2008-01-19 | When downloading a keytab to a file that already exists, merge the new | Russ Allbery |
2008-01-17 | Support enforcing a naming policy for wallet objects via a Perl | Russ Allbery |
2008-01-17 | When getting a keytab with the client with no -f option, correctly | Russ Allbery |
2008-01-05 | The wallet client can now get the server, port, principal, and remctl | Russ Allbery |
2008-01-04 | The build system now probes for GSS-API, Kerberos v5 and v4, and AFS | Russ Allbery |
2007-12-07 | Release 0.5. | Russ Allbery |
2007-12-07 | Check a default creation ACL first before the ADMIN ACL when deciding | Russ Allbery |
2007-12-07 | Correctly implement the documented intention that setting an attribute | Russ Allbery |
2007-12-07 | Allow the empty string in wallet-backend arguments. | Russ Allbery |
2007-12-07 | Load the Perl modules for ACL verifiers and object types dynamically | Russ Allbery |
2007-12-06 | Fix the keytab principal validation regex to allow instances | Russ Allbery |
2007-12-06 | Release 0.4. | Russ Allbery |
2007-12-05 | Various coding style fixes and cleanup based on a much-appreciated | Russ Allbery |