5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 8 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2004-08-27 Benoit Gr�goire <[email protected]> * README.openwrt,src/conf.c,h: Documentation update * src/gateway.c, src/ping_thread.c, src/wdctl.c, src/wdctl_thread.c: Fix linking problems related to errno.h and extern int errno More... almost 20 years ago
Makefile.am: Remove phpauth from EXTRA_DIST More... almost 20 years ago
Remove phpauth from EXTRA_DIST More... almost 20 years ago
Changing name/email address More... almost 20 years ago
Fixed path having two leading / instead of one More... almost 20 years ago
2004-08-25 Benoit Gr�goire <[email protected]> * src/auth.c: Remove hardcoded path. More... almost 20 years ago
Fix email field bug More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
Replace SERVER_NAME by HTTP_HOST to fix non-standard server ports and remove useless warning More... almost 20 years ago
Add total to incoming and outgoing More... almost 20 years ago
Replace SERVER_NAME by HTTP_HOST to fix non-standard server ports More... almost 20 years ago
2004-08-23 Benoit Gr�goire <[email protected]> * src/ping_thread.c: Send the gateway id to the central server during ping, so the server know which gateway checked in, and then knows for sure that it is up (well, once the server implements it...). More... almost 20 years ago
2004-08-23 Benoit Gr�goire <[email protected]> * src/centralserver.c: Fix path for auth by appending /auth/ to auth_server->authserv_path. Wifidog works again. More... almost 20 years ago
Send URL to central server More... almost 20 years ago
Modified ipkg/rules to use the main wifidog.conf More... almost 20 years ago
Debug output of HTTP requests More... almost 20 years ago
Fixed a few bugs? More... almost 20 years ago
Changed config for AuthServer More... almost 20 years ago
Updated a bit README More... almost 20 years ago
Trimmed configuration to be more consistent. More... almost 20 years ago
2004-08-11 Benoit Gr�goire <[email protected]> * wifidog/config.php: Add USER_MANAGEMENT_PAGE * wifidog/include/user_management_menu.php: Code meant to deal with non-standard ports broke the menu. Hopefully fixed. * Add alex's mising changelog entry... More... almost 20 years ago
Heartbeat More... almost 20 years ago
/ping will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats. More... almost 20 years ago
Firewall sets rules for all auth servers. More... almost 20 years ago
Added failover. More... almost 20 years ago
Added functions to handle the auth servers list. More... almost 20 years ago
Updated the cvsignore to ignore wdctl binary More... almost 20 years ago
WiFiDog will now read multiple AuthServer line in the config file but it will only use the first one. More... almost 20 years ago
Missing file More... almost 20 years ago
2004-08-07 Benoit Gr�goire <[email protected]> * Add code to import a NoCat user database (passwd). The username will be generated from the first part of the email if the name was en email. * Change password hashing algorithm to make it compatible with NoCat (For the curious among you, the hashing algorithm is now: take the md5 digest in binary format of the password, and base64 encode it. * Table schema changed to accomodate newhash length (users.pass is now varchar(32)) * The user is now allowed to login with either his username or his email. More... almost 20 years ago