mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
c32404d742
make streams public by default, send ice-private: 1 to make them private. However, default config file has yp servers commented out. A little fix for compilation on some solaris systems Redo some config file stuff: now all the passwords are inside an element <authentication>, (though for now they're also accepted in the old location), and added admin username and password. Move some of the admin activities over to using the admin passwords (admin action that affect a mountpoint use the source password) Fill in some (but not yet all, maybe i'll do that later) of the infrastructure for per-mountpoint passwords. Fix lots of headers/code so that it works properly/portably on non-win32 systems. svn path=/trunk/net/; revision=4325 |
||
---|---|---|
.. | ||
.cvsignore | ||
BUILDING | ||
COPYING | ||
Makefile.am | ||
README | ||
resolver.c | ||
resolver.h | ||
sock.c | ||
sock.h | ||
test_resolver.c | ||
TODO |
This is a name resolving library that's threadsafe. Right now it only implements this with mutexes, but we should extend it to use gethostbyXXXX_r() if it's available. It shoudl work on win32, but i'm probably forgetting a headerfile. API is basically not going to change. Please consult with the rest of the team before changing the interface. jack.