Commit Graph

27258 Commits

Author SHA1 Message Date
Renato Botelho
39ef49f648 Add a workaround to make sure images are compressed before rsync, for some reason wait is not working as expected 2015-09-18 13:52:19 -03:00
Renato Botelho
e8a3a81b65 Call conf_mount_ro() in better place
Do not call conf_mount_ro just before call write_config(),
write_config() calls conf_mount_(rw|ro), and if filesystem is already
mounted in rw state, it'll only increase the refcounter
2015-09-18 11:22:54 -03:00
Stephen Beaver
d0613e4fb3 Fixed #5099
Destination port fields now behave as required.
2015-09-17 17:00:17 -04:00
Renato Botelho
e41e0ec93d No need a subshell to call execute functions 2015-09-17 16:44:02 -03:00
Chris Buechler
2c8121a0c7 add sudo port to ARM 2015-09-17 13:47:47 -05:00
Stephen Beaver
b22368535d Fixed #5099
Javascript logic changged for source port display
"Advanced" button now has toggle acton and its state survives a protocol change.
2015-09-17 14:27:49 -04:00
Stephen Beaver
860caa2fe5 Fixed #5153
Notes:
	The addGlobal() method is applicable to a form, not a section
	'hidden' elements should not specify a label
	Form_Groups with no input elements currently break the framework. Use Form_StaticText instead.
2015-09-17 09:46:51 -04:00
Renato Botelho
5e912dd3ad Merge pull request #1895 from doktornotor/patch-9 2015-09-17 10:32:37 -03:00
doktornotor
356ec78791 Make the openvpn-server IP address consistent with CSC overrides behavior 2015-09-17 15:12:14 +02:00
Stephen Beaver
34ab580d87 Fixed #5147
This work was reverted then re-applied without the (accidental) tab/space screw-up
2015-09-17 09:02:19 -04:00
Stephen Beaver
68933ba764 Revert "Fixed #5148"
Accidentally broke spaces/tabs
This reverts commit 910b77ad16.
2015-09-17 08:16:27 -04:00
Phil Davis
08bcd37957 Redmine #5046 UEFI network booting arch 00:09 2015-09-17 07:55:09 -03:00
Chris Buechler
e18ffac2a4 allow port ranges for natport. Ticket #5156 2015-09-17 01:17:58 -05:00
Stephen Beaver
798b88f06b Fixed #5013 2015-09-16 16:08:54 -04:00
jim-p
900ce3b0ee Work around a chicken-and-egg problem in user syncing. See #5152
See also: commit:5372d26d9d25d751d16865ed9d46869d3b0ec5e1
2015-09-16 15:47:28 -04:00
Renato Botelho
96283eb7c2 Merge pull request #1896 from itshari/bootstrap 2015-09-16 16:16:02 -03:00
Renato Botelho
b44845f873 Merge branch 'bootstrap' of https://github.com/itshari/pfsense into itshari-bootstrap 2015-09-16 16:15:30 -03:00
Stephen Beaver
910b77ad16 Fixed #5148 2015-09-16 14:47:48 -04:00
Stephen Beaver
d5ad40881c Fixed #5138 2015-09-16 13:35:48 -04:00
Renato Botelho
d73aca52c6 Revert "Re-enable ntopng package after port fix"
This reverts commit 8df5376a82.
2015-09-16 14:28:02 -03:00
Renato Botelho
2c8c882317 Merge pull request #1897 from phil-davis/m-etc 2015-09-16 13:50:07 -03:00
Renato Botelho
5f1148cc2c Merge pull request #1898 from phil-davis/patch-1 2015-09-16 13:49:24 -03:00
Renato Botelho
93162f5917 Merge pull request #1899 from phil-davis/patch-2 2015-09-16 13:47:34 -03:00
Stephen Beaver
bca536077c Fixed #5142 2015-09-16 12:23:36 -04:00
Stephen Beaver
b085759d16 Fixed #5141 2015-09-16 10:41:12 -04:00
Stephen Beaver
881c7fe70c Fixed #5145
Direction value was not being saved in config
2015-09-16 10:10:57 -04:00
Stephen Beaver
54885c7892 Fixed #5143
hideInput -> hideCheckbox
2015-09-16 09:50:30 -04:00
Stephen Beaver
1ef5a1ce4f Fixed $5050
serversdisabled list filtered to remove blank entry
2015-09-16 09:26:03 -04:00
Stephen Beaver
66513c5a40 Fixed #5151
JS revised to allow subnet bits on CARP and IP Alias
2015-09-16 09:00:22 -04:00
Renato Botelho
8df5376a82 Re-enable ntopng package after port fix 2015-09-16 09:53:03 -03:00
Stephen Beaver
43acaa2f27 Fixed 5139
Resolver GET/POST error
2015-09-16 08:47:59 -04:00
Stephen Beaver
f438135364 Fixed #5147
JS added to provide DHCP preset functionality
2015-09-16 08:31:56 -04:00
Phil Davis
a344af885c pptp_local and pptp_remote are arrays
I believe these should reference the [0] array element of pptp_local and pptp_remote. The code in interfaces.php only presents the [0] (first) array element to the user for editing.
The current code also does not preserve any additional pptp_local, pptp_subnet or pptp_remote entries in the coma-separated list in the config. That is redmine bug #4568.
I am currently integrating the fix for Redmine #4568 Preserve MLPPP settings when saving interface settings. The fix for that bug will add more code to preserve additional pptp_local, pptp_subnet or pptp_remote entries.
For now it would be good to have this little fix to the existing code - then the fix for redmine bug #4568 will sit nicely on top of it.
2015-09-16 15:37:05 +05:45
Phil Davis
235962c0bc Reword text in etc/rc
to improve the English.
Resubmit of PR https://github.com/pfsense/pfsense/pull/1847
2015-09-16 14:50:16 +05:45
Phil Davis
6990ad353c White space and minor bits in etc
Cleaner version of https://github.com/pfsense/pfsense/pull/1846
2015-09-16 14:43:30 +05:45
Chris Buechler
cc493d0039 Merge pull request #1886 from doktornotor/patch-7 2015-09-16 02:43:44 -05:00
Chris Buechler
b2f80e5e91 Remove useless log spam. Ticket #4102 2015-09-16 02:01:19 -05:00
Chris Buechler
96b7727d83 s/delet the/delete the/g
Credit for idea to Phil Davis
2015-09-16 01:33:21 -05:00
Chris Buechler
83901b0229 Merge pull request #1823 from phil-davis/notices-per-second 2015-09-15 23:25:12 -05:00
Chris Buechler
3599c525bd Fix alias sync selection and text 2015-09-15 23:10:16 -05:00
Chris Buechler
70df1eae35 fix text 2015-09-15 23:03:16 -05:00
Chris Buechler
7ccb749421 Fix force config sync button 2015-09-15 22:55:48 -05:00
Chris Buechler
2f4a901e7f fix apply changes on load_balancer_monitor.php 2015-09-15 19:10:31 -05:00
Chris Buechler
220c891560 clean up relayd prefork descr 2015-09-15 19:09:22 -05:00
Renato Botelho
2975a60832 Retire PPTP server, fixes #4226:
- Remove PPTP server and all related code
- Bump config version 12.2
- Write upgrade config code to remove pptpd section and also cleanup
  firewall and NAT rules using PPTP interface or src/des
2015-09-15 18:21:00 -03:00
Renato Botelho
c9d46a8e80 Retire PPTP server, fixes #4226:
- Remove PPTP server and all related code
- Bump config version 12.2
- Write upgrade config code to remove pptpd section and also cleanup
  firewall and NAT rules using PPTP interface or src/des
2015-09-15 18:20:59 -03:00
Chris Buechler
b8bb09bd4b fix services_dyndns_edit.php text and formatting 2015-09-15 15:53:25 -05:00
Chris Buechler
8044720c57 fix text 2015-09-15 15:22:45 -05:00
Stephen Beaver
886b12b6f5 Fixed #5021 2015-09-15 16:19:31 -04:00
Chris Buechler
cc38f6993b fix text 2015-09-15 15:12:44 -05:00