<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/tests/data, branch debian/0.8-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.8-1</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=debian%2F0.8-1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2008-02-12T23:38:36+00:00</updated>
<entry>
<title>wallet-backend now supports a -q flag, which disables syslog logging.</title>
<updated>2008-02-12T23:38:36+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-12T23:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=5dd1bb69f28e1a38259dd939cfd00469c5b786eb'/>
<id>urn:sha1:5dd1bb69f28e1a38259dd939cfd00469c5b786eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly handle get of an empty object in the wallet client.  The</title>
<updated>2008-02-12T01:55:09+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-12T01:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=54ccb6083d69da03c71d01a271a09554e4d63e4f'/>
<id>urn:sha1:54ccb6083d69da03c71d01a271a09554e4d63e4f</id>
<content type='text'>
empty string is valid object content.

Add a full end-to-end test suite to catch protocol mismatches between
the client and server, such as the one fixed in this release.

</content>
</entry>
<entry>
<title>Add wallet server configuration for end-to-end test.</title>
<updated>2008-02-12T01:31:30+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-12T01:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=7fdaabe7c1050e6852803e256c22ab04a3cc475d'/>
<id>urn:sha1:7fdaabe7c1050e6852803e256c22ab04a3cc475d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial pass at an end-to-end test suite.</title>
<updated>2008-02-12T01:31:05+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-12T01:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=fb06cf6028090d371a6ecdddba59ed2bed0ad465'/>
<id>urn:sha1:fb06cf6028090d371a6ecdddba59ed2bed0ad465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the wallet client to use check instead of exists.</title>
<updated>2008-02-08T21:59:24+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-08T21:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=da92a0d5e259a126095e120c7938c6e3be27618c'/>
<id>urn:sha1:da92a0d5e259a126095e120c7938c6e3be27618c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new exists and autocreate wallet server interfaces.  The first</title>
<updated>2008-02-07T23:33:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-07T23:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f0bde61f5ecfc6a58a2c0ec0ccadbdd1332b64f8'/>
<id>urn:sha1:f0bde61f5ecfc6a58a2c0ec0ccadbdd1332b64f8</id>
<content type='text'>
states whether a given object exists and the second attempts to create
the object using the default owner rules.  Remove default owner
handling from the create interface, which is now for administrators
only.  Remove server-side auto-creation of objects on get or store and
instead have the client check for object existence and call autocreate
if necessary.  This removes confusion between default ACLs and
administrative object creation for users who are also on the ADMIN
ACL.

</content>
</entry>
<entry>
<title>When creating a srvtab based on a just-downloaded keytab, extract the</title>
<updated>2008-02-07T00:46:54+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-07T00:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=e733132938bc4fc74584b9a7c0f5441eb640e617'/>
<id>urn:sha1:e733132938bc4fc74584b9a7c0f5441eb640e617</id>
<content type='text'>
srvtab key before merging the keytab into an existing file.
Otherwise, if the new keys had a lower kvno than the old keys
(possible after deleting and recreating the object), the wrong key
would be extracted for the srvtab.

</content>
</entry>
<entry>
<title>keytab-backend now passes kadmin.local ktadd its options in a specific</title>
<updated>2008-02-01T02:17:22+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-01T02:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=7aadbc3139ef9737421560ad3180218796bd7287'/>
<id>urn:sha1:7aadbc3139ef9737421560ad3180218796bd7287</id>
<content type='text'>
order to satisfy the picky option parser.

</content>
</entry>
<entry>
<title>When downloading a keytab to a file that already exists, merge the new</title>
<updated>2008-01-19T00:37:31+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-19T00:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=aa57ab48cc9df24ab756b5651959b36a2d81cad3'/>
<id>urn:sha1:aa57ab48cc9df24ab756b5651959b36a2d81cad3</id>
<content type='text'>
keytab keys into that file rather than moving aside the old keytab and
creating a new keytab with only the new keys.

Also fix get handling in the client for all types other than keytabs.
This isn't visible yet since the server doesn't yet support other types
of objects.

</content>
</entry>
<entry>
<title>Remove the right krb5.conf file in client tests.  Strip any existing</title>
<updated>2008-01-17T00:00:44+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-17T00:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=426e3bc5f2af3f30524060812625204de73f78d0'/>
<id>urn:sha1:426e3bc5f2af3f30524060812625204de73f78d0</id>
<content type='text'>
wallet configuration from krb5.conf since it confuses the profile
library.  Add a test for printing keytabs to standard output.

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