Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Run pkg update once one time every hour, like upgrade script does | Renato Botelho | 2015-10-14 | 1 | -1/+32 | |
| | | ||||||
* | | s/ip/IP/ it got lost on revert. Spotted by @phil-davis | Renato Botelho | 2015-10-14 | 1 | -1/+1 | |
| | | ||||||
* | | Revert "remove the destination server's interface(s) from dhcrelay. Ticket ↵ | Renato Botelho | 2015-10-14 | 1 | -4/+133 | |
| | | | | | | | | | | | | #4908" This reverts commit f791f28d6794c3b0601259f0de7acdebf6a367a8 | |||||
* | | Move kill tail process to _exit() | Renato Botelho | 2015-10-14 | 1 | -3/+5 | |
| | | ||||||
* | | Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add ↵ | Chris Buechler | 2015-10-14 | 2 | -2/+16 | |
| | | | | | | | | filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558 | |||||
* | | fix typo, spotted by Phil Davis | Chris Buechler | 2015-10-14 | 2 | -2/+2 | |
| | | ||||||
* | | fix typo | Chris Buechler | 2015-10-13 | 1 | -2/+2 | |
| | | ||||||
* | | pfSense-upgrade revised to kill tail on exit | Stephen Beaver | 2015-10-13 | 2 | -25/+37 | |
| | | | | | | | | pkg_mgr_install.php revised to catch json deocde error on partial lines read from file | |||||
* | | Revisions | Stephen Beaver | 2015-10-13 | 2 | -11/+12 | |
| | | ||||||
* | | clean up empty lines | Chris Buechler | 2015-10-13 | 1 | -3/+1 | |
| | | ||||||
* | | Add all remaining log types to status.php. Ticket #5304 | Chris Buechler | 2015-10-13 | 1 | -6/+30 | |
| | | ||||||
* | | Remove old logfile before start | Renato Botelho | 2015-10-13 | 1 | -0/+4 | |
| | | ||||||
* | | Add quotes | Renato Botelho | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | Do not accept blank logfile | Renato Botelho | 2015-10-13 | 1 | -0/+4 | |
| | | ||||||
* | | Change -l parameter to receive a complete path for logfile | Renato Botelho | 2015-10-13 | 1 | -2/+2 | |
| | | ||||||
* | | Silent execution | Renato Botelho | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | _force must be local | Renato Botelho | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | Do not stop when package is up to date and force flag was passed | Renato Botelho | 2015-10-13 | 1 | -6/+8 | |
| | | ||||||
* | | Make sure timezones listed on first level directory is also grabbed by ↵ | Renato Botelho | 2015-10-13 | 1 | -2/+15 | |
| | | | | | | | | system_get_timezone_list(). It fixes #5303 | |||||
* | | Changes to accommodate new pfSense-upgrade | Stephen Beaver | 2015-10-13 | 2 | -210/+7 | |
| | | ||||||
* | | Reminder | Stephen Beaver | 2015-10-13 | 1 | -0/+2 | |
| | | ||||||
* | | Add -f option to force package reinstallation | Renato Botelho | 2015-10-13 | 1 | -4/+14 | |
| | | ||||||
* | | When -p is used, read fifo content and write it to a file used by GUI | Renato Botelho | 2015-10-13 | 1 | -0/+6 | |
| | | ||||||
* | | Merge pull request #1963 from davidjwood/ppp-ipv6 | Chris Buechler | 2015-10-13 | 1 | -0/+123 | |
|\ \ | ||||||
| * | | Move ppp-ipv6 helper script into the correct location | David Wood | 2015-10-13 | 1 | -0/+123 | |
| | | | ||||||
* | | | DEBUG set to false for testing | Stephen Beaver | 2015-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Multiple changes to clean up the package installaion system by causing the ↵ | Stephen Beaver | 2015-10-13 | 4 | -88/+324 | |
| | | | | | | | | | | | | | | | | | | | | | installer to run in the background whilst monitoring its output via AJAX to provide a better GUI display. Work in progress ! | |||||
* | | | Add missing ; | Renato Botelho | 2015-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix typo | Jared Dillard | 2015-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | PHP chmod() doesn't like 1777, gives it 01777 then | Renato Botelho | 2015-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix path for 2.3 | Renato Botelho | 2015-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove accidentally added line | Renato Botelho | 2015-10-13 | 1 | -1/+0 | |
| | | | ||||||
* | | | Preserve /tmp permission, it fixes #5298. While here, replace some rm calls ↵ | Renato Botelho | 2015-10-13 | 1 | -20/+18 | |
| | | | | | | | | | | | | by unlink() | |||||
* | | | Respect chroot_dir, ticket #5300 | Renato Botelho | 2015-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Ticket #5300: | Renato Botelho | 2015-10-13 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | Do not obsolete includes, they are small and it obsoleting it adds lots of ↵ | Renato Botelho | 2015-10-13 | 1 | -1/+0 | |
| | | | | | | | | | | | | warnings during pkg upgrade | |||||
* | | | Remove /usr/local/lib/php.ini, we don't need 2 copies of this | Renato Botelho | 2015-10-13 | 4 | -25/+14 | |
| | | | ||||||
* | | | Remove strongswan's cert directories and repopulate them, to ensure no ↵ | Chris Buechler | 2015-10-12 | 1 | -0/+5 | |
| | | | | | | | | | | | | removed CAs, certs, or CRLs remain. Ticket #5238 | |||||
* | | | Fix up strongswan logging levels. Remove charondebug since strongswan.conf ↵ | Chris Buechler | 2015-10-12 | 1 | -7/+11 | |
| | | | | | | | | | | | | 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 | |||||
* | | | Merge pull request #1961 from davidjwood/ppp-ipv6 | Chris Buechler | 2015-10-12 | 2 | -34/+47 | |
|\ \ \ | |/ / | ||||||
| * | | Use named variables for ppp-linkup command line parameters | David Wood | 2015-10-11 | 1 | -32/+40 | |
| | | | ||||||
| * | | Make route deletions quiet - it may well be the routes have already disappeared | David Wood | 2015-10-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | Make code dealing with the IPv4 default gateway conditional on the IPv4 link ↵ | David Wood | 2015-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | going down | |||||
| * | | Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup | David Wood | 2015-10-11 | 2 | -0/+5 | |
| | | | ||||||
* | | | improve spacing for non form panels | Jared Dillard | 2015-10-12 | 1 | -5/+7 | |
| | | | ||||||
* | | | add missing column header | Jared Dillard | 2015-10-12 | 1 | -0/+1 | |
| | | | ||||||
* | | | replace buttons with icons | Jared Dillard | 2015-10-12 | 1 | -4/+4 | |
| | | | ||||||
* | | | Ticket #5248 style panels within widgets differently | Jared Dillard | 2015-10-12 | 2 | -8/+7 | |
| | | | ||||||
* | | | Merge pull request #1960 from heper/patch-1 | Stephen Beaver | 2015-10-12 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Update firewall_rules_edit.php | heper | 2015-10-11 | 1 | -1/+1 | |
| |/ / | | | | | | | https://forum.pfsense.org/index.php?topic=100695.msg561326#msg561326 |