<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/Wallet/Schema.pm, branch release/0.2</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.2</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.2'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/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/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>
<entry>
<title>Add primary keys for tables where everything is a key to be sure that we</title>
<updated>2007-08-30T16:02:55+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-08-30T16:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=b134be0191b89d95d9e5f051e84ad9325c2272c2'/>
<id>urn:sha1:b134be0191b89d95d9e5f051e84ad9325c2272c2</id>
<content type='text'>
get the uniqueness constraint.

</content>
</entry>
<entry>
<title>Fix all the interfaces so that objects are identified as type, name, not</title>
<updated>2007-08-30T00:30:34+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-08-30T00:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=2e7b886b16e2e0adf723ac59efa715e15bb2e519'/>
<id>urn:sha1:2e7b886b16e2e0adf723ac59efa715e15bb2e519</id>
<content type='text'>
name, type, and fix the schema for the places where I'd renamed name to
object for no good reason.  I don't know what I was thinking originally.

</content>
</entry>
<entry>
<title>Adjust for SQL syntax differences for auto-increment keys between MySQL</title>
<updated>2007-08-30T00:07:02+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-08-30T00:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f13c283a3f5347631a301403176dd749766c9ab5'/>
<id>urn:sha1:f13c283a3f5347631a301403176dd749766c9ab5</id>
<content type='text'>
and SQLite.

</content>
</entry>
<entry>
<title>Fix lots of problems with the schema and rework it a little bit to be</title>
<updated>2007-08-29T22:25:59+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-08-29T22:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=e8a4e031eb1604d8a3c61baf7340c986833ec986'/>
<id>urn:sha1:e8a4e031eb1604d8a3c61baf7340c986833ec986</id>
<content type='text'>
compatible with SQLite.  Mostly this involves creating indexes
separately rather than part of the create table statement.

</content>
</entry>
<entry>
<title>Convert the schema documentation into a Perl class that contains the same</title>
<updated>2007-08-29T16:39:35+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-08-29T16:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=9d0b4df45a4be981b8d23e9cd37e70298e3dec59'/>
<id>urn:sha1:9d0b4df45a4be981b8d23e9cd37e70298e3dec59</id>
<content type='text'>
information but can also return the SQL commands or apply them to a
database.

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