<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general">
    <title>gmane.comp.security.oath-toolkit.general</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/278"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/277"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/276"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/275"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/274"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/273"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/272"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/271"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/270"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/269"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/268"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/267"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/266"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/265"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/264"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/263"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/262"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/261"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/260"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/259"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/278">
    <title>Bug#707816: liboath0: SHA2 support for TOTP</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/278</link>
    <description>&lt;pre&gt;Package: liboath0
Version: 2.0.2-2
Severity: wishlist

Hi,

according to RFC6238 section 1.2 [0], "TOTP implementations MAY use HMAC-SHA-256
or HMAC-SHA-512 functions, based on SHA-256 or SHA-512 [SHA2] hash functions".

It would be nice if liboath (and pam_oath) supported this.

Thanks

[0] http://tools.ietf.org/html/rfc6238#section-1.2

&lt;/pre&gt;</description>
    <dc:creator>Alessandro Ghedini</dc:creator>
    <dc:date>2013-05-11T13:15:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/277">
    <title>oath-toolkit 2.0.2-2 MIGRATED to testing</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/277</link>
    <description>&lt;pre&gt;FYI: The status of the oath-toolkit source package
in Debian's testing distribution has changed.

  Previous version: 1.12.4-1
  Current version:  2.0.2-2

&lt;/pre&gt;</description>
    <dc:creator>Debian testing watch</dc:creator>
    <dc:date>2013-05-05T16:39:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/276">
    <title>Re: TOTP - pam module doesn't store h/w keydrift</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/276</link>
    <description>&lt;pre&gt;

Yes, exactly. I'd go with manually entering the offset at the same with 
the key. It's not hard to find out the offset anyway, and if you have 
lots of keys, changing the configuration every time you add one would be 
silly.

If the drift is small enough, so that the clock on the hw token always 
stays within the window, then the offset could just be updated according 
to what the user gave, just as you said. But if the drift is larger, 
then the server would need to know the amount of drift beforehand to be 
able to compensate (without making the window bigger).

And actually, 3 steps or 90 seconds a year is only about 3 ppm, and I've 
heard numbers more than 10 ppm for crystal oscillators, so it could 
probably be worse. I guess this could be an argument for using HOTP 
instead of TOTP.


Hmm the usersfile has a couple of optional fields (last use timestamp, 
last used OTP, last counter value), so adding the offset as an 
additional field would require the users to fill in the optional fields 
to be able&lt;/pre&gt;</description>
    <dc:creator>Ilkka Virta</dc:creator>
    <dc:date>2013-04-28T20:29:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/275">
    <title>Re: TOTP - pam module doesn't store h/w keydrift</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/275</link>
    <description>&lt;pre&gt;
I have a h/w key I use for ~2 years. In fact it has both issues - offset –130 steps and drift around -3/ steps a year.

The first problem can be solved by either manually setting the shift in config or making a big window, so after the first successful login this shift will be stored in config. Then one can change window back to normal 3—5.

The second problem is solved by the window — system always check +1/-1 step or more and then stores the calculated offset in config.

The current code can be fixed to store the shift... I'm just not very familiar with C coding...


--------------
&amp;lt;&amp;lt; at &amp;gt;)%%&amp;gt;{

On 28.04.2013, at 20:53, Ilkka Virta &amp;lt;itvirta&amp;lt; at &amp;gt;iki.fi&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Sergey</dc:creator>
    <dc:date>2013-04-28T17:58:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/274">
    <title>Re: TOTP - pam module doesn't store h/w keydrift</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/274</link>
    <description>&lt;pre&gt;
Hmm. I thought about this (for other reasons) one day.
I can see two different issues here:
1) The hw clock has a constant offset
2) The hw clock actually drifts during use, so the offset changes

I guess you only saw the first problem right?

I wonder if the drift actually would be a problem, and how does 
commercial stuff (like RSA) deal with it, if it does.


Is the current code even supposed to do anything to handle this?


&lt;/pre&gt;</description>
    <dc:creator>Ilkka Virta</dc:creator>
    <dc:date>2013-04-28T16:53:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/273">
    <title>Re: Processing ofoath-toolkit_1.12.4-1~bpo60+1_amd64.changes</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/273</link>
    <description>&lt;pre&gt;
I don't think I did the upload (but I could be wrong) - can you check
with the FTP masters on IRC or email?



&lt;/pre&gt;</description>
    <dc:creator>Daniel Pocock</dc:creator>
    <dc:date>2013-04-25T21:07:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/272">
    <title>TOTP - pam module doesn't store h/w key drift</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/272</link>
    <description>&lt;pre&gt;I have a h/w key which works okay but is ~ 1 hour back in past.

I've crawled through the sources and I've made a test.

The problem is — I have to set my window = at least 150, and then, after some successful authentications I can't change it to normal 3—4. PAM library just doesn't use all that time drift info.
The field called ‘start_moving_factor’ just keeps increasing by 130 every time I log in. And, as I see in the code it's not used with TOTP =(
I can't keep window=150, this make the whole thing useless.

Are you planning on fixing this?



&lt;/pre&gt;</description>
    <dc:creator>Sergey</dc:creator>
    <dc:date>2013-04-18T16:16:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/271">
    <title>Re: Processing ofoath-toolkit_1.12.4-1~bpo60+1_amd64.changes</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/271</link>
    <description>&lt;pre&gt;Does anyone know what this is?  I suppose it is a backport, but it isn't
clear what it was uploaded to (squeeze-backports?), and what got me
curious is that it isn't mentioned anywhere on
http://packages.qa.debian.org/o/oath-toolkit.html or on
http://backports.debian.org/changes/squeeze-backports.html

/Simon

Debian FTP Masters &amp;lt;ftpmaster&amp;lt; at &amp;gt;ftp-master.debian.org&amp;gt; writes:



&lt;/pre&gt;</description>
    <dc:creator>Simon Josefsson</dc:creator>
    <dc:date>2013-04-17T22:16:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/270">
    <title>Re: OATH toolkit + dynalogin: Google Summer ofCode?</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/270</link>
    <description>&lt;pre&gt;

I added myself there as mentor, in case someone is interested in joining
as student.  I must admit I have no idea about the timeline and
processes, but if an interesting project/student comes along, I'll read
up on it.

/Simon


&lt;/pre&gt;</description>
    <dc:creator>Simon Josefsson</dc:creator>
    <dc:date>2013-04-17T19:21:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/269">
    <title>Processing ofoath-toolkit_1.12.4-1~bpo60+1_amd64.changes</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/269</link>
    <description>&lt;pre&gt;oath-toolkit_1.12.4-1~bpo60+1_amd64.changes uploaded successfully to localhost
along with the files:
  oath-toolkit_1.12.4-1~bpo60+1.dsc
  oath-toolkit_1.12.4.orig.tar.gz
  oath-toolkit_1.12.4-1~bpo60+1.debian.tar.gz
  liboath-dev_1.12.4-1~bpo60+1_amd64.deb
  liboath0_1.12.4-1~bpo60+1_amd64.deb
  oathtool_1.12.4-1~bpo60+1_amd64.deb
  oath-dbg_1.12.4-1~bpo60+1_amd64.deb
  libpam-oath_1.12.4-1~bpo60+1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-04-17T17:51:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/268">
    <title>Re: OATH toolkit + dynalogin: Google Summer ofCode?</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/268</link>
    <description>&lt;pre&gt;

On 12/03/13 05:14, Simon Josefsson wrote:

I've proposed it here under the Debian umbrella, although the work
doesn't have to be exclusively for Debian:

http://wiki.debian.org/SummerOfCode2013/Projects#One-time-password_.28token.29_based_authentication_and_transactions

I'd really prefer to find additional mentors to support this as well.

Also, I misread the timetable, 18 March is not the deadline, it is just
the day that they open the process for organisations to apply.



&lt;/pre&gt;</description>
    <dc:creator>Daniel Pocock</dc:creator>
    <dc:date>2013-03-12T21:57:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/267">
    <title>Re: OATH toolkit + dynalogin: Google Summer ofCode?</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/267</link>
    <description>&lt;pre&gt;

Hi.  I'd be interested in participating but I currently don't have time
to drive this.  Maybe there is some umbrella organisation where this
could fit into?  That may improve the chances of actually getting
anywhere...

/Simon


&lt;/pre&gt;</description>
    <dc:creator>Simon Josefsson</dc:creator>
    <dc:date>2013-03-12T04:14:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/266">
    <title>OATH toolkit + dynalogin: Google Summer of Code?</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/266</link>
    <description>&lt;pre&gt;

Hi,

Would anybody be interested in putting OATH-related projects into Google
Summer of Code this year?

I understand Google looks at the size of the community when deciding
which projects to support.  I feel that if we submit the projects
collectively, we are more likely to cross the threshold required, and we
may also get interest from students who will contribute improvements
across all the projects.

The deadline to propose this to Google is next Monday, 18 March.  If it
is going to happen, we probably need to put announcements on each of our
web sites inviting students to come into the mailing list and discuss
potential projects.

Regards,

Daniel



&lt;/pre&gt;</description>
    <dc:creator>Daniel Pocock</dc:creator>
    <dc:date>2013-03-11T09:46:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/265">
    <title>dynalogin 1.0.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/265</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256




Hi all,

I've just released dynalogin 1.0.0, based on OATH toolkit

It's documented in more detail on my blog, and further details will be
published about integration patterns over the coming weeks:

  http://www.pocock.com.au/dynalogin-1.0.0-released

The SHA224 checksum for dynalogin-1.0.0.tar.gz is

  d44af8071f5b03098d43d7820f61aeff2a3c0d97da4dfae1619ff731

Big thanks to Simon for providing the oath-toolkit, the dynalogin PAM
module also started using the code from pam_oath.

Regards,

Daniel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJRI/4nAAoJEOm1uwJp1aqDHU8P/iQ3dWHyHN6EuE9wes9wUChc
gTkyd8XnPBrBsm/fL8vJfgxZbq0+MoClhWUUCHi9PQgUmXvtt8+PpOFxOfw0F/fL
W4jioziqg2h8BZZRnTHHrk9FxT4ggBCcUd7pcNIpZXcnFQZ/gEeXiF7ppP/2Qxce
Razt9fuPyTmmQWu/J4FyOWzLx6cctIk33JuViTMayM50yIIFzKj3sDy5oHhrPXTz
Zg2kUXuh0KN6tk4LVV/MZ58bT5nDZSxFexGGXhwu1abBaAnWSYAPOPKRJzkKIWlM
HGkjVzQhftEcP&lt;/pre&gt;</description>
    <dc:creator>Daniel Pocock</dc:creator>
    <dc:date>2013-02-19T22:35:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/264">
    <title>dynalogin almost 1.0 - testing?</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/264</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


I've recently added TOTP, TLS, PAM and a C client library to dynalogin
code in github.

    https://github.com/dynalogin/dynalogin

and the latest snapshot tarball, 0.10.1:

    https://sourceforge.net/projects/dynalogin/files/

I'm just wondering if anybody might have a look over the dynalogin
code before I make a 1.0 release - particularly the code in
libdynalogin/*.[ch] that interacts with oath-toolkit

Any test results would also be very welcome

Simon, the PAM code was based on your PAM module code, so I'm going to
add your name to the credits as a dynalogin developer.

Regards,

Daniel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJREDsEAAoJEOm1uwJp1aqDOOwP/jTMVTcHpEonIQ7rKFU6DOLE
DcqpZCg000Vh9r+Ggi6bNzXh03uU1CkqIXLI/FHRrGeYeqJU+xv1kOjOp8wn2Yw9
KcJcQ9iDuiRH4RyiKwlqr50TOC0dYJbyx2byYHKNAN2Ql8cVbb2r5Yqdy3rU4Tg0
NzXnjS4me0eh0d9IK71JglYUGeThwlujHG7QOAPVSr+RTvwY&lt;/pre&gt;</description>
    <dc:creator>Daniel Pocock</dc:creator>
    <dc:date>2013-02-04T22:49:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/263">
    <title>Re: oath-toolkit_2.0.2-3_amd64.changes REJECTED</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/263</link>
    <description>&lt;pre&gt;
Great, approved
I would have to familiarise myself with the contents more closely, and I
won't have time to do that before FOSDEM this weekend, so if you could
do the upload this time I will start looking over the package contents
in February




&lt;/pre&gt;</description>
    <dc:creator>Daniel Pocock</dc:creator>
    <dc:date>2013-01-29T09:00:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/262">
    <title>Re: oath-toolkit_2.0.2-3_amd64.changes REJECTED</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/262</link>
    <description>&lt;pre&gt;]] Daniel Pocock 


I've submitted a request to join now.


I know alioth quite well, I'm one of the admins. :-)


Simon answered this.  Are you doing the sponsorship for the package or
should I?

&lt;/pre&gt;</description>
    <dc:creator>Tollef Fog Heen</dc:creator>
    <dc:date>2013-01-29T05:39:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/261">
    <title>Re: oath-toolkit_2.0.2-3_amd64.changes REJECTED</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/261</link>
    <description>&lt;pre&gt;

On 28/01/13 23:17, Simon Josefsson wrote:

When they live on alioth, I just name them using the source package name

When I clone them locally, I use a variety of different naming
conventions though, to distinguish them from the upstream packages

The package name is fine, you can look at the alioth gitweb to see
examples of how other people name their packages

Also, this is how the maintainer setup is done in debian/control:

Maintainer: Debian Authentication Maintainers
&amp;lt;pkg-auth-maintainers&amp;lt; at &amp;gt;lists.alioth.debian.org&amp;gt;
Uploaders: Simon Josefsson &amp;lt;simon&amp;lt; at &amp;gt;josefsson.org&amp;gt;
Vcs-Git: git://git.debian.org/pkg-auth/oath-toolkit.git
Vcs-Browser: http://git.debian.org/?p=pkg-auth/oath-toolkit.git;a=summary


and anybody who wants to participate has to both:

a) request to join via alioth:
https://alioth.debian.org/project/request.php?group_id=100821

and

b) subscribe themselves to the list:
http://lists.alioth.debian.org/mailman/listinfo/pkg-auth-maintainers


(a) requires us to approve (as we are the group admins) a&lt;/pre&gt;</description>
    <dc:creator>Daniel Pocock</dc:creator>
    <dc:date>2013-01-28T22:23:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/260">
    <title>Re: oath-toolkit_2.0.2-3_amd64.changes REJECTED</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/260</link>
    <description>&lt;pre&gt;]] Simon Josefsson 


Well, you're the maintainer so to the extent anybody owns the package,
it's you. You're free to get sponsorship from whoever you want. :-) I'm
happy to sponsor the upload, or Daniel can do it, either works for me.

Cheers,
&lt;/pre&gt;</description>
    <dc:creator>Tollef Fog Heen</dc:creator>
    <dc:date>2013-01-28T21:35:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/259">
    <title>Re: oath-toolkit_2.0.2-3_amd64.changes REJECTED</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/259</link>
    <description>&lt;pre&gt;mån 2013-01-28 klockan 23:13 +0100 skrev Daniel Pocock:

Excellent, thank you!  Should we call the repo oath-toolkit-dpkg, to
indicate that it also contains debian packaging, or is the common naming
pattern to use the bare upstream repository name?  Related, maybe the
description should say 'Debian packaging of OATH Toolkit' instead.

/Simon



&lt;/pre&gt;</description>
    <dc:creator>Simon Josefsson</dc:creator>
    <dc:date>2013-01-28T22:17:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/258">
    <title>Re: oath-toolkit_2.0.2-3_amd64.changes REJECTED</title>
    <link>http://permalink.gmane.org/gmane.comp.security.oath-toolkit.general/258</link>
    <description>&lt;pre&gt;

On 28/01/13 23:06, Simon Josefsson wrote:

$ ssh &amp;lt;user&amp;gt;&amp;lt; at &amp;gt;git.debian.org

$ cd /git/pkg-auth

$ /git/collab-maint/setup-repository oath-toolkit 'OATH toolkit library
and utils'


That should create a bare repo.  You can then set your remote and push
there.




&lt;/pre&gt;</description>
    <dc:creator>Daniel Pocock</dc:creator>
    <dc:date>2013-01-28T22:13:47</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.security.oath-toolkit.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.security.oath-toolkit.general</link>
  </textinput>
</rdf:RDF>
