summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sure LANG = C for pkg callsRenato Botelho2016-01-221-0/+2
|
* Bugfixes & handling $duid and $type, Fixes #4206Anders Lind2016-01-181-9/+57
| | | | | | | | This patch addresses: 1. Handling of IA_NA and IA_PD strings (that contain IAID+DUID content) using only the DUID part. 2. Fixing regular expression matching with respect to the IAID+DUID string regarding the legal \" substring (used in ISC DHCPv6 leases). 3. Checking the $duid variable before use. Default case for $type in the switch case statement. Please see the ticket for further information.
* Change pfSense-upgrade to return time for reboot so GUI can use itRenato Botelho2016-01-141-6/+17
|
* Reverting accidental changeStephen Beaver2016-01-081-2/+2
|
* Merge branch 'bugfix-for-4605' of https://github.com/the-real-ed/pfsenseStephen Beaver2016-01-081-2/+3
| | | | | * 'bugfix-for-4605' of https://github.com/the-real-ed/pfsense: Bug fix for #4605. After base64 encoding username/password, properly escape characters =,+,/ before submitting auth details
* Do not set PKG_AUTOUPDATE=false anymore and let pkg to update metadata when ↵Renato Botelho2016-01-071-23/+2
| | | | it's necessary. Some users reported to see issues in cases where update was necessary
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-152-8/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Only ask Proceed with upgrade question oncePhil Davis2015-12-111-1/+5
| | | | | | | | | | | On nanoBSD there is a "Proceed with upgrade?" question warning about the duplicate slice. After answering "y" to that, the system does the duplicate slice, which takes some minutes. Then it asks again "Proceed with upgrade?" after displaying all the packages it will install. That is a bit annoying at the console - I answer "y" and go off to make a cup of tea, only to come back and find that it is waiting asking again. On nanoBSD a reboot is known to be required anyway, because even if it is some little package that gets upgraded, and not the core OS, the partition is always switched. So we can say that in the first warning and then skip asking "Proceed with upgrade?" a second time. What do you think? Should it ask a 2nd time after displaying the packages to be installed? Or is it OK to skip that confirmation prompt? Also, I moved the call to setup_nanobsd_env inside the "if nanobsd" - it worked like it was because setup_nanobsd_env returns without doing anything if the system is not nanobsd, but it just looked odd and there seems no point calling it when not nanobsd.
* Fix #5598 - Nanobsd upgrade fails on GUIRenato Botelho2015-12-101-4/+4
| | | | | | When -p is used on nanobsd, progres socket must be created on secondary partition (chroot_dir) otherwise pkg, that runs with -c chroot_dir, will not be able to find UNIX socket to connect and send events
* Track nc PID and kill it on _exit()Renato Botelho2015-12-101-0/+9
|
* pfSense-upgrade script textPhil Davis2015-12-081-3/+3
| | | Just a few extra words to put in this text, while I am reading it and waiting for the upgrade to complete.
* Remove extra )Renato Botelho2015-11-271-1/+1
|
* Implement -n (dry-run) option in pfSense-upgradeRenato Botelho2015-11-271-1/+11
|
* Use _exec() to call gitsyncRenato Botelho2015-11-241-2/+3
|
* Teach pfSense-upgrade to run gitsync after upgradeRenato Botelho2015-11-231-0/+12
|
* Define user-agent on pfSense-upgradeRenato Botelho2015-11-231-0/+9
|
* Duplicate slice before upgrade, fixes #5483Renato Botelho2015-11-191-25/+36
|
* Add a workaround on pfSense-upgrade to prevent breaking strongswan port due ↵Renato Botelho2015-11-161-0/+18
| | | | to the symlinks we create
* Improve languageRenato Botelho2015-11-131-1/+1
|
* Fix copyright yearRenato Botelho2015-11-131-1/+1
|
* Improve languageRenato Botelho2015-11-131-1/+1
|
* Fix spell issue spotted by JimRenato Botelho2015-11-131-1/+1
|
* Add a new option to force upgrade script to don't rebootRenato Botelho2015-11-131-13/+18
|
* Wait 10 seconds before reboot, also notify adminRenato Botelho2015-11-131-5/+12
|
* Do not consider only meta package, but also other pfSense main packages, ↵Renato Botelho2015-11-051-4/+17
| | | | also change exit code from -1 to 2
* Add a new option to pfSense-upgrade, -c, it'll return 0 if system firmware ↵Renato Botelho2015-11-051-1/+30
| | | | is up2date or -1 if there are updates available
* Fix case wildcard of package names for reinstallallPhil Davis2015-10-241-1/+1
| | | | Introduced by https://github.com/pfsense/pfsense/commit/e3b43e4bfe5a3e69028c1ab7e0e4a632ff5ee499 None of the packages were being matched here, none of them would be reinstalled. A "reinstallall" would complete very quickly with "Success" message but actually do nothing.
* Ignore kernel-debug package when looking for main kernel packageRenato Botelho2015-10-231-1/+1
|
* Make it possible to _exec to get $_cmd exit code instead of tee oneRenato Botelho2015-10-231-3/+10
|
* Use _exit()Renato Botelho2015-10-231-1/+1
|
* Fix #5338: Add -4 and -6 options to pfSense-upgrade to select IP protocol ↵Renato Botelho2015-10-231-2/+26
| | | | version
* Use already defined pkg_prefix variableRenato Botelho2015-10-231-1/+1
|
* Use _echo, not echoStephen Beaver2015-10-191-2/+1
|
* Fixed #5291 - Reinstalling pfSense-pkg-openvpn-client-exportStephen Beaver2015-10-161-2/+6
|
* Removed debugStephen Beaver2015-10-151-7/+3
| | | | Improved package detection
* Added "reinstall all packages" functionality (accessed via diag_backup.php)Stephen Beaver2015-10-151-1/+17
|
* Use a socket to talk with pkg and write json file to GUIRenato Botelho2015-10-141-31/+38
|
* Move kill tail process to _exit()Renato Botelho2015-10-141-3/+5
|
* pfSense-upgrade revised to kill tail on exitStephen Beaver2015-10-131-1/+7
| | | | pkg_mgr_install.php revised to catch json deocde error on partial lines read from file
* Remove old logfile before startRenato Botelho2015-10-131-0/+4
|
* Add quotesRenato Botelho2015-10-131-1/+1
|
* Do not accept blank logfileRenato Botelho2015-10-131-0/+4
|
* Change -l parameter to receive a complete path for logfileRenato Botelho2015-10-131-2/+2
|
* _force must be localRenato Botelho2015-10-131-1/+1
|
* Do not stop when package is up to date and force flag was passedRenato Botelho2015-10-131-6/+8
|
* Changes to accommodate new pfSense-upgradeStephen Beaver2015-10-131-161/+0
|
* Add -f option to force package reinstallationRenato Botelho2015-10-131-4/+14
|
* When -p is used, read fifo content and write it to a file used by GUIRenato Botelho2015-10-131-0/+6
|
* Merge pull request #1963 from davidjwood/ppp-ipv6Chris Buechler2015-10-131-0/+123
|\
| * Move ppp-ipv6 helper script into the correct locationDavid Wood2015-10-131-0/+123
| |
OpenPOWER on IntegriCloud