]> git.sesse.net Git - vlc/commit
Lua http: add a configurable password
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 1 Apr 2012 19:36:11 +0000 (22:36 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 1 Apr 2012 19:36:11 +0000 (22:36 +0300)
commit3a4e084c4da5e7a2e8dbe7cabca2fd875b290517
tree1ab360ddebca722576f15e7d62a4e06c541f9d57
parent339ef8e2d3af31a881dca86e023d1451d33f510b
Lua http: add a configurable password

This is way more flexible than ACL:
 - does not need admin rights to edit,
 - does not assume the clients have fixed IP addresses,
 - does not assume the clients are single user systems,
 - is a better understood concept than access control lists.
modules/lua/vlc.c
share/lua/intf/http.lua