summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* system_usermanager edit cancel button looks smallPhil Davis2015-03-031-1/+1
| | | | It looks smaller and different to the Save button. This makes it the same.
* Make the Power Mode selection boxes line upPhil Davis2015-03-031-23/+35
| | | | by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
* Standardise power mode selection boxesPhil Davis2015-03-031-1/+1
| | | | | I noticed that this looked a little odd, the boxes for AC and Battery Power Mode are 1 after the other on the same line, then the 3rd box for unknown power mode is on a new line. Maybe make them all on their own line, like this?
* Add missing BR tags and fix display with pfsense_ng_fs themePhil Davis2015-03-031-2/+2
| | | | | | Fixes #4481 Similar issue to commit https://github.com/pfsense/pfsense/commit/5cfd948144741ba0d6981f89b2e40257cb9ef2b1 Note: services_dhcpv6_edit.php - these fields are not present so nothing to edit/fix.
* Remove "Prefer old SA" option, and ignore it in all existing configurations. ↵Chris Buechler2015-03-031-18/+0
| | | | Breaks things in many cases with strongSwan. For the very rare circumstances where this is actually desirable, it's just a sysctl that can be set in tunables.
* Fix track6 prefix id range in error message, reported on Pull Request #1517Renato Botelho2015-02-261-1/+2
|
* Check if variables are set before trying to pass them to function ↵k-paulius2015-02-261-2/+2
| | | | substr_count to avoid generating PHP alerts.
* Ticket #4418 make sure the dns_split is separated with spaces rather than ↵Ermal LUÇI2015-02-251-1/+1
| | | | space or comma to comply with strongswan requirements.
* When RADIUS auth is selected, radius protocol and server ip/host are ↵Renato Botelho2015-02-241-0/+7
| | | | mandatory. Fixes #4384
* isset is a better check hereRenato Botelho2015-02-241-1/+1
|
* Fixing issues with NTP RRD graph state changesk-paulius2015-02-241-2/+4
| | | | | | - only call enable_rrd_graphing() after $config['ntpd']['statsgraph'] is set - fix if condition; empty and isset are each other's opposites
* carp, don't show status icon from previous carp ip in case the ip is not ↵PiBa-NL2015-02-241-1/+2
| | | | present on the interface (test with ifconfig em0 1.2.3.4 delete)
* Ticket #4445 do not write config and remove its cache when applying settings ↵Ermal LUÇI2015-02-232-5/+0
| | | | its just behaviour from dinosaur era and should have been cleanded long time ago.
* diag_arp allow underscore in resolved host namesPhil Davis2015-02-231-1/+1
| | | | | | | | | is_hostname() and is_domain() allow underscore in the names. So it is possible to have underscore in host names, for example in DHCP server static mapped entries I have some things like: 10.42.3.4 client-pc-01_LAN 10.42.3.5 client-pc-01_WIFI These reverse-resolve fine - 10.42.3.4 becomes client-pc-01_LAN But the preg_match here misses such names that have an underscore in them. I noticed this when looking into forum post: https://forum.pfsense.org/index.php?topic=88956.0
* make computation of start of DHCPv6 range consistent with actual checkDaniel Becker2015-02-231-1/+0
| | | | | | | | | | | | When computing the start IP for the 'available range' field, services_dhcpv6.php attempts to increment a colon-formatted v6 address. Since this always fails, so the value that's printed is not actually incremented, so remove the bogus addition. Note that this is actually matches the behavior of the range checks that services_dhcpv6.php performs: The actual check uses the range [gen_subnetv6()..gen_subnetv6_max()], which does include the first (= all-zeroes host part) v6 address in the prefix.
* Fix display style typoPhil Davis2015-02-231-1/+1
| | | | I could not see any difference in rendering of the page after fixing this, but it looks it it should be fixed.
* Fix display style typoPhil Davis2015-02-231-1/+1
| | | | I could not see any difference in rendering of the page after fixing this, but it looks it it should be fixed.
* OpenVPN server improve handling of authmodePhil Davis2015-02-231-2/+6
| | | | | | | | | | | | | Currently if the user is clicking around while they are setting up an OpenVPN server, they can do stuff like this: a) Select Server Mode - Remote Access (SSL/TLS + User Auth) b) Select something in Backend for authentication c) Change their mind and select Server Mode - Peer to Peer (SSL/TLS) d) Enter the other settings and Save Now the OpenVPN server config has an 'authmode' key in it. Probably does no harm, I suspect it will simply not be used when building the server.conf for Peer to Peer, but it looks a bit odd when analysing/diagnosing a config for problems. Other fields that are mode-specific have tests to only save the values at the end if the appropriate mode is the one finally selected. While I am here, I also constantly forget to click on "Local Database" authmode when setting up a new server. It gives the validation error message, then I click on "Local Database" again and save. Seems unnecessary - when defining a new OpenVPN server why not default this to have the first entry in the list be the one selected? So I did that. What do you think? 1 place less for many users to need to click.
* vpn_openvpn_server.php white spacePhil Davis2015-02-231-83/+83
|
* Mention interface name on DHCP edit GUIPhil Davis2015-02-231-1/+1
| | | | | IMHO it can be confusing on the DHCP edit page for static mapped entries to know which interface the entry is being edited/added for. Specially if the user comes from the Status DHCP Leases page, the lease they are editing/adding could be for 1 of many LAN-style interfaces. This also made it easier for me to see which interface entry I was editing when I was testing https://github.com/pfsense/pfsense/pull/1504
* Status_dhcp_leases fix edit button for static entries with no IP addressPhil Davis2015-02-231-18/+6
| | | | | | The edit button for static entries always has an index id=0 and thus pressing the edit button goes to (mostly) edit the wrong entry. It was easier and made the code cleaner to get rid of the looping through the staticmap array every time trying to matach IP, MAC address... That data ('if' and 'staticmap_array_index') is easily gathered further up, the first time the staticmap array for each DHCP interface is traversed. I think this should also be more efficient when there are many static mapping entries. Forum: https://forum.pfsense.org/index.php?topic=89072.msg493241#msg493241
* Fix broken links to dhcp6c.conf man page.k-paulius2015-02-233-18/+18
| | | | manpath FreeBSD+Ports no longer exits and needs to be replaced with FreeBSD+10.1-RELEASE+and+Ports
* Success typoPhil Davis2015-02-231-1/+1
| | | | might as well fix it while I notice it
* Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of ↵Chris Buechler2015-02-181-4/+27
| | | | NAT-T field display so it's on for IKEv1, off for IKEv2. Do same for reauth while here. Ticket #3979
* Update fbegin.inc - Missing '/' in pathBBcan1772015-02-131-4/+4
| | | | Found this issue in conjunction with user Digdug3
* force minimum 100000 byte log file size. Some have been confused thinking ↵Chris Buechler2015-02-131-2/+2
| | | | this is KB, in some cases causing problems. This should help, and there shouldn't be a need for logs smaller than that.
* Set srctrack separate from this test or the value won't save unless the ↵jim-p2015-02-121-0/+3
| | | | sticky box status also changed.
* Merge branch 'RELENG_2_2' of git.pfmechanics.com:pfsense/pfsense into RELENG_2_2Chris Buechler2015-02-114-21/+12
|\
| * Remove dead code and unset vars so next time the code works properly ↵Ermal LUÇI2015-02-111-10/+1
| | | | | | | | avoiding cache issues.
| * Random text typosPhil Davis2015-02-112-2/+2
| | | | | | | | that I noticed.
| * Fix typo in class in bridge editPhil Davis2015-02-111-9/+9
| | | | | | | | | | Fixing this makes nice little pencil icons appear in front of the text entry fields.
* | get rid of wizards/initial/ images that were never usedChris Buechler2015-02-1148-0/+0
|/
* Check if Unbound is enabled and using the same port before allowing dnsmasq ↵Chris Buechler2015-02-111-0/+5
| | | | to be enabled. part of Ticket #4332
* touch up Unbound textChris Buechler2015-02-091-2/+2
|
* Use appropriate interface field description when working with floating ↵Chris Buechler2015-02-091-1/+5
| | | | rules, it was confusing and potentially incorrect for floating rule purposes.
* fix up textChris Buechler2015-02-067-5/+5
|
* Fixed not being able to save custom and custom-v6 dyndnsTuyan Ozipek2015-02-041-1/+1
| | | | | entries due to "host" being posted empty, and thus failing is_domain() check.
* fix responder-only IPsec textChris Buechler2015-02-031-2/+2
|
* fix textChris Buechler2015-02-025-8/+8
|
* Fix aliases popup width when fields are hidden when page is loaded. It ↵Renato Botelho2015-02-0215-10/+15
| | | | should fix #4238
* Unbound domain override IP:port validationPhil Davis2015-02-021-1/+1
| | | | | The domain override is IP:port is invalid if either the IP address OR port is invalid. Previously you could put an invalid IP with valid port, or valid IP with invalid port.
* Remove latin-1 encoding of RSS feedPhil Davis2015-02-021-1/+0
| | | | | | Many thanks to Gertjan in forum https://forum.pfsense.org/index.php?topic=87504.msg484017#msg484017 Specifically setting the output encoding to latin-1 was causing the "black diamonds" for special characters in the http://blog.pfsense.org RSS feed (e.g. the registered trademark sign after pfSense did not come out). It should all work by letting simplepie do its default stuff with the RSS feed.
* Add input validation to prevent the use of AES > 128 where glxsb is enabled. ↵Chris Buechler2015-01-312-3/+16
| | | | Ticket #4361
* Fixes #4360 allow marking a connection as responder only, the same behviour ↵Ermal LUÇI2015-01-311-0/+14
| | | | as mobile connections
* Fixes #4359 Allow controlling uniqueidsErmal LUÇI2015-01-311-0/+29
|
* Traffic Shaper Wizard Upstream SIP ServerPhil Davis2015-01-312-2/+4
| | | | | Not being remembered and actioned. Bug #4314
* Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec ↵Ermal LUÇI2015-01-312-10/+23
| | | | service.
* Fixes #4333 Unset previous defined values before using the new onesErmal LUÇI2015-01-312-0/+8
|
* Fixes #4340 encode username same as with password to avoid issues with ↵Ermal LUÇI2015-01-311-0/+1
| | | | special chars.
* Do not reuse reqid on copy of phase2 Fixes #4349Ermal LUÇI2015-01-301-0/+1
|
OpenPOWER on IntegriCloud