<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/Wallet/Server.pm, branch debian/0.5-1</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=debian%2F0.5-1</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=debian%2F0.5-1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2007-12-07T00:51:07+00:00</updated>
<entry>
<title>Check a default creation ACL first before the ADMIN ACL when deciding</title>
<updated>2007-12-07T00:51:07+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-07T00:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=c2ca6dbc6caa51283a8fa587a622bcd870c97d93'/>
<id>urn:sha1:c2ca6dbc6caa51283a8fa587a622bcd870c97d93</id>
<content type='text'>
whether we can auto-create a non-existent ACL, since creating one with
the ADMIN ACL doesn't create a useful object.

Allow @ in wallet-backend arguments so that principal names can be
passed in.

</content>
</entry>
<entry>
<title>Correctly implement the documented intention that setting an attribute</title>
<updated>2007-12-07T00:39:43+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-07T00:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=2e9f1bbdab7ee4cbf9fba8b5c99cb3e970f35f4b'/>
<id>urn:sha1:2e9f1bbdab7ee4cbf9fba8b5c99cb3e970f35f4b</id>
<content type='text'>
to the empty string clears the attribute values.

</content>
</entry>
<entry>
<title>Get rid of a bunch more return undefs.</title>
<updated>2007-12-07T00:31:09+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-07T00:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=46250410d16ea06542a10bc4bec9fd859d38effb'/>
<id>urn:sha1:46250410d16ea06542a10bc4bec9fd859d38effb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load the Perl modules for ACL verifiers and object types dynamically</title>
<updated>2007-12-07T00:01:16+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-07T00:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=026a0c50f1b0907d25291b6651c18886e2971d1f'/>
<id>urn:sha1:026a0c50f1b0907d25291b6651c18886e2971d1f</id>
<content type='text'>
now that we're reading the class from the database.

</content>
</entry>
<entry>
<title>Various coding style fixes and cleanup based on a much-appreciated</title>
<updated>2007-12-05T22:55:45+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-05T22:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f8c47d1f3cf5d4e8aa64c39120731ca9054dc786'/>
<id>urn:sha1:f8c47d1f3cf5d4e8aa64c39120731ca9054dc786</id>
<content type='text'>
code audit by Simon Cozens.  I didn't take all of his advise, and he
shouldn't be blamed for any remaining issues.

</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>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/debian/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>Don't disconnect on destruction of the server object if the handle is</title>
<updated>2007-12-01T02:34:37+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T02:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=7903ae3a9151061395470090ce8a2a328913a152'/>
<id>urn:sha1:7903ae3a9151061395470090ce8a2a328913a152</id>
<content type='text'>
marked with InactiveDestroy.

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