Commit Graph

27645 Commits

Author SHA1 Message Date
Renato Botelho
e28305f48f Create a latest symlink for all images but nanobsd, that already have one 2015-10-14 07:29:37 -03:00
Renato Botelho
d782742112 Revert "remove the destination server's interface(s) from dhcrelay. Ticket #4908"
This reverts commit f791f28d67
2015-10-14 06:54:30 -03:00
Renato Botelho
1a850fc934 Move kill tail process to _exit() 2015-10-14 06:38:20 -03:00
Chris Buechler
1ab880ef23 Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558 2015-10-14 01:37:12 -05:00
Chris Buechler
66999e391c fix typo, spotted by Phil Davis 2015-10-14 00:25:03 -05:00
Chris Buechler
3c9befb968 fix typo 2015-10-13 22:44:46 -05:00
Stephen Beaver
94621fcce5 pfSense-upgrade revised to kill tail on exit
pkg_mgr_install.php revised to catch json deocde error on partial lines read from file
2015-10-13 21:07:20 -04:00
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