Commit Graph

22003 Commits

Author SHA1 Message Date
Chris Buechler
653bde345e the state type is required/valid for all specifications of protocol, not
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.
2013-08-01 21:43:56 -05:00
Renato Botelho
887d1b082d Merge pull request #754 from CharlieMarshall/new
add messages to inform user of column limits & change cursor of buttons
2013-08-01 15:55:48 -07:00
Ermal
af12517771 Resolves #3121. Fix the command so it does perform correctly 2013-08-01 17:51:49 +00:00
Charlie Marshall
0a819f22b2 indentation 2013-08-01 17:21:30 +01:00
Charlie Marshall
8e3e20abe4 add user messages and change cursor for theme pfsense_ng_fs 2013-08-01 17:15:43 +01:00
Ermal
0b1f997354 Whitespace fixes 2013-08-01 11:14:08 +00:00
Ermal
8540ee75c7 Set the interface as first here to properly be able to identify it after in php code. Ticket #2495 2013-08-01 11:13:49 +00:00
Ermal
e506b054be Manually revert the patch to cleanup aliases since now its propely handled in the ip assignements. Ticket #2495 2013-08-01 11:11:52 +00:00
Ermal
12feed15db Add Zone to the messages logged on syslog from CP to easy troubleshooting 2013-08-01 10:26:01 +00:00
Warren Baker
ebea8b08eb Merge pull request #752 from CharlieMarshall/correctWidgetLinks
add missing links to widget headers
2013-08-01 00:21:05 -07:00
Charlie Marshall
b284ad38cc add missing links to widget headers
correct links
2013-08-01 08:01:55 +01:00
Ermal Luçi
3cc77e15f0 Merge pull request #749 from phil-davis/master
Reorder reverse lookup overrides so user-specified ones are effective
2013-07-31 02:45:10 -07:00
Phil Davis
fc27d3f4e5 Reorder reverse lookup overrides so user-specified ones are effective
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
2013-07-31 01:53:11 -07:00
Renato Botelho
ba47a8900e Revert "Remove unecessary variable"
This var is used below

This reverts commit b91d0be386.
2013-07-30 15:52:14 -03:00
jim-p
5db98b2123 Fix up filter_pflog_start - optimize some code, and fix $retval so that it will be restarted correctly after killing it. 2013-07-30 14:09:08 -04:00
Renato Botelho
1e8635e880 Show friendly interface name, fixes #3095 2013-07-30 14:33:56 -03:00
jim-p
474c7b0440 Show the name of the unresolvable alias name as well as the rule description to avoid ambiguity. 2013-07-30 12:48:10 -04:00
Jim P
24f76a63f4 Merge pull request #747 from razzfazz/tighten-smart-regex-master
tighten overly broad regexes for SMART monitoring
2013-07-30 09:46:24 -07:00
Daniel Becker
9ca01b5f54 tighten overly broad regexes for SMART monitoring 2013-07-30 09:22:08 -07:00
jim-p
8bfc329f05 Catch adaX here too 2013-07-30 11:04:26 -04:00
Renato Botelho
1be999112d Check if hostname is valid, it fixes #3117 2013-07-30 07:52:37 -03:00
Ermal Luçi
5c527f4e49 Merge pull request #745 from razzfazz/dhcp-domain-master
use correct domain names when registering static DHCP entries in DNS
2013-07-30 03:13:30 -07:00
Daniel Becker
3c86bbe810 Merge branch 'master' of https://github.com/pfsense/pfsense into dhcp-domain-master 2013-07-29 22:48:29 -07:00
Daniel Becker
2ec52b3e69 use correct domain names when registering static DHCP entries in DNS
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>.
2013-07-29 22:48:00 -07:00
Ermal Luçi
cec985b161 Merge pull request #743 from CharlieMarshall/trafficGraph
seperate date & time on traffic graphs
2013-07-29 22:35:18 -07:00
Charlie Marshall
3bae4ee43d seperate date & time on traffic graphs 2013-07-29 23:00:47 +01:00
jim-p
53bd164217 Use full path 2013-07-29 14:32:08 -04:00
jim-p
c772dc10a3 Show full process arguments in system activity output, but limit output to 105 chars wide so it does not spill out of its background area. 2013-07-29 14:30:21 -04:00
Renato Botelho
308045d914 Merge pull request #742 from CharlieMarshall/patch-1
Improve look of button (change class) - diag_backup.ph
2013-07-29 07:42:42 -07:00
Charlie Marshall
bda4098509 Improve look of button = change class 2013-07-29 15:06:24 +01:00
jim-p
735ab5032f Fix test 2013-07-29 08:19:02 -04:00
Renato Botelho
a33c38cf4b Merge pull request #739 from CharlieMarshall/pfsense_ng_fs-button-fix
better handling of widescreen theme
2013-07-29 05:16:03 -07:00
Ermal Luçi
d8d6e2387a Merge pull request #741 from phil-davis/master
Make NAT port forward data entry error message match GUI text
2013-07-29 00:08:33 -07:00
Ermal Luçi
752ba8d27e Merge pull request #740 from CharlieMarshall/themeTidyUp
tidy up themes loader.js file
2013-07-29 00:08:10 -07:00
Charlie Marshall
08a97fe0ae Add comment 2013-07-29 07:32:11 +01:00
Phil Davis
d750dd6f93 Make NAT port forward data entry error message match GUI text
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.
2013-07-28 22:32:21 -07:00
jim-p
9761b8334d Fix exec bits. 2013-07-28 21:38:35 -04:00
Charlie Marshall
66e1353e6b tidy up themes loader.js file 2013-07-28 22:08:25 +01:00
Charlie Marshall
8822996bd6 correct typos carried over from pfsense_ng clone 2013-07-28 14:33:37 +01:00
Renato Botelho
5aa68a55a6 Fix #3113, fix multiple english spell errors s/seperet/separat/ 2013-07-28 10:31:14 -03:00
Renato Botelho
434a9daecc Merge pull request #735 from CharlieMarshall/gateway_col_fix
improve gateway widget dimensions
2013-07-28 05:45:31 -07:00
N0YB
91dad6c673 Update services_dyndns_edit.php
Setting $pconfig['ttl'] to isset result causes the ttl value to be set to 1 (true) upon subsequent saves.
2013-07-28 09:30:00 -03:00
Charlie Marshall
bb38e8e5f9 better handling of widescreen theme 2013-07-28 11:38:01 +01:00
Renato Botelho
79891ffe7b Merge pull request #736 from CharlieMarshall/pfsense_ng_typos
fix typos loader.js in "pfsense_ng" theme
2013-07-27 17:20:50 -07:00
Charlie Marshall
9df039a8ab fix typos 2013-07-27 22:35:23 +01:00
jim-p
ccf4798762 Also catch adaX Fixes #3112 2013-07-27 13:48:57 -04:00
Charlie Marshall
10a1f2da5e fix title overlap 2013-07-27 15:52:47 +01:00
Charlie Marshall
9b03bd4c80 improve gateway widget dimensions 2013-07-27 13:14:41 +01:00
Renato Botelho
23c185bbf4 Merge pull request #731 from CharlieMarshall/graphs
change traffic graph widget width & height to improve look for pfsense_ng_fs theme
2013-07-26 10:32:25 -07:00
Renato Botelho
d1775b4c34 Merge pull request #733 from CharlieMarshall/logWidgetFix
Tidy up and improve log.widget.php
2013-07-26 08:00:46 -07:00