Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'upstream/master' | Seth Mos | 2011-02-01 | 18 | -17/+209 |
|\ | |||||
| * | Show PPPoE tab if any of the PPPoE server instances are enabled. Fixes #1243 | jim-p | 2011-01-31 | 1 | -3/+3 |
| | | |||||
| * | Catch the OpenVPN widget up to the status page code for killing clients. | jim-p | 2011-01-31 | 1 | -8/+17 |
| | | |||||
| * | Don't save CA/Cert for a PSK IPsec tunnel. | jim-p | 2011-01-31 | 1 | -0/+8 |
| | | |||||
| * | Fix copypasto | jim-p | 2011-01-31 | 1 | -1/+1 |
| | | |||||
| * | Fix display of these pages on Opera. ↵ | jim-p | 2011-01-31 | 4 | -4/+4 |
| | | | | | | | | http://forum.pfsense.org/index.php/topic,32773.0.html | ||||
| * | Missing colour for RRD would have caused errors in creating the graphs. | Warren Baker | 2011-01-29 | 6 | -0/+6 |
| | | |||||
| * | Added Captive Portal RRD graphs, there are two graphs one for the number of ↵ | Warren Baker | 2011-01-28 | 4 | -1/+170 |
| | | | | | | | | logged in users since last rrd poll, and concurrent number of users logged in. | ||||
* | | Adjust layout | Seth Mos | 2011-02-01 | 1 | -1/+6 |
| | | |||||
* | | Add the IPv6 counters to the packets graph, also make all traffic counters stack | Seth Mos | 2011-02-01 | 1 | -2/+57 |
| | | |||||
* | | Add support for IPv6 counters to the RRD graphs. This adds 4 more data ↵ | Seth Mos | 2011-01-31 | 3 | -16/+80 |
| | | | | | | | | | | | | | | | | | | sources in the rrd file. The graphing code colors are currently a mismatch and sorts waiting for someone with eyes to adjust to something useful Other themes still need adjusting Packets graph isn't done, that needs the same modification as the traffic counters. updaterrd.sh shell script needs simplyfying and using variables instead of huge amounts of pfctl commands | ||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-01-26 | 26 | -183/+739 |
|\ \ | |/ | | | | | | | Conflicts: etc/inc/system.inc | ||||
| * | Redirect to correct page | Scott Ullrich | 2011-01-25 | 1 | -2/+2 |
| | | |||||
| * | Redirect to correct page | Scott Ullrich | 2011-01-25 | 1 | -1/+1 |
| | | |||||
| * | Fix url. Do not include mod_accesslog twice | Scott Ullrich | 2011-01-25 | 1 | -1/+1 |
| | | |||||
| * | move pre-auth url before after auth url for consistency. | Scott Ullrich | 2011-01-25 | 1 | -7/+7 |
| | | |||||
| * | Set form field type, make URL boxes same size | Scott Ullrich | 2011-01-25 | 1 | -1/+1 |
| | | |||||
| * | move option near the other | Scott Ullrich | 2011-01-25 | 1 | -7/+7 |
| | | |||||
| * | Increase textbox size. Clarify the original Redirection URL purpouse | Scott Ullrich | 2011-01-25 | 1 | -2/+2 |
| | | |||||
| * | Handle PORTAL_REDIRURL variable | Scott Ullrich | 2011-01-25 | 1 | -0/+6 |
| | | |||||
| * | Adding CP pre-authentication redirect URL box | Scott Ullrich | 2011-01-25 | 1 | -1/+9 |
| | | |||||
| * | Misc fixups | Scott Ullrich | 2011-01-25 | 8 | -32/+32 |
| | | |||||
| * | Prevent drop down menu creation | Scott Ullrich | 2011-01-25 | 6 | -6/+6 |
| | | |||||
| * | Adding switch to prevent dropdown menu creation. | Scott Ullrich | 2011-01-25 | 1 | -7/+4 |
| | | |||||
| * | Adding tab for allowed hostnames | Scott Ullrich | 2011-01-25 | 5 | -0/+5 |
| | | |||||
| * | Adding preliminary version of allowed hostnames. Allowed hostnames function ↵ | Scott Ullrich | 2011-01-25 | 2 | -0/+410 |
| | | | | | | | | similar to allowed IP addresses and permit the captive portal to pass traffic out. An example usage of this is to allow access to a hotel web page freely and then require authentcation hotlinking from this point. | ||||
| * | Fix formatting. Die, VIM, DIE! | Scott Ullrich | 2011-01-25 | 1 | -62/+69 |
| | | |||||
| * | don't show version on this page either, to match the other pages | Chris Buechler | 2011-01-25 | 1 | -2/+2 |
| | | |||||
| * | handle alternate xml_rootobj correctly when doing config backups w/RRD data | Chris Buechler | 2011-01-24 | 1 | -3/+3 |
| | | |||||
| * | Warn users a different way if packages are being reinstalled in the ↵ | jim-p | 2011-01-24 | 3 | -0/+31 |
| | | | | | | | | background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html ) | ||||
| * | Do proper input validation on traffic shaper wizards to not allow empty fiedls. | Ermal | 2011-01-24 | 4 | -87/+87 |
| | | |||||
| * | Properly check empty fields when specifying bandwidth values. | Ermal | 2011-01-24 | 4 | -4/+4 |
| | | |||||
| * | Fix OpenVPN wizard. | jim-p | 2011-01-21 | 1 | -2/+1 |
| | | |||||
| * | fix text | Chris Buechler | 2011-01-21 | 2 | -4/+1 |
| | | |||||
| * | correct field type, no aliases allowed here | Chris Buechler | 2011-01-20 | 1 | -3/+3 |
| | | |||||
| * | Add drop-down to select OpenVPN hardware crypto (finds usable devices from ↵ | jim-p | 2011-01-20 | 4 | -0/+63 |
| | | | | | | | | "openssl engine" list) for clients and servers. | ||||
| * | Add a checkbox for duplicate-cn on OpenVPN servers. | jim-p | 2011-01-20 | 3 | -1/+34 |
| | | |||||
* | | Add the firewall_nat_npt* pages so that you can enter use binat for Network ↵ | Seth Mos | 2011-01-21 | 2 | -0/+463 |
| | | | | | | | | prefix translation | ||||
* | | Unbreak static routes | Seth Mos | 2011-01-21 | 3 | -0/+3 |
| | | | | | | | | Add initial NPt Network Prefix Translation pages | ||||
* | | Enlarge subnet bits to 128 | Seth Mos | 2011-01-20 | 2 | -3/+4 |
| | | |||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-01-20 | 6 | -13/+11 |
|\ \ | |/ | | | | | | | Conflicts: etc/inc/system.inc | ||||
| * | Allow setting package interfaces to loopback (lo0) | Scott Ullrich | 2011-01-19 | 1 | -0/+1 |
| | | |||||
| * | don't show platform here (rebrands) | Chris Buechler | 2011-01-19 | 1 | -1/+1 |
| | | |||||
| * | If an outbound nat rule has a protocol specified, show it in the summary view. | jim-p | 2011-01-19 | 1 | -0/+2 |
| | | |||||
| * | fix DNS rebinding descr | Chris Buechler | 2011-01-18 | 1 | -4/+4 |
| | | |||||
| * | Ticket #836 Ticket #1194 and ↵ | Ermal | 2011-01-18 | 1 | -3/+3 |
| | | | | | | | | http://forum.pfsense.org/index.php/topic,32175.msg166263.html#msg166263 suggest that now that CP actions are quite fast its better to send the logout data before actually disconnecting the client. | ||||
| * | No need to set this here anymore. We set it higher by default. | jim-p | 2011-01-18 | 1 | -5/+0 |
| | | |||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-01-18 | 89 | -1719/+830 |
|\ \ | |/ | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/system.inc | ||||
| * | Fix serial port note text. | jim-p | 2011-01-14 | 1 | -1/+1 |
| | | |||||
| * | Validate imported CA/Cert a bit more strongly. Should fix #1190 | jim-p | 2011-01-13 | 2 | -0/+4 |
| | |