<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/Wallet/Schema.pm, branch release/0.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.4</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.4'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2007-12-05T01:27:57+00:00</updated>
<entry>
<title>Bump version number for previous changes.</title>
<updated>2007-12-05T01:27:57+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-05T01:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=c74e1824fe878d6289a6a0fa3b777d5c425e0a44'/>
<id>urn:sha1:c74e1824fe878d6289a6a0fa3b777d5c425e0a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Determine the class for object and ACL schema implementations from the</title>
<updated>2007-12-05T01:10:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-05T01:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=c0c34051887d08a94221f9cbc2b74fbfad34c22c'/>
<id>urn:sha1:c0c34051887d08a94221f9cbc2b74fbfad34c22c</id>
<content type='text'>
database rather than a hard-coded list and provide Wallet::Schema
methods for adding new class mappings.

Add a missing class mapping for the netdb ACL schema verifier.

</content>
</entry>
<entry>
<title>Add a subclass of the NetDB ACL verifier that requires the principal</title>
<updated>2007-12-04T22:16:28+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-04T22:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=0e9a5e25ec9c1977c6426f4aea4b61a658fe6855'/>
<id>urn:sha1:0e9a5e25ec9c1977c6426f4aea4b61a658fe6855</id>
<content type='text'>
have an instance of "root" and strips that instance before checking
NetDB roles.

</content>
</entry>
<entry>
<title>If we're using MySQL, force all the tables to InnoDB so that we get</title>
<updated>2007-12-01T03:00:41+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T03:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=6bd2cd0824130bd25918e2b709d0991003d5d392'/>
<id>urn:sha1:6bd2cd0824130bd25918e2b709d0991003d5d392</id>
<content type='text'>
transactions.

</content>
</entry>
<entry>
<title>Don't do an in-place edit of the SQL inside the object, since we then</title>
<updated>2007-12-01T01:20:45+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T01:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=a4bedfb2e84598b3b0d66cbb2fc30417126124eb'/>
<id>urn:sha1:a4bedfb2e84598b3b0d66cbb2fc30417126124eb</id>
<content type='text'>
can't reuse the object with another database handle.

</content>
</entry>
<entry>
<title>Initial work on supporting testing with MySQL.</title>
<updated>2007-11-30T02:04:14+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-11-30T02:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=1e13c0c60c96dd1719e7c4c3931b4196c2b5bc61'/>
<id>urn:sha1:1e13c0c60c96dd1719e7c4c3931b4196c2b5bc61</id>
<content type='text'>
Add a drop() method to Wallet::Schema to destroy the wallet database.  Add
a test suite for it.  Add a reinitialize() method to Wallet;:Server that
drops the database before creating it.

Modify the wallet object test cases to call reinitialize() to create the
initial database and drop() to clean up the database after the test is
complete.

Fix a bug preventing Wallet::Schema from being initialized multiple times.
We now stash the schema in a class static variable and reuse it for
subsequent initializations, since re-reading DATA doesn't work.

</content>
</entry>
<entry>
<title>Fix foreign key reference in the history table for the object name.</title>
<updated>2007-10-09T23:52:15+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-09T23:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=d12a9ff9bcc5f5172dcf1ecfd13bc692ef614df0'/>
<id>urn:sha1:d12a9ff9bcc5f5172dcf1ecfd13bc692ef614df0</id>
<content type='text'>
</content>
</entry>
<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/debian/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>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/debian/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>Add additional information about the history entry semantics when logging</title>
<updated>2007-09-17T17:57:45+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-17T17:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=604eb0dfd73390a72852b5eed850744089dd289e'/>
<id>urn:sha1:604eb0dfd73390a72852b5eed850744089dd289e</id>
<content type='text'>
flag changes.

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