summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace vim by vim-lite which has less dependencies and doesn't require X11 ↵Renato Botelho2016-04-251-1/+1
| | | | by default
* Add some available packages from user requests.Chris Buechler2016-04-241-0/+5
|
* Add vnstat to poudriere_bulkChris Buechler2016-04-211-0/+1
|
* Allow 0 mask on Unbound ACLs. Ticket #6073Chris Buechler2016-04-151-1/+1
|
* Avoid implode error if no interfaces are selected.Chris Buechler2016-04-151-1/+4
|
* Fix #6142 validate and adjust dpinger params on upgradePhil Davis2016-04-151-1/+46
| | | | | | | | | | | | | | | | | | | | 1) The previous "down" value was being converted to msec and put into "loss_interval". It should go into "time_period". 2) loss_interval must always be at least latencyhigh - make it so if latencyhigh is big. 3) alert_interval must always be at least probe interval - make it so if the probe interval is high. 4) The time_period for averaging the results must be at least 2 probe intervals plus loss_interval (ensuring there should always be 2 probe results by the time_period expiry) - make it so. These various conditions taken from the validation code in system_gateways_edit.php Note: I have explicitly put the necessary default dpinger parameter values here, rather than calling return_dpinger_defaults() because at this point in any future conversion we want to use these particular numbers, not what the defaults happen to be in pfSense 2.4 or 3.0 or...
* Use RFC-defined capitalization IPsec.Chris Buechler2016-04-151-1/+1
|
* Unset dhcpdv6 on LAN here as well. Ticket #6152Chris Buechler2016-04-151-0/+3
|
* Allow to restore any ares of configPhil Davis2016-04-151-1/+1
| | | | | If the existing config does not have a particular area in it, then the user should still be able to restore it from another config. Redmine #6144
* Add lock in vpn_ipsec_configure. Ticket #6160Chris Buechler2016-04-141-0/+4
|
* Use right repo conf for stage on snapsv2.3.0Renato Botelho2016-04-112-4/+7
|
* Fix staging pathRenato Botelho2016-04-111-1/+1
|
* Optimize makefs parametersRenato Botelho2016-04-111-1/+1
|
* Use beta repo as stagingRenato Botelho2016-04-111-3/+4
|
* Explicit define pkg repo variables for release and develRenato Botelho2016-04-114-32/+42
|
* Exit build process if install_pkg_install_ports() failsRenato Botelho2016-04-111-3/+9
|
* Do not add entire path on sha256 file, while here, make it a functionRenato Botelho2016-04-111-6/+19
|
* Fix syntaxRenato Botelho2016-04-111-1/+1
|
* Fix sha356 filenames for ISO and memstick filesRenato Botelho2016-04-111-8/+5
|
* Add repo package before baseRenato Botelho2016-04-111-2/+1
|
* Add vm-bhyve to poudriere bulk listRenato Botelho2016-04-081-0/+1
|
* Replace packagesite URL with final URL for RELEASERenato Botelho2016-04-071-0/+12
|
* Avoid PHP warning if no server selectedPhil Davis2016-04-071-1/+5
| | | | | | when saving a client specific override. Forum report https://forum.pfsense.org/index.php?topic=109431.msg0 Redmine issue 6089
* Do not try to register pre-installed packages on read-only mediaRenato Botelho2016-04-071-1/+3
|
* Use staging repo to install bsdinstaller on final areaRenato Botelho2016-04-071-1/+14
|
* Create target dir when it doesn't existRenato Botelho2016-04-071-0/+3
|
* Fix variable nameRenato Botelho2016-04-071-1/+1
|
* Revert "Fix pkg.pfsense.org path"Renato Botelho2016-04-061-1/+1
| | | | This reverts commit 0b4fa4b4dc0ef4cd9178e761f3d47d32f17413bd.
* Fix pkg.pfsense.org pathRenato Botelho2016-04-061-1/+1
|
* Add missing fiRenato Botelho2016-04-061-0/+1
|
* setup_pkg_repo 5th parameter is mandatoryRenato Botelho2016-04-061-1/+1
|
* Use PKG_REPO_SERVER_RELEASE for repo conf used to build package, keep using ↵Renato Botelho2016-04-061-4/+16
| | | | staging area for builder and bootstrap
* Define PKG_REPO_SERVER_RELEASE, used to create pfSense-repo package accordinglyRenato Botelho2016-04-061-0/+6
|
* Do not mount memory disks for -RELEASE buildRenato Botelho2016-04-061-0/+5
|
* Redmine #6081 do not reuse index varPhil Davis2016-04-061-1/+1
| | | | The value of $i needs to be kept constant from the outer loop - do not reuse it here.
* Use correct branches for FreeBSD src and portsRenato Botelho2016-04-061-2/+2
|
* It's time for 2.3-RELEASERenato Botelho2016-04-061-1/+1
|
* Add RELENG_2_3_0 to gitsync and set it as defaultRenato Botelho2016-04-061-1/+2
|
* Add fingerprint for RELEASE pkg sign keyRenato Botelho2016-04-061-0/+2
|
* Clarify log when skipping v6 bogons update.Chris Buechler2016-04-061-1/+1
|
* Fix typojim-p2016-04-061-1/+1
|
* services_ntpd_pps remove bonus fPhil Davis2016-04-061-1/+1
| | | | (cherry picked from commit 0f191478bab18158a70439f279d7232855928afe)
* Use PHP cli to silence output garbageRenato Botelho2016-04-061-1/+1
| | | | (cherry picked from commit 43cbe85544cf045db6e9f14b0ade547b239cbece)
* Silence /etc/rc.notify_message garbage outputRenato Botelho2016-04-061-2/+3
|
* Fix code used to read config repo pathRenato Botelho2016-04-061-2/+1
|
* Do all steps to replace repo package and make sure symlink is in placeRenato Botelho2016-04-061-22/+29
|
* Make sure symlink is created on post-installRenato Botelho2016-04-061-1/+4
|
* Force update after reinstall repo pkgRenato Botelho2016-04-061-0/+1
|
* Only apply htmlentities() once on each data elementPhil Davis2016-04-061-3/+3
| | | | | Redmine #6079 (cherry picked from commit 82cde7f1067f527df5e902cf1bc7070612d039f4)
* Simplify logicRenato Botelho2016-04-061-6/+5
| | | | (cherry picked from commit 05bdceee8c8fd598cdf83dc57c4006e20612e26d)
OpenPOWER on IntegriCloud