<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl, 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-08T18:19:03+00:00</updated>
<entry>
<title>Add an ACL name audit to wallet-report and Wallet::Report</title>
<updated>2010-03-08T18:19:03+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-08T18:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=bc105004b8e88e1ede75dae0028d3ef10c15b57a'/>
<id>urn:sha1:bc105004b8e88e1ede75dae0028d3ef10c15b57a</id>
<content type='text'>
Parallel to objects name, add an acls name audit that returns all ACLs
that do not follow the site naming standard.
</content>
</entry>
<entry>
<title>Allow naming policy enforcement for ACL names</title>
<updated>2010-03-06T01:25:50+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-06T01:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=fd7f47ed7dccb3ee01ddaa7e24b8bd7bffb6a1c6'/>
<id>urn:sha1:fd7f47ed7dccb3ee01ddaa7e24b8bd7bffb6a1c6</id>
<content type='text'>
Wallet::Config now supports an additional local function,
verify_acl_name, which can be used to enforce ACL naming policies.  If
set, it is called for any ACL creation or rename and can reject the
new ACL name.
</content>
</entry>
<entry>
<title>Add a report of unused ACLs</title>
<updated>2010-03-06T00:56:47+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-06T00:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=0e3df4c4159650e6de7fdcf6a0f0b661f25c03f7'/>
<id>urn:sha1:0e3df4c4159650e6de7fdcf6a0f0b661f25c03f7</id>
<content type='text'>
Add the acls unused report to wallet-report and Wallet::Report,
returning all ACLs not referenced by any database objects.
</content>
</entry>
<entry>
<title>Don't clobber the user ticket cache in the kadmin test</title>
<updated>2010-03-05T22:18:10+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-05T22:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=2948d66c4c074651820004856284faf7d018a3ee'/>
<id>urn:sha1:2948d66c4c074651820004856284faf7d018a3ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document how to clear an ACL in Wallet::Server</title>
<updated>2010-03-05T20:00:31+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-05T20:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=bb9f9d6d57ea09ef8fdcf81bcc77da8f1da5b41d'/>
<id>urn:sha1:bb9f9d6d57ea09ef8fdcf81bcc77da8f1da5b41d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use L&lt;&gt; links instead of man page references for modules</title>
<updated>2010-03-04T06:44:53+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-04T06:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=acc73c988b845448230942de0f07263546763420'/>
<id>urn:sha1:acc73c988b845448230942de0f07263546763420</id>
<content type='text'>
Do this only in the main text, not in the SEE ALSO section, since the
latter is more for conventional man pages.  This will produce better
results for some POD to HTML converters (although not mine, yet).
</content>
</entry>
<entry>
<title>Add auditing for names that violate the naming policy</title>
<updated>2010-03-04T06:37:18+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-04T06:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=a131c767d1eee7b98170962f7f9d4063be69e576'/>
<id>urn:sha1:a131c767d1eee7b98170962f7f9d4063be69e576</id>
<content type='text'>
Add an audit command to wallet-report and one audit: objects name,
which returns all objects that do not pass the local naming policy.
The corresponding Wallet::Report method is audit().

Wallet::Config::verify_name may now be called with an undefined third
argument (normally the user attempting to create an object).  This
calling convention is used when auditing, and the local policy
function should select the correct policy to apply for useful audit
results.
</content>
</entry>
<entry>
<title>Verify that an ACL to be deleted is not referenced</title>
<updated>2010-03-04T05:06:41+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-04T05:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=6c1f7d325239f305b9bf6a4503165cefae1ee3d8'/>
<id>urn:sha1:6c1f7d325239f305b9bf6a4503165cefae1ee3d8</id>
<content type='text'>
When deleting an ACL on the server, verify that the ACL is not
referenced by any object first.  Database referential integrity should
also catch this, but not all database backends may enforce referential
integrity.  This also allows us to return a better error message
naming an object that's still using that ACL.
</content>
</entry>
<entry>
<title>Remove file names from test file headers</title>
<updated>2010-03-04T03:49:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-04T03:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=69289862465a3bfb3488c1b3a674b6b06c9911ee'/>
<id>urn:sha1:69289862465a3bfb3488c1b3a674b6b06c9911ee</id>
<content type='text'>
Coding style update.  Don't prefix the file short description with the
file name; it's not needed.
</content>
</entry>
<entry>
<title>Fix test suite skip numbering in the kadmin test</title>
<updated>2010-02-22T04:58:27+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-22T04:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=d04d26c6e447727cd43bd2182182117ec7302dc7'/>
<id>urn:sha1:d04d26c6e447727cd43bd2182182117ec7302dc7</id>
<content type='text'>
</content>
</entry>
</feed>
