bugWeeChat - Bugs: bug #37274, SASL EXTERNAL does not...

 
 

bug #37274: SASL EXTERNAL does not authenticate.

Submitter:  None
Submitted:  Wed 05 Sep 2012 04:48:27 PM UTC
   
 
Category:  irc plugin Severity:  3 - Normal
Item Group:  irc protocol Status:  Fixed
Privacy:  Public Assigned to:  flashcode
Originator Name:  Originator Email:  * -email is unavailable-
Open/Closed:  Closed Release:  * 0.3.8
IRC nick:  phlux
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 05 Sep 2012 08:36:49 PM UTC, comment #1: 

I was able to determine by using the RAW log that Weechat was sending too many chars when responding to SASL authentication. The offending line is 171 of irc-procotol.c and reads:

answer = strdup ("++");

when it should read:

answer = strdup ("+");

I have submitted a patch to correct the issue.

Anonymous
Wed 05 Sep 2012 04:48:27 PM UTC, original submission:  

When using SASL EXTERNAL, the client should authenticate via the CertFP. On Charybdis/Atheme networks, however, this fails.

I am using a valid Cert. Once the SASL authentication fails and I make the connection, NickServ recognizes the CertFP and authenticates me.

I have absolutely no idea why this isn't working. I'll dig around and try to figure it out.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #26482:  sasl-external.patch added by None (755B - text/x-patch - Patch for line 171 of irc-protocol.c to fix SASL EXTERNAL.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-09-29 flashcode Open/ClosedOpen Closed
    2012-09-16 flashcode CategoryNone irc plugin
        Item GroupNone irc protocol
        StatusNone Fixed
        Assigned toNone flashcode
    2012-09-05 None Attached File- Added sasl-external.patch, #26482

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code