summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to glxsb as it is not relevant to current supported ↵jim-p2016-09-018-21/+11
| | | | platforms. Fixes #6755
* Add ng interface to pppoe group on mpd.conf and remove dead code from ↵Renato Botelho2016-09-012-12/+1
| | | | vpn-linkup script
* Convert PPPoE Server code to mpd5Renato Botelho2016-09-011-84/+51
|
* Ticket #3734: Add function to convert IPv6 address <-> binaryRenato Botelho2016-08-312-8/+62
| | | | | | | | | | | - ip6_to_bin() and bin_to_ip6() are copies obtained from pear-Net_IPv6 since the version available in the class is protected and we don't want to add more patches to thirdy part software. If upstream accept to change them to public we can retire them - bin_to_compressed_ip6 is just a short way to conver binary direct to a compressed IPv6 address Reported at: https://forum.pfsense.org/index.php?topic=117601.0
* Merge pull request #3126 from hamnur/masterRenato Botelho2016-08-311-4/+4
|\
| * -resolved syntax errorhamnur2016-08-311-4/+4
|/
* Merge pull request #3106 from NewEraCracker/patch-9Renato Botelho2016-08-291-2/+3
|\
| * system_dhcpleases_configure() - Improve pidfile handlingNewEraCracker2016-08-201-2/+3
| | | | | | | | | | | | | | 1) Set the pidfile variable in the correct place. pidfile variable is required in both 'if' and 'else' blocks. 2) Ensure pidfile is valid before sending term signal
* | Merge pull request #3107 from NewEraCracker/patch-10Renato Botelho2016-08-291-0/+1
|\ \
| * | Apply the fix for ticket #6589 also into dhcpdv6 configNewEraCracker2016-08-201-0/+1
| |/
* | Merge pull request #3112 from phil-davis/patch-1Renato Botelho2016-08-291-1/+32
|\ \
| * | Indent dhcpd.conf option customPhil Davis2016-08-181-2/+2
| | |
| * | Fix #6720 DHCP options by poolPhil Davis2016-08-171-1/+32
| | | | | | | | | | | | It is a little bit tricky having to generate the unique "option custom-if-n-m code ..." lines at first where n = pool index and m = item index in the items of the pool. Then make sure to reference that later, getting the same pool index into the array of pools. The $all_pools array as the "overall" or "base" pool first (at index 0), followed by the user-specified pools at index 1, 2, 3,... - which are actually at indexes 0, 1, 2,... in the ordinary array of pools in the config. So the -1 at line 910 has to happen. But it works for me.
* | | Merge pull request #3110 from phil-davis/patch-2Renato Botelho2016-08-291-3/+0
|\ \ \
| * | | Fix double domain-name-servers for poolPhil Davis2016-08-161-3/+0
| |/ / | | | | | | | | | | | | Add a pool and specify something in 1 or more of the DNS servers boxes for the pool. The "option domain-name-servers 1.2.3.4" line appears twice in dhcpd.conf The first bit of code to do it is at lines 787-799. I have deleted this 2nd time that it is done at lines 854-856.
* | | Merge pull request #3114 from phil-davis/patch-3Renato Botelho2016-08-291-8/+10
|\ \ \
| * | | Fix #6724 VLAN interface displayed wrongPhil Davis2016-08-181-8/+10
| | | | | | | | | | | | | | | | | | | | in interface assignment script dialog. The str_replace() calls were not smart enough to just get rid of bare "igb1" when "igb1_vlan123" and such like was also in the list.
* | | | Remove from poudriere_bulk unnecessary entries:Renato Botelho2016-08-261-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysutils/py-salt Already built as dependency of sysutils/pfSense-builder * security/sudo Already built as dependency of pfSense-pkg-sudo
* | | | Improve the exclude_files for the base core package. Do not include ↵Luiz Otavio O Souza2016-08-261-0/+6
| | | | | | | | | | | | | | | | existing packages and the contents of other packages.
* | | | Add the template for the u-boot core package.Luiz Otavio O Souza2016-08-262-0/+18
| | | |
* | | | add cpu stress tester and bird to arm buildJeremy Porter2016-08-251-0/+4
| | | |
* | | | change traffic graphs to use d3.jsJared Dillard2016-08-236-125/+875
| | | |
* | | | add visibility jsJared Dillard2016-08-231-0/+1
| | | |
* | | | Add a selection for OpenVPN to have no compression preference + ↵jim-p2016-08-221-1/+6
| | | | | | | | | | | | | | | | comp-noadapt, which is necessary in some client edge cases. Fixes #6739
* | | | Clean up the text on diag_sockets.php. Fixes #6708jim-p2016-08-221-14/+12
| | | |
* | | | Clarify language on diag_tables.php. Fixes #6713jim-p2016-08-221-2/+4
| | | |
* | | | Use -l with traceroute6 to show both IP Addresses and Hostnames when ↵jim-p2016-08-221-0/+6
| | | | | | | | | | | | | | | | resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715
* | | | Add output encoding to diag_dns.php for results returned from DNS. Fixes #6737jim-p2016-08-221-4/+4
| | | |
* | | | Fixed #6711Stephen Beaver2016-08-222-0/+9
| | | |
* | | | Fixed #6732Stephen Beaver2016-08-221-8/+20
| | | |
* | | | Merge pull request #3118 from NewEraCracker/patch-ovpnwidgetStephen Beaver2016-08-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix syntax error on openvpn.widget.phpNewEraCracker2016-08-201-1/+1
|/ / /
* | | Use "-C /dev/null" when starting dnsmasq to avoid it picking up an incorrect ↵jim-p2016-08-191-2/+2
| | | | | | | | | | | | default config which would override our command line parameters. Fixes #6730
* | | Merge pull request #3115 from phil-davis/patch-4Stephen Beaver2016-08-181-2/+3
|\ \ \
| * | | Text typos in openvpn.widget.phpPhil Davis2016-08-191-2/+3
|/ / /
* | | Revise widget refresh timingStephen Beaver2016-08-182-2/+2
| | |
* | | Add specific permission to allow HA XMLRPC sync. It fixes #809Renato Botelho2016-08-182-6/+33
| | |
* | | Fix remote_addr array keyRenato Botelho2016-08-181-1/+1
| | |
* | | Disable autoDocumentRenato Botelho2016-08-181-1/+1
| | |
* | | Ticket #3734: Remove xmlrpc.inc, xmlrpc_client.inc and xmlrpc_server.incRenato Botelho2016-08-184-2803/+3
| | |
* | | Ticket #3734: Pass username on all xmlrpc callsRenato Botelho2016-08-183-7/+7
| | |
* | | Ticket #3734: Convert xmlrpc.php to use XML/RPC2/Server.phpRenato Botelho2016-08-181-432/+443
| | |
* | | Initialize variable properlyRenato Botelho2016-08-181-0/+1
| | |
* | | Do not enable debugRenato Botelho2016-08-181-8/+0
| | |
* | | Added control to set dashboard widget refresh periodStephen Beaver2016-08-1810-22/+67
| | | | | | | | | | | | | | | Start each widget refresh system after a short random delay to prevent all widgets hitting the server at the exactsame time Fix issues wherein two widgets were resetting the refresh timer from the AJAX call, not the call-back function, thereby risking stepping on themselves
* | | Completed #6723\Stephen Beaver2016-08-181-171/+219
| | | | | | | | | | | | by making the OpenVPN widget update dynamically
* | | Remove debug leftoverRenato Botelho2016-08-181-2/+0
|/ /
* | Revert "change traffic graphs to d3"Jared Dillard2016-08-176-1079/+184
| | | | | | | | This reverts commit 9f33ec64330d0b50896772abd73156abbd762305.
* | change traffic graphs to d3Jared Dillard2016-08-176-184/+1079
| |
* | Add an option to push "block-outside-dns" to clients of an RA OpenVPN. Fixes ↵jim-p2016-08-172-0/+14
| | | | | | | | #6719
OpenPOWER on IntegriCloud