<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/lib/Wallet/Object, branch upstream/1.2</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.2</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=upstream%2F1.2'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2014-12-09T04:23:49+00:00</updated>
<entry>
<title>Add stopwords for new modules</title>
<updated>2014-12-09T04:23:49+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-12-09T04:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=88db4268a1bb9458e17872fe16d913f4f09c2fb6'/>
<id>urn:sha1:88db4268a1bb9458e17872fe16d913f4f09c2fb6</id>
<content type='text'>
Change-Id: Ie1d2bcee19ace444f6f7083814133593b160d97d
</content>
</entry>
<entry>
<title>Added rename support for file objects</title>
<updated>2014-10-27T22:48:19+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2014-10-15T00:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f0d6302bbc5fd477236e3c5ea2193a17ef405bba'/>
<id>urn:sha1:f0d6302bbc5fd477236e3c5ea2193a17ef405bba</id>
<content type='text'>
File objects now support a rename command, which will rename the object
and move the file to the right spot in the file store under its new
name.

Change-Id: I10ea2b8012586d69f0894905cfba54a738f3e418
</content>
</entry>
<entry>
<title>Added rename support for file objects</title>
<updated>2014-10-15T00:06:43+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2014-10-15T00:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=1381f2e0d0bb2edfa4b52c9926c57b22379ee248'/>
<id>urn:sha1:1381f2e0d0bb2edfa4b52c9926c57b22379ee248</id>
<content type='text'>
File objects now support a rename command, which will rename the object
and move the file to the right spot in the file store under its new
name.

Change-Id: I10ea2b8012586d69f0894905cfba54a738f3e418
</content>
</entry>
<entry>
<title>Wallet::Object::Duo: Respect new type field in Duo table</title>
<updated>2014-10-14T05:35:23+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2014-10-14T05:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=44df8ab537e13c4bb41d0d1c85d4a42891c6ea12'/>
<id>urn:sha1:44df8ab537e13c4bb41d0d1c85d4a42891c6ea12</id>
<content type='text'>
Make all the searches and creations for the Duo table add or search for
the type field as well.  This avoids one Duo type clobbering another
for the same object name.

Change-Id: I62192c3616f43c7acd8ce3f94db8a0e43e77e317
</content>
</entry>
<entry>
<title>Added Duo RDP object to the wallet</title>
<updated>2014-10-14T05:28:30+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2014-10-14T05:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=0e39650c6a831987057a8a9ed615dc3023fcab4a'/>
<id>urn:sha1:0e39650c6a831987057a8a9ed615dc3023fcab4a</id>
<content type='text'>
Change-Id: Ic728297fa830ffdd40c1580e32a81f8c5123f66a
</content>
</entry>
<entry>
<title>Created tests for new Duo object types</title>
<updated>2014-10-09T17:08:31+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2014-10-09T16:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=94cfb1c7969515a863d7b0e09f00b6ced5f4fc5c'/>
<id>urn:sha1:94cfb1c7969515a863d7b0e09f00b6ced5f4fc5c</id>
<content type='text'>
Change-Id: I818be125f3195316b44e650ba6e05b8e0b831ea6
</content>
</entry>
<entry>
<title>Split Duo type out into multiple sub-types</title>
<updated>2014-10-09T03:33:56+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2014-10-09T03:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=34d83c2dd2a17af92e48d74ebfbbfce28c7e8525'/>
<id>urn:sha1:34d83c2dd2a17af92e48d74ebfbbfce28c7e8525</id>
<content type='text'>
The existing functionality is now in the duo-pam object type.  The old
duo type now returns output in a generic config file, and new types for
the Duo auth proxy in LDAP and Radius proxies are added.

Change-Id: I1525d79b44dafcf3ef85368297baefafcb5dc179
</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>Return the name of the ACL instead of the numeric ID</title>
<updated>2014-07-16T05:58:47+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T05:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=5d0038202d82c71119fefa9c5bd0f816ae55991c'/>
<id>urn:sha1:5d0038202d82c71119fefa9c5bd0f816ae55991c</id>
<content type='text'>
The owner and getacl commands now return the current name of the ACL
instead of its numeric ID, matching the documentation of owner.

Change-Id: Ic47aad48bd1454ed4bffff7030b0492d74eee4fa
Reviewed-on: https://gerrit.stanford.edu/1559
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
</feed>
