<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/configure.ac, branch release/0.12</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.12</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.12'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2010-08-25T23:35:19+00:00</updated>
<entry>
<title>Release 0.12</title>
<updated>2010-08-25T23:35:19+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-08-25T23:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=7854b3f48bcc63e5fb59f306c8348fa49b3fc9a9'/>
<id>urn:sha1:7854b3f48bcc63e5fb59f306c8348fa49b3fc9a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to rra-c-util 2.6 and C TAP Harness 1.5</title>
<updated>2010-08-25T22:08:05+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-08-25T22:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=468ded4c2fae05a815bef91bdcb17d52f9cdcb2b'/>
<id>urn:sha1:468ded4c2fae05a815bef91bdcb17d52f9cdcb2b</id>
<content type='text'>
Update to C TAP Harness 1.5:

* Better reporting of fatal errors in the test suite.
* Summarize results at the end of test execution.
* Add tests/HOWTO from docs/writing-tests in C TAP Harness.

Update to rra-c-util 2.6:

* Fix portability to bundled Heimdal on OpenBSD.
* Improve checking for krb5_kt_free_entry with older MIT Kerberos.
* Fix portability for missing krb5_get_init_creds_opt_free.
* Fix header guard for util/xwrite.h.
* Restore default compiler configuration after GSS-API library probe.
</content>
</entry>
<entry>
<title>Add an initial test for wallet-rekey</title>
<updated>2010-07-30T00:36:30+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-07-30T00:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=7a1d4f9e4b96362edef29f71e848458d619cce3b'/>
<id>urn:sha1:7a1d4f9e4b96362edef29f71e848458d619cce3b</id>
<content type='text'>
This confirms basic functionality, but doesn't test more interesting
things like rekeying multiple keys in the same keytab or skipping
principals that aren't from the local realm.
</content>
</entry>
<entry>
<title>Release 0.11</title>
<updated>2010-03-08T18:55:50+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-08T18:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=99f8f88be291cf55229e6c2488ff8e916ae901c2'/>
<id>urn:sha1:99f8f88be291cf55229e6c2488ff8e916ae901c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add portable/uio.h and include it in client/wallet.c</title>
<updated>2010-02-21T06:57:40+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T06:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=02eedafcb393ef771ab6231d6583c58d12b97837'/>
<id>urn:sha1:02eedafcb393ef771ab6231d6583c58d12b97837</id>
<content type='text'>
Now that the wallet client uses struct iovec, it needs to include the
relevant header file.  Import the portability layer for possible future
Windows support.
</content>
</entry>
<entry>
<title>Release 0.10</title>
<updated>2010-02-21T06:51:38+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T06:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=cf79136dd24f39925ddfe5ff4e9388309089bb04'/>
<id>urn:sha1:cf79136dd24f39925ddfe5ff4e9388309089bb04</id>
<content type='text'>
</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/debian/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/debian/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>Add additional Kerberos portability needed for the test suite</title>
<updated>2010-02-10T03:43:27+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T03:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=99448954f4f9504796226bf05e76df22231d51ca'/>
<id>urn:sha1:99448954f4f9504796226bf05e76df22231d51ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable silent rule support and use it for make warnings</title>
<updated>2010-02-10T03:43:15+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T03:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=77d967fb11a4e63967ad1e80929b7096f9d58c05'/>
<id>urn:sha1:77d967fb11a4e63967ad1e80929b7096f9d58c05</id>
<content type='text'>
</content>
</entry>
</feed>
