]> git.sesse.net Git - vlc/commit
* modules/control/http.c: Added support for .hosts files detailing hosts
authorChristophe Massiot <massiot@videolan.org>
Fri, 17 Jun 2005 12:43:46 +0000 (12:43 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 17 Jun 2005 12:43:46 +0000 (12:43 +0000)
commit5f9a5f7ccf3c9e630d4f098ab9aa90dff0dc56d2
tree9f829dbfbb425188d2e00c6504dc92ca6028bd50
parentd026e61f6d21944e1e064830316f92ab87823ea3
 * modules/control/http.c: Added support for .hosts files detailing hosts
   allowed to connect. The format is :
   192.168.0.0/24
   172.16.12.42/32
 * src/misc/net.c: New function net_CheckIP to check that an IP is in a
   given range.
 * OTHERS: Changed prototypes to allow for two new arguments for the
   hosts list.
include/network.h
include/vlc_httpd.h
modules/access_output/http.c
modules/control/http.c
modules/misc/rtsp.c
modules/stream_out/rtp.c
src/misc/httpd.c
src/misc/net.c