summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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
|
* Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵jim-p2011-01-064-8/+8
| | | | config now and this just causes some characters to be lost on input. Ticket #1168
* Do not center hard drive upgrade imageScott Ullrich2011-01-051-1/+1
|
* Increase textarea column size.Scott Ullrich2011-01-051-2/+2
|
* Clarify a few lines of textScott Ullrich2011-01-051-2/+2
|
* nuke content size.Scott Ullrich2011-01-051-1/+1
|
* Do not nuke /var/db/pkg now that 2.0 has better handlingScott Ullrich2011-01-051-2/+0
|
* Set status field to upgrade in progtress during upgradeScott Ullrich2011-01-051-2/+4
|
* fix textChris Buechler2011-01-051-1/+1
|
* comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 ↵Chris Buechler2011-01-041-1/+1
| | | | release
* don't use hard coded themeChris Buechler2011-01-031-4/+4
|
* fix CP dashboard widgetChris Buechler2011-01-031-0/+1
|
* Ticket #943. Sleep 1 second to give dns time to reload.Ermal2011-01-031-0/+1
|
* Simplify package version checking code and use the existing ↵jim-p2011-01-031-23/+13
| | | | pfs_version_compare function that does much (and more) of what the old code was trying to do on its own.
* Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the ↵Ermal2011-01-031-1/+1
| | | | correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.
* Add $nocsrf = true;Scott Ullrich2011-01-0317-1/+38
|
* Attempt to make it more clear to users that "Dial on Demand" should not be ↵gnhb2011-01-031-1/+1
| | | | | | enabled if the link should be always up/on.
OpenPOWER on IntegriCloud