Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence eclipse errors | Scott Ullrich | 2007-03-21 | 2 | -20/+8 |
| | |||||
* | Silence eclipse errors | Scott Ullrich | 2007-03-21 | 2 | -12/+6 |
| | |||||
* | Sync w/ m0n0wall | Scott Ullrich | 2007-02-27 | 2 | -43/+43 |
| | |||||
* | Duh. $type is a variable. | Scott Ullrich | 2006-12-12 | 1 | -1/+1 |
| | |||||
* | Log an error when we reach maximum capacity to system logs | Scott Ullrich | 2006-12-12 | 1 | -0/+1 |
| | |||||
* | Log an error to system logs when $type is not set. | Scott Ullrich | 2006-12-12 | 1 | -0/+4 |
| | |||||
* | Revert $type commit. This is being set by the called function per Jonathon. | Scott Ullrich | 2006-12-12 | 1 | -2/+2 |
| | |||||
* | Silence Eclipse warnings | Scott Ullrich | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | Silence Eclipse warnings | Scott Ullrich | 2006-12-11 | 2 | -3/+3 |
| | |||||
* | Do not use blank variable $type. Use the same variable $cpdb[$i][2] that is ↵ | Scott Ullrich | 2006-12-11 | 1 | -1/+1 |
| | | | | being used in the other calls. | ||||
* | Unbreak radius auth | Scott Ullrich | 2006-10-02 | 2 | -430/+461 |
| | |||||
* | Move helper function to correct area | Scott Ullrich | 2006-09-22 | 1 | -25/+0 |
| | |||||
* | Fix $VARIABLES$ | Scott Ullrich | 2006-09-05 | 1 | -382/+373 |
| | |||||
* | Instead of simply bailing leaving the client with a blank screen, output ↵ | Scott Ullrich | 2006-08-21 | 1 | -51/+55 |
| | | | | that an error occured and write out to the system log more verbose information for what the problem is. If in the case of a missing mac address, suggest that the user may want to disable mac filtering if they do not need this functionality. | ||||
* | Redirect back to index.php?foo. Safari does not like otherwise and breaks ↵ | Scott Ullrich | 2006-07-23 | 1 | -7/+8 |
| | | | | the image on captive portal page. | ||||
* | Fix > 16 char password auth issues. | Scott Ullrich | 2006-05-24 | 1 | -11/+34 |
| | |||||
* | Correct warnings and errors found eclipse | Scott Ullrich | 2006-01-15 | 2 | -1/+5 |
| | |||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Remove debugging helpers | Scott Ullrich | 2005-12-03 | 1 | -5/+1 |
| | |||||
* | Fix captive portal redirects now that we are using LightHTTPD | Scott Ullrich | 2005-12-03 | 1 | -1/+6 |
| | |||||
* | Correct carp bringup sequence | Scott Ullrich | 2005-09-22 | 1 | -1/+1 |
| | |||||
* | Sync w/1.2b10 | Scott Ullrich | 2005-09-21 | 1 | -1/+1 |
| | |||||
* | Reset back to pfSense state | Scott Ullrich | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | Sync with m0n0wall 1.2b10 | Scott Ullrich | 2005-09-12 | 1 | -43/+82 |
| | |||||
* | Sync with 1.2b9 m0n0wall. | Scott Ullrich | 2005-09-03 | 1 | -19/+68 |
| | |||||
* | Correctly check for allowed ip's | Scott Ullrich | 2005-07-15 | 1 | -1/+2 |
| | |||||
* | Do not loop through array if its empty | Scott Ullrich | 2005-07-12 | 1 | -5/+5 |
| | |||||
* | * Loop through allowed ips and automatically auth user if they are on the list. | Scott Ullrich | 2005-07-11 | 1 | -36/+20 |
| | | | | * Remove the rest of the per user bw settings. | ||||
* | use the correct field for clientip | Scott Ullrich | 2005-06-04 | 1 | -1/+1 |
| | |||||
* | Swap images | Scott Ullrich | 2005-05-28 | 1 | -56/+9 |
| | |||||
* | Import m0n0wall 1.2b7's captive portal code *WITH* user manager. | Scott Ullrich | 2005-03-20 | 1 | -9/+87 |
| | | | | And the crowd goes wild. | ||||
* | Restore 1.2b5's captive portal. 1.2b7 + radius == boom. | Scott Ullrich | 2005-03-14 | 3 | -257/+33 |
| | |||||
* | Restore 1.2b6's captive portal. | Scott Ullrich | 2005-03-14 | 2 | -61/+61 |
| | |||||
* | You've -> You have (breaks Komodos syntax highlighting for some reason) | Scott Ullrich | 2005-03-14 | 1 | -2/+2 |
| | |||||
* | Sync with Pascal's latest | Scott Ullrich | 2005-03-14 | 2 | -61/+61 |
| | |||||
* | Sync with Pascal's latest versin | Scott Ullrich | 2005-03-13 | 1 | -13/+0 |
| | |||||
* | Sync with 1.2b6 which would extended radius patch requires. | Scott Ullrich | 2005-03-08 | 2 | -41/+191 |
| | |||||
* | Revert back to 1.2b3 now that we are using a different radius patch. | Scott Ullrich | 2005-03-08 | 2 | -21/+21 |
| | |||||
* | Add local user manager code imported from Pascal Suter's m0n0wall developers ↵ | Scott Ullrich | 2005-03-07 | 1 | -39/+87 |
| | | | | group message. | ||||
* | m0n0wall -> pfSense | Scott Ullrich | 2005-02-15 | 2 | -21/+21 |
| | |||||
* | Add T. Howell-Cintron expanded radius attributes patch. | Scott Ullrich | 2005-02-03 | 3 | -19/+58 |
| | |||||
* | Synchornize with m0n0wall 1.2b3. These files have not really been | Scott Ullrich | 2004-12-05 | 1 | -4/+1 |
| | | | | | modified too much so a straight copy works. 9 files remain to be patched by hand. | ||||
* | Add captive portal logging. | Scott Ullrich | 2004-11-17 | 1 | -0/+3 |
| | | | | Patch-submitted-to-m0n0wall-list-by: Matt Juszczak <matt_AT_atopia.net> | ||||
* | Initial revision | Scott Ullrich | 2004-11-07 | 3 | -0/+776 |