Client authentication added.
commitca5c211e26ca91a05331b1dcb302e2b2103bba5a
authormsmith <msmith@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Thu, 15 Jan 2004 01:01:09 +0000 (15 01:01 +0000)
committermsmith <msmith@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Thu, 15 Jan 2004 01:01:09 +0000 (15 01:01 +0000)
treedd5f4a20e68825df0f41859b70f4f570ecf17d8b
parent5702d4c56aae609d6b80df79c75efc1608705b4c
Client authentication added.
Melanie's multilevel fallbacks added (after major changes).

git-svn-id: http://svn.xiph.org/trunk@5760 0101bb08-14d6-0310-b084-bc0e0c8e3800
19 files changed:
icecast/src/Makefile.am
icecast/src/admin.c
icecast/src/auth.c [new file with mode: 0644]
icecast/src/auth.h [new file with mode: 0644]
icecast/src/cfgfile.c
icecast/src/cfgfile.h
icecast/src/client.c
icecast/src/client.h
icecast/src/compat.h
icecast/src/connection.c
icecast/src/connection.h
icecast/src/format_vorbis.c
icecast/src/md5.c [new file with mode: 0644]
icecast/src/md5.h [new file with mode: 0644]
icecast/src/slave.c
icecast/src/source.c
icecast/src/source.h
icecast/src/util.c
icecast/src/util.h