summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #5121Stephen Beaver2015-09-181-3/+10
| | | | Obscure PHP issue with mixed variable types.
* Fixed #5169Stephen Beaver2015-09-181-1/+1
|
* Fixed #5160Stephen Beaver2015-09-181-4/+16
|
* Call conf_mount_ro() in better placeRenato Botelho2015-09-181-2/+2
| | | | | | Do not call conf_mount_ro just before call write_config(), write_config() calls conf_mount_(rw|ro), and if filesystem is already mounted in rw state, it'll only increase the refcounter
* Fixed #5099Stephen Beaver2015-09-171-1/+1
| | | | Destination port fields now behave as required.
* Fixed #5099Stephen Beaver2015-09-171-8/+10
| | | | | Javascript logic changged for source port display "Advanced" button now has toggle acton and its state survives a protocol change.
* Fixed #5153Stephen Beaver2015-09-171-12/+16
| | | | | | | Notes: The addGlobal() method is applicable to a form, not a section 'hidden' elements should not specify a label Form_Groups with no input elements currently break the framework. Use Form_StaticText instead.
* Merge pull request #1895 from doktornotor/patch-9Renato Botelho2015-09-171-6/+4
|\
| * Make the openvpn-server IP address consistent with CSC overrides behaviordoktornotor2015-09-171-1/+1
| |
| * Fix incorrect netmask sent to client with static IP set in RADIUS (Bug #5129)doktornotor2015-09-121-6/+4
| |
* | Fixed #5147Stephen Beaver2015-09-171-19/+72
| | | | | | | | This work was reverted then re-applied without the (accidental) tab/space screw-up
* | Revert "Fixed #5148"Stephen Beaver2015-09-171-2987/+2934
| | | | | | | | | | Accidentally broke spaces/tabs This reverts commit 910b77ad1682740e481df29fc2d9c528a13c2da4.
* | Redmine #5046 UEFI network booting arch 00:09Phil Davis2015-09-171-0/+2
| |
* | allow port ranges for natport. Ticket #5156Chris Buechler2015-09-171-1/+1
| |
* | Fixed #5013Stephen Beaver2015-09-162-50/+52
| |
* | Work around a chicken-and-egg problem in user syncing. See #5152jim-p2015-09-161-0/+3
| | | | | | | | See also: commit:5372d26d9d25d751d16865ed9d46869d3b0ec5e1
* | Merge branch 'bootstrap' of https://github.com/itshari/pfsense into ↵Renato Botelho2015-09-164-343/+278
|\ \ | | | | | | | | | itshari-bootstrap
| * | Removed debugging echo statementHari2015-09-152-2/+1
| | |
| * | Merge remote-tracking branch 'upstream/bootstrap' into bootstrapHari2015-09-151-1/+1
| |\ \
| * | | Used bootstrap progress bar for queues' stats and used glyphiconsHari2015-09-153-35/+40
| | | |
| * | | Merge remote-tracking branch 'upstream/bootstrap' into bootstrapHari2015-09-1318-319/+574
| |\ \ \
| * | | | changed status_queues.php fileHari2015-09-131-8/+8
| | | | |
| * | | | Modified the files for BootstrapHari2015-09-133-308/+239
| | | | |
* | | | | Fixed #5148Stephen Beaver2015-09-161-2934/+2987
| | | | |
* | | | | Fixed #5138Stephen Beaver2015-09-161-12/+38
| | | | |
* | | | | Merge pull request #1897 from phil-davis/m-etcRenato Botelho2015-09-1614-40/+40
|\ \ \ \ \
| * | | | | White space and minor bits in etcPhil Davis2015-09-1614-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | Cleaner version of https://github.com/pfsense/pfsense/pull/1846
* | | | | | Merge pull request #1898 from phil-davis/patch-1Renato Botelho2015-09-161-1/+1
|\ \ \ \ \ \
| * | | | | | Reword text in etc/rcPhil Davis2015-09-161-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | to improve the English. Resubmit of PR https://github.com/pfsense/pfsense/pull/1847
* | | | | | Merge pull request #1899 from phil-davis/patch-2Renato Botelho2015-09-161-2/+2
|\ \ \ \ \ \
| * | | | | | pptp_local and pptp_remote are arraysPhil Davis2015-09-161-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I believe these should reference the [0] array element of pptp_local and pptp_remote. The code in interfaces.php only presents the [0] (first) array element to the user for editing. The current code also does not preserve any additional pptp_local, pptp_subnet or pptp_remote entries in the coma-separated list in the config. That is redmine bug #4568. I am currently integrating the fix for Redmine #4568 Preserve MLPPP settings when saving interface settings. The fix for that bug will add more code to preserve additional pptp_local, pptp_subnet or pptp_remote entries. For now it would be good to have this little fix to the existing code - then the fix for redmine bug #4568 will sit nicely on top of it.
* | | | | | Fixed #5142Stephen Beaver2015-09-161-31/+39
| | | | | |
* | | | | | Fixed #5141Stephen Beaver2015-09-161-1/+3
| | | | | |
* | | | | | Fixed #5145Stephen Beaver2015-09-162-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Direction value was not being saved in config
* | | | | | Fixed #5143Stephen Beaver2015-09-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | hideInput -> hideCheckbox
* | | | | | Fixed $5050Stephen Beaver2015-09-161-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | serversdisabled list filtered to remove blank entry
* | | | | | Fixed #5151Stephen Beaver2015-09-161-41/+43
| | | | | | | | | | | | | | | | | | | | | | | | JS revised to allow subnet bits on CARP and IP Alias
* | | | | | Fixed 5139Stephen Beaver2015-09-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Resolver GET/POST error
* | | | | | Fixed #5147Stephen Beaver2015-09-161-0/+31
|/ / / / / | | | | | | | | | | | | | | | JS added to provide DHCP preset functionality
* | | | | Merge pull request #1886 from doktornotor/patch-7Chris Buechler2015-09-161-1/+1
|\ \ \ \ \
| * | | | | Fix incorrect identification of IPv6 interface with PPP-type interfaces and ↵doktornotor2015-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DHCP6 This has been broken ever since commited in 420aa48 As noted on https://redmine.pfsense.org/issues/3670 - the get_interface_ipv6() function in /etc/inc/interfaces.php incorrectly identifies the interface as the physical hardware interface. As a result, no global IPv6 address can be found (empty $ifcfgipv6) - https://redmine.pfsense.org/issues/3556
* | | | | | Remove useless log spam. Ticket #4102Chris Buechler2015-09-161-5/+1
| | | | | |
* | | | | | s/delet the/delete the/gChris Buechler2015-09-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Credit for idea to Phil Davis
* | | | | | Merge pull request #1823 from phil-davis/notices-per-secondChris Buechler2015-09-151-0/+3
|\ \ \ \ \ \
| * | | | | | Handle multiple notices in the same secondPhil Davis2015-08-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The notices are currently keyed by the Unix time stamp second. If file_notice() is called more than once in the same second, then the previous notice is overwritten. Only the last notice in any second actually ends up in /tmp/notices and thus on the webGUI flashing display. The $queuekey value seems to be used to work out the actual time of the event for display, so it is a bit tricky to change that to a finer-grained key - callers of these functions are expecting an array key that is the Unix time in seconds, so all calls to this stuff would have to be examined and adjusted... The workaround here is to increment the key if the existing key is already in use. This allows all notices in the same second to be saved, but the time of each one will be an incrementing seconds counter, even though the events all happened in the same second. Maybe that is a reasonable/practical workaround for now? Given that there should not be too many notices filed at the same second. This is a resubmit of PR #1782 integrated with the current master.
* | | | | | | Fix alias sync selection and textChris Buechler2015-09-151-21/+21
| | | | | | |
* | | | | | | fix textChris Buechler2015-09-151-1/+1
| | | | | | |
* | | | | | | Fix force config sync buttonChris Buechler2015-09-151-2/+2
| | | | | | |
* | | | | | | fix apply changes on load_balancer_monitor.phpChris Buechler2015-09-151-0/+1
| | | | | | |
* | | | | | | clean up relayd prefork descrChris Buechler2015-09-151-2/+2
| | | | | | |
OpenPOWER on IntegriCloud