<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/t/server.t, branch release/0.12</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.12</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.12'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2010-03-06T01:25:50+00:00</updated>
<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/debian/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>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>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/debian/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>Added ACL name to object history entries</title>
<updated>2010-01-07T17:33:50+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2010-01-07T17:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=99e39ac2639d99acdfd74acc05c25b5a95189860'/>
<id>urn:sha1:99e39ac2639d99acdfd74acc05c25b5a95189860</id>
<content type='text'>
When listing an object history, ACLs were only shown as the ACL id.  This
changes that behavior to show the ACL name as well as ID.  Where before
it might say "set owner to 1", now it would say "set owner to ADMIN (1)".
</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>Move register_object and register_verifier into Wallet::Admin.</title>
<updated>2008-02-13T01:13:15+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-13T01:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=17d6530bd3835663ddca59f276b0f8de07e3a287'/>
<id>urn:sha1:17d6530bd3835663ddca59f276b0f8de07e3a287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new autocreate API call that tries to create an object using the</title>
<updated>2008-02-07T06:37:11+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-07T06:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=45823559a1e64d6c8151a984fcd9c79bbdb57171'/>
<id>urn:sha1:45823559a1e64d6c8151a984fcd9c79bbdb57171</id>
<content type='text'>
default ACLs.  Remove autocreation support from create, which now
requires that one be on the ADMIN ACL, and from get and store.  The
wallet client will soon know how to do the right thing.

</content>
</entry>
<entry>
<title>Add a check command to the wallet server to determine whether an object</title>
<updated>2008-02-07T01:44:28+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-07T01:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=428c88bb0a08ba2eb06c7f5181f7cbee2f7ee398'/>
<id>urn:sha1:428c88bb0a08ba2eb06c7f5181f7cbee2f7ee398</id>
<content type='text'>
already exists.

</content>
</entry>
<entry>
<title>Check naming policy on wallet object creation before checking the</title>
<updated>2008-02-06T21:29:51+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-06T21:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=5cd3a6fe3988677d865d666aeefd3ed2f2e549c5'/>
<id>urn:sha1:5cd3a6fe3988677d865d666aeefd3ed2f2e549c5</id>
<content type='text'>
default ACLs to avoid creating and stranding an ACL when the naming
policy check fails.

</content>
</entry>
<entry>
<title>Add a destroy() method to the Wallet::Admin object and use that instead</title>
<updated>2008-01-23T19:17:09+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-23T19:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=45e33ff74717f39c421091f1a74f7d895e38bf57'/>
<id>urn:sha1:45e33ff74717f39c421091f1a74f7d895e38bf57</id>
<content type='text'>
of Wallet::Schema::drop in the test suite.

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