[Main Page]

WiFiDog Patches

Here you will find some patches for the WiFiDog captive portal solution. These patches are needed to use WiFiDog with CoovaAAA, but also otherwise useful if you require better RADIUS support, WISPr handling, or MAC authentication.

The current patches are generated against the WiFiDog SVN version 1273 (current at the time of writing). If you have problems applying to later WiFiDog revisions, please let us know.

Gateway ChangeLog

download patch

Auth Server ChangeLog

download patch

Patching WiFiDog

These patches are generated against a specific svn revision. But, that's not to say they will not work with newer versions. Check back to this page for updates on the patch and how to upgrade.

svn checkout https://dev.wifidog.org/svn/trunk/wifidog-auth

If patch no longer works with the trunk head, then you can checkout a specific revision using:

svn checkout -r 1273 https://dev.wifidog.org/svn/trunk/wifidog-auth

To apply the patch:

cd wifidog-auth/
wget http://dev.coova.org/patch/wifidog/wifidog-auth-1273.patch
patch -p0 < wifidog-auth-1273.patch

Similarly, the gateway is built with the patch in the following way:

svn checkout https://dev.wifidog.org/svn/trunk/wifidog
cd wifidog/
wget http://dev.coova.org/patch/wifidog/wifidog-1273.patch
patch -p0 < wifidog-1273.patch
sh autogen.sh
./configure
make install
Search >>

This page has been accessed 1,138 times. This page was last modified 12:30, 2 August 2007.