<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/t/keytab.t, branch release/0.5</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.5</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.5'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2007-12-06T23:58:22+00:00</updated>
<entry>
<title>Fix the keytab principal validation regex to allow instances</title>
<updated>2007-12-06T23:58:22+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-06T23:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=4878c6af49ddc4ca7fb7dcef21da7d9ca28014de'/>
<id>urn:sha1:4878c6af49ddc4ca7fb7dcef21da7d9ca28014de</id>
<content type='text'>
containing periods.  Otherwise, it's hard to manage host keytabs.  Add
a missing test suite for that method.

</content>
</entry>
<entry>
<title>Fix the test number in the SKIP block for enctype restrictions.</title>
<updated>2007-12-01T05:28:26+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T05:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f9ef1fd6d7050a8296b019372dcd24960379ce5f'/>
<id>urn:sha1:f9ef1fd6d7050a8296b019372dcd24960379ce5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead of</title>
<updated>2007-12-01T01:55:18+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T01:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=45d8382fb2cc3f32b176675c0edb7eef5ca6aa21'/>
<id>urn:sha1:45d8382fb2cc3f32b176675c0edb7eef5ca6aa21</id>
<content type='text'>
seconds since epoch and returned the same way.  Timestamps are now
stored in the database as correct date and time types rather than
seconds since epoch to work properly with MySQL.

</content>
</entry>
<entry>
<title>Hide kinit errors.  No one cares.</title>
<updated>2007-12-01T01:10:48+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T01:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=eb3b657cd8620ecd34dd3c224a4263d90381789b'/>
<id>urn:sha1:eb3b657cd8620ecd34dd3c224a4263d90381789b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The wallet backend test suite now supports using a database other than</title>
<updated>2007-12-01T00:42:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T00:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=c9948c8f68b11a1e897afe9c9f2dd2fcb6934f8d'/>
<id>urn:sha1:c9948c8f68b11a1e897afe9c9f2dd2fcb6934f8d</id>
<content type='text'>
SQLite for testing.

Also start a new Util.pm module for the test suite and move the contents
sub into that module.  More to follow.

</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>Use variables for the user and host in the history traces.</title>
<updated>2007-10-10T22:22:26+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-10T22:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=e02dd16f63648c174c1da1f5e400e3721392ac6c'/>
<id>urn:sha1:e02dd16f63648c174c1da1f5e400e3721392ac6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for the history trace, which tests history records for</title>
<updated>2007-10-10T20:15:48+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-10T20:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=3b240cd8b2ec081a1806a65c4ea1eb1271d1ddfb'/>
<id>urn:sha1:3b240cd8b2ec081a1806a65c4ea1eb1271d1ddfb</id>
<content type='text'>
attributes.

</content>
</entry>
<entry>
<title>Test rollback when attempting to set an invalid enctype.</title>
<updated>2007-10-10T19:28:54+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-10T19:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=e4d11b740c11948068731f439c108dee479e63f0'/>
<id>urn:sha1:e4d11b740c11948068731f439c108dee479e63f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start checking the history.</title>
<updated>2007-10-10T19:27:21+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-10T19:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=fe078e12717c2ea54f8a3bd2fa454217f9d96fa4'/>
<id>urn:sha1:fe078e12717c2ea54f8a3bd2fa454217f9d96fa4</id>
<content type='text'>
</content>
</entry>
</feed>
