<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/Makefile.am, branch release/0.10</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.10</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.10'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2010-02-21T07:24:18+00:00</updated>
<entry>
<title>Add .gitignore to the distribution</title>
<updated>2010-02-21T07:24:18+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T07:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=5d73d640535587286a344fe7e5980f443f40839c'/>
<id>urn:sha1:5d73d640535587286a344fe7e5980f443f40839c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing files to the distribution</title>
<updated>2010-02-21T07:22:47+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T07:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=1ef59d80f77b4b6df81b77b3beee29824377d1a5'/>
<id>urn:sha1:1ef59d80f77b4b6df81b77b3beee29824377d1a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include more missing test suite files in the distribution</title>
<updated>2010-02-21T07:03:03+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T07:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=3d55468b4660646f047328030cbd425dc99ce3b3'/>
<id>urn:sha1:3d55468b4660646f047328030cbd425dc99ce3b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include and install wallet-report and its man page</title>
<updated>2010-02-21T07:01:18+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T07:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=1c0d4ec8d265999891090dff25c707b1d86e988c'/>
<id>urn:sha1:1c0d4ec8d265999891090dff25c707b1d86e988c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include the TAP shell library in EXTRA_DIST</title>
<updated>2010-02-21T07:00:52+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T07:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=aec6da7cd9509a34e8898c6b21da66937e332af3'/>
<id>urn:sha1:aec6da7cd9509a34e8898c6b21da66937e332af3</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>Refactor reporting into a separate module and script</title>
<updated>2010-02-19T09:21:48+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-19T09:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=345333f027be0b34318584b3f1b5e3e12adcaa98'/>
<id>urn:sha1:345333f027be0b34318584b3f1b5e3e12adcaa98</id>
<content type='text'>
Move all reporting from Wallet::Admin to Wallet::Report and simplify
the method names since they're now part of a dedicated reporting
class.  Similarly, create a new wallet-report script to wrap
Wallet::Report, moving all reporting commands to it from wallet-admin,
and simplify the commands since they're for a dedicated reporting
script.

Remove the contrib script wallet-report to wallet-summary so that it
doesn't conflict with the new reporting backend script.
</content>
</entry>
<entry>
<title>Fix up the distclean and maintainerclean rules</title>
<updated>2010-02-10T07:31:19+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T07:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=afcc4aba6708d37379ae70bab5ddc38592185e8b'/>
<id>urn:sha1:afcc4aba6708d37379ae70bab5ddc38592185e8b</id>
<content type='text'>
Add .placeholder to the file list, fix the location of the Automake
support files that are now in build-aux, and remove an old reference
to TEST_FILES.
</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>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>
