[asterisk-bugs] [Asterisk 0010961]: [patch] Add HTTP Basic & Digest Auth (rfc2617) for manager web interface.

Asterisk Bug Tracker noreply at bugs.digium.com
Mon May 17 10:16:57 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=10961 
====================================================================== 
Reported By:                ys
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   10961
Category:                   Core/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 85514 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2007-10-12 06:48 CDT
Last Modified:              2010-05-17 10:16 CDT
====================================================================== 
Summary:                    [patch] Add HTTP Basic & Digest Auth (rfc2617) for
manager web interface.
Description: 
I found, that manager web interface used "Cookie" Header for authenticate
the user. This require two http request, one for authenticate and next for
commands.
This patch add only Basic authentication scheme implementation, as defined
in rfc2617.
If used this scheme, httptimeout are unused, but we don't need to keep a
http session (and mansession) alive, after HTTP Request is processed.







======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0011414 [patch] Move loading users from authent...
====================================================================== 

---------------------------------------------------------------------- 
 (0121979) svnbot (reporter) - 2010-05-17 10:16
 https://issues.asterisk.org/view.php?id=10961#c121979 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 263460

U   trunk/main/manager.c

------------------------------------------------------------------------
r263460 | lmadsen | 2010-05-17 10:14:22 -0500 (Mon, 17 May 2010) | 7 lines

Missing newlines added to Set-Cookie line in manager.c

Sean Bright pointed out that we lost a set of newline characters in commit
190349 on a line I had recently changed. Yay for code review on commits.

(issue https://issues.asterisk.org/view.php?id=17231,
https://issues.asterisk.org/view.php?id=10961)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=263460 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-17 10:16 svnbot         Checkin                                      
2010-05-17 10:16 svnbot         Note Added: 0121979                          
======================================================================




More information about the asterisk-bugs mailing list