summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2987 from stilez/patch-27Stephen Beaver2016-06-221-0/+25
|\
| * Add "delete entry" for ARP tablestilez2016-05-311-0/+25
| | | | | | | | | | | | | | Useful function in some circumstances - seems no reason not to have it. Uses IP rather than hostname since not all ARP entries have hostnames. Probably should also have "delete all" but not done that.
* | Merge pull request #2986 from NewEraCracker/patch-ntp-gpsStephen Beaver2016-06-222-2/+2
|\ \
| * | Fix NTP PPS. It had 'None' option available on 2.2.x.NewEraCracker2016-06-151-1/+1
| | |
| * | Fix "Unable to remove NTP GPS from configuration"NewEraCracker2016-06-151-1/+1
| | | | | | | | | | | | https://forum.pfsense.org/index.php?topic=112771.msg627573
* | | Merge pull request #2982 from stilez/patch-26Stephen Beaver2016-06-221-3/+3
|\ \ \
| * | | redundant check - is_numericint() tests for >= 0stilez2016-05-241-1/+1
| | | |
| * | | fix logic and replace hard coded value by globalstilez2016-05-241-2/+2
| | | | | | | | | | | | | | | | backups should be a numeric int. text hint for number of backups can now refer to the global value for this platform (and explains how to get that default, by leaving blank)
| * | | Give settings section a more helpful/standard title to match other GUI ↵stilez2016-05-241-2/+2
| | | | | | | | | | | | | | | | settings tabs
* | | | Merge pull request #2942 from stilez/patch-22Stephen Beaver2016-06-221-1/+21
|\ \ \ \
| * | | | Self correcting - poor englishstilez2016-05-081-1/+1
| | | | |
| * | | | Accuracystilez2016-05-081-1/+1
| | | | | | | | | | | | | | | Large keys are not "slower to use" in many cases, since they are only used to validate or set up a session. An ongoing session usually transfers to a symmetric algorithm once established, and the user won't notice the short extra delay in session startup.
| * | | | missed a comment I added and shouldn't have - removedstilez2016-05-081-1/+1
| | | | |
| * | | | Update OpenVPN Wizard to include missing key sizesstilez2016-05-081-2/+22
| | | | | | | | | | | | | | | ...and add some useful info to guide the user.
* | | | | Merge pull request #2935 from cfazendin/hostname_menuStephen Beaver2016-06-222-10/+34
|\ \ \ \ \
| * | | | | Added option to System > General Setup > webConfigurator to change the title ↵Christopher Fazendin2016-05-052-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | of the Help menu in the navbar to either the system hostname or fqdn.
* | | | | | Merge pull request #2906 from Chrisc-c-c/Fix-QinQ-InterfacesStephen Beaver2016-06-221-4/+4
|\ \ \ \ \ \
| * | | | | | Make QinQ interfaces work againChris Rowe2016-04-241-4/+4
| | | | | | |
* | | | | | | Allow IGMP Proxy logging verbosity to be selected via system log settings ↵Stephen Beaver2016-06-221-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (PR 2901)
* | | | | | | Merge pull request #2891 from gottaloveit/dns-overrides-privsStephen Beaver2016-06-224-3/+315
|\ \ \ \ \ \ \
| * | | | | | | adding privileges and separating DNS Resolver overrides from general settingsJoe2016-04-204-3/+315
| | | | | | | |
* | | | | | | | Fixed #6504 by making table sortableStephen Beaver2016-06-221-1/+1
| | | | | | | |
* | | | | | | | jQuery datepicker added to interfaces.php and interfaces_ppps_edit.php for ↵Stephen Beaver2016-06-222-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting custom expirey date
* | | | | | | | Fixed #6516 by replacing HTML5 datepicker with jQuery widgetStephen Beaver2016-06-221-0/+1
| | | | | | | |
* | | | | | | | fix rowhelper select_source empty comboMarcello Coutinho2016-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | while using $config['installedpackage']{['...'] as source
* | | | | | | | update d3.jsJared Dillard2016-06-211-5/+5
| | | | | | | |
* | | | | | | | update nvd3 filesJared Dillard2016-06-212-556/+1141
| | | | | | | |
* | | | | | | | Fixed #6514 by requiring string starts with letter ot underscoreStephen Beaver2016-06-211-1/+1
| | | | | | | |
* | | | | | | | Fixed #6498 by providing new address type argument to Form_IpAddress(). In ↵Stephen Beaver2016-06-212-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this case it is specified as "V6". (cherry picked from commit 3e4adb7139b4cddbb06a2aba7e0727d1762b35ee)
* | | | | | | | Create openssl.cnf symlink during bootRenato Botelho2016-06-211-1/+0
| | | | | | | |
* | | | | | | | Fix typojim-p2016-06-201-1/+1
| | | | | | | |
* | | | | | | | Fix redundant phrasing.jim-p2016-06-201-1/+1
| | | | | | | |
* | | | | | | | Remove tab_array from interfaces_groups_edit.php to be consistent with other ↵Renato Botelho2016-06-171-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *_edit files
* | | | | | | | Correct value for 9600. Ticket #6416Chris Buechler2016-06-151-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #2999 from phil-davis/patch-6Chris Buechler2016-06-091-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix #6468 Do not allow edit of day and timesPhil Davis2016-06-081-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in rows of time ranges for a schedule. The code was always intended that the user uses the calendar pad and start hour/minute stop hour/minute drop-down fields to enter days and time range. If an existing day-time-range is wrong, then the workflow is to delete the row and then enter the correct day-time-range using the calendar pad and start hour/minute stop hour/minute drop-down fields. I left the Description field as editable - there is not harm here in letting the user fixup text in any of the dsecriptions for each row.
* | | | | | | | Validate submitted groups when editing a user. Ticket #6475jim-p2016-06-091-0/+7
| | | | | | | |
* | | | | | | | Add input validation to system_groupmanager.php to prevent invalid members ↵jim-p2016-06-091-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from being submitted. Ticket #6475
* | | | | | | | Merge pull request #2998 from phil-davis/patch-5Chris Buechler2016-06-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix #6463 Dest net alias matching on page loadPhil Davis2016-06-081-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Do not set destination field to use customarray Note: dstbeginport_cust does not exist on this page, so I got removed it here also to avoid future confusion.
* | | | | | | | Fix #6460 Interface mismatch apply changes buttonPhil Davis2016-06-081-2/+4
| | | | | | | |
* | | | | | | | Rework pkg_mgr_install.php:Renato Botelho2016-06-082-60/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Stop using id parameter for additional packages, keep using it only for firmware upgrades - Created to control variables $completed and $confirmed to check all the stages and make it easy to understand what is happening - Stop using $pkgid and use $pkgname instead - Set $pkgname early and validate the port name - Use $firmwareupdate everywhere to check if it's a firmware upgrade - Add hidden input called confirmed to control when user has confirmed installation / upgrade / removal - Add specific messages for reinstall all - Remove an extra form submit and just changes progress bar and informative panel when json process finished successfully
* | | | | | | | Fix variable name s/POST/_POST/ and also parameter name s/complete/completed/Renato Botelho2016-06-081-1/+1
| | | | | | | |
* | | | | | | | Fix indentRenato Botelho2016-06-081-35/+35
| | | | | | | |
* | | | | | | | Improve readabilityRenato Botelho2016-06-081-31/+39
| | | | | | | |
* | | | | | | | Improve readabilityRenato Botelho2016-06-081-3/+4
| | | | | | | |
* | | | | | | | Simplify mode parameter validationRenato Botelho2016-06-081-16/+13
| | | | | | | |
* | | | | | | | Remove redundant check since pkgcancel is never setRenato Botelho2016-06-081-5/+0
| | | | | | | |
* | | | | | | | Validate mode parameter and use sanitized variable on other placesRenato Botelho2016-06-081-19/+35
|/ / / / / / /
* | | | | | | Fix save and reset buttons on status_lb_pool.php. Ticket #6254Chris Buechler2016-06-021-11/+14
| | | | | | |
OpenPOWER on IntegriCloud