Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-09 | Add user documentation for the enctypes attribute on keytabs. Mention | Russ Allbery | |
that the enctype must be in the database in the keytab object API documentation. The README and NEWS files are now done. | |||
2007-10-08 | Fix some heading levels for attribute information. | Russ Allbery | |
2007-10-08 | Add a missing close parenthesis to the wallet -h output. | Russ Allbery | |
2007-10-07 | Default to a port of 0, which tells remctl to use its default. | Russ Allbery | |
2007-10-07 | Use WALLET_SERVER and WALLET_PORT rather than SERVER and PORT. | Russ Allbery | |
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 | Refactor the remctl calls in the wallet client to share a common routine. | Russ Allbery | |
2007-10-05 | Pull keytab handling in the client into a separate file for later | Russ Allbery | |
expansion. Use the fine-grained remctl API instead of the simple one since in some cases we'll be running multiple commands. | |||
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 | Use die, warn, and xmalloc, now that we have them. | Russ Allbery | |
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 | Document the locked flag in the server backend and client man pages. | Russ Allbery | |
Document locked flag issues when implementing a new object type. | |||
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-01 | Change an instance of remctl to wallet in the -h output. | Russ Allbery | |
2007-09-01 | Add documentation for the wallet command-line client. | Russ Allbery | |
2007-08-29 | Kill warnings. We now build with all warnings enabled. | Russ Allbery | |
2007-08-29 | Add support for -f and recognize -S. Remove the special-casing of only | Russ Allbery | |
get and show and pass all commands on to the server. Instead, only special-case get to write its output to a different location. | |||
2006-08-23 | Make quite a bit more behavior configurable so that I can run a meaningful | Russ Allbery | |
test. Display show output to standard out instead of writing it to a keytab file. NULL-terminate the commands passed to the server. Don't constrain the object type to be keytab. | |||
2006-08-17 | Initial very simple wallet client program. | Russ Allbery | |