summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't log to filter.log when local logging is disabled. Ticket #6018Chris Buechler2016-03-211-1/+4
|
* Have recovery mode go to a shell as intended.Chris Buechler2016-03-211-1/+1
|
* Merge pull request #2774 from heper/patch-1Stephen Beaver2016-03-211-1/+1
|\
| * possible typoheper2016-03-211-1/+1
|/
* Fixed #6017Stephen Beaver2016-03-212-3/+50
|
* Use UFS2 for memstick imagesRenato Botelho2016-03-211-3/+3
|
* Make sure OVA disk is UFS2 and also enable SUJRenato Botelho2016-03-211-1/+9
|
* Enable pass on fstab for OVARenato Botelho2016-03-211-1/+1
|
* Read return code from right commandRenato Botelho2016-03-211-1/+1
|
* The zone parameter needs to be in this html example for CP.jim-p2016-03-211-0/+1
|
* Bump default config ver to 14.8Stephen Beaver2016-03-211-1/+1
|
* Merge pull request #2773 from NewEraCracker/small-php-js-tweaksStephen Beaver2016-03-211-1/+1
|\
| * Echo boolean value instead of stringNewEraCracker2016-03-211-1/+1
| | | | | | | | Prior to this change, code would echo an empty string if false and 1 if true. In all other files, with similar code, boolean representation is printed.
* | Merge pull request #2772 from NOYB/HTML_Compliance_-_Diagnostics_/_Test_PortStephen Beaver2016-03-211-2/+2
|\ \
| * | HTML Compliance - Diagnostics / Test PortNOYB2016-03-211-2/+2
| |/ | | | | | | | | | | | | | | Error: Start tag seen without seeing a doctype first. Expected e.g. <!DOCTYPE html>. Error: Stray doctype. Error: Stray start tag html. Fatal Error: Cannot recover after last error. Any further errors will be ignored.
* | Merge pull request #2771 from stilez/patch-20Stephen Beaver2016-03-212-26/+2
|\ \
| * | Remove apparent pointless function (2nd occurance)stilez2016-03-211-13/+1
| | |
| * | replace apparently pointless function in 2 filesstilez2016-03-211-13/+1
| |/ | | | | | | | | Code loops through all return values of get_possible_traffic_source_addresses(true) to create a list of key=>descript list, but the original function returned exactly such a list anyhow with no other data associated with the keys. So the code seems pointless as it replicates exactly the original return value from possible_traffic_source_addresses(). A quick search shows the rewritten code in this PR is already used in diag_testport.php line 287 and status_logs_settings.php line 356 (repo search: https://github.com/pfsense/pfsense/search?utf8=%E2%9C%93&q=get_possible_traffic_source_addresses )
* | Merge pull request #2769 from phil-davis/btnattrStephen Beaver2016-03-2120-149/+54
|\ \
| * | Reengineer Form_Button setAttributePhil Davis2016-03-2020-149/+54
| | | | | | | | | | | | | | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* | | Merge pull request #2768 from phil-davis/patch-3Stephen Beaver2016-03-211-1/+1
|\ \ \
| * | | Allow moving last pool entryPhil Davis2016-03-201-1/+1
| | |/ | |/| | | | | | | If you are moving load balancer pool entries back and forth between the enabled and disabled pools, you can't move the last entry in the disabled pool back to the enabled pool, which you should be able to do. This change also gives the user flexibility to move the last enabled entry to the disabled, that is helpful if the user is just moving entries around - e.g. putting everything into disabled then adding 1 or 2 back to the enabled. On save, the validation checks that the enabled list has something in it, so the user can;t actually save an empty load balancer pool anyway.
* | | Merge pull request #2767 from NOYB/HTML_Compliance_-_Firewall_/_Schedules_/_EditStephen Beaver2016-03-211-3/+3
|\ \ \ | |/ / |/| |
| * | HTML Compliance - Firewall / Schedules / EditNOYB2016-03-201-3/+3
|/ / | | | | | | Error: Duplicate ID tempFriendlyTime.
* | If there was a group with a space, delete all the user-defined groups before ↵Chris Buechler2016-03-201-0/+13
| | | | | | | | hitting local_sync_accounts so pw doesn't get hung up. Ticket #6012
* | Merge pull request #2766 from jlduran/nginx-ssl-parameter-on-listen-directiveChris Buechler2016-03-191-21/+27
|\ \
| * | Cleanup nginx configuration fileJose Luis Duran2016-03-191-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix indentations - Use the `ssl` parameter of the `listen` directive [1] - Change the rewrite rule to use the recommended syntax [2] [1]: http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl [2]: http://nginx.org/en/docs/http/converting_rewrite_rules.html
* | | Reconfigure any VLANs with a lagg parent after recreating the lagg. Ticket #6014Chris Buechler2016-03-191-0/+13
| |/ |/|
* | Check whether group exists using GID rather than name. Users can change the ↵Chris Buechler2016-03-191-8/+3
| | | | | | | | name, but not the GID. Check return code of pw for whether group exists. Ticket #6013
* | Save changes to config in 148 config upgrade. Ticket #6012Chris Buechler2016-03-191-7/+10
| |
* | Changed the button colors and icons. The fa-terminal wasn't doing it for me :)Stephen Beaver2016-03-191-7/+7
| |
* | Ensure replacement group name is uniqueStephen Beaver2016-03-191-0/+13
|/
* Fixed #6012Stephen Beaver2016-03-192-7/+18
| | | | Config upgrade function replaces space with underscore in group names
* Partially fixed #6012 by removing space from chars allowed in group namesStephen Beaver2016-03-191-1/+1
|
* Merge pull request #2765 from NOYB/Services_/_DNS_Resolver_/_General_SettingsStephen Beaver2016-03-191-4/+1
|\
| * Services / DNS Resolver / General SettingsNOYB2016-03-191-4/+1
| | | | | | | | | | | | Static should be static. Elements that don't need to be dynamic should be static. More robust than depending on client-side processing to set them.
* | Make sure pkg keeps installedRenato Botelho2016-03-191-1/+1
|/
* Make sure all unnecessary packages are removedRenato Botelho2016-03-181-0/+6
|
* Suppress dashboard save icon until needed.Stephen Beaver2016-03-182-4/+11
|
* GIF had the same problem as GRE with flags, apply the same fix. Ticket #6010jim-p2016-03-181-2/+6
|
* Correct the code saving values for GRE. The GRE configure backend code tests ↵jim-p2016-03-181-3/+9
| | | | for isset, the way the values were copied before it would be set to 'false' which was still set, so the code always triggered when it shouldn't. When reading back from XML at boot time it's OK, so only the web interface is affected. Fixes #6010
* Merge pull request #2761 from heper/patch-1Stephen Beaver2016-03-181-1/+1
|\
| * fix rrd error on bootheper2016-03-171-1/+1
| | | | | | | | | | Seems to be a copy/paste error remain from when i initially created the dhcpd rrd thingy. Just noticed this now ;) Mar 17 22:33:34 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/opt3-dhcpd.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/opt3-dhcpd.rrd: found extra data on update argument: U:U:U:U:U'
* | Merge pull request #2718 from NOYB/JavaScript_Polyfill_-_String_Includes_MethodStephen Beaver2016-03-182-0/+23
|\ \
| * | jquery folder rename to jsNOYB2016-03-171-0/+0
| | |
| * | JavaScript Polyfill - String Includes MethodNOYB2016-03-172-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A place for JavaScript polyfills. JavaScript string includes method polyfill. A new method that has not yet found it's way into many browser implementations. Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes Note: An array & typedarray includes method, that could also be useful, is currently in draft status. Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/includes
* | | Merge pull request #2757 from NewEraCracker/allow-ip-as-althostnameStephen Beaver2016-03-181-1/+1
|\ \ \
| * | | Allow IPs in althostnamesNewEraCracker2016-03-171-1/+1
| |/ / | | | | | | | | | | | | | | | This change will allow implementation of workarounds for bugs involving 'An HTTP_REFERER was detected other than what is defined in System' by adding the IP address to the alternate hostnames list, without having to disable protection completely. This is useful to workaround things like Redmine #5939 and/or enabling access to WebGUI over IPv6 linklocal (fe80::1:1) by adding IPs manually.
* | | Merge pull request #2763 from NOYB/Services_/_DNS_Resolver_/_General_SettingsStephen Beaver2016-03-180-0/+0
|\ \ \
| * | | Much cleaner like this.NOYB2016-03-181-6/+1
| | | |
OpenPOWER on IntegriCloud