summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove redundant check, get_pkg_info() call uses a parameter to return only ↵Renato Botelho2017-04-191-5/+0
| | | | installed packages
* Fix installation of extra packages at build time relaxing check for running ↵Renato Botelho2017-04-191-5/+5
| | | | PHP instance and moving it to the top before any require_once() attempt runs
* Fix indent and spacesRenato Botelho2017-04-191-24/+49
|
* Use correct function (is_pkg_installed) and unbreak get_pkg_info()Renato Botelho2017-04-191-2/+2
|
* Do not re-sign core repo when running --rsync-reposRenato Botelho2017-04-181-0/+1
|
* Do not sign core repo when resuming buildRenato Botelho2017-04-181-0/+1
|
* Use pkg binary from target system and not from hostRenato Botelho2017-04-181-1/+1
|
* Revise dev_mode change handlerSteve Beaver2017-04-131-1/+1
| | | | (cherry picked from commit 8a0af41adc9c29ccf7b8dabb3b7658abf46054a6)
* Fixed #7451Steve Beaver2017-04-131-3/+3
| | | | | | Revised onchage handlers to obviate need for second click in Chrome on MacOS (cherry picked from commit dd3c646fa5744a550f91524035a92f509d6162cf)
* Revert "Restore CSRF customizations"Renato Botelho2017-04-111-3/+1
| | | | This reverts commit 1d7a414705794f2527dc1b7b3bb5419db1024bb6.
* Revert "CSRF: Close session before exit"Renato Botelho2017-04-111-1/+0
| | | | This reverts commit d2495e5893baa63b2973b66f7c1b9787fada2e30.
* Enable HYPERSCAN option for suricataRenato Botelho2017-04-101-2/+2
|
* CSRF: Close session before exitRenato Botelho2017-04-101-0/+1
| | | | | | | On CSRF, call phpsession_end() before exit to avoid syslog warning about open session Submitted by: PiBa-NL
* Restore CSRF customizationsRenato Botelho2017-04-101-1/+3
|
* Update CSRF to latest version from githubRenato Botelho2017-04-102-10/+14
|
* Fix UTF8 in base64 decodeSteve Beaver2017-04-101-1/+1
| | | | (cherry picked from commit 557e082696823ea5fa09a36d98f01775bf1e0c77)
* Enable ALTQ for pftop build. Fixes #7461jim-p2017-04-101-0/+2
|
* Change destination of stable packagesRenato Botelho2017-04-061-2/+2
|
* Use devel repo for 2.3.x snapshotsRenato Botelho2017-04-051-2/+2
|
* add validation via validate_ipv4_list to interfaces.inclukehamburg2017-04-041-1/+1
|
* Adds ability to ignore DHCP offers from multiple serverslukehamburg2017-04-042-3/+25
| | | | | | | | | | - Forum thread: https://forum.pfsense.org/index.php?topic=124046.msg705100#msg705100 - related dhclient source: https://github.com/pfsense/FreeBSD-src/blob/devel/sbin/dhclient/clparse.c#L945 **changed files:** /usr/local/www/interfaces.php /etc/inc/interfaces.inc
* vslb.inc - Add missing include, use sigkillbyname()doktornotor2017-04-031-2/+3
|
* Typo fixdoktornotor2017-04-031-1/+1
|
* Disallow IPv6 for RADIUS server.doktornotor2017-04-031-0/+7
| | | See https://redmine.pfsense.org/issues/4154. No need for users to waste their time with debugging packets black hole.
* Add QinQ interfaces to the list of interfaces not to check (Bug #4669)doktornotor2017-04-031-1/+1
|
* Remove dummy config_lock() and config_unlock() functionsdoktornotor2017-04-031-7/+0
| | | Been no-op for ages (https://github.com/pfsense/pfsense/commit/0027de0a544438f146cfc94f005fd6f4ba9f94d7).
* Merge pull request #3613 from doktornotor/patch-15jim-p2017-04-031-2/+0
|\
| * Remove useless config_lock()/config_unlock() callsdoktornotor2017-03-051-2/+0
| |
* | Fixed #7445Steve Beaver2017-04-031-1/+2
| | | | | | | | | | | | Now properly handles service names that contain hyphens (cherry picked from commit 21a8edd7836baf1e4ee2f347fdc1bafb4d96c9d9)
* | Merge pull request #3687 from doktornotor/patch-1Steve Beaver2017-04-031-1/+1
| | | | | | | | (cherry picked from commit 7c820a5d1ddb0ecf66ccaf1c4c82cc6361e15a6b)
* | Merge pull request #3580 from doktornotor/patch-9Renato Botelho2017-03-291-275/+15
|\ \
| * | Remove another leftoverdoktornotor2017-02-251-21/+0
| | |
| * | Fix NTP widget to show server time (Issue #7245)doktornotor2017-02-241-255/+16
| | |
* | | load package add-on tabs into config to avoid parsing all installed package ↵PiBa-NL2017-03-292-4/+8
| | | | | | | | | | | | | | | | | | xml's, fix tabgroup filter (cherry picked from commit bc0661b7b32a99016b9e71b0ece969f6584034c2)
* | | Redmine #7435 Fix edit problems due to POST id codePhil Davis2017-03-284-13/+22
| | |
* | | Enable Netgate Coreboot Upgrade buildRenato Botelho2017-03-271-0/+1
| | |
* | | Refactor is_port_or functionsPhil Davis2017-03-271-6/+9
| | | | | | | | | | | | (cherry picked from commit fe108b671d09cf34a11270e286dcd4c4ce1c0597)
* | | Add underscores to is_port* function namesPhil Davis2017-03-2710-25/+25
| | | | | | | | | | | | (cherry picked from commit 593e9fe32d2959cd823fe5da55714ccfb9a0e958)
* | | Merge pull request #3671 from phil-davis/handle-empty-port-alias-RELENG_2_3Renato Botelho2017-03-276-27/+64
|\ \ \
| * | | Redmine #7428 Hanlde empty port aliasPhil Davis2017-03-261-10/+28
| | | |
| * | | Refactor filter_generate_nested_aliasPhil Davis2017-03-261-9/+18
| | | |
| * | | Provide functions for checking port range alias combinationsPhil Davis2017-03-266-8/+18
| | | |
* | | | Correct definition of ports for SMB used by the shaper wizard. Fixes #7434jim-p2017-03-271-1/+1
|/ / /
* | | Fix handling of port ranges in this validation test. Ticket #7421jim-p2017-03-241-2/+6
| | |
* | | Show the button to reset CARP demotion status even when the value is ↵jim-p2017-03-241-8/+7
| | | | | | | | | | | | negative, and change the reset code to accommodate. Also fixup text in that dialog. Fixes #7424
* | | File a notice and omit rule(s) using a missing port alias. Fixes #7421jim-p2017-03-231-0/+10
| | |
* | | Fix display of BIOS only on Sytem Info widgetPhil Davis2017-03-231-0/+1
| | |
* | | Show BIOS information in the system info widget, if it exists in kenv.jim-p2017-03-231-0/+28
| | |
* | | Merge pull request #3665 from phil-davis/sysinfo-widget-all-button-RELENG_2_3Steve Beaver2017-03-221-4/+2
|\ \ \
| * | | System Info Widget enable All button when disable firmware check is setPhil Davis2017-03-211-4/+2
|/ / / | | | | | | | | | | | | | | | | | | If system firmware disablecheck is set, then the click event for the filter "All" button is also not included in the JS, so the "All" button is not effective. The setTimeout for systemStatusGetUpdateStatus() can be moved up just below where it is declared and inside the existing "if" that conditionally includes that function - no need for it to be inside events.push Then the PHP condition around events.push can be removed, so that the "All" button will always be effective.
OpenPOWER on IntegriCloud