summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up "<script>" tagsColin Fleming2017-01-135-6/+6
| | | | | | Tidy up <script> tags by adding TYPE attribute (https://doc.pfsense.org/index.php/Developer_Style_Guide#HTML_Specific_Rules)
* Fix #7118 icmp-type anyPhil Davis2017-01-131-1/+1
| | | When 'any' is selected as the ICMP type, do not write 'icmp-type any' in the rule, just leave it out.
* Add IPsec to the state table interface list.jim-p2017-01-121-0/+1
|
* Hide/deactivate the reroot option when ZFS is active. Ticket #6045jim-p2017-01-121-3/+7
|
* Fix #6153Renato Botelho2017-01-121-0/+4
| | | | | | Initialize cached IP and Time on loop for RFC2136 items, without this the items used on last loop iteration will be used again and second item on the same interface will not be updated
* Fix #7105: Old rules may not have ipprotocol defined, consider it icmp6-type ↵Renato Botelho2017-01-121-1/+1
| | | | only when ipprotocol is inet6
* Merge pull request #3372 from phil-davis/dhcp_client_idRenato Botelho2017-01-121-0/+27
|\
| * Display client id in DHCP Mapping listPhil Davis2017-01-111-0/+27
| |
* | Ticket #6340:Renato Botelho2017-01-121-5/+11
| | | | | | | | | | | | | | | | | | - Stop misusing fsck -F parameter, it's supposed to be used when you plan to run background fsck after filesystems are mounted, what is not the case on pfSense - Increase attempts to mount all filesystems as read-write to 10 - If we cannot mount filesystems as read-write, start a recovery shell and after it finishes, reboot system
* | Simplify logicRenato Botelho2017-01-111-5/+3
| |
* | Fix #6712Renato Botelho2017-01-111-1/+1
| | | | | | | | Use system_hosts_entries to generate unbound host_entries.conf
* | Ticket #6712: Create system_hosts_entries()Renato Botelho2017-01-111-24/+21
| | | | | | | | This function will return an array all items to be added to /etc/hosts.
* | Ticket #6712: Create system_hosts_dhcpd_entries()Renato Botelho2017-01-111-78/+104
| | | | | | | | | | This function will return an array with dhcpd and dhcpdv6 items to be added to /etc/hosts.
* | Ticket #6712: Create system_hosts_override_entries()Renato Botelho2017-01-111-23/+51
| | | | | | | | | | This function will return an array with dnsmasq or unbound items to be added to /etc/hosts
* | Ticket #6712: Deprecate read_hosts()Renato Botelho2017-01-111-30/+1
| | | | | | | | Read local items from system_hosts_local_entries()
* | Ticket #6712: Create system_hosts_local_entries()Renato Botelho2017-01-111-36/+62
| | | | | | | | | | | | This function will return an array with 127.0.0.1, ::1 and LAN (or first interface with no gateway when LAN is not there) items to be added to /etc/hosts
* | Kill dhcpleases after we are sure we can write /etc/hostsRenato Botelho2017-01-111-7/+8
| |
* | Fix styleRenato Botelho2017-01-111-58/+111
| |
* | Make sure IP address is v4 before create /etc/hosts entryRenato Botelho2017-01-111-2/+2
| |
* | Do not write a 'restrict' line to the NTP config if it will be empty. Fixes ↵jim-p2017-01-111-10/+12
|/ | | | #7110
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-11140-26/+232
|\
| * Breadcrumb linksPhil Davis2017-01-10140-24/+217
| |
| * Breadcrumb links supportPhil Davis2017-01-092-4/+17
| |
* | Only include files that ends with .incRenato Botelho2017-01-111-2/+3
| |
* | Merge pull request #3341 from phil-davis/sysprvwarn2Renato Botelho2017-01-1112-4/+124
|\ \
| * \ Merge branch 'master' into sysprvwarn2Phil Davis2017-01-11120-1080/+1995
| |\ \
| * | | Change "privilege" to "access"Phil Davis2017-01-024-6/+6
| | | | | | | | | | | | | | | | in various text to make it read better
| * | | Use admin rather than root in UI textPhil Davis2017-01-024-8/+8
| | | |
| * | | Add security notes for privilege assignment pagesPhil Davis2017-01-0212-4/+124
| | | | | | | | | | | | | | | | Suggested solution for Redmine 2247
* | | | Merge pull request #3367 from derelict-pf/require_state_filterRenato Botelho2017-01-113-3/+34
|\ \ \ \
| * | | | Add requirestatefilter. Implements #7069.derelict-pf2017-01-083-3/+34
| | |_|/ | |/| |
* | | | Merge pull request #3360 from plumbeo/faster-disconnect-allRenato Botelho2017-01-111-15/+11
|\ \ \ \
| * | | | Captive portal: make captiveportal_disconnect_all() fasterplumbeo2017-01-051-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | captiveportal_disconnect_all() removes the users one at a time and in some cases, when many hundreds of users are connected, can take up to several dozens of seconds to complete. Instead of looping through all users, send all the accounting information, reset the user database and delete all the active rules and reinit them. Use locking to prevent new users from logging in until the function ends.
* | | | | Merge pull request #3361 from PiBa-NL/openvpn_waitforpid_20170107Renato Botelho2017-01-111-3/+18
|\ \ \ \ \
| * | | | | openvpn, check for valid pid using isvalidpid()PiBa-NL2017-01-091-4/+2
| | | | | |
| * | | | | openvpn, make sure config is written and not overwritten while starting ↵PiBa-NL2017-01-071-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | openvpn, and wait for pid of child process to be written before exiting function
* | | | | | Merge pull request #3370 from phil-davis/services_widgetRenato Botelho2017-01-111-46/+54
|\ \ \ \ \ \
| * | | | | | Services widget filter checkboxesPhil Davis2017-01-101-46/+54
| | | | | | |
* | | | | | | Add protocol selection to Radius server configurationRenato Botelho2017-01-113-3/+59
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should fix #7111 Submitted by @ubawurinna at https://github.com/pfsense/pfsense/pull/2687
* | | | | | Merge pull request #3343 from phil-davis/retval1Renato Botelho2017-01-1058-375/+301
|\ \ \ \ \ \
| * | | | | | vpn_ipsec_settings - do not redirect on savePhil Davis2017-01-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user presses save, and there are no input errors, the data is saved - good. But the page redirects away to itself, which is not necessary. It is preventing the "saved successfully" message from being seen.
| * | | | | | Ignore return from system_syslogd_startPhil Davis2017-01-032-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | system_syslogd_start returns the retrn value from mwexec_bg, which is the PID of the background process. It is not an error status. So do not use it here.
| * | | | | | Report problems applying changesPhil Davis2017-01-0358-372/+302
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* | | | | | | Make sure file exists before try to open itRenato Botelho2017-01-101-2/+3
| | | | | | |
* | | | | | | Fix styleRenato Botelho2017-01-101-38/+38
| |/ / / / / |/| | | | |
* | | | | | Move checkbox styling to the beta file since it produces results that are ↵Steve Beaver2017-01-102-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | not consistent across browsers and OS
* | | | | | Revert "get_pkg_info() fallback using pkg info if no local copy of repo catalog"Renato Botelho2017-01-101-27/+6
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e47af756de79d4e8b0356cf22f72f62f09e9ad7d.
* | | | | | Fix a case where the ALTQ capability warning was showing incorrectly. Fixes ↵jim-p2017-01-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | #7102
* | | | | | Further refine checkbox stylingSteve Beaver2017-01-091-1/+1
| | | | | |
* | | | | | Merge pull request #2902 from NOYB/RAM_Disk_ManagementRenato Botelho2017-01-0915-157/+277
|\ \ \ \ \ \
OpenPOWER on IntegriCloud