5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 03, 2024 — Jan 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Heartbeat More... over 20 years ago
/ping will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats. More... over 20 years ago
Firewall sets rules for all auth servers. More... over 20 years ago
Added failover. More... over 20 years ago
Added functions to handle the auth servers list. More... over 20 years ago
Updated the cvsignore to ignore wdctl binary More... over 20 years ago
WiFiDog will now read multiple AuthServer line in the config file but it will only use the first one. More... over 20 years ago
Missing file More... over 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... over 20 years ago
AuthservPath no longer mandatory More... over 20 years ago
A little 'sed' here to add the ipt_mac module to extensions in iptables More... over 20 years ago
Hopefully this worked, removed executable bit from all files. .png, .php and so on don't need to be executable and fix_permissions.sh should handle all other cases. More... over 20 years ago
Renamed iptables.[ch] to fw_iptables.[ch] More... over 20 years ago
Fix non-standard server ports More... over 20 years ago
Add 170px to left margin of warning More... over 20 years ago
Add class=warning for better display More... over 20 years ago
Removing some constants and magic numbers More... over 20 years ago
replaced magic constant with correct computed value More... over 20 years ago
Correct path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH More... over 20 years ago
Add SYSTEM_PATH and test/fix non-standard server ports More... over 20 years ago
2004-08-03 Benoit Gr�goire <[email protected]> * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set to true if gettext is available. If false, blank _() and gettext() functions will be defined so the system still works. More... over 20 years ago
Fixed compile problem on linux for wdctl code More... over 20 years ago
2004-08-03 Benoit Gr�goire <[email protected]> * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully). More... over 20 years ago
-Update instructions More... over 20 years ago
it Gr�goire <[email protected]> * wifidog-auth lives! New since the dark ages * Demo page to allow people to hack more easely on it * Support for multiple nodes. TODO: Merge with the database project. * Very cool local content architecture. Every hotspot can have a folder in the local_content directory. This folder can be filed by a single logo, leaving all the rest to the default content, or be completely custom (stylesheet, login page, portal page, header, etc.) * Everything in local content is templated with smarty, no problem with web designer wrecking havoc on the auth server. You can edit everything in local_content/default even if you only speak html. * No need to set any path in the web server config files (that one was a bitch to implement) * RSS feed support (optionnal, with magpierss), one feed per node (url stored in the database, works great, but no gui to edit it yet) and one network-wide RSS feed. * All path are editable from the config file * "Productize" the thing, so it make sense for other groups to install it (the network name, url, default RSS, and such are set from the config file. * Put most strings in gettext calls for easy future translation. * User can request that the server send the validation email again * User can change password * User who forgot his username can have it mailed to him. * User who lost his password can ask the system to generate a new one and mail it to him. * Email is now a separate field to preserve user privacy. * Database abstraction layer with very nice debugging features (just append true at the end of the call, and you'll see the query, the results, the query plan and number of affected rows. Also allow future upgrade to postgres. More... over 20 years ago
Cleanup More... over 20 years ago
Cleanup More... over 20 years ago
Initial revision More... over 20 years ago
2004-08-01 Benoit Gr�goire <[email protected]> * Delete everything in phpauth, it will now live in it's own module (wifidog-auth) More... over 20 years ago
Added wdctl facility More... over 20 years ago