summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove nanobsd related code from build scriptsRenato Botelho2016-10-119-549/+7
|
* Remove unused variableRenato Botelho2016-10-111-1/+0
|
* Adjust parsing of OpenVPN ciphers to new output format. Fixes #6849jim-p2016-10-111-2/+2
|
* Revert "Do not try to build grub2-bhyve on i386"Renato Botelho2016-10-101-1/+0
| | | | | | No more i386 on this branch. Reverting unnecessary change This reverts commit 22558bc3011c10fc86c45b7ca795227bc9a4137c.
* Do not try to build grub2-bhyve on i386Renato Botelho2016-10-101-0/+1
|
* Create pkg.conf with ABI settingsRenato Botelho2016-10-101-0/+15
|
* Repo package is not part of core repository anymoreRenato Botelho2016-10-071-1/+0
|
* Latest nginx requires /var/log/nginx/ to exist, so for users with /var in ↵jim-p2016-10-071-1/+1
| | | | RAM it needs created.
* Move pfSense-upgrade to FreeBSD-portsRenato Botelho2016-10-071-1036/+0
|
* Move pfSense-repo package to FreeBSD-ports repoRenato Botelho2016-10-076-93/+18
|
* Merge pull request #3141 from PiBa-NL/xmlrpc_seturlRenato Botelho2016-10-062-22/+47
|\
| * XMLRPC, xmlrpc_client, add new scheme parameter in ↵PiBa-NL2016-10-062-22/+47
| | | | | | | | setConnectionData(syncip,port,user,pass,schema), for use by packages that sync to custom locations, set public/private on all functions
* | Select PRIQ by default in the shaper wizards, rather than HFSC.jim-p2016-10-062-16/+16
| |
* | Use the full "netstat -s" command so we also get pfkey, ipsec, esp, and ↵jim-p2016-10-061-1/+1
| | | | | | | | other stats.
* | Use tree-style ps output in status.phpjim-p2016-10-061-1/+1
| |
* | Merge pull request #3161 from phroggster/patch-1Renato Botelho2016-10-061-1/+1
|\ \
| * | Fix static blackhole routes. Bug was introduced inphroggie2016-09-271-1/+1
| | | | | | | | | | | | 8be135cd114fbc9294ec9dafed2125d0e553956c (February, 2013).
* | | Merge pull request #3158 from stilez/patch-45Renato Botelho2016-10-061-7/+3
|\ \ \
| * | | Simplify logicstilez2016-09-251-7/+3
| | | |
* | | | Merge pull request #3150 from ExolonDX/masterRenato Botelho2016-10-061-1/+1
|\ \ \ \
| * | | | Spelling mistake "system_gateways.php"Colin Fleming2016-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | Fix spelling mistake in "system_gateways.php"
* | | | | Merge pull request #3174 from NewEraCracker/nat-out-fix-typoSteve Beaver2016-10-031-3/+3
|\ \ \ \ \
| * | | | | Fix typo: The input field is named source_hash_keyNewEraCracker2016-10-031-3/+3
|/ / / / /
* | | | | Fixed #6835 by revising Javascript show/hideSteve Beaver2016-10-032-16/+10
| | | | |
* | | | | Merge pull request #3162 from phil-davis/staicjim-p2016-09-282-2/+2
|\ \ \ \ \
| * | | | | Typo staicPhil Davis2016-09-292-2/+2
| | | | | |
* | | | | | Merge pull request #3162 from phil-davis/patch-1jim-p2016-09-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Wording of incomplete ARP descriptionPhil Davis2016-09-291-1/+1
|/ / / / / | | | | | | | | | | I think "ARP request" is what is meant here.
* | | | | Improve the ARP table display. Implements #6822jim-p2016-09-281-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shows incomplete ARP entries, which were skipped before (for no reason I could find in the commit history) Shows a status column indicating if an entry is permanent (static), expired, or when it will expire Shows a Link Type column that indicates if an entry is using Ethernet, VLAN, etc.
* | | | | Apply static ARP entries more consistently when adding and removing static ↵jim-p2016-09-282-0/+11
| |_|/ / |/| | | | | | | | | | | mapping entries. Fixes #6821
* | | | Make serial/UUID boldRenato Botelho2016-09-271-1/+1
| | | |
* | | | Show system platform and serial / UUIDRenato Botelho2016-09-271-0/+16
| | | |
* | | | If umount fails, use umount -fRenato Botelho2016-09-271-2/+2
| | | |
* | | | Obscure RADIUS shared secret.jim-p2016-09-261-1/+1
| |/ / |/| |
* | | Ensure a mobile P2 is marked as such when saving.jim-p2016-09-241-0/+2
| | |
* | | Use wider display for pftop to fill up dead area. Output still looks OK with ↵jim-p2016-09-231-1/+1
| | | | | | | | | | | | | | | | | | narrower terminals as well. Some views were omitting important info at the narrower width
* | | Add a workaround to umount virtual image directoriesRenato Botelho2016-09-231-1/+2
| | |
* | | Revert "Implement _umount() for cases where filesystem umount doesn't work"Renato Botelho2016-09-221-38/+10
| | | | | | | | | | | | This reverts commit be1eff2b4ba57c8f97128dacefb5271549c16d51.
* | | Implement _umount() for cases where filesystem umount doesn't workRenato Botelho2016-09-221-10/+38
| | |
* | | Declare $config as a global in guiconfig.inc csrf_startup() function, to ↵jim-p2016-09-221-0/+1
|/ / | | | | | | properly respect the timeouts. Ticket #6803
* | Apply #601 fix to firewall_nat.phpSteve Beaver2016-09-211-2/+4
| |
* | Fixed #6801Steve Beaver2016-09-211-1/+4
| |
* | Merge pull request #3148 from skrude61/certificate_revocationjim-p2016-09-211-1/+1
|\ \
| * | Do not show certificates in drop-down list that are already contained in ↵skrude612016-09-201-1/+1
| | | | | | | | | | | | this CRL.
* | | Move pkg repo templates to main repoRenato Botelho2016-09-205-1/+37
| | |
* | | Add missing \) and fix syntaxRenato Botelho2016-09-201-1/+1
| | |
* | | Merge pull request #3142 from stilez/patch-40Renato Botelho2016-09-201-6/+46
|\ \ \
| * | | Extra "S" fixed - thanks @rbgargastilez2016-09-191-1/+1
| | | |
| * | | Add OpenVPN key lengths to Wizard - missed in original PRsstilez2016-09-181-6/+46
| | |/ | |/| | | | | | | | | | | | | | | | | | | Original PRs and rationale: * https://github.com/pfsense/pfsense/pull/2944 ("Add missing recommended key lengths/digest to Cert system") * https://github.com/pfsense/pfsense/pull/2942 ("Add missing recommended key lengths to OpenVPN options") Rationale is same as for those PRs - I missed the OpenVPN Wizard in the original
* | | Sanitize 'zone' parameter on CP pagesRenato Botelho2016-09-2011-11/+11
| | |
OpenPOWER on IntegriCloud