summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Revert "nuke content size."Scott Ullrich2011-01-111-1/+1
| | | | | | | | This reverts commit 456962bde2b5b64f2feca58728d96c9c45463f1d.
| * Ticket #1183. Skip call to filter_configure() here, this will be done when ↵Pierre POMES2011-01-101-1/+0
| | | | | | | | user will click on 'apply changes' button in firewall_aliases.php
| * Sort installed packages in a case insensitive way on the widget and ↵jim-p2011-01-102-2/+2
| | | | | | | | installed packages list.
| * Whitespace fixesjim-p2011-01-101-90/+83
| |
| * Sort services on the services status page and widget.jim-p2011-01-102-2/+15
| |
| * Be more restrictive with PPTP passwords, invalid characters can blow up the ↵jim-p2011-01-101-1/+1
| | | | | | | | config.
| * Ticket #944. Do not use the interface_bring_down fucntion here since it is ↵Ermal2011-01-101-5/+5
| | | | | | | | meant for assigned interfaces. Directly destroy previous vlan interface if parent changes.
| * Ticket #1013. Force NAS_PORT to be of type integer to avoid it being ↵Ermal2011-01-102-4/+4
| | | | | | | | interpreted as char and generate wrong radius packet.
| * Add EasyRule images to all other themes. Should work in all themes now.jim-p2011-01-1014-0/+0
| |
| * Fix HTML errors reported by Eclipse using PHP perspectivePierre POMES2011-01-093-3/+3
| |
| * Added Unbound to the package section for correct link to doc site.Warren Baker2011-01-081-0/+1
| |
OpenPOWER on IntegriCloud