| Commit message (Expand) | Author | Age | Files | Lines |
* | Change pfSense-upgrade to return time for reboot so GUI can use it | Renato Botelho | 2016-01-14 | 1 | -6/+17 |
* | Reverting accidental change | Stephen Beaver | 2016-01-08 | 1 | -2/+2 |
* | Merge branch 'bugfix-for-4605' of https://github.com/the-real-ed/pfsense | Stephen Beaver | 2016-01-08 | 1 | -2/+3 |
* | Do not set PKG_AUTOUPDATE=false anymore and let pkg to update metadata when i... | Renato Botelho | 2016-01-07 | 1 | -23/+2 |
* | Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ... | Renato Botelho | 2015-12-15 | 2 | -8/+0 |
* | Only ask Proceed with upgrade question once | Phil Davis | 2015-12-11 | 1 | -1/+5 |
* | Fix #5598 - Nanobsd upgrade fails on GUI | Renato Botelho | 2015-12-10 | 1 | -4/+4 |
* | Track nc PID and kill it on _exit() | Renato Botelho | 2015-12-10 | 1 | -0/+9 |
* | pfSense-upgrade script text | Phil Davis | 2015-12-08 | 1 | -3/+3 |
* | Remove extra ) | Renato Botelho | 2015-11-27 | 1 | -1/+1 |
* | Implement -n (dry-run) option in pfSense-upgrade | Renato Botelho | 2015-11-27 | 1 | -1/+11 |
* | Use _exec() to call gitsync | Renato Botelho | 2015-11-24 | 1 | -2/+3 |
* | Teach pfSense-upgrade to run gitsync after upgrade | Renato Botelho | 2015-11-23 | 1 | -0/+12 |
* | Define user-agent on pfSense-upgrade | Renato Botelho | 2015-11-23 | 1 | -0/+9 |
* | Duplicate slice before upgrade, fixes #5483 | Renato Botelho | 2015-11-19 | 1 | -25/+36 |
* | Add a workaround on pfSense-upgrade to prevent breaking strongswan port due t... | Renato Botelho | 2015-11-16 | 1 | -0/+18 |
* | Improve language | Renato Botelho | 2015-11-13 | 1 | -1/+1 |
* | Fix copyright year | Renato Botelho | 2015-11-13 | 1 | -1/+1 |
* | Improve language | Renato Botelho | 2015-11-13 | 1 | -1/+1 |
* | Fix spell issue spotted by Jim | Renato Botelho | 2015-11-13 | 1 | -1/+1 |
* | Add a new option to force upgrade script to don't reboot | Renato Botelho | 2015-11-13 | 1 | -13/+18 |
* | Wait 10 seconds before reboot, also notify admin | Renato Botelho | 2015-11-13 | 1 | -5/+12 |
* | Do not consider only meta package, but also other pfSense main packages, also... | Renato Botelho | 2015-11-05 | 1 | -4/+17 |
* | Add a new option to pfSense-upgrade, -c, it'll return 0 if system firmware is... | Renato Botelho | 2015-11-05 | 1 | -1/+30 |
* | Fix case wildcard of package names for reinstallall | Phil Davis | 2015-10-24 | 1 | -1/+1 |
* | Ignore kernel-debug package when looking for main kernel package | Renato Botelho | 2015-10-23 | 1 | -1/+1 |
* | Make it possible to _exec to get $_cmd exit code instead of tee one | Renato Botelho | 2015-10-23 | 1 | -3/+10 |
* | Use _exit() | Renato Botelho | 2015-10-23 | 1 | -1/+1 |
* | Fix #5338: Add -4 and -6 options to pfSense-upgrade to select IP protocol ver... | Renato Botelho | 2015-10-23 | 1 | -2/+26 |
* | Use already defined pkg_prefix variable | Renato Botelho | 2015-10-23 | 1 | -1/+1 |
* | Use _echo, not echo | Stephen Beaver | 2015-10-19 | 1 | -2/+1 |
* | Fixed #5291 - Reinstalling pfSense-pkg-openvpn-client-export | Stephen Beaver | 2015-10-16 | 1 | -2/+6 |
* | Removed debug | Stephen Beaver | 2015-10-15 | 1 | -7/+3 |
* | Added "reinstall all packages" functionality (accessed via diag_backup.php) | Stephen Beaver | 2015-10-15 | 1 | -1/+17 |
* | Use a socket to talk with pkg and write json file to GUI | Renato Botelho | 2015-10-14 | 1 | -31/+38 |
* | Move kill tail process to _exit() | Renato Botelho | 2015-10-14 | 1 | -3/+5 |
* | pfSense-upgrade revised to kill tail on exit | Stephen Beaver | 2015-10-13 | 1 | -1/+7 |
* | 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 |
* | _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 |
* | Changes to accommodate new pfSense-upgrade | Stephen Beaver | 2015-10-13 | 1 | -161/+0 |
* | 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 |
* | | Multiple changes to clean up the package installaion system by causing the in... | Stephen Beaver | 2015-10-13 | 1 | -0/+3 |
* | | Respect chroot_dir, ticket #5300 | Renato Botelho | 2015-10-13 | 1 | -1/+1 |