public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1000378] ATHTTPD Authorization-required string needs commas
@ 2007-06-12 21:07 bugzilla-daemon
  0 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2007-06-12 21:07 UTC (permalink / raw)
  To: ecos-bugs

https://bugzilla.ecoscentric.com/show_bug.cgi?id=1000378


andrew.lunn@ascom.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew.lunn@ascom.ch
          Component|Other                       |ATHTTPD webserver




-- 
Configure bugmail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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

* [Bug 1000378] ATHTTPD Authorization-required string needs commas
@ 2007-06-15 20:38 bugzilla-daemon
  0 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2007-06-15 20:38 UTC (permalink / raw)
  To: ecos-bugs

https://bugzilla.ecoscentric.com/show_bug.cgi?id=1000378





------- Additional Comments From bugzilla_rmvthis@ds3switch.com  2007-06-15 21:38 -------
Being patched by Anthony


-- 
Configure bugmail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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

* [Bug 1000378] ATHTTPD Authorization-required string needs commas
@ 2007-06-12 21:13 bugzilla-daemon
  0 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2007-06-12 21:13 UTC (permalink / raw)
  To: ecos-bugs

https://bugzilla.ecoscentric.com/show_bug.cgi?id=1000378


andrew.lunn@ascom.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO




------- Additional Comments From andrew.lunn@ascom.ch  2007-06-12 22:13 -------
Hi Tad

Please could you produce a proper patch, with ChangeLog. Either attach it hear,
or post it to ecos-patches.

Thanks
    Andrew

-- 
Configure bugmail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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

* [Bug 1000378] ATHTTPD Authorization-required string needs commas
@ 2007-06-12 14:56 bugzilla-daemon
  0 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2007-06-12 14:56 UTC (permalink / raw)
  To: ecos-bugs

https://bugzilla.ecoscentric.com/show_bug.cgi?id=1000378





------- Additional Comments From atonizzo@gmail.com  2007-06-12 15:56 -------
>             sprintf(httpstate.outbuffer + strlen(httpstate.outbuffer),
> -                    "WWW-Authenticate: Digest realm=\"%s\" ",
> +                    "WWW-Authenticate: Digest realm=\"%s\", ",
>                      httpstate.needs_auth->auth_domainname);
>             strftime(cyg_httpd_md5_nonce, 
>                      33,
>                      TIME_FORMAT_RFC1123,
>                      gmtime(&time_val));
>             sprintf(httpstate.outbuffer + strlen(httpstate.outbuffer),
> -                    "nonce=\"%s\" ", cyg_httpd_md5_nonce);
> +                    "nonce=\"%s\", ", cyg_httpd_md5_nonce);
>             sprintf(httpstate.outbuffer + strlen(httpstate.outbuffer),
> -                    "opaque=\"%s\" ", 
> +                    "opaque=\"%s\", ",

This patch is approved

-- 
Configure bugmail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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

end of thread, other threads:[~2007-06-15 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-12 21:07 [Bug 1000378] ATHTTPD Authorization-required string needs commas bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2007-06-15 20:38 bugzilla-daemon
2007-06-12 21:13 bugzilla-daemon
2007-06-12 14:56 bugzilla-daemon

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 read-only IMAP folder(s) and NNTP newsgroup(s).