<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/util, branch release/0.12</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.12</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F0.12'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2010-08-25T22:08:05+00:00</updated>
<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/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>Update util code and import Kerberos portability glue</title>
<updated>2010-02-10T00:00:04+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T00:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=d05f66dbff10b525d37f60ee01d5b9f94bf5192e'/>
<id>urn:sha1:d05f66dbff10b525d37f60ee01d5b9f94bf5192e</id>
<content type='text'>
Use the Kerberos portability layer from rra-c-util 3.0 and avoid
Kerberos API calls deprecated on Heimdal.  Break util/util.h into
separate header files and update all source files accordingly.

The test suite is not yet updated.  That will come in subsequent
commits.
</content>
</entry>
<entry>
<title>Remove Subversion Id strings</title>
<updated>2009-06-09T21:39:39+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2009-06-09T21:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=574a9c0456c182831b3d01a4d7ee0c737b91b107'/>
<id>urn:sha1:574a9c0456c182831b3d01a4d7ee0c737b91b107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major coding style cleanup.  Updated all shared code from my other</title>
<updated>2008-04-24T02:02:49+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-04-24T02:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=92ff7f21ad0b167f8d742a9d7b5f93704a57619c'/>
<id>urn:sha1:92ff7f21ad0b167f8d742a9d7b5f93704a57619c</id>
<content type='text'>
projects.

The configure option requesting AFS kaserver support (and thus
building kasetkey) is now --with-kaserver instead of --with-afs.

If KRB5_CONFIG was explicitly set in the environment, don't use a
different krb5-config based on --with-krb4 or --with-krb5.  If
krb5-config isn't executable, don't use it.  This allows one to
force library probing by setting KRB5_CONFIG to point to a
nonexistent file.

Sanity-check the results of krb5-config before proceeding and error
out in configure if they don't work.

Stop setting Stanford-specific compile-time defaults for the wallet
server and port.

</content>
</entry>
<entry>
<title>Switch to messages-krb5 in util instead of the one built in the client</title>
<updated>2008-04-24T01:17:48+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-04-24T01:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=23b711ebacb2371915bfa4d9e0d386fa4e7cb35e'/>
<id>urn:sha1:23b711ebacb2371915bfa4d9e0d386fa4e7cb35e</id>
<content type='text'>
library and start the transition of coding style.

</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>Update runtests to the latest version.  Fix various other missing or</title>
<updated>2007-10-04T23:21:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-04T23:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f09ec713c68c4c9b0c6dd89090fc9ce4e9d93042'/>
<id>urn:sha1:f09ec713c68c4c9b0c6dd89090fc9ce4e9d93042</id>
<content type='text'>
incorrect makefile and configure rules and some include issues so that
the portability layer compiles and passes its test suite.

</content>
</entry>
<entry>
<title>Initial import of a C portability framework and utility functions from</title>
<updated>2007-10-04T22:21:19+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-04T22:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=9ff667addf39128f43d08d4ec56a6a94ec3bb062'/>
<id>urn:sha1:9ff667addf39128f43d08d4ec56a6a94ec3bb062</id>
<content type='text'>
remctl so that the wallet client error handling can rest on a firmer
foundation.

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