<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/README, 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:20:14+00:00</updated>
<entry>
<title>Further README updates for Heimdal support</title>
<updated>2010-02-22T04:20:14+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-22T04:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=0d57013b4ef790e0b428eb41645199434cce2ecd'/>
<id>urn:sha1:0d57013b4ef790e0b428eb41645199434cce2ecd</id>
<content type='text'>
</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/krb5-wallet.git/commit/?id=cf79136dd24f39925ddfe5ff4e9388309089bb04'/>
<id>urn:sha1:cf79136dd24f39925ddfe5ff4e9388309089bb04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove references to AFS kaserver support in README</title>
<updated>2010-02-21T04:50:57+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T04:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=78d83f1d2757fbbc36bbb1e5463cb7c263053a22'/>
<id>urn:sha1:78d83f1d2757fbbc36bbb1e5463cb7c263053a22</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/krb5-wallet.git/commit/?id=77d967fb11a4e63967ad1e80929b7096f9d58c05'/>
<id>urn:sha1:77d967fb11a4e63967ad1e80929b7096f9d58c05</id>
<content type='text'>
</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>Add thanks to Jon Robertson to README</title>
<updated>2010-02-09T23:22:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T23:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=562431885d24ee828c4b7b0995fdd200987db872'/>
<id>urn:sha1:562431885d24ee828c4b7b0995fdd200987db872</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the Autoconf code to rra-c-util 3.0</title>
<updated>2010-02-09T23:21:12+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T23:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=838a73223d19e64a6556047791006f068b779307'/>
<id>urn:sha1:838a73223d19e64a6556047791006f068b779307</id>
<content type='text'>
* Sanity-check the results of krb5-config before proceeding.
* Fall back on manual probing if krb5-config results don't work.
* Add --with-krb5-include and --with-krb5-lib configure options.
* Add --with-remctl-include and --with-remctl-lib configure options.
* Add --with-gssapi-include and --with-gssapi-lib configure options.
* Don't break if the user clobbers CPPFLAGS at build time.
* Suppress error output from krb5-config probes.
* Prefer KRB5_CONFIG over a path constructed from --with-*.
* Update GSS-API probes for Solaris 10's native implementation.
* Change AC_TRY_* to AC_*_IFELSE as recommended by Autoconf.

Also strip out more outdated AFS kaserver instructions from README.
</content>
</entry>
<entry>
<title>Document and make case-insensitive KEYTAB_KRBTYPE</title>
<updated>2010-02-09T21:14:41+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T21:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=b037770195ef0bd98d6655a65873b25d90e36032'/>
<id>urn:sha1:b037770195ef0bd98d6655a65873b25d90e36032</id>
<content type='text'>
KEYTAB_KRBTYPE wasn't documented in Wallet::Config.  Add it and the
variable declaration.  Also document the new mandatory setting in
NEWS and add the Heimdal::Kadm5 requirement to README.  Remove some
of the language in README that implies that only MIT Kerberos is
supported.

Make the setting case-insensitive and improve the error message from
Wallet::Kadmin if it isn't set.
</content>
</entry>
<entry>
<title>Fix the distribution name in the last change.</title>
<updated>2008-04-25T16:49:48+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-04-25T16:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=bfde66265c86b46d51e05e266eb86d83eca8ef46'/>
<id>urn:sha1:bfde66265c86b46d51e05e266eb86d83eca8ef46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an explicit mention of builddir != srcdir builds.</title>
<updated>2008-04-25T16:49:19+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-04-25T16:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=a6c13a71a8776b9d360ec9834eff0e27eb0caad4'/>
<id>urn:sha1:a6c13a71a8776b9d360ec9834eff0e27eb0caad4</id>
<content type='text'>
</content>
</entry>
</feed>
