Commit Graph

12600 Commits

Author SHA1 Message Date
Phil Davis
1862040059 Mention interface name on DHCP edit GUI
IMHO it can be confusing on the DHCP edit page for static mapped entries to know which interface the entry is being edited/added for. Specially if the user comes from the Status DHCP Leases page, the lease they are editing/adding could be for 1 of many LAN-style interfaces.
This also made it easier for me to see which interface entry I was editing when I was testing https://github.com/pfsense/pfsense/pull/1504
2015-02-22 11:47:06 +05:45
Chris Buechler
065e78b3a9 Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of NAT-T field display so it's on for IKEv1, off for IKEv2. Do same for reauth while here. Ticket #3979 2015-02-18 00:38:23 -06:00
Renato Botelho
d72e936fea Merge pull request #1484 from phil-davis/more-text-typos 2015-02-13 16:27:30 -02:00
Renato Botelho
49fa70a2de Merge pull request #1485 from BBcan177/patch-1 2015-02-13 16:24:03 -02:00
Chris Buechler
47d3f94ae1 force minimum 100000 byte log file size. Some have been confused thinking this is KB, in some cases causing problems. This should help, and there shouldn't be a need for logs smaller than that. 2015-02-13 00:17:30 -06:00
BBcan177
f742c43ec3 Update fbegin.inc - Missing '/' in path
Found this issue in conjunction with user Digdug3
2015-02-12 16:54:45 -05:00
jim-p
b95a4d8ab8 Set srctrack separate from this test or the value won't save unless the sticky box status also changed. 2015-02-12 11:24:31 -05:00
Chris Buechler
0f31e91853 get rid of wizards/initial/ images that were never used 2015-02-11 22:28:51 -06:00
Ermal LUÇI
1c4c5ed2dd Remove dead code and unset vars so next time the code works properly avoiding cache issues. 2015-02-11 20:34:58 +01:00
Phil Davis
01c155f234 Random text typos
and I "corrected" function names that had "_choosen_" in them.
That is not technically an error - function names do not have to be
English words. But it does look nicer to read.
2015-02-11 14:57:50 +05:45
Renato Botelho
c70002be33 Merge pull request #1482 from phil-davis/CP-text-typos 2015-02-11 07:01:07 -02:00
Renato Botelho
ef8182caca Merge pull request #1483 from phil-davis/formfld-unknown 2015-02-11 07:00:07 -02:00
Phil Davis
0c6db320bd Fix typo in class in bridge edit
Fixing this makes nice little pencil icons appear in front of the text
entry fields.
2015-02-11 13:13:58 +05:45
Chris Buechler
06e847a729 Check if Unbound is enabled and using the same port before allowing dnsmasq to be enabled. part of Ticket #4332 2015-02-11 01:13:17 -06:00
Phil Davis
f416763bf0 Random text typos
that I noticed.
2015-02-11 12:52:14 +05:45
Chris Buechler
74ab379dac touch up Unbound text 2015-02-09 22:34:00 -06:00
Chris Buechler
758b51a021 Use appropriate interface field description when working with floating rules, it was confusing and potentially incorrect for floating rule purposes. 2015-02-09 14:20:17 -06:00
Renato Botelho
2b704ea9d2 Merge pull request #1469 from makkbe/master 2015-02-09 09:22:34 -02:00
Chris Buechler
6d5d965875 fix up text 2015-02-06 22:28:21 -06:00
Renato Botelho
20078775d4 Merge pull request #1458 from xbipin/patch-4 2015-02-05 12:52:44 -02:00
Renato Botelho
8f637a0c4e Merge pull request #1455 from xbipin/patch-2 2015-02-05 07:48:35 -02:00
Renato Botelho
68f7662be7 Merge pull request #1466 from tuyan/master 2015-02-04 16:23:22 -02:00
McB
f8b5f41d7a Merge remote-tracking branch 'upstream/master' 2015-02-03 20:25:30 +01:00
McB
68fde79cb5 Fixed alignment issue. 2015-02-03 20:21:35 +01:00
McB
197cf4331e Added DynDNS support for GleSYS API (www.glesys.com). 2015-02-03 20:17:24 +01:00
Chris Buechler
d7f4c1a42d fix responder-only IPsec text 2015-02-03 12:54:26 -06:00
Chris Buechler
e829fcbb91 fix text 2015-02-02 21:32:31 -06:00
Renato Botelho
6672609b90 Fix aliases popup width when fields are hidden when page is loaded. It should fix #4238 2015-02-02 15:28:36 -02:00
Tuyan Ozipek
f2b769d01d Fixed not being able to save custom and custom-v6 dyndns
entries due to "host" being posted empty, and thus failing
is_domain() check.
2015-02-02 10:46:30 -05:00
xbipin
c6c71b36ae fix indent
fix indent
2015-02-02 15:28:06 +04:00
Renato Botelho
e67c5bee46 Merge pull request #1457 from phil-davis/patch-2 2015-02-02 05:56:28 -02:00
Phil Davis
8820a3aa8f Remove latin-1 encoding of RSS feed
Many thanks to Gertjan in forum https://forum.pfsense.org/index.php?topic=87504.msg484017#msg484017
Specifically setting the output encoding to latin-1 was causing the "black diamonds" for special characters in the http://blog.pfsense.org RSS feed (e.g. the registered trademark sign after pfSense did not come out).
It should all work by letting simplepie do its default stuff with the RSS feed.
2015-02-02 08:25:36 +05:45
Chris Buechler
69aeef2195 Add input validation to prevent the use of AES > 128 where glxsb is enabled. Ticket #4361 2015-01-31 16:30:19 -06:00
Ermal LUÇI
87808568a7 Fixes #4360 allow marking a connection as responder only, the same behviour as mobile connections 2015-01-31 19:49:26 +01:00
Ermal LUÇI
86e1846f47 Fixes #4359 Allow controlling uniqueids 2015-01-31 19:36:23 +01:00
Ermal LUÇI
0b31300e99 Merge pull request #1453 from phil-davis/Upstream-SIP-server 2015-01-31 11:08:23 +01:00
Ermal LUÇI
420fce0458 Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec service. 2015-01-31 11:06:44 +01:00
Ermal LUÇI
430379acf9 Fixes #4333 Unset previous defined values before using the new ones 2015-01-31 10:45:48 +01:00
Ermal LUÇI
fdf6fcb3b1 Fixes #4340 encode username same as with password to avoid issues with special chars. 2015-01-31 10:14:04 +01:00
xbipin
f55ef2e70e Update pkg_edit.php 2015-01-31 10:38:58 +04:00
xbipin
c67b75d19a add schedule selection to pkg_edit.php
this allows schedule selection to pkg_edit.php, this can then be
utilized by packages to set schedules in many other places. This is the
first set of changes, will further modify other files to make full use
of schedules.
2015-01-31 10:35:11 +04:00
Ermal LUÇI
fa77655557 Do not reuse reqid on copy of phase2 Fixes #4349 2015-01-30 20:59:53 +01:00
Phil Davis
07b379525d Unbound domain override IP:port validation
The domain override is IP:port is invalid if either the IP address OR port is invalid.
Previously you could put an invalid IP with valid port, or valid IP with invalid port.
2015-01-30 22:45:27 +05:45
xbipin
5d60171d72 unnecessary but lets just add this for safety
unnecessary but lets just add this for safety
2015-01-30 10:36:19 +04:00
xbipin
a95867a2ff multiple allow/deny entries for UPnP (rowhelper)
remove old permission box fields
2015-01-29 14:14:31 +04:00
Chris Buechler
427831ac67 fix input validation, = is OK here 2015-01-29 03:05:28 -06:00
Renato Botelho
340e8bc5cf Accept port range on Outbound NAT. Fixes #4300 2015-01-28 16:46:18 -02:00
Renato Botelho
52d946d849 Merge pull request #1440 from wagonza/patch-6 2015-01-28 13:33:45 -02:00
Renato Botelho
e336d9ef3f Merge pull request #1421 from phil-davis/patch-4 2015-01-28 13:23:33 -02:00
xbipin
04a893de74 multiple allow/deny entries for UPnP (rowhelper)
with this additional change we can allow infinite number of entries
rather than just 500 due to the for loop set to a max of 500 because the
rowhelper control doesnt post as an array but just adds a number at the
end of the variable and we try and modify the pkg_edit.php file then it
would affect other packages
2015-01-28 13:26:54 +04:00