<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/Wallet/Object, branch release/0.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%2F0.2</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F0.2'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2007-10-05T21:59:05+00:00</updated>
<entry>
<title>Add comprehensive license information in LICENSE and update the copyright</title>
<updated>2007-10-05T21:59:05+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-05T21:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=500b0dfb2ec5a9cb561f6095f169275dee98e054'/>
<id>urn:sha1:500b0dfb2ec5a9cb561f6095f169275dee98e054</id>
<content type='text'>
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.

</content>
</entry>
<entry>
<title>Fix error handling if we cannot dup stdout.</title>
<updated>2007-10-04T22:06:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-04T22:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=2f9387bdf0e047bbd193532c4fed209acabd0e7a'/>
<id>urn:sha1:2f9387bdf0e047bbd193532c4fed209acabd0e7a</id>
<content type='text'>
</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>Add tests for the Kerberos v5 to Kerberos v4 name mapping and do more</title>
<updated>2007-09-26T18:03:36+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-26T18:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=50d3cd92ea42f76d5a76ec43d869dd8d721ff5f4'/>
<id>urn:sha1:50d3cd92ea42f76d5a76ec43d869dd8d721ff5f4</id>
<content type='text'>
tests of the machinery around kaserver synchronization even if we don't
have a full configuration.

</content>
</entry>
<entry>
<title>Add support for deleting principals out of the AFS kaserver (optionally)</title>
<updated>2007-09-26T17:35:28+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-26T17:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=84bc67a4964bd341b550bad89dc2d4a56dc875e6'/>
<id>urn:sha1:84bc67a4964bd341b550bad89dc2d4a56dc875e6</id>
<content type='text'>
if synchronization is not set.

</content>
</entry>
<entry>
<title>If synchronization is enabled, destroy the principal out of K4 when the</title>
<updated>2007-09-25T23:18:45+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-25T23:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=24ee5aa91d69e3ecb97272b643e0974cf41643d9'/>
<id>urn:sha1:24ee5aa91d69e3ecb97272b643e0974cf41643d9</id>
<content type='text'>
keytab object is destroyed.

</content>
</entry>
<entry>
<title>Add support for synchronizing a key with an AFS kaserver in the keytab</title>
<updated>2007-09-25T20:57:06+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-25T20:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=766ba9295705be7c91593b6e7ce5db66bf88d453'/>
<id>urn:sha1:766ba9295705be7c91593b6e7ce5db66bf88d453</id>
<content type='text'>
object implementation, extracting the DES key with Authen::Krb5 (since
ktutil doesn't work).

Rename the KEYTAB_CACHE variable to KEYTAB_REMCTL_CACHE to match the
rest of the keytab retrieval configuration and reorganize the
Wallet::Config documentation to group related configuration options for
the keytab backend.

Fix a column name in the keytab_enctypes table to be more consistent
with the rest of the schema.

</content>
</entry>
<entry>
<title>Change flag_list to return the empty list on error and clear error.</title>
<updated>2007-09-20T00:42:15+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-20T00:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f26e22d3adb4379c7dfb24ba3b278fd5545cccae'/>
<id>urn:sha1:f26e22d3adb4379c7dfb24ba3b278fd5545cccae</id>
<content type='text'>
Change the documentation to tell the caller to call error() after an
empty return to see if an error occurred.

</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>
</feed>
