<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/Wallet/ACL.pm, branch release/0.11</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.11</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.11'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2010-03-04T05:06:41+00:00</updated>
<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/debian/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>Check spelling of server API POD and tweak server docs</title>
<updated>2010-02-10T07:19:27+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T07:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=ae02de1488068b84371b05842c81a9aecc5f24c4'/>
<id>urn:sha1:ae02de1488068b84371b05842c81a9aecc5f24c4</id>
<content type='text'>
Also update the POD syntax check to the current version of that check
I use elsewhere.  Since I'm touching all the POD anyway, also rewrap
all of the POD to 74 columns.  Fix some references to MIT in the
Wallet::Kadmin::Heimdal module documentation.
</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/debian/krb5-wallet.git/commit/?id=574a9c0456c182831b3d01a4d7ee0c737b91b107'/>
<id>urn:sha1:574a9c0456c182831b3d01a4d7ee0c737b91b107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the restriction that all object implementations must have class</title>
<updated>2008-02-13T01:44:34+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-13T01:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=c3cef39c9f03918eb2d6e209ceeff0dc64b80ec7'/>
<id>urn:sha1:c3cef39c9f03918eb2d6e209ceeff0dc64b80ec7</id>
<content type='text'>
names of Wallet::Object::* and all ACL verifier implementations must
have class names of Wallet::ACL::*.

</content>
</entry>
<entry>
<title>Update documentation for the API to Wallet::Object::Base and</title>
<updated>2008-01-22T22:49:38+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-22T22:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=c71e0f8ecdb1530f13d870117dc91b5e64116d59'/>
<id>urn:sha1:c71e0f8ecdb1530f13d870117dc91b5e64116d59</id>
<content type='text'>
Wallet::ACL to take Wallet::Database objects instead of database
handles.

</content>
</entry>
<entry>
<title>Add a Wallet::Database class that now holds the database connection code</title>
<updated>2008-01-22T22:46:34+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-22T22:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=8014b90805aa85adf1d1155cbb07fa77e5c58f62'/>
<id>urn:sha1:8014b90805aa85adf1d1155cbb07fa77e5c58f62</id>
<content type='text'>
previously in Wallet::Server.  Remove all the attribute setting on
database handles in the other classes since Wallet::Database handles that
initialization.

</content>
</entry>
<entry>
<title>Get rid of more return undefs.</title>
<updated>2007-12-07T00:32:12+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-07T00:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=2db38a1c391dbad2ea503d4894a837ba669968f7'/>
<id>urn:sha1:2db38a1c391dbad2ea503d4894a837ba669968f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load the Perl modules for ACL verifiers and object types dynamically</title>
<updated>2007-12-07T00:01:16+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-07T00:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=026a0c50f1b0907d25291b6651c18886e2971d1f'/>
<id>urn:sha1:026a0c50f1b0907d25291b6651c18886e2971d1f</id>
<content type='text'>
now that we're reading the class from the database.

</content>
</entry>
<entry>
<title>Various coding style fixes and cleanup based on a much-appreciated</title>
<updated>2007-12-05T22:55:45+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-05T22:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f8c47d1f3cf5d4e8aa64c39120731ca9054dc786'/>
<id>urn:sha1:f8c47d1f3cf5d4e8aa64c39120731ca9054dc786</id>
<content type='text'>
code audit by Simon Cozens.  I didn't take all of his advise, and he
shouldn't be blamed for any remaining issues.

</content>
</entry>
<entry>
<title>Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them</title>
<updated>2007-12-05T01:22:53+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-05T01:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=71aceb8dade53339429ab11fc318e5c67c9cc791'/>
<id>urn:sha1:71aceb8dade53339429ab11fc318e5c67c9cc791</id>
<content type='text'>
over the life of the process if we see another ACL line from the same
scheme, rather than only reusing ACL verifiers within a single ACL.

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