pass hostname to auth functions so auth functions can set passwords based on host. Also, make win32 not require passwords to config page from localhost. Ticket #76

This commit is contained in:
Ron Pedde
2006-04-16 04:57:04 +00:00
parent 882111a52a
commit 7b32ce3022
10 changed files with 70 additions and 22 deletions

View File

@@ -230,6 +230,9 @@
<File
RelativePath=".\config.h">
</File>
<File
RelativePath="..\src\configfile.h">
</File>
<File
RelativePath="..\src\daapd.h">
</File>
@@ -266,6 +269,9 @@
<File
RelativePath="..\src\w32-service.h">
</File>
<File
RelativePath="..\src\webserver.h">
</File>
<File
RelativePath="..\src\win32.h">
</File>