<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/server, 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-21T05:52:38+00:00</updated>
<entry>
<title>Update documentation for support for storing nul data</title>
<updated>2010-02-21T05:52:38+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T05:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=3b3e387b6bca35a00a86ad41e39874eeadcb78b9'/>
<id>urn:sha1:3b3e387b6bca35a00a86ad41e39874eeadcb78b9</id>
<content type='text'>
Update the wallet client, wallet-backend, and Wallet::Object::File
documentation for the support for storing data containing nul
characters using the new stdin support in remctld.  Add this to NEWS.
</content>
</entry>
<entry>
<title>wallet-backend gets the third store argument from stdin if missing</title>
<updated>2010-02-21T04:30:37+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T04:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=4f863ccc9531130be3f4aecea341a0e8a66c6f8c'/>
<id>urn:sha1:4f863ccc9531130be3f4aecea341a0e8a66c6f8c</id>
<content type='text'>
If there is no third argument to store, read it from standard input
instead.  This is the preferred way of running wallet-backend, using
stdin=last support from remctl 2.14 and later.  Receiving the third
argument as a regular argument continues to be supported for backward
compatibility.
</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/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>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>Remove the sync documentation from wallet-backend</title>
<updated>2010-02-09T21:42:01+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T21:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=1ec1398452733d861b1b68253e6de0b8cb9f757f'/>
<id>urn:sha1:1ec1398452733d861b1b68253e6de0b8cb9f757f</id>
<content type='text'>
The code to support the attribute is still present in case we add a
system with which to synchronize later on.
</content>
</entry>
<entry>
<title>Use the long enctype name for aes256-cts-hmac-sha1-96</title>
<updated>2010-02-09T21:41:11+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T21:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=cbdc17af5f7a772188638f0057fffd357acbbd38'/>
<id>urn:sha1:cbdc17af5f7a772188638f0057fffd357acbbd38</id>
<content type='text'>
Heimdal requires the full name and doesn't support the short name that
MIT has as an alias.  Change the documentation to use the long name
uniformly.
</content>
</entry>
<entry>
<title>Coding style and whitespace fixes</title>
<updated>2010-02-08T23:47:04+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-08T23:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=346660359be7666e8629c14b2d12cebf794f6f26'/>
<id>urn:sha1:346660359be7666e8629c14b2d12cebf794f6f26</id>
<content type='text'>
Combine a long series of eval blocks into a single block and a single
error check.  Remove trailing whitespace, and in some cases remove
trailing () on method calls where the parens aren't useful.
</content>
</entry>
<entry>
<title>Documentation additions and fixes</title>
<updated>2010-01-22T03:08:48+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2010-01-22T03:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=43c1420d37df58fdfc8b7e5ae229afd34a8bf070'/>
<id>urn:sha1:43c1420d37df58fdfc8b7e5ae229afd34a8bf070</id>
<content type='text'>
Added documentation for the new object and acl list searches to
perl/Wallet/Admin.pm and server/wallet-admin.  Also fixed a POD error
in perl/Wallet/Kadmin.pm's docs.
</content>
</entry>
<entry>
<title>Improved wallet-admin list command with searches</title>
<updated>2009-12-03T16:52:19+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2009-12-03T16:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=2c5bd71125d411639b4a61116957879eebae21ad'/>
<id>urn:sha1:2c5bd71125d411639b4a61116957879eebae21ad</id>
<content type='text'>
wallet-admin's list command now has additional searches added for objects
and acls that match certain specifiers.  For objects these include
searching for objects owned by a specific ACL, objects owned by no one,
objects of a specific type, objects with a specific flag, and objects for
which a specific ACL has any privileges at all.  For acls, this includes
the ability to search for any ACL with an entry with given type and
identifier.
</content>
</entry>
<entry>
<title>Add owners report</title>
<updated>2009-06-09T23:39:08+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2009-06-09T23:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=c2cde5918af1882ee63324fd9e09f07c8e6e5cc9'/>
<id>urn:sha1:c2cde5918af1882ee63324fd9e09f07c8e6e5cc9</id>
<content type='text'>
Add a new report owners command to wallet-admin and corresponding
report_owners() method to Wallet::Admin, which returns all ACL lines
on owner ACLs for matching objects.
</content>
</entry>
</feed>
