<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/lib/Wallet/Object/Duo, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=master</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2015-06-08T22:24:34+00:00</updated>
<entry>
<title>Merged all Duo objects into one module</title>
<updated>2015-06-08T22:24:34+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2015-04-17T20:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=feacbd7d685b1790579f949b3e72a48412835d92'/>
<id>urn:sha1:feacbd7d685b1790579f949b3e72a48412835d92</id>
<content type='text'>
To handle local proliferation of Duo integration type requests, all Duo
types have been merged into one module that will pick up and decide
integration specifics off of the object type.

If you are using the Duo types locally already, you'll want to load
perl/sql/wallet-1.3-update-duo.sql to your database to update the old
object types to all use the Duo module.

All existing Duo integrations have been added to the module for
handling, but nothing new has been added to the wallet object types.
Since there are a lot of Duo integrations, sites should only manually
add the ones they're interested in to the wallet types table.

Change-Id: If9c9a0a3e77923354f31d8f9c98a519c93df200b
</content>
</entry>
<entry>
<title>ACL.pm: Fixed capitalization of ACL in pod</title>
<updated>2015-06-08T22:24:34+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2015-04-17T20:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=0f943b75d34623b6825a0acf34ee2cd965bc6799'/>
<id>urn:sha1:0f943b75d34623b6825a0acf34ee2cd965bc6799</id>
<content type='text'>
Change-Id: I9e4632f3ff81f916f9157ef8128b20915ecded08
</content>
</entry>
<entry>
<title>Fix syntax of NAME section of Wallet::Object::Duo::* modules</title>
<updated>2014-12-09T05:48:35+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-12-09T05:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=6b7b9a29d20a65712061648404bbc6f1be5cacee'/>
<id>urn:sha1:6b7b9a29d20a65712061648404bbc6f1be5cacee</id>
<content type='text'>
</content>
</entry>
<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 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>
</feed>
