<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/t/data, branch release/1.1</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%2F1.1</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F1.1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2014-07-12T05:39:23+00:00</updated>
<entry>
<title>Test for Perl strict and minimum version</title>
<updated>2014-07-12T05:39:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-12T05:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=1329e6db944a6fce5578b249de08a8250a920877'/>
<id>urn:sha1:1329e6db944a6fce5578b249de08a8250a920877</id>
<content type='text'>
Fix strictness issues across the whole code base, and ensure that
all Perl scripts enable warnings.  (Hopefully enabling warnings
won't cause problems for the server.)

Change-Id: I4dee49f7a6bcbeeee21d74bf61a1fd26514f832c
Reviewed-on: https://gerrit.stanford.edu/1532
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add new object type for Duo integrations</title>
<updated>2014-07-12T02:02:12+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-12T00:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=26927d5b7bda7d2892e460fdb2867b6bcd55c8ad'/>
<id>urn:sha1:26927d5b7bda7d2892e460fdb2867b6bcd55c8ad</id>
<content type='text'>
A new object type, duo (Wallet::Object::Duo), is now supported.  This
creates an integration with the Duo Security cloud multifactor
authentication service and allows retrieval of the integration key,
secret key, and admin hostname.  Currently, only UNIX integration
types are supported.  The Net::Duo Perl module is required to use this
object type.  New configuration settings are required as well; see
Wallet::Config for more information.  To enable this object type for
an existing wallet database, use wallet-admin to register the new
object.

Change-Id: I2c0dac75e81f526b34d6b509c4bdaecb43dd4a9d
Reviewed-on: https://gerrit.stanford.edu/1516
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add explicit license statement to perl/t/data/README</title>
<updated>2013-02-28T00:53:36+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-02-27T23:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=18edd82ea59d8ddea7647a5848a082b78c68db1f'/>
<id>urn:sha1:18edd82ea59d8ddea7647a5848a082b78c68db1f</id>
<content type='text'>
Change-Id: Ibad85d6d7c653b557e9ec297a4268068261271fa
Reviewed-on: https://gerrit.stanford.edu/847
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</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>Added keytab testing cases for Heimdal KDC</title>
<updated>2009-12-17T19:26:28+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2009-12-17T19:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=e0f69c0b3f41684079762f843c37888d1017d576'/>
<id>urn:sha1:e0f69c0b3f41684079762f843c37888d1017d576</id>
<content type='text'>
Added cases to handle the Wallet::Object::Keytab module using a Heimdal
KDC as well as an MIT KDC.  In most cases this is transparent, but some
tests are skipped for Heimdal, and the commands run to test that the
created principals and keytabs are correct are different for Heimdal.
The code now branches based on the value of
$Wallet::Config::KEYTAB_KRBTYPE.
</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>Document that all tests are now run against the configured database if</title>
<updated>2007-12-01T03:11:07+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T03:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=9a9a18d364c454e42e83dcdeedfd30eb9e3e91bd'/>
<id>urn:sha1:9a9a18d364c454e42e83dcdeedfd30eb9e3e91bd</id>
<content type='text'>
configuration is present.

</content>
</entry>
<entry>
<title>The wallet backend test suite now supports using a database other than</title>
<updated>2007-12-01T00:42:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-12-01T00:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=c9948c8f68b11a1e897afe9c9f2dd2fcb6934f8d'/>
<id>urn:sha1:c9948c8f68b11a1e897afe9c9f2dd2fcb6934f8d</id>
<content type='text'>
SQLite for testing.

Also start a new Util.pm module for the test suite and move the contents
sub into that module.  More to follow.

</content>
</entry>
<entry>
<title>Fix the configuration files for remctld, which had gotten inverted.</title>
<updated>2007-11-15T05:51:00+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-11-15T05:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=96d4c0b4dbf8b2ff4649f418bd170d1242910b10'/>
<id>urn:sha1:96d4c0b4dbf8b2ff4649f418bd170d1242910b10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an ACL verifier that checks access against NetDB roles using the</title>
<updated>2007-11-15T05:42:29+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-11-15T05:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=2393ffbc3c52c6552e00212d5209d6b870a55d4e'/>
<id>urn:sha1:2393ffbc3c52c6552e00212d5209d6b870a55d4e</id>
<content type='text'>
NetDB remctl interface.

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