Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-03 | Clean up test-files directory after object/password test | Russ Allbery | |
2015-06-08 | Added new method for wallet-backend, update | Jon Robertson | |
update will work generally like get, but only for objects that have a concept of updating content automatically, like keytabs and passwords. For these, the content will be updated before sending to the client. In a later release get for keytabs will be modified to never update the kvno before sending to the user, and so the unchanging flag will be phased out in lieu of explicitly using the method that does what you want. Change-Id: I96a84416c5e50278eb29fe07052dde6e063bc071 | |||
2015-06-08 | Added a new password object type | Jon Robertson | |
The password type inherits almost everything from the file object, but if you try to get a password object that has never been stored, we generate a random string to put in the object rather than just erroring out. The maximum and minimum length of the string can be set in the wallet config. If a password object was stored earlier and then cleared out, we don't generate another random string. Change-Id: I17a65ca7dac9d4430e8a731f417297890ee612bb |