summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Do not render the services_unbound_acls page with an invalid ID.jim-p2015-03-051-0/+5
|
* Stricter validation and encoding for traffic shaper queues.jim-p2015-03-051-2/+2
|
* Jettison unused dragtable code from firewall_rules.php, it was broken and ↵jim-p2015-03-051-92/+2
| | | | inactive and only causing trouble.
* Improve validation and encoding of the zone for Captive Portal Statusjim-p2015-03-051-14/+19
|
* Be more strict about the file to restore or delete when working with full ↵jim-p2015-03-051-6/+10
| | | | backups.
* allow enabling Unbound when dnsmasq is enabled, if they're using diffChris Buechler2015-03-041-1/+2
| | | | ports. Ticket #4332
* Merge pull request #1539 from phil-davis/patch-7Renato Botelho2015-03-031-8/+34
|\
| * Make the DHCP network booting options line upPhil Davis2015-03-031-8/+34
| | | | | | by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
* | Merge pull request #1538 from phil-davis/patch-6Renato Botelho2015-03-031-1/+1
|\ \
| * | system_groupmanager edit cancel button looks smallPhil Davis2015-03-031-1/+1
| |/ | | | | It looks smaller and different to the Save button. This makes it the same.
* | Merge pull request #1537 from phil-davis/patch-5Renato Botelho2015-03-031-1/+1
|\ \
| * | 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.
* | Merge pull request #1536 from phil-davis/patch-4Renato Botelho2015-03-031-23/+35
|\ \
| * | 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?
* | | Merge pull request #1535 from phil-davis/patch-3Renato Botelho2015-03-031-2/+2
|\ \ \ | |_|/ |/| |
| * | 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-251-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
|
* Merge pull request #1494 from k-paulius/ntp-rrd-fixRenato Botelho2015-02-241-2/+4
|\
| * Fixing issues with NTP RRD graph state changesk-paulius2015-02-151-2/+4
| | | | | | | | | | - only call enable_rrd_graphing() after $config['ntpd']['statsgraph'] is set - fix if condition; empty and isset are each other's opposites
* | Merge pull request #1479 from surrural/masterRenato Botelho2015-02-241-1/+5
|\ \
| * | Add support for DNSimple (dnsimple.com)surrural2015-02-231-1/+5
| | |
* | | Merge pull request #1492 from PiBa-NL/carp-statusiconRenato Botelho2015-02-241-1/+2
|\ \ \
| * | | carp, don't show status icon from previous carp ip in case the ip is not ↵PiBa-NL2015-02-151-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.
* | | Merge pull request #1497 from phil-davis/patch-2Renato Botelho2015-02-231-1/+1
|\ \ \
| * | | diag_arp allow underscore in resolved host namesPhil Davis2015-02-181-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
* | | | Merge pull request #1478 from razzfazz/fix_dhcpv6_avail_range_dump_masterRenato Botelho2015-02-231-1/+0
|\ \ \ \
| * | | | make computation of start of DHCPv6 range consistent with actual checkDaniel Becker2015-02-091-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
| | | | |
* | | | | Merge pull request #1505 from phil-davis/patch-7Renato Botelho2015-02-231-1/+1
|\ \ \ \ \
| * | | | | Mention interface name on DHCP edit GUIPhil Davis2015-02-221-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
* | | | | Merge pull request #1504 from phil-davis/patch-6Renato Botelho2015-02-231-18/+6
|\ \ \ \ \
| * | | | | Status_dhcp_leases fix edit button for static entries with no IP addressPhil Davis2015-02-221-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
* | | | | Merge pull request #1506 from k-paulius/fix-linksRenato Botelho2015-02-233-18/+18
|\ \ \ \ \
| * | | | | Fix broken links to dhcp6c.conf man page.k-paulius2015-02-223-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
* | | Merge pull request #1484 from phil-davis/more-text-typosRenato Botelho2015-02-132-16/+16
|\ \ \
| * | | Random text typosPhil Davis2015-02-112-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | and I "corrected" function names that had "_choosen_" in them. That is not technically an error - function names do not have to be English words. But it does look nicer to read.
* | | | Merge pull request #1485 from BBcan177/patch-1Renato Botelho2015-02-131-4/+4
|\ \ \ \
| * | | | Update fbegin.inc - Missing '/' in pathBBcan1772015-02-121-4/+4
| | | | | | | | | | | | | | | Found this issue in conjunction with user Digdug3
OpenPOWER on IntegriCloud