Age | Commit message (Expand) | Author |
2010-02-20 | Add portable/uio.h and include it in client/wallet.c | Russ Allbery |
2010-02-20 | Update documentation for support for storing nul data | Russ Allbery |
2010-02-20 | Add support in the wallet client for store of binary data | Russ Allbery |
2010-02-09 | Document that -u works if you don't have a ticket | Russ Allbery |
2010-02-09 | Reorganize main POD tests and add a spelling check | Russ Allbery |
2010-02-09 | Update util code and import Kerberos portability glue | Russ Allbery |
2010-02-09 | Use a temporary disk cache in the wallet client instead of memory | Russ Allbery |
2010-02-09 | Use the long enctype name for aes256-cts-hmac-sha1-96 | Russ Allbery |
2010-02-09 | Remove kaserver synchronization support from the wallet client | Russ Allbery |
2010-02-08 | Initial port to Heimdal | Russ Allbery |
2009-06-09 | Remove Subversion Id strings | Russ Allbery |
2008-04-24 | The wallet command-line client now reads the data for store from a | Russ Allbery |
2008-04-24 | Major coding style cleanup. Updated all shared code from my other | Russ Allbery |
2008-04-24 | Switch to messages-krb5 in util instead of the one built in the client | Russ Allbery |
2008-02-12 | Correctly handle get of an empty object in the wallet client. The | Russ Allbery |
2008-02-08 | Fix the wallet client to use check instead of exists. | Russ Allbery |
2008-02-07 | Add new exists and autocreate wallet server interfaces. The first | Russ Allbery |
2008-02-07 | Add a new autocreate API call that tries to create an object using the | Russ Allbery |
2008-02-07 | Add a check command to the wallet server to determine whether an object | Russ Allbery |
2008-02-07 | When creating a srvtab based on a just-downloaded keytab, extract the | Russ Allbery |
2008-02-07 | Add UNUSED markers for older versions of Kerberos. | Russ Allbery |
2008-01-19 | The wallet client now supports a -u option, saying to obtain Kerberos | 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 | When getting a keytab with the client with no -f option, correctly | Russ Allbery |
2008-01-17 | Initialize the temporary variable when getting numbers from appdefaults. | Russ Allbery |
2008-01-07 | Update client documentation to reflect my failure to get realm-specific | Russ Allbery |
2008-01-05 | The wallet client can now get the server, port, principal, and remctl | Russ Allbery |
2007-12-07 | Allow the empty string in wallet-backend arguments. | Russ Allbery |
2007-12-06 | Don't say what the default remctl port is, since it's changed. | Russ Allbery |
2007-12-06 | Some bad wrapping protection. | Russ Allbery |
2007-12-01 | Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead of | Russ Allbery |
2007-10-11 | Add an acl history function to the server backend and the client | Russ Allbery |
2007-10-10 | Add history to the wallet-backend and to its documentation and the end-user | Russ Allbery |
2007-10-09 | Add NEWS entry for enctypes. Clarify in the documentation the behavior | Russ Allbery |
2007-10-09 | Add user documentation for the enctypes attribute on keytabs. Mention | Russ Allbery |
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 |
2007-10-05 | Fix the keytab attribute handling to call getattr and setattr instead of | Russ Allbery |
2007-10-05 | The wallet client now automatically sets the sync attribute on a keytab | Russ Allbery |
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 |
2007-10-05 | Pull the file writing code for the wallet client into a separate file | Russ Allbery |
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 |
2007-09-24 | Add support for attribute setting and retrieval to the front end and | Russ Allbery |
2007-09-18 | Document the locked flag in the server backend and client man pages. | Russ Allbery |