<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/docs/design-api, branch release/1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F1.2</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F1.2'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2013-02-28T00:53:58+00:00</updated>
<entry>
<title>Add license statements to all textual documentation in docs</title>
<updated>2013-02-28T00:53:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-02-27T23:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=2fdf8ac3a51bd455ae5cd2a4c0ca98e515bce3d4'/>
<id>urn:sha1:2fdf8ac3a51bd455ae5cd2a4c0ca98e515bce3d4</id>
<content type='text'>
Change-Id: Id5af9714e3d4f516cf7391c869eff89521e145c5
Reviewed-on: https://gerrit.stanford.edu/849
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Update the design documentation to reflect the current protocol and</title>
<updated>2008-02-13T01:43:54+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-13T01:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=48b1e8f46c35519cb83c332660e266f6392f65b6'/>
<id>urn:sha1:48b1e8f46c35519cb83c332660e266f6392f65b6</id>
<content type='text'>
implementation.

</content>
</entry>
<entry>
<title>Initial implementation of enctype restriction with a basic test suite.</title>
<updated>2007-10-09T01:42:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-09T01:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=009de8debb0cbda0b74903d07b935e830fe2b0a1'/>
<id>urn:sha1:009de8debb0cbda0b74903d07b935e830fe2b0a1</id>
<content type='text'>
Still needs a more comprehensive test suite.

Remove all attributes for a keytab object when it is destroyed so that
when the object is recreated, it doesn't inherit attributes from its
previous self.  Add a test case for that for the sync attribute.

</content>
</entry>
<entry>
<title>Include the synchronization configuration in show() output.  Provide a</title>
<updated>2007-09-26T18:55:03+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-26T18:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=7ec47028dbfe6df70d4c07e9546ae1680cf4e91f'/>
<id>urn:sha1:7ec47028dbfe6df70d4c07e9546ae1680cf4e91f</id>
<content type='text'>
new object method that subclasses can override to add attribute
information to show() and remove the documentation about overriding
show().

</content>
</entry>
<entry>
<title>Update the documentation to get rid of the stupid error return from</title>
<updated>2007-09-20T00:38:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-20T00:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=0837b2e78a283d27a288ca3bfe49490f940a77b9'/>
<id>urn:sha1:0837b2e78a283d27a288ca3bfe49490f940a77b9</id>
<content type='text'>
attr and instead tell the caller to call error() on an empty return
to see if there was a problem.

</content>
</entry>
<entry>
<title>Add generic attribute support to the object layer and update the API</title>
<updated>2007-09-19T23:28:48+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-19T23:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=94e80cab6d728120be83b4dec42d820c312ee6a5'/>
<id>urn:sha1:94e80cab6d728120be83b4dec42d820c312ee6a5</id>
<content type='text'>
documentation to talk about overriding it.  Update some other bits of
the API documentation to include more hints about how to handle
overridden methods.

</content>
</entry>
<entry>
<title>Document the locked flag in the server backend and client man pages.</title>
<updated>2007-09-18T23:40:37+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-18T23:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=088e2ecba73fedebb0b7729a1f07022fd6155c22'/>
<id>urn:sha1:088e2ecba73fedebb0b7729a1f07022fd6155c22</id>
<content type='text'>
Document locked flag issues when implementing a new object type.

</content>
</entry>
<entry>
<title>Note cases where one might want to override flag_set() or flag_clear().</title>
<updated>2007-09-18T20:45:32+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-18T20:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=63064e0eed47e6932ad6917ef793e6ccde23160c'/>
<id>urn:sha1:63064e0eed47e6932ad6917ef793e6ccde23160c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update and rewrite from the perspective of someone extending the wallet</title>
<updated>2007-09-01T06:04:21+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-01T06:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=c3d918abb473fd8c2ff57017de43b1e10063a7b7'/>
<id>urn:sha1:c3d918abb473fd8c2ff57017de43b1e10063a7b7</id>
<content type='text'>
system, taking out all the documentation of the object API that's now
covered in the Wallet::Object::Base documentation.

</content>
</entry>
<entry>
<title>Remove the ACL API, which is now in the Wallet::ACL documentation, and</title>
<updated>2007-08-31T05:08:24+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-08-31T05:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=03de6cb922b4e54b47af7bbbd9421d6140c8dfdb'/>
<id>urn:sha1:03de6cb922b4e54b47af7bbbd9421d6140c8dfdb</id>
<content type='text'>
rework the introduction a little.

</content>
</entry>
</feed>
