summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revise merge errorSteve Beaver2016-10-031-41/+42
|
* Applied PR #3173 to correct merge errorSteve Beaver2016-10-031-53/+29
|
* Fixed #6835 by revising Javascript show/hideSteve Beaver2016-10-032-12/+30
| | | | (cherry picked from commit 850c3d8b9352e7467beca8502c24ca8d4fbbbd29)
* Bump PRODUCT_REVISIONv2.3.2_1Renato Botelho2016-09-271-1/+1
|
* Make serial/UUID boldRenato Botelho2016-09-271-1/+1
|
* Show system platform and serial / UUIDRenato Botelho2016-09-271-0/+16
|
* Obscure RADIUS shared secret.jim-p2016-09-261-1/+1
|
* Obscured password field in system_authservers.php bind sectionStephen Beaver2016-09-261-1/+1
| | | | | | Fixed #6759 (cherry picked from commit 1c1f08f92e8841f7282280caeed7613edd810453)
* 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
* 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
| | | | (cherry picked from commit 4b0815f38a8a0f98519ca0c2bff7c81b6464e579)
* Fixed #6801Steve Beaver2016-09-211-1/+4
| | | | (cherry picked from commit 00098bc80b6f85eb74f2f3bc2b4eb7430614110d)
* Do not show certificates in drop-down list that are already contained in ↵skrude612016-09-211-1/+1
| | | | this CRL.
* Add missing \) and fix syntaxRenato Botelho2016-09-201-1/+1
|
* Sanitize 'zone' parameter on CP pagesRenato Botelho2016-09-2011-11/+11
|
* Merged #2975Stephen Beaver2016-09-143-146/+42
|
* Revised service running/stopped iconsStephen Beaver2016-09-141-57/+48
| | | | (cherry picked from commit a03162c874c4e52e6cae52c2eefce87118fd90d2)
* Fixed #6788 by clearing only the first label in the cloned rowStephen Beaver2016-09-141-1/+2
| | | | (cherry picked from commit d38d215d1d9429d3a1a15708f92b14cf3a15b247)
* Fix up/catch up remote syslog areas. Fixes #6780jim-p2016-09-092-7/+64
|
* More pptp bitsjim-p2016-09-091-6/+1
|
* Remove some more dangling PPTP bits.jim-p2016-09-093-6/+2
|
* Fix description of the VPN remote log settingjim-p2016-09-081-1/+1
|
* Fix handling of backup config count. Fixes #6771jim-p2016-09-061-1/+1
|
* Enable apcupsd buildRenato Botelho2016-09-051-0/+1
|
* Input boxes with setPattern validation should not contain escape characters ↵PiBa-NL2016-09-026-8/+8
| | | | | | as they are already properly considered 'lists of characters' even when not escaped. (cherry picked from commit 8ea3fd0569ac2b1681de5ba3fbc2a2cc20981ad6)
* Outbound nat overview, show alias popup and edit options on source and ↵PiBa-NL2016-09-021-3/+3
| | | | | | destination, for both the address and port. (cherry picked from commit d98e54b215a7798aa0cd9d8432340d6e6df762f5)
* Prevent accessing undefined offset in IPv6.incNewEraCracker2016-08-311-8/+5
| | | | | | | | | | | On perfectly good IPs (eg. 1:2::3:4) this code could cause the following notice: Notice: Undefined offset: 2 in IPv6.inc on line 560 On bad IPs like 1::2::3 it would not result in any notice. This commit fixes the above problem, while making sure that only valid sequences pass validation. (cherry picked from commit 8fe8ceff998f32c752f5920e9099dc51c14b179f)
* -resolved syntax errorhamnur2016-08-311-4/+4
| | | | (cherry picked from commit 0a6ab475d80b580b09fefaf3ca346b08ec6a23c9)
* system_dhcpleases_configure() - Improve pidfile handlingNewEraCracker2016-08-291-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 (cherry picked from commit 4509abc380552554cbdf3f42c6783b47112f245a)
* Apply the fix for ticket #6589 also into dhcpdv6 configNewEraCracker2016-08-291-0/+1
| | | | (cherry picked from commit 20350989db5d66ffb827beaed5ef5738cd62fc9d)
* Indent dhcpd.conf option customPhil Davis2016-08-291-2/+2
| | | | (cherry picked from commit c507161d557817c1f6f0adbef9ffdbad82115ee8)
* Fix #6720 DHCP options by poolPhil Davis2016-08-291-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. (cherry picked from commit 285987208f31f38abe35b984b08645d43c11b001)
* Fix double domain-name-servers for poolPhil Davis2016-08-291-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. (cherry picked from commit beb9321fcf502b4d7ad27af745c3be9da7f09c6b)
* Fix #6724 VLAN interface displayed wrongPhil Davis2016-08-291-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. (cherry picked from commit fd020a2d94077cc9c8ee6bac5b3da11e116c84a2)
* 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
|
* Merge pull request #3116 from NewEraCracker/RELENG_2_3_2+Stephen Beaver2016-08-201-181/+10
|\
| * Fix syntax error on openvpn.widget.phpNewEraCracker2016-08-201-1/+1
| |
| * Fix problems caused by c93d289NewEraCracker2016-08-201-180/+9
|/ | | | This commit syncs openvpn.widget.php with version from RELENG_2_3 branch
* 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
* Text typos in openvpn.widget.phpPhil Davis2016-08-181-1/+8
| | | | (cherry picked from commit 8da4847472e03195aeb73a1acedbc27f8af520d1)
* Revise widget refresh timingStephen Beaver2016-08-182-2/+2
| | | | (cherry picked from commit 134ee13df54280441c25b047b406628eeebbb8db)
* Added control to set dashboard widget refresh periodStephen Beaver2016-08-1810-20/+278
| | | | | | | 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 (cherry picked from commit 512f2c10af716243046bdd08140856bb8e45222b)
* Fix messup caused by 9d3e872NewEraCracker2016-08-161-1/+0
| | | | (cherry picked from commit d5b993fc310147d68bc3c3654a512b0ac981ecd2)
* Tidy up filenamesColin Fleming2016-08-163-3/+3
| | | | | | Make sure the filenames represent the actual file (cherry picked from commit 6173d1f5a5ed50b8c8a8523b1eb6824f7c9c1ae6)
* Fix DDNS domain for static map DHCP entriesPhil Davis2016-08-161-2/+2
| | | | | | If you specify DDNS Domain in a DHCP static map entry, it does not make its way through to dhcpd.conf This is because the var name $pdnscfg is wrong from an old copy-paste that first made this code. (cherry picked from commit a5a55231770e548898b6b1c18146cc0c6631c5c6)
* Merge branch 'RELENG_2_3_2' of git.pfmechanics.com:pfsense/pfsense into ↵Stephen Beaver2016-08-161-1/+1
|\ | | | | | | RELENG_2_3_2
OpenPOWER on IntegriCloud