<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/server/wallet-admin, branch release/0.11</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.11</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F0.11'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2010-03-05T19:31:52+00:00</updated>
<entry>
<title>Fix leading comment for wallet-admin to use the right script name</title>
<updated>2010-03-05T19:31:52+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-05T19:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=ee90967abe7f9199c173f1e4393484eff91a1ef3'/>
<id>urn:sha1:ee90967abe7f9199c173f1e4393484eff91a1ef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull the list and report commands from wallet-admin</title>
<updated>2010-03-05T19:30:45+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-05T19:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=1bdafc116b19fc0573c082b705900e4ad3848dc8'/>
<id>urn:sha1:1bdafc116b19fc0573c082b705900e4ad3848dc8</id>
<content type='text'>
The front-end still had the commands and documentation that had been
moved to wallet-report.  Pull them out of wallet-admin to avoid being
confusing.
</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>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>
<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>wallet-admin now supports registering new object or ACL verifier</title>
<updated>2008-02-13T01:43:27+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-13T01:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=ab266a02f85fd711ca5b83c5dd6e6f302776b45b'/>
<id>urn:sha1:ab266a02f85fd711ca5b83c5dd6e6f302776b45b</id>
<content type='text'>
implementations in the database.

</content>
</entry>
<entry>
<title>Add a wallet-admin program which can initialize and destroy the</title>
<updated>2008-01-24T02:09:25+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-24T02:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=414f86f7ec876abde9df93861a5ec2ea901700c7'/>
<id>urn:sha1:414f86f7ec876abde9df93861a5ec2ea901700c7</id>
<content type='text'>
database and list all objects and ACLs in the database.

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