<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/Wallet/Object, branch debian/0.3-1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=debian%2F0.3-1</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=debian%2F0.3-1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2007-12-01T03:03:29+00:00</updated>
<entry>
<title>Following the DBI documentation, turn on AutoCommit after RaiseError so</title>
<updated>2007-12-01T03:03:29+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T03:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=0d517a8c575774387393513ca196aa27211a0b0b'/>
<id>urn:sha1:0d517a8c575774387393513ca196aa27211a0b0b</id>
<content type='text'>
that we have some hope of getting error messages if it fails.

</content>
</entry>
<entry>
<title>Set InactiveDestroy to the right thing.  Doh.</title>
<updated>2007-12-01T02:27:43+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T02:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=67f700453f4b322140aba7272b186801571b49da'/>
<id>urn:sha1:67f700453f4b322140aba7272b186801571b49da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure we always have a valid object and access to our database</title>
<updated>2007-12-01T02:26:31+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T02:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=e0af03a54282129355d127f2787ed5516062e695'/>
<id>urn:sha1:e0af03a54282129355d127f2787ed5516062e695</id>
<content type='text'>
handle when calling kadmin so that we can do our database handle
mangling.

</content>
</entry>
<entry>
<title>Don't use die when forking kasetkey fails and similarly don't close the</title>
<updated>2007-12-01T02:24:14+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T02:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=62f4dc22e3d9739c93c2b29acfdefb34afc448a2'/>
<id>urn:sha1:62f4dc22e3d9739c93c2b29acfdefb34afc448a2</id>
<content type='text'>
database connection on a failed fork.

</content>
</entry>
<entry>
<title>Don't close our open database handles after a failed fork.</title>
<updated>2007-12-01T02:21:02+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T02:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=feb9f343f9e0b5e94132e878cdfeb2dc676aefb8'/>
<id>urn:sha1:feb9f343f9e0b5e94132e878cdfeb2dc676aefb8</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/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>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/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>Make enctype changes in sorted order so that the history trace is reliable</title>
<updated>2007-10-10T20:15:30+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-10T20:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=8b4f558134a618660c424d2dabd90033b7b8e4b9'/>
<id>urn:sha1:8b4f558134a618660c424d2dabd90033b7b8e4b9</id>
<content type='text'>
and can be tested.

</content>
</entry>
<entry>
<title>Redo history tracking for attributes.  Currently, all of our attributes</title>
<updated>2007-10-10T20:15:03+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-10T20:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=9e6b38452a221eca3c0ac775ba08ab4696716b71'/>
<id>urn:sha1:9e6b38452a221eca3c0ac775ba08ab4696716b71</id>
<content type='text'>
take multiple values, so log them like flags.  Hopefully this will
continue to work; if not, we'll have to revisit it later.

Improve logging for unsetting of attributes.

</content>
</entry>
<entry>
<title>Add an object history method and tests for it.</title>
<updated>2007-10-10T00:49:53+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-10T00:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=b7e886f97db0f3a6f6239f8f655fde41e3e43ad2'/>
<id>urn:sha1:b7e886f97db0f3a6f6239f8f655fde41e3e43ad2</id>
<content type='text'>
</content>
</entry>
</feed>
