summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'upstream/master'Seth Mos2011-02-0118-17/+209
|\
| * Show PPPoE tab if any of the PPPoE server instances are enabled. Fixes #1243jim-p2011-01-311-3/+3
| |
| * Catch the OpenVPN widget up to the status page code for killing clients.jim-p2011-01-311-8/+17
| |
| * Don't save CA/Cert for a PSK IPsec tunnel.jim-p2011-01-311-0/+8
| |
| * Fix copypastojim-p2011-01-311-1/+1
| |
| * Fix display of these pages on Opera. ↵jim-p2011-01-314-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 Baker2011-01-296-0/+6
| |
| * Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-284-1/+170
| | | | | | | | logged in users since last rrd poll, and concurrent number of users logged in.
* | Adjust layoutSeth Mos2011-02-011-1/+6
| |
* | Add the IPv6 counters to the packets graph, also make all traffic counters stackSeth Mos2011-02-011-2/+57
| |
* | Add support for IPv6 counters to the RRD graphs. This adds 4 more data ↵Seth Mos2011-01-313-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 Mos2011-01-2626-183/+739
|\ \ | |/ | | | | | | Conflicts: etc/inc/system.inc
| * Redirect to correct pageScott Ullrich2011-01-251-2/+2
| |
| * Redirect to correct pageScott Ullrich2011-01-251-1/+1
| |
| * Fix url. Do not include mod_accesslog twiceScott Ullrich2011-01-251-1/+1
| |
| * move pre-auth url before after auth url for consistency.Scott Ullrich2011-01-251-7/+7
| |
| * Set form field type, make URL boxes same sizeScott Ullrich2011-01-251-1/+1
| |
| * move option near the otherScott Ullrich2011-01-251-7/+7
| |
| * Increase textbox size. Clarify the original Redirection URL purpouseScott Ullrich2011-01-251-2/+2
| |
| * Handle PORTAL_REDIRURL variableScott Ullrich2011-01-251-0/+6
| |
| * Adding CP pre-authentication redirect URL boxScott Ullrich2011-01-251-1/+9
| |
| * Misc fixupsScott Ullrich2011-01-258-32/+32
| |
| * Prevent drop down menu creationScott Ullrich2011-01-256-6/+6
| |
| * Adding switch to prevent dropdown menu creation.Scott Ullrich2011-01-251-7/+4
| |
| * Adding tab for allowed hostnamesScott Ullrich2011-01-255-0/+5
| |
| * Adding preliminary version of allowed hostnames. Allowed hostnames function ↵Scott Ullrich2011-01-252-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 Ullrich2011-01-251-62/+69
| |
| * don't show version on this page either, to match the other pagesChris Buechler2011-01-251-2/+2
| |
| * handle alternate xml_rootobj correctly when doing config backups w/RRD dataChris Buechler2011-01-241-3/+3
| |
| * Warn users a different way if packages are being reinstalled in the ↵jim-p2011-01-243-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.Ermal2011-01-244-87/+87
| |
| * Properly check empty fields when specifying bandwidth values.Ermal2011-01-244-4/+4
| |
| * Fix OpenVPN wizard.jim-p2011-01-211-2/+1
| |
| * fix textChris Buechler2011-01-212-4/+1
| |
| * correct field type, no aliases allowed hereChris Buechler2011-01-201-3/+3
| |
| * Add drop-down to select OpenVPN hardware crypto (finds usable devices from ↵jim-p2011-01-204-0/+63
| | | | | | | | "openssl engine" list) for clients and servers.
| * Add a checkbox for duplicate-cn on OpenVPN servers.jim-p2011-01-203-1/+34
| |
* | Add the firewall_nat_npt* pages so that you can enter use binat for Network ↵Seth Mos2011-01-212-0/+463
| | | | | | | | prefix translation
* | Unbreak static routesSeth Mos2011-01-213-0/+3
| | | | | | | | Add initial NPt Network Prefix Translation pages
* | Enlarge subnet bits to 128Seth Mos2011-01-202-3/+4
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-01-206-13/+11
|\ \ | |/ | | | | | | Conflicts: etc/inc/system.inc
| * Allow setting package interfaces to loopback (lo0)Scott Ullrich2011-01-191-0/+1
| |
| * don't show platform here (rebrands)Chris Buechler2011-01-191-1/+1
| |
| * If an outbound nat rule has a protocol specified, show it in the summary view.jim-p2011-01-191-0/+2
| |
| * fix DNS rebinding descrChris Buechler2011-01-181-4/+4
| |
| * Ticket #836 Ticket #1194 and ↵Ermal2011-01-181-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-p2011-01-181-5/+0
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-01-1889-1719/+830
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/system.inc
| * Fix serial port note text.jim-p2011-01-141-1/+1
| |
| * Validate imported CA/Cert a bit more strongly. Should fix #1190jim-p2011-01-132-0/+4
| |
OpenPOWER on IntegriCloud