summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* the state type is required/valid for all specifications of protocol, notChris Buechler2013-08-011-1/+1
| | | | | just the ones formerly listed. For instance, sloppy is valid (and widely used on 2.0.x and some older 2.1x) with "any" protocol.
* Merge pull request #754 from CharlieMarshall/newRenato Botelho2013-08-011-31/+39
|\ | | | | add messages to inform user of column limits & change cursor of buttons
| * indentationCharlie Marshall2013-08-011-42/+44
| |
| * add user messages and change cursor for theme pfsense_ng_fsCharlie Marshall2013-08-011-1/+7
| |
* | Resolves #3121. Fix the command so it does perform correctlyErmal2013-08-011-1/+1
|/
* Whitespace fixesErmal2013-08-011-4/+4
|
* Set the interface as first here to properly be able to identify it after in ↵Ermal2013-08-011-0/+1
| | | | php code. Ticket #2495
* Manually revert the patch to cleanup aliases since now its propely handled ↵Ermal2013-08-011-3/+0
| | | | in the ip assignements. Ticket #2495
* Add Zone to the messages logged on syslog from CP to easy troubleshootingErmal2013-08-012-5/+8
|
* Merge pull request #752 from CharlieMarshall/correctWidgetLinksWarren Baker2013-08-014-0/+16
|\ | | | | add missing links to widget headers
| * add missing links to widget headersCharlie Marshall2013-08-014-0/+16
|/ | | | correct links
* Merge pull request #749 from phil-davis/masterErmal Luçi2013-07-311-10/+12
|\ | | | | Reorder reverse lookup overrides so user-specified ones are effective
| * Reorder reverse lookup overrides so user-specified ones are effectivePhil Davis2013-07-311-10/+12
|/ | | | | If the user specifies a domain override for 10.in-addr.arpa and also specifies "Do not forward private reverse lookups" then the user-specified entry is not effective. But the code was supposed to allow users to specify individual reverse lookup domain overrides that took precedence. Re-ordering the placement of the --server entries on the dnsmasq command line fixes this. Forum: http://forum.pfsense.org/index.php/topic,64986.0.html
* Revert "Remove unecessary variable"Renato Botelho2013-07-301-2/+4
| | | | | | This var is used below This reverts commit b91d0be3863d55bbfe9a31d855b4a2aedae34d92.
* Fix up filter_pflog_start - optimize some code, and fix $retval so that it ↵jim-p2013-07-301-2/+5
| | | | will be restarted correctly after killing it.
* Show friendly interface name, fixes #3095Renato Botelho2013-07-301-1/+1
|
* Show the name of the unresolvable alias name as well as the rule description ↵jim-p2013-07-301-4/+6
| | | | to avoid ambiguity.
* Merge pull request #747 from razzfazz/tighten-smart-regex-masterJim P2013-07-302-2/+2
|\ | | | | tighten overly broad regexes for SMART monitoring
| * tighten overly broad regexes for SMART monitoringDaniel Becker2013-07-302-2/+2
|/
* Catch adaX here toojim-p2013-07-301-2/+2
|
* Check if hostname is valid, it fixes #3117Renato Botelho2013-07-301-0/+2
|
* Merge pull request #745 from razzfazz/dhcp-domain-masterErmal Luçi2013-07-301-2/+10
|\ | | | | use correct domain names when registering static DHCP entries in DNS
| * Merge branch 'master' of https://github.com/pfsense/pfsense into ↵Daniel Becker2013-07-291-4/+6
| |\ | |/ |/| | | dhcp-domain-master
* | Merge pull request #743 from CharlieMarshall/trafficGraphErmal Luçi2013-07-291-4/+6
|\ \ | | | | | | seperate date & time on traffic graphs
| * | seperate date & time on traffic graphsCharlie Marshall2013-07-291-4/+6
|/ /
| * use correct domain names when registering static DHCP entries in DNSDaniel Becker2013-07-291-2/+10
|/ | | | | | When registering static DHCP entries in DNS, we first try to use the domain name configured for the static entry (if any), then the domain name configured in the DHCP server settings for the corresponding interface (if any), and as a last resort the system domain name. This change was proposed by user TechSmurf on the pfSense boards; see <http://forum.pfsense.org/index.php/topic,64934.msg352331.html#msg352331>.
* Use full pathjim-p2013-07-291-1/+1
|
* Show full process arguments in system activity output, but limit output to ↵jim-p2013-07-291-1/+1
| | | | 105 chars wide so it does not spill out of its background area.
* Merge pull request #742 from CharlieMarshall/patch-1Renato Botelho2013-07-291-1/+1
|\ | | | | Improve look of button (change class) - diag_backup.ph
| * Improve look of button = change classCharlie Marshall2013-07-291-1/+1
|/
* Fix testjim-p2013-07-291-1/+1
|
* Merge pull request #739 from CharlieMarshall/pfsense_ng_fs-button-fixRenato Botelho2013-07-292-4/+5
|\ | | | | better handling of widescreen theme
| * Add commentCharlie Marshall2013-07-291-0/+1
| |
| * correct typos carried over from pfsense_ng cloneCharlie Marshall2013-07-281-2/+2
| |
| * better handling of widescreen themeCharlie Marshall2013-07-282-2/+2
| |
* | Merge pull request #741 from phil-davis/masterErmal Luçi2013-07-291-1/+1
|\ \ | | | | | | Make NAT port forward data entry error message match GUI text
| * | Make NAT port forward data entry error message match GUI textPhil Davis2013-07-281-1/+1
| | | | | | | | | The GUI has "Redirect target IP" and "Redirect target port". But the error message when validating "Redirect target port" refers to it as "local port". I was just confused when I forgot to type in the "Redirect target port", the error told me I had to enter a valid local port. I looked down the GUI page for "local port" and it is not there.
* | | Merge pull request #740 from CharlieMarshall/themeTidyUpErmal Luçi2013-07-297-14/+14
|\ \ \ | |/ / |/| | tidy up themes loader.js file
| * | tidy up themes loader.js fileCharlie Marshall2013-07-287-14/+14
| |/
* | Fix exec bits.jim-p2013-07-281-0/+0
| |
* | Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-2817-25/+25
| |
* | Merge pull request #735 from CharlieMarshall/gateway_col_fixRenato Botelho2013-07-281-13/+15
|\ \ | | | | | | improve gateway widget dimensions
| * | fix title overlapCharlie Marshall2013-07-271-1/+2
| | |
| * | improve gateway widget dimensionsCharlie Marshall2013-07-271-14/+15
| | |
* | | Update services_dyndns_edit.phpN0YB2013-07-281-1/+1
| |/ |/| | | | | Setting $pconfig['ttl'] to isset result causes the ttl value to be set to 1 (true) upon subsequent saves.
* | Merge pull request #736 from CharlieMarshall/pfsense_ng_typosRenato Botelho2013-07-271-2/+2
|\ \ | | | | | | fix typos loader.js in "pfsense_ng" theme
| * | fix typosCharlie Marshall2013-07-271-2/+2
|/ /
* | Also catch adaX Fixes #3112jim-p2013-07-271-1/+1
|/
* Merge pull request #731 from CharlieMarshall/graphsRenato Botelho2013-07-261-1/+1
|\ | | | | change traffic graph widget width & height to improve look for pfsense_ng_fs theme
| * change graph display to improve look for pfsense_ng_fs themeCharlie Marshall2013-07-251-1/+1
| |
OpenPOWER on IntegriCloud