Commit Graph

27638 Commits

Author SHA1 Message Date
Stephen Beaver
36b0c8afc0 Revisions 2015-10-13 21:07:19 -04:00
Chris Buechler
56bd1847cf clean up empty lines 2015-10-13 17:53:41 -05:00
Chris Buechler
0bccadcc2e Add all remaining log types to status.php. Ticket #5304 2015-10-13 17:51:51 -05:00
Renato Botelho
7dd07954aa Remove old logfile before start 2015-10-13 19:10:08 -03:00
Renato Botelho
a2df0a1bc7 Add quotes 2015-10-13 19:09:56 -03:00
Renato Botelho
2b0a010982 Do not accept blank logfile 2015-10-13 19:09:47 -03:00
Renato Botelho
fd9c69a262 Change -l parameter to receive a complete path for logfile 2015-10-13 19:08:46 -03:00
Renato Botelho
13eb31fdcd Silent execution 2015-10-13 19:00:16 -03:00
Renato Botelho
24a11c92aa _force must be local 2015-10-13 18:59:21 -03:00
Renato Botelho
59dd1f15ec Do not stop when package is up to date and force flag was passed 2015-10-13 18:43:14 -03:00
Renato Botelho
fc3bec296c Make sure timezones listed on first level directory is also grabbed by system_get_timezone_list(). It fixes #5303 2015-10-13 16:38:36 -03:00
Stephen Beaver
98a58bee75 Changes to accommodate new pfSense-upgrade 2015-10-13 15:29:51 -04:00
Stephen Beaver
b397cc725f Reminder 2015-10-13 15:16:20 -04:00
Renato Botelho
bb12c4b195 Add -f option to force package reinstallation 2015-10-13 16:08:12 -03:00
Renato Botelho
3c5a06e798 When -p is used, read fifo content and write it to a file used by GUI 2015-10-13 16:01:53 -03:00
Chris Buechler
8870b1c653 Merge pull request #1963 from davidjwood/ppp-ipv6 2015-10-13 13:31:35 -05:00
Stephen Beaver
764a94d8a0 DEBUG set to false for testing 2015-10-13 14:16:20 -04:00
Stephen Beaver
8237727a82 Multiple changes to clean up the package installaion system by causing the installer to run in the background
whilst monitoring its output via AJAX to provide a better GUI display.
Work in progress !
2015-10-13 13:58:00 -04:00
Renato Botelho
fd401f7dd6 Do not depend of php-fpm to be running to process Additional Packages install/deinstall scripts, instead call php cli direct 2015-10-13 14:52:31 -03:00
Renato Botelho
4758017ec0 Add missing ; 2015-10-13 14:13:45 -03:00
Jared Dillard
5534b2ee9e fix typo 2015-10-13 10:13:00 -05:00
Renato Botelho
57b9c54a83 PHP chmod() doesn't like 1777, gives it 01777 then 2015-10-13 12:09:01 -03:00
Renato Botelho
d8a99b7bde Fix path for 2.3 2015-10-13 11:40:10 -03:00
Renato Botelho
44a5e26312 Remove accidentally added line 2015-10-13 11:39:50 -03:00
Renato Botelho
61af87f68d Preserve /tmp permission, it fixes #5298. While here, replace some rm calls by unlink() 2015-10-13 11:39:20 -03:00
Renato Botelho
3e800a46a1 Respect chroot_dir, ticket #5300 2015-10-13 09:19:41 -03:00
Renato Botelho
d6e8a994f1 Ticket #5300:
Add a workaround to fix the issue of extensions.ini out of order ending
up breaking PHP. Since the only dependency we have is suhosin that
depends of session, alphabetical sort does the trick for now while a
proper solution is not handled by the ports tree
2015-10-13 09:10:31 -03:00
Renato Botelho
844556b21e Do not obsolete includes, they are small and it obsoleting it adds lots of warnings during pkg upgrade 2015-10-13 07:53:14 -03:00
Renato Botelho
3646fbcb70 Remove /usr/local/lib/php.ini, we don't need 2 copies of this 2015-10-13 07:43:12 -03:00
David Wood
624799c9a3 Move ppp-ipv6 helper script into the correct location 2015-10-13 10:45:56 +01:00
Chris Buechler
96d5ca1169 Remove strongswan's cert directories and repopulate them, to ensure no removed CAs, certs, or CRLs remain. Ticket #5238 2015-10-12 22:05:15 -05:00
Chris Buechler
31630f472b Fix up strongswan logging levels. Remove charondebug since strongswan.conf settings take precedence. Set logging levels in strongswan.conf to match what's set on a running system via 'ipsec stroke loglevel', and remove log levels that were hard coded in strongswan.conf. Ticket #5242 2015-10-12 21:49:34 -05:00
Chris Buechler
dc5254328b Merge pull request #1961 from davidjwood/ppp-ipv6 2015-10-12 19:09:29 -05:00
Jared Dillard
d198c749d8 improve spacing for non form panels 2015-10-12 16:04:40 -05:00
Jared Dillard
a455c1dce3 add missing column header 2015-10-12 16:03:53 -05:00
Jared Dillard
f152acf0de replace buttons with icons 2015-10-12 15:47:47 -05:00
Jared Dillard
05dc797658 Ticket #5248 style panels within widgets differently 2015-10-12 12:28:33 -05:00
Renato Botelho
fd22b964b9 Fix usage 2015-10-12 11:47:29 -03:00
Stephen Beaver
c434ec3a17 Merge pull request #1960 from heper/patch-1 2015-10-12 08:31:15 -04:00
Stephen Beaver
2bdda63bda Rogue <br /> removed
https://forum.pfsense.org/index.php?topic=100686.0
2015-10-12 08:22:34 -04:00
Stephen Beaver
f00e23d991 Fixed #5296 2015-10-12 08:05:59 -04:00
David Wood
55fe54916c Use named variables for ppp-linkup command line parameters 2015-10-11 18:35:04 +01:00
David Wood
f7dfd39fb1 Make route deletions quiet - it may well be the routes have already disappeared 2015-10-11 18:32:18 +01:00
David Wood
6df89ece12 Make code dealing with the IPv4 default gateway conditional on the IPv4 link going down 2015-10-11 18:32:18 +01:00
David Wood
6c45277741 Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup 2015-10-11 18:32:18 +01:00
David Wood
05a73e0e31 Add /usr/local/sbin/ppp-ipv6 helper script
/usr/local/sbin/ppp-ipv6 <real interface> up|down

Interface using SLAAC or DHCP6 going down:

* bring down dhcp6c if it is running
* disable router advertisements (and therefore SLAAC)
* remove any autoconfigured IPv6 addresses

Interface using SLAAC or DHCP6 coming up:

* call interface_dhcpv6_configure() if dhcp6c not running and router advertisements off

interface_dhcpv6_configure() will enable router advertisements,
configure rtsold and dhcp6c, then set rtsold to prime dhcp6c as
required.
2015-10-11 18:32:18 +01:00
heper
46a1148567 Update firewall_rules_edit.php
https://forum.pfsense.org/index.php?topic=100695.msg561326#msg561326
2015-10-11 17:24:24 +02:00
Stephen Beaver
6f5a3fead8 Fixed #5293 2015-10-10 08:12:07 -04:00
Chris Buechler
6ed90cfd5a remove stray > 2015-10-10 00:57:35 -05:00
Chris Buechler
bf3eb23d68 Add field descriptions since there are no column titles. Ticket #5109 2015-10-10 00:26:58 -05:00