<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/tests/client, branch debian/0.6-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.6-1</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=debian%2F0.6-1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2008-01-19T00:37:31+00:00</updated>
<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>
<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/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>The wallet client now automatically sets the sync attribute on a keytab</title>
<updated>2007-10-05T02:58:47+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-05T02:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=dbd33500b645f9caaa6dbb7d18a3f4932b53847a'/>
<id>urn:sha1:dbd33500b645f9caaa6dbb7d18a3f4932b53847a</id>
<content type='text'>
object when get is called with the -S flag.

</content>
</entry>
<entry>
<title>Pull the file writing code for the wallet client into a separate file</title>
<updated>2007-10-05T00:16:26+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-05T00:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=dbe948ca3ebdad97f4f2096f6074623fc2a8e3c8'/>
<id>urn:sha1:dbe948ca3ebdad97f4f2096f6074623fc2a8e3c8</id>
<content type='text'>
so that the srvtab and keytab management can share it.  Write atomically
to a new file and then link and rename to do an atomic update.  Leave a
backup copy of any file that's replaced.

</content>
</entry>
<entry>
<title>Initial cut at srvtab support in the wallet client.  This still requires</title>
<updated>2007-09-27T03:22:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-27T03:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=e0f6e1222ede4a7545ca995a8aacaae0b591cb9c'/>
<id>urn:sha1:e0f6e1222ede4a7545ca995a8aacaae0b591cb9c</id>
<content type='text'>
additional work and cleanup, particularly support for the sync attribute.

</content>
</entry>
<entry>
<title>Some more fixes for the new test and the new wallet error output.  Also,</title>
<updated>2007-08-29T21:42:12+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-08-29T21:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=68f5fbb99b9c58baf7d04ba371df77e28022b318'/>
<id>urn:sha1:68f5fbb99b9c58baf7d04ba371df77e28022b318</id>
<content type='text'>
remctld now doesn't exit on SIGTERM, so send it something stronger.

</content>
</entry>
<entry>
<title>Fix the remctld flags for the latest version.  Fix the kinit invocation</title>
<updated>2007-08-29T21:00:42+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-08-29T21:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=c17ddef341a68239aa26c6da938410d894b60c7f'/>
<id>urn:sha1:c17ddef341a68239aa26c6da938410d894b60c7f</id>
<content type='text'>
for stock MIT Kerberos.  Add an additional test of the expires command,
which isn't special-cased in the wallet client.

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