Commit Graph

31626 Commits

Author SHA1 Message Date
Renato Botelho
1a543cea40 Do not call pkg_update() here since pkg_switch_repo() aldready does it 2016-05-11 14:02:09 -03:00
NewEraCracker
48d321ca07 Miscellanous Textual Corrections - Add missing dots to phrases
(cherry picked from commit e4c7d45fc7)
2016-05-11 08:34:54 -04:00
NOYB
771acc31d2 Miscellaneous Textual Corrections - Services / Dynamic DNS
(cherry picked from commit 1c4e2ed053)
2016-05-11 08:32:21 -04:00
Phil Davis
3f398f0d4d Hide CIDR for alias types that do not use it
Suggested/discussed in forum
https://forum.pfsense.org/index.php?topic=111593.0
2016-05-11 01:56:31 -05:00
Phil Davis
f212adc8f4 hideMask only modify input-group on first parent
Otherwise when unhiding (e.g. for Network type alias), input-group gets
added to every div up the DM hierarchy and the layout gets messed up.
2016-05-11 01:56:22 -05:00
Chris Buechler
60ec2d7a6f Rename OSPF and System Patches packages in pre_upgrade_command. Ticket #6118 2016-05-11 00:52:18 -05:00
Chris Buechler
538a3c04a6 Revert "Add config upgrade code to update package names. Ticket #6118"
This reverts commit 291fad4387.
2016-05-11 00:29:58 -05:00
Chris Buechler
381b8f1cd5 Check for is_array here to avoid possible issues if the config.cache is invalid. Adapted from PR 2925 2016-05-10 22:55:06 -05:00
Stephen Beaver
5925b41917 Spaces->tabs
(cherry picked from commit e1caefc74f)
2016-05-10 23:44:44 -04:00
jim-p
16203db376 Fix tab highlighting when editing mobile IPsec P1. Fixes #6341 2016-05-10 15:27:44 -04:00
NewEraCracker
d515da7528 Adding missing spaces between punctuation
(cherry picked from commit 0e63fe1f37)
2016-05-10 09:10:44 -04:00
NOYB
031cf0b47c Miscellaneous Textual Corrections - Services Load Balancer
(cherry picked from commit f381776667)
2016-05-10 09:09:29 -04:00
PiBa-NL
533f5895ca theme Compact-RED, added a few more tweaks to look a bit more aligned.
(cherry picked from commit ec18e589f1)
2016-05-09 18:16:04 -04:00
Chris Buechler
07b45576c5 just exit for v6, gateways setup above. 2016-05-09 16:13:03 -05:00
Chris Buechler
0eb97c7c26 fix booting check 2016-05-09 16:11:11 -05:00
Stephen Beaver
ed80365be0 Add Compact-RED theme and update system.php to sort available themes by pfSense, then BETA, then user supplied themes.
(cherry picked from commit 6a5c666196)
2016-05-09 14:45:04 -04:00
Renato Botelho
1ad587b53e Revert "Fix #6120"
This reverts commit 4cbe0b132f.
2016-05-09 14:20:29 -03:00
Renato Botelho
70f4175502 Revert "Require system.inc to fix /etc/rc.console_setup. Ticket #6120"
This reverts commit 32f0ee8846.
2016-05-09 14:20:20 -03:00
Renato Botelho
32f0ee8846 Require system.inc to fix /etc/rc.console_setup. Ticket #6120 2016-05-09 14:17:47 -03:00
Renato Botelho
65aac79d99 A simple fix for #6120
- Retire system_console_configure()
- Replace above call on rc.bootup by setup_serial_port()
2016-05-09 10:29:24 -03:00
NOYB
bce2ce6025 Miscellaneous Textual Corrections - Services DNS Resolver
(cherry picked from commit 0cb4d4a635)
2016-05-09 09:23:51 -04:00
NOYB
cea54822f1 Miscellaneous Textual Corrections - Services DNS Forwarder
(cherry picked from commit 3d7aaa1a3f)
2016-05-09 09:22:42 -04:00
Renato Botelho
4cbe0b132f Fix #6120
- Do not include /etc/ttys on base package, it's not supposed to be
replaced during upgrade
- Create a script /etc/rc.console_setup to make it easy to call
setup_serial_port() from shell scripts. This script will update
/etc/ttys accordingly
- Call /etc/rc.console_setup just after 2nd stage of upgrade happened
and new files are in place
2016-05-09 09:51:51 -03:00
Chris Buechler
96ca32a246 Update L7 config upgrade code removal. Only file notice if it was actually in use, otherwise it just confuses people. 2016-05-08 03:14:46 -05:00
Chris Buechler
297ace668e Add config upgrade code to update package names. Ticket #6118 2016-05-08 03:11:15 -05:00
Chris Buechler
d239edd157 Setup gateway monitors and exit in rc.newwanip(v6) if system is booting. Ticket #6186 2016-05-07 20:00:38 -05:00
Chris Buechler
adff31362e Log if rc.newwanip(v6) is called with empty interface. 2016-05-07 19:29:01 -05:00
Chris Buechler
55a9ca071b status_queues.php, default packet_s to 0 if it falls through to that point. Ticket #6329 2016-05-07 17:10:31 -05:00
Stephen Beaver
f2c719c995 Experimentally fixed #6327
(cherry picked from commit 54fc9503ff)
2016-05-07 15:46:20 -04:00
NOYB
885af75cbb Miscellaneous Textual Correction - Firewall / Shaper
(cherry picked from commit c3ebf34704)
2016-05-07 15:08:26 -04:00
NOYB
0925f82d68 Miscellaneous Textual Correction - Firewall / Rules
(cherry picked from commit 1fd8a55206)
2016-05-07 15:07:06 -04:00
Stephen Beaver
0a52ea653b Fixed #6331
(cherry picked from commit 7e653b50c4)
2016-05-07 13:49:03 -04:00
Stephen Beaver
413a52a0e2 Workaound fixes #6320
(cherry picked from commit d1c57eb8e1)
2016-05-07 13:43:32 -04:00
Chris Buechler
5cfd54928f Add nut package to poudriere 2016-05-07 05:11:19 -05:00
Chris Buechler
17be206e3e Don't divide by 0. Ticket #6329 2016-05-06 21:59:31 -05:00
Chris Buechler
8ad194c026 Clear xmlrpc.lock when restarting php-fpm. Ticket #6328 2016-05-06 18:46:10 -05:00
Chris Buechler
9fabe2c701 Bump net.inet.raw.recvspace and net.inet.raw.maxdgram by default. Ticket #6223 2016-05-06 18:46:03 -05:00
jim-p
1f7ea38c09 Add pstree to poudriere list 2016-05-06 13:16:09 -04:00
Renato Botelho
3b577b94c5 Remove a wrong comment I left by accident and make it really remove packages. Fixes #6137 2016-05-06 11:22:43 -03:00
jim-p
45c50e6fa4 Change the default output of pkg.php lists to be encoded before display. Preserve the old behavior as an option in case a package needs it (I didn't see any current ones that appeared to rely on the behavior, however) 2016-05-06 09:32:02 -04:00
Chris Buechler
4bb398108b Add authorizedkeys to exclusion in status.php, and fix. While these are public keys and hence not sensitive, they're also of no diagnostic value. Suggested-by: Denny Page 2016-05-06 01:54:46 -05:00
Chris Buechler
0972379a34 Update diag_nanobsd.php now that permanent rw is default. Ticket #6184 2016-05-06 01:14:05 -05:00
Chris Buechler
96860e98c3 Only try to chown files that still exist. Ticket #6131 2016-05-05 23:52:00 -05:00
Phil Davis
aeb81f5b20 Fix #6322 Allow expanded forms of alias entry
Forum: https://forum.pfsense.org/index.php?topic=111361.0
2016-05-05 23:29:40 -05:00
Chris Buechler
f8e730bb00 Remove bcrypt-hash from status.php config dump. Noticed by Denny Page 2016-05-05 19:54:38 -05:00
Stephen Beaver
a9626fd19b Display Ports/Address based on tab name
(cherry picked from commit bef0e5ae3e)
2016-05-05 19:44:10 -04:00
NOYB
860ffdefc6 Miscellaneous Textual Correction - Firewall / NAT
(cherry picked from commit 51decff4c2)
2016-05-05 16:56:27 -04:00
Renato Botelho
279fc9b6ee Unlock kernel package to make dry-run output more consistent 2016-05-05 11:43:44 -03:00
Renato Botelho
14277cd6a3 Add copies of pre|post upgrade script in /tmp on nanobsd images, they are used by old versions on this path. It fixes #6120 2016-05-05 10:40:49 -03:00
Chris Buechler
e4ea007334 This was right to begin with. Revert "Allow uppercase letters in is_unqualified_hostname as well."
This reverts commit 3d5fb13179.
2016-05-05 02:15:00 -05:00