Displaying 2 results from an estimated 2 matches for "httpp_parse_icy".
2004 Aug 06
0
icecast 2 auth problem with (old?) ices, MuSe
...all. We support that (icy) protocol
because it's widely used - but it's a horribly ugly hack to pretend that it's
HTTP-like. We're not adding more not-HTTP-but-somewhat-similar protocols.
In fact, it's not any of the protocols supported by icecast.
The only bug here is that httpp_parse_icy() is accepting this request, so it
later gets passed to _check_pass_icy() - but httpp_parse_icy() _should_ do
more error checking and reject this entirely.
Mike
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from th...
2004 Aug 06
2
icecast 2 auth problem with (old?) ices, MuSe
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
I have recently downloaded icecast 2 (I am an old icecast 1.x user) and
tried to use it with my ices 0.2.3 (which works on icecast 1) but fails on
login. Also I have tried with MuSe 0.8.1 and same error too. After some
digging into the sources I found the problem to be with _check_pass_icy()
which receives a "strange" pass to compare