<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git, branch upstream/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=upstream%2F1.1</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=upstream%2F1.1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2014-07-16T23:54:01+00:00</updated>
<entry>
<title>Imported Upstream version 1.1</title>
<updated>2014-07-16T23:54:01+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T23:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=dd295a55a6f02e7585a9f5be9e8b434c6d14d040'/>
<id>urn:sha1:dd295a55a6f02e7585a9f5be9e8b434c6d14d040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register the duo object type on database creation</title>
<updated>2014-07-16T23:45:03+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T23:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f00065a90838efcc4d80c7490c46ee7c9a7bbcbf'/>
<id>urn:sha1:f00065a90838efcc4d80c7490c46ee7c9a7bbcbf</id>
<content type='text'>
Change-Id: I1c53e0503b29d7add289d26e67b11f9789ba8ad8
Reviewed-on: https://gerrit.stanford.edu/1576
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Imported Upstream version 1.1</title>
<updated>2014-07-16T23:32:03+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T23:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=27f4e81ddb42440345e6dd01a4943cb57ee5da39'/>
<id>urn:sha1:27f4e81ddb42440345e6dd01a4943cb57ee5da39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Go back to recording the ADMIN ACL in history</title>
<updated>2014-07-16T23:25:56+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T23:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=3e913fa65e9e5c1d687372b89b5467edb3e77973'/>
<id>urn:sha1:3e913fa65e9e5c1d687372b89b5467edb3e77973</id>
<content type='text'>
This turned out to not be necessary for testing since I was already
using sqlite3 to load an unversioned schema.  Remove the offending
line and restore the old code with some cleanup.

Change-Id: I282b6f3b4754e4899222be6366b77a47f0cb7189
Reviewed-on: https://gerrit.stanford.edu/1575
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Parse the Duo key_file in relaxed JSON mode</title>
<updated>2014-07-16T23:25:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T22:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=8d66c66be27f795df314a69aeb49c75d075c8016'/>
<id>urn:sha1:8d66c66be27f795df314a69aeb49c75d075c8016</id>
<content type='text'>
When reading the Duo object configuration to retrieve the Duo
admin server, parse the JSON in relaxed mode to match the behavior
of Net::Duo itself.  Otherwise, we get hung up on trailing commas
that Net::Duo doesn't care about.

Change-Id: I0a7347b22e379fe5dfe5fdabaec3e23420cf9a63
Reviewed-on: https://gerrit.stanford.edu/1574
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Include the Duo type in the name of Duo integrations</title>
<updated>2014-07-16T23:25:37+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T22:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=66dd4a9093be4562d2c7a7a7d253d2afb034aef8'/>
<id>urn:sha1:66dd4a9093be4562d2c7a7a7d253d2afb034aef8</id>
<content type='text'>
Eventually, there will be multiple object types for different Duo
integrations, and they will need to have unique names.  Add the
Duo type in parentheses after the name to help ensure this.

Change-Id: I679130f9136077fc6bf5d8c6c9ad98ec83b400d0
Reviewed-on: https://gerrit.stanford.edu/1573
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Imported Upstream version 1.1</title>
<updated>2014-07-16T20:43:17+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T20:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=6409733ee3b7b1910dc1c166a392cc628834146c'/>
<id>urn:sha1:6409733ee3b7b1910dc1c166a392cc628834146c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move perl/create-ddl into PERL_FILES to copy it during build</title>
<updated>2014-07-16T20:36:12+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T20:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f8963ceb19cd2b503b981f43a3f8c0f45649989f'/>
<id>urn:sha1:f8963ceb19cd2b503b981f43a3f8c0f45649989f</id>
<content type='text'>
Otherwise, there are warnings from Build.PL due to the file missing
from the manifest.

Change-Id: I32db0199bfda25ab8235ab965bfbbca8bee180b8
Reviewed-on: https://gerrit.stanford.edu/1572
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add more Perl dependencies, bump Perl version</title>
<updated>2014-07-16T20:36:02+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T20:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=db7f70dfc9b12b346c274d72a23808920d8a1112'/>
<id>urn:sha1:db7f70dfc9b12b346c274d72a23808920d8a1112</id>
<content type='text'>
Also set module_name (uselessly) to avoid warnings from
Module::Build.

Change-Id: I53426a096f4133f27aa3315b4be24385a3476793
Reviewed-on: https://gerrit.stanford.edu/1571
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Update MANIFEST for new Perl tests and test reorganization</title>
<updated>2014-07-16T20:35:53+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T20:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=ed2fc881ef853f27e1ac7e4a3a51fcd2b18af9bf'/>
<id>urn:sha1:ed2fc881ef853f27e1ac7e4a3a51fcd2b18af9bf</id>
<content type='text'>
Change-Id: I984f48d667acab4cfcb7e0c115773e34e6335d65
Reviewed-on: https://gerrit.stanford.edu/1570
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
</feed>
