<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/tests/client, branch release/0.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F0.10</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F0.10'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2010-02-22T04:25:31+00:00</updated>
<entry>
<title>Clean up krb5.conf in the client/basic test if skipping</title>
<updated>2010-02-22T04:25:31+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-22T04:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=4e67a916db978cb515fa174921d78b22d533fab3'/>
<id>urn:sha1:4e67a916db978cb515fa174921d78b22d533fab3</id>
<content type='text'>
The test created krb5.conf first thing, but didn't delete it if
skipping all of the tests.
</content>
</entry>
<entry>
<title>Add a check to the full client test suite for storing a nul</title>
<updated>2010-02-21T04:47:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T04:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=da4a4051085c857c1ee50080309190ea1113b18e'/>
<id>urn:sha1:da4a4051085c857c1ee50080309190ea1113b18e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support in the wallet client for store of binary data</title>
<updated>2010-02-21T03:55:05+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T03:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=a3ee976840e97d37022ec117bae09fef25ac4385'/>
<id>urn:sha1:a3ee976840e97d37022ec117bae09fef25ac4385</id>
<content type='text'>
Refactor the wallet client code to use remctl_commandv and send stores
with data containing nul.
</content>
</entry>
<entry>
<title>Reorganize main POD tests and add a spelling check</title>
<updated>2010-02-10T07:57:10+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T07:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=5d7f614e88bac459a693f1dcc91aad36ed3d00dd'/>
<id>urn:sha1:5d7f614e88bac459a693f1dcc91aad36ed3d00dd</id>
<content type='text'>
Add a POD spelling test to the non-Perl-module part of the code and
move the documentation tests into a separate directory.  Merge the
POD syntax tests between client and server into one test.

Reformat all of the POD documentation to use 74 columns.  Fix a few
revealed spelling errors or weird wordings.
</content>
</entry>
<entry>
<title>Fix multiple builddir != srcdir issues with test suite</title>
<updated>2010-02-10T06:13:53+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T06:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=0f81ba24e021a63d42c51ee9bec6e521fc540251'/>
<id>urn:sha1:0f81ba24e021a63d42c51ee9bec6e521fc540251</id>
<content type='text'>
Simplify the build rules for the test suite to take advantage of the
improved runtests support for builddir != srcdir.  Stop doing Autoconf
substitution on full.conf now that we have that support.
</content>
</entry>
<entry>
<title>Stop doing Autoconf substitution on some test suite code</title>
<updated>2010-02-10T05:01:33+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T05:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=a556c732806da87d06bb787565e12240ea39b553'/>
<id>urn:sha1:a556c732806da87d06bb787565e12240ea39b553</id>
<content type='text'>
Anything that only was using substitution for the paths to the build
tree now uses $SOURCE and $BUILD instead.  Stop doing substitution.
Also fix tests/data/cmd-wrapper to use the environment variables.
</content>
</entry>
<entry>
<title>Use the $SOURCE and $BUILD test suite variables</title>
<updated>2010-02-10T03:55:12+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T03:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=ff2d5ac3c63af9833d884d4840c772e60e45da7d'/>
<id>urn:sha1:ff2d5ac3c63af9833d884d4840c772e60e45da7d</id>
<content type='text'>
Now that runtests has been updated to a version that sets $SOURCE and
$BUILD, use that in the test cases rather than Autoconf substitutions.
</content>
</entry>
<entry>
<title>Update to C TAP Harness 1.1 and rra-c-util 3.0 tests</title>
<updated>2010-02-10T02:40:22+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T02:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=c02942ddc12408f0e5b9d828cddf240519d1fe93'/>
<id>urn:sha1:c02942ddc12408f0e5b9d828cddf240519d1fe93</id>
<content type='text'>
* Update portable and util tests for C TAP Harness 1.1.
* Remove the need for Autoconf substitution in test programs.
* Support running a single test program with runtests -o.
* Properly handle test cases that are skipped in their entirety.
* Much improved C TAP library more closely matching Test::More.

Rewrite client/basic-t to use the new test library functions and my
current test case coding style.
</content>
</entry>
<entry>
<title>Update test count for tests/client/basic</title>
<updated>2010-02-09T21:51:59+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T21:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=b7af0beced6e891a652d4caf36a2ec498090a955'/>
<id>urn:sha1:b7af0beced6e891a652d4caf36a2ec498090a955</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove kaserver synchronization support from the wallet client</title>
<updated>2010-02-09T21:37:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T21:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=2d33440272200cad20a5a4c58e5d8aa0dfad9a1f'/>
<id>urn:sha1:2d33440272200cad20a5a4c58e5d8aa0dfad9a1f</id>
<content type='text'>
The wallet client no longer enables kaserver synchronization when a
srvtab is requested with -S.  Instead, it just extracts the DES key
from the keytab and writes it to a srvtab.  It no longer forces the
kvno of the srvtab to 0 (a Stanford-specific action) and instead
preserves the kvno from the key in the keytab.  This should now do the
right thing for sites that use a KDC that serves both Kerberos v4 and
Kerberos v5 from the same database.
</content>
</entry>
</feed>
