<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/tests/client, 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-13T22:18:26+00:00</updated>
<entry>
<title>Additional flags for the Stanford hacked kinit so that the test suite</title>
<updated>2008-02-13T22:18:26+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-13T22:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=5557a69d87629df26283094e934a63ba9898f824'/>
<id>urn:sha1:5557a69d87629df26283094e934a63ba9898f824</id>
<content type='text'>
can run in AFS.

</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>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>Added POD testing for the client and server documentation.</title>
<updated>2008-02-07T23:57:21+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-07T23:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=5351e30bb5adbe0304292f6cec7b094bef7a1bf0'/>
<id>urn:sha1:5351e30bb5adbe0304292f6cec7b094bef7a1bf0</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>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>
<entry>
<title>The wallet client can now get the server, port, principal, and remctl</title>
<updated>2008-01-05T00:01:54+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-05T00:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=b10beb347238b153af8aa544fb276485b34e970e'/>
<id>urn:sha1:b10beb347238b153af8aa544fb276485b34e970e</id>
<content type='text'>
type from krb5.conf as well as from compile-time defaults and
command-line options.

</content>
</entry>
<entry>
<title>Allow the empty string in wallet-backend arguments.</title>
<updated>2007-12-07T00:26:24+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-07T00:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=5a6775be4fdbee0523a573af960568ca21f38c49'/>
<id>urn:sha1:5a6775be4fdbee0523a573af960568ca21f38c49</id>
<content type='text'>
When writing to a file in the wallet client program, remove an old
backup file before creating a new backup and don't fail if the backup
already exists.

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