summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Retire system_firmware.php, system_firmware_auto.php and ↵Renato Botelho2015-11-182-18/+3
| | | | | | | | system_firmware_check.php
* | Obsolete recently removed filesRenato Botelho2015-11-181-1/+5
| |
* | Retire /etc/rc.create_full_backup and ↵Renato Botelho2015-11-183-26/+0
| | | | | | | | usr/local/www/system_firmware_restorefullbackup.php
* | Retire /etc/rc.firmware and /etc/rc.firmware_autoRenato Botelho2015-11-182-549/+0
| |
* | Stop creating /var/etc/cfdevice, it's not being usedRenato Botelho2015-11-181-3/+0
| |
* | Replace all update_output_window() calls by update_status() that now only ↵Renato Botelho2015-11-181-127/+74
| | | | | | | | print on console. While here, also remove all use of $static_output
* | Change update_status to only print on consoleRenato Botelho2015-11-181-2/+1
| |
* | Retire rc.initial.firmware_updateRenato Botelho2015-11-181-190/+0
| |
* | Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-172-9/+9
|/
* Create symlinks when target doesn't exist, not only when it's not a linkRenato Botelho2015-11-171-2/+2
|
* Fixed #5123Stephen Beaver2015-11-161-1/+0
|
* Add strongswan.d as well, just to be sure no symlinks are thereRenato Botelho2015-11-161-0/+3
|
* Fix typo in variable nameRenato Botelho2015-11-161-1/+1
|
* Make sure ipsec symlinks are removed to avoid breaking strongswan pkg upgradeRenato Botelho2015-11-161-0/+13
|
* Alternate way to correct rules for ticket #5451Phil Davis2015-11-151-4/+4
| | | | The code here build up each clause in $tmprule and always adds a space at the end of the clause, in case there is another clause to come. The only place that did not do this was "from any" at line 131. Fixing that should fix the issue and keep it all consistent. There should be no need to add a space before all of the "to..." clauses. Actually the first fix by @cbuechler https://github.com/pfsense/pfsense/commit/8e81f6a88180c5c9a280d78fd77788f7160b0d1a will work fine, but IMHO this is a little cleaner and will be easier for future maintainers to understand.
* Correct AVPair rules. Ticket #5451Chris Buechler2015-11-151-3/+3
|
* Add broken information on get_pkg_info(), it means config.xml contain ↵Renato Botelho2015-11-131-0/+2
| | | | package but binary pkg is not installed
* Add get_system_pkg_version(), that return main pkg name, version and ↵Renato Botelho2015-11-131-1/+71
| | | | installed_version
* Stop forcing pkg_prefix on is_pkg_installed() and pkg_install()Renato Botelho2015-11-131-11/+16
|
* Remove unused functions install_package() and delete_package()Renato Botelho2015-11-131-27/+0
|
* Remove pfSense_BUILDER_BINARIESRenato Botelho2015-11-131-2/+0
|
* Fixes upgrade of config file on already upgraded 2.3 Alpha systemsStephen Beaver2015-11-131-0/+2
|
* Add shortname and changeloglink to get_pkg_info()Renato Botelho2015-11-131-0/+8
|
* Changes after testing on real hardwareStephen Beaver2015-11-121-9/+8
|
* Revert "Fix upgrade_126_to_127()" partialyRenato Botelho2015-11-121-4/+0
| | | | | | | | The first item was wrong, thoe items should be discarded - Do not discard items with $display already set to open or close This reverts commit 303d345dd5e7ead6975bd3140b213219d7e0f4f0.
* Fix upgrade_126_to_127()Renato Botelho2015-11-121-1/+5
| | | | | - Do not discard items with $display already set to open or close - Call continue 2 to move to next widget
* Fixed #5432Stephen Beaver2015-11-122-1/+40
|
* Obsolete remaining PBI filesRenato Botelho2015-11-121-0/+24
|
* Reinstall packages from old versions when upgrading to 2.3Renato Botelho2015-11-122-16/+79
|
* platform is always defined in globalRenato Botelho2015-11-121-11/+3
|
* Remove fastforwarding from config upgrade. Ticket #5370Chris Buechler2015-11-121-28/+24
|
* The net.enc.in sysctls should be 2, for only the inner portion of the VPN. ↵Chris Buechler2015-11-121-2/+2
| | | | Ticket #5421
* Revert "Use --conf when call ipsec start/stop, this make it work with ↵Renato Botelho2015-11-121-2/+2
| | | | | | | | regular package, without changing sysconfdir" It's not necessary after creating all symlinks This reverts commit d92c10130df38e264c7c77367cf0d542d10794c0.
* add require of ipsec.inc so convert_config doesn't fail when invoked by ↵Matt Smith2015-11-111-0/+1
| | | | gitsync. #5350.
* Fix #5350. Correct issues with strongswan logging (setting changes did not ↵Matt Smith2015-11-114-18/+107
| | | | persist across reboots, setting silent did not work).
* Make sure symlink is createdRenato Botelho2015-11-111-2/+4
|
* Make sure symlinks is createdRenato Botelho2015-11-111-2/+6
|
* Merge pull request #2054 from heper/patch-1Stephen Beaver2015-11-111-0/+2
|\
| * add dhcp-rangeheper2015-11-101-0/+2
| |
* | strongswan.d symlink was created the opposite way, pointy hat to meRenato Botelho2015-11-111-5/+5
| |
* | Create symlinks of ipsec files and directories under /usr/local to deal with ↵Renato Botelho2015-11-111-3/+39
| | | | | | | | hardcoded paths in strongswan
* | Use --conf when call ipsec start/stop, this make it work with regular ↵Renato Botelho2015-11-111-2/+2
|/ | | | package, without changing sysconfdir
* Change ipsec_dump_mobile() to parse regular output of ipsec leases, we are ↵Renato Botelho2015-11-101-18/+38
| | | | removing patch that made it to output xml
* Fix calls to ipsec_enabled() added in 179ab6b364Renato Botelho2015-11-102-0/+4
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-102-3/+2
| | | | Mostly when dealing with enc0 interface.
* Catch one more possibility for the IPSEC interface name, this match the code ↵Luiz Otavio O Souza2015-11-101-0/+1
| | | | used in other places.
* Merge pull request #2036 from heper/patch-1Stephen Beaver2015-11-101-1/+43
|\
| * add static leasesheper2015-11-091-0/+1
| |
| * add dhcpd rrd graphheper2015-11-061-1/+42
| |
* | Merge pull request #2048 from phil-davis/patch-3Stephen Beaver2015-11-101-3/+4
|\ \
OpenPOWER on IntegriCloud