Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-05 | Add comprehensive license information in LICENSE and update the copyright | Russ Allbery | |
and license statements in all files. Make sure that some files that were missing copyright information now have them. Reference LICENSE rather than README in all notices. | |||
2007-10-05 | Fix the keytab attribute handling to call getattr and setattr instead of | Russ Allbery | |
just attr to match the actual API. | |||
2007-10-05 | The wallet client now automatically sets the sync attribute on a keytab | Russ Allbery | |
object when get is called with the -S flag. | |||
2007-10-05 | Pull the file writing code for the wallet client into a separate file | Russ Allbery | |
so that the srvtab and keytab management can share it. Write atomically to a new file and then link and rename to do an atomic update. Leave a backup copy of any file that's replaced. | |||
2007-10-04 | Update runtests to the latest version. Fix various other missing or | Russ Allbery | |
incorrect makefile and configure rules and some include issues so that the portability layer compiles and passes its test suite. | |||
2007-10-04 | Initial import of a C portability framework and utility functions from | Russ Allbery | |
remctl so that the wallet client error handling can rest on a firmer foundation. | |||
2007-09-27 | Initial cut at srvtab support in the wallet client. This still requires | Russ Allbery | |
additional work and cleanup, particularly support for the sync attribute. | |||
2007-09-24 | Add support for attribute setting and retrieval to the front end and | Russ Allbery | |
document them in the user documentation. | |||
2007-09-18 | Add flag clear and flag set to the public interface. | Russ Allbery | |
2007-09-17 | Add an acl show command to the front end that calls the appropriate | Russ Allbery | |
Wallet::Server method. | |||
2007-09-15 | Add a test suite for keytab-backend. | Russ Allbery | |
2007-09-14 | Add a test suite for the backend driver program. | Russ Allbery | |
2007-08-29 | Some more fixes for the new test and the new wallet error output. Also, | Russ Allbery | |
remctld now doesn't exit on SIGTERM, so send it something stronger. | |||
2007-08-29 | Fix the remctld flags for the latest version. Fix the kinit invocation | Russ Allbery | |
for stock MIT Kerberos. Add an additional test of the expires command, which isn't special-cased in the wallet client. | |||
2006-08-23 | Add a test infrastructure and a very basic test for the client | Russ Allbery | |
functionality so far. |