summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fix #3127Renato Botelho2013-09-064-15/+15
| | | | | | | By default htmlspecialchars does not consider single quotes, what can be a problem when value attribute is set using it. Replace value attribute set to use double quotes on places where it's obviously recieving a result of htmlspecialchars() call.
* Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to ↵Ermal2013-09-041-2/+13
| | | | killall returning without the process really exiting.
* Bring back static routes to fix issues reported on Ticext #3179Ermal2013-09-032-1/+19
|
* Disable state killing on gateway failure by default for new configs.Chris Buechler2013-09-031-3/+2
| | | | Clarify the text describing the option while here.
* Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.htmlErmal2013-09-031-5/+10
|
* fix textChris Buechler2013-09-031-1/+1
|
* touch up text, s/nat/NAT/Chris Buechler2013-09-037-30/+30
|
* Merge pull request #787 from phil-davis/masterRenato Botelho2013-08-311-8/+2
|\ | | | | Provide get_uptime_sec in a common include file
| * Call get_uptime_sec from functions.inc.phpPhil Davis2013-08-291-8/+2
| | | | | | to avoid code duplication
* | Show a count of the CPUs if more than one is detected, and show how those ↵jim-p2013-08-302-0/+18
| | | | | | | | CPUs are supplied by the hardware.
* | Use ipprotocol to check gateway protocol, this fix a issue that allow to set ↵Renato Botelho2013-08-291-6/+1
|/ | | | more than one default gateway when it's dynamic
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-2827-27/+27
| | | | some rare cases.
* Add option to specify client management port for OpenVPN client export usePhil Davis2013-08-251-0/+46
| | | | See forum http://forum.pfsense.org/index.php/topic,63668.0.html and OpenVPN Manager GitHub discussion https://github.com/jochenwierum/openvpn-manager/issues/17 This allows a different client management port to be specified for use by OpenVPN client export when generating a client config for use with OpenVPN manager. Typically a company could have multiple offices with OpenVPN "road-warrior" access. Some users might need to connect to different offices at different times, so they would have multiple OpenVPN client configs installed on their laptop. For this to work with OpenVPN Manager, each client config needs to have a different management channel - only 1 can use the default of "166". The company can chooose a different number in the road-warrior server "client parameters" section at each office. Then the generated client config from each office will have a unique management channel port number.
* Certificate Manager, for 'Create an internal Certificate' use the correct ↵PiBa-NL2013-08-231-7/+12
| | | | 'Digest Algorithm'
* fix text to remove non-applicable copy/paste from v4 relayChris Buechler2013-08-211-1/+1
|
* Remove this particular form tag that doesn't appear to serve any purpose on ↵jim-p2013-08-201-2/+0
| | | | this page, and breaks the drop-down zone selector. Fixes #3153
* Add patch from the ticket to fix #3149jim-p2013-08-201-3/+15
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-4/+13
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-2/+8
|
* remove cssCharlie Marshall2013-08-181-1/+1
|
* Strip off scope before attempting to resolve the IPv6 IP here.jim-p2013-08-171-0/+1
|
* Use ntpdate from ports also and obsolete base oneRenato Botelho2013-08-161-2/+2
|
* Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.jim-p2013-08-161-0/+1
|
* Merge pull request #776 from CharlieMarshall/helperRenato Botelho2013-08-1510-12/+12
|\ | | | | improve the look of the pop up helper widget
| * improve the look of the pop up helper widgetCharlie Marshall2013-08-1410-12/+12
| |
* | Merge pull request #772 from CharlieMarshall/jQueryWidgetsRenato Botelho2013-08-153-43/+45
|\ \ | | | | | | convert dashboard progress bars to jqueryUI
| * | fix swap & tempCharlie Marshall2013-08-151-7/+8
| | |
| * | reduce height of progress barsCharlie Marshall2013-08-141-1/+1
| | |
| * | convert dashboard progress bars to jqueryUICharlie Marshall2013-08-142-40/+41
| | |
| * | ammend css for jquery progressbarsCharlie Marshall2013-08-141-2/+2
| |/
* | When renaming or deleting a virtual server, clean up the old relayd anchor ↵jim-p2013-08-152-2/+9
| | | | | | | | name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict.
* | Improve sh syntax using ${} for all variablesRenato Botelho2013-08-151-29/+29
| |
* | Also take dhcpv6 into consideration even here.Ermal2013-08-151-1/+1
| |
* | Display pfSense interface name on status interfacesPhil Davis2013-08-141-1/+1
| | | | | | | | | | | | Sometimes it is a bit difficult to work out which interface descriptive name is which pfSense internal interface name (wan, lan, opt1, opt2...). It is useful to know for: a) hardware that has wan, lan, opt1... pre-printed on the case (some Alix cases for example), making it easier for less-trained remote office staff to work out which cable corresponds to which interface in pfSense. b) looking in config.xml or other techo places where the internal pfSense name is stored/referenced - knowing that straight from a status GUI display saves having to first find the descriptive name in the config, then the pfSense internal name. What do you think? Is this a worthwhile place to display this data?
* | Relax advanced options firewall rules testsPhil Davis2013-08-141-12/+3
| | | | | | | | Various advanced options are now possible for any protocol since https://github.com/pfsense/pfsense/commit/653bde345e8f960de5bc745fe74e64d8ef3fd2d3 So allow these through the front-end GUI validation also.
* | Fix double-click to edit on OpenVPN CSC entriesjim-p2013-08-141-1/+1
| |
* | Remove prior CSC entry when cleaning up. Fixes #3143jim-p2013-08-141-2/+5
| |
* | Make sure an alias is not used by a static route before delete, ticket #2941Renato Botelho2013-08-141-0/+2
| |
* | Merge pull request #770 from individual-it/masterRenato Botelho2013-08-131-1/+2
|\ \ | |/ |/| Fix check for existing IP Address in DHCP mapping
| * Fix check for existing IP Address in DHCP mappingIndividual IT Services2013-08-131-1/+2
| | | | | | Even the Error message says: "This Hostname, IP or MAC address already exists." the IP Address was not checked if it already was given to a client as static mapped
* | Merge pull request #768 from CharlieMarshall/dynRenato Botelho2013-08-131-7/+7
|\ \ | |/ |/| tiny cosmetic change
| * remove whitespacesCharlie Marshall2013-08-121-6/+6
| |
| * change to span all cellsCharlie Marshall2013-08-121-1/+1
| |
* | Prevent assigned vlans from being changed the tag.Ermal2013-08-121-0/+6
|/
* Fix interface selections on UPnP to show the customized descriptions entered ↵jim-p2013-08-122-4/+37
| | | | | | | | by the user. While here, add an external interface selection knob. Fixes #3141 Conflicts: etc/inc/pkg-utils.inc
* Remove datetimepicker.js since it's not used anymoreRenato Botelho2013-08-121-486/+0
|
* change to plus 100 years as opposed to hard coded dateCharlie Marshall2013-08-111-1/+1
|
* remove whitespacesCharlie Marshall2013-08-111-7/+7
|
* improve datePicker on usermanger pageCharlie Marshall2013-08-111-10/+12
|
* Warn user that change will not take effect immediatelyRenato Botelho2013-08-081-0/+9
|
OpenPOWER on IntegriCloud