Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Cancel-Lock for Gnus; changing to SHA2 possible?
@ 2017-03-09 10:51 Peter Faust
  2017-03-09 17:23 ` Eric Abrahamsen
  2017-04-23 18:37 ` 島鉄雄
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Faust @ 2017-03-09 10:51 UTC (permalink / raw)
  To: info-gnus-english

Hello together!

A few Gnus-users are interested in changing the cancel-lock from sha1:
to sha-256 or sha-512 for News/Postings with Gnus.

I found canlock.el for this function, and i hope someone can help me
to change this.

If this is not possible, please have a look at the following draft and
think about it, please:

From: Michael Bäuerle <michael.baeuerle@stz-e.de>
Newsgroups: news.software.nntp
Subject: New draft for Cancel-Lock (Version 01) (was: New draft for Cancel-Lock)
Date: Wed, 8 Mar 2017 14:11:06 +0100
Message-ID: <AABYwALqD4MAAAe+.A1.flnews@WStation5.stz-e.de>

To view the draft in web:
http://al.howardknight.net/msgid.cgi?STYPE=msgid&A=0&MSGI=%3CAABYwALqD4MAAAe%2B.A1.flnews%40WStation5.stz-e.de%3E

Greetings, Peter

P.S.: Several discussions about this are running in the german group
      de.comm.software.newsserver, and, of course, in news.software.nntp

-- 
˙ɹǝʇunɹ sǝ ʇssıɹɟ pun ɹǝɥɐp ddoʃɐ⅁ ɯı ʃǝsƎ uıǝ ʇɯɯoʞ
uuɐp 'ʇsı uǝsɥɔɐʍǝƃ sɐɹ⅁ ǝɥɔɐS ǝuıǝ ɹǝqǝn uuǝʍ ɹǝɯɯI
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cancel-Lock for Gnus; changing to SHA2 possible?
  2017-03-09 10:51 Cancel-Lock for Gnus; changing to SHA2 possible? Peter Faust
@ 2017-03-09 17:23 ` Eric Abrahamsen
  2017-04-23 18:37 ` 島鉄雄
  1 sibling, 0 replies; 4+ messages in thread
From: Eric Abrahamsen @ 2017-03-09 17:23 UTC (permalink / raw)
  To: info-gnus-english

Peter Faust <peter.faust-solingen@t-online.de> writes:

> Hello together!
>
> A few Gnus-users are interested in changing the cancel-lock from sha1:
> to sha-256 or sha-512 for News/Postings with Gnus.
>
> I found canlock.el for this function, and i hope someone can help me
> to change this.

I don't see why we couldn't switch the call to `sha1' to a call to
`secure-hash', which would allow for easily selecting between
algorithms.

Eric



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cancel-Lock for Gnus; changing to SHA2 possible?
  2017-03-09 10:51 Cancel-Lock for Gnus; changing to SHA2 possible? Peter Faust
  2017-03-09 17:23 ` Eric Abrahamsen
@ 2017-04-23 18:37 ` 島鉄雄
  2017-05-04 12:51   ` Peter Faust
  1 sibling, 1 reply; 4+ messages in thread
From: 島鉄雄 @ 2017-04-23 18:37 UTC (permalink / raw)
  To: info-gnus-english

島鉄雄です。
Peter Faust <peter.faust-solingen@t-online.de> in
<8760jiafkp.fsf@peter.faust-solingen.dialin.t-online.de> writes:

> Hello together!
>
> A few Gnus-users are interested in changing the cancel-lock from sha1:
> to sha-256 or sha-512 for News/Postings with Gnus.
>
> I found canlock.el for this function, and i hope someone can help me
> to change this.
>
> If this is not possible, please have a look at the following draft and
> think about it, please:
>
> From: Michael Bäuerle <michael.baeuerle@stz-e.de>
> Newsgroups: news.software.nntp
> Subject: New draft for Cancel-Lock (Version 01) (was: New draft for Cancel-Lock)
> Date: Wed, 8 Mar 2017 14:11:06 +0100
> Message-ID: <AABYwALqD4MAAAe+.A1.flnews@WStation5.stz-e.de>
>
> To view the draft in web:
> http://al.howardknight.net/msgid.cgi?STYPE=msgid&A=0&MSGI=%3CAABYwALqD4MAAAe%2B.A1.flnews%40WStation5.stz-e.de%3E
>
> Greetings, Peter
>
> P.S.: Several discussions about this are running in the german group
>       de.comm.software.newsserver, and, of course, in news.software.nntp

Just out of curiosity: why do you have three different Cancel-Locks? I
thought there should be only two of them, one created by client and other
one created by injecting server.

-- 
41号
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cancel-Lock for Gnus; changing to SHA2 possible?
  2017-04-23 18:37 ` 島鉄雄
@ 2017-05-04 12:51   ` Peter Faust
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Faust @ 2017-05-04 12:51 UTC (permalink / raw)
  To: info-gnus-english

島鉄雄 wrote:

> 島鉄雄です。
> Peter Faust <peter.faust-solingen@t-online.de> in
> <8760jiafkp.fsf@peter.faust-solingen.dialin.t-online.de> writes:
>
>> Hello together!
>>
>> A few Gnus-users are interested in changing the cancel-lock from sha1:
>> to sha-256 or sha-512 for News/Postings with Gnus.
>>
>> I found canlock.el for this function, and i hope someone can help me
>> to change this.
>>
>> If this is not possible, please have a look at the following draft and
>> think about it, please:
>>
>> From: Michael Bäuerle <michael.baeuerle@stz-e.de>
>> Newsgroups: news.software.nntp
>> Subject: New draft for Cancel-Lock (Version 01) (was: New draft for Cancel-Lock)
>> Date: Wed, 8 Mar 2017 14:11:06 +0100
>> Message-ID: <AABYwALqD4MAAAe+.A1.flnews@WStation5.stz-e.de>
>>
>> To view the draft in web:
>> http://al.howardknight.net/msgid.cgi?STYPE=msgid&A=0&MSGI=%3CAABYwALqD4MAAAe%2B.A1.flnews%40WStation5.stz-e.de%3E
>>
>> Greetings, Peter
>>
>> P.S.: Several discussions about this are running in the german group
>>       de.comm.software.newsserver, and, of course, in news.software.nntp
>
> Just out of curiosity: why do you have three different Cancel-Locks? I
> thought there should be only two of them, one created by client and other
> one created by injecting server.

Thats correct.

But i am using a local proxy named "Hamster" to pull News and Mails from
several Servers. And this proxy generates an additional cancel-lock.

In my post is one cancel-lock from Gnus, one from local proxy, and one
from my injecting Newsserver.

Greeting, Peter

-- 
˙˙˙ɹǝʇıǝʍ puǝzɥɔnʃɥɔs ǝʇʃıǝɟ pun uǝuıǝʍ nz uɐ ƃuıɟ ǝıS
˙ʇǝuǝs∩ ɯǝp snɐ sƃuıʇsoԀ ɹɐɐd uıǝ soʃʇɹoʍ ɹɥı ǝʇƃıǝz ɥɔI
¿ʃǝƃǝɐussnℲ ǝɯɯnɹʞ os ɥɔıʃʇuǝƃıǝ ǝıS uǝqɐɥ osǝıM
:ɹıɯ nz ǝʇuɐʇǝɹǝnʞıpǝԀ ǝuıǝɯ ǝʇuıǝɯ suǝʇzʇǝ˥
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-04 12:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-09 10:51 Cancel-Lock for Gnus; changing to SHA2 possible? Peter Faust
2017-03-09 17:23 ` Eric Abrahamsen
2017-04-23 18:37 ` 島鉄雄
2017-05-04 12:51   ` Peter Faust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).