summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* | updated pfSense.potVinicius Coque2012-11-171-2559/+7471
| |
* | Removing unnecessary gettext function callsVinicius Coque2012-11-172-4/+3
| |
* | To allow limiters to work correctly on mutliwan for now enforce selecting a ↵Ermal2012-11-161-0/+2
|/ | | | gateway on outgoing
* Update usr/local/www/vpn_ipsec_phase1.phpErmal Luçi2012-11-161-1/+1
| | | Correct missing $
* Add extra safety belts here.jim-p2012-11-151-1/+1
|
* Remove none per Jim since it is confusingErmal2012-11-151-1/+0
|
* Remove preload.php which warmed the caches. IT hurts on embedded and really ↵Ermal2012-11-151-66/+0
| | | | does not help that much
* Not sure why this has been hidden so deep but putting that in the right ↵Ermal2012-11-151-0/+1
| | | | place should help with error displayed related to HEADER already sent in PHP errors.log
* Enhance reporting read-write settingPhil Davis2012-11-151-2/+10
| | | | | | | If the user has already selected Current Read/Write Status to be Read-Write, then they also choose Permanent Read/Write the mount refcount becomes 2. Then if they turn off Permanent Read/Write the setting is saved, but the refcount goes back to 1. This results in the file system still being mounted Read-Write. This would be unexpected behaviour IMO - a user who came back some days later to turn off Permanent Read-Write would expect the file system to switch back to Read-Only in real time, as well as changing back the config setting. This corrects the above behaviour. I also added display of the refcount if it is more than 1. If for some reason multiple other things leave the file system mounted then this can be immediately seen on the GUI. Note: The "Switch to Read-Only" button only decrements the refcount by 1 each time. So if the refcount is >1 the user has to press a few times to get the count back to zero and the file system read-only. I think this is reasonable behaviour.
* Allow not setting group authenticationErmal2012-11-141-1/+2
|
* Remove accidental copy/pastoErmal2012-11-141-17/+0
|
* Correct Select button when no ca_ref is definedErmal2012-11-141-2/+6
|
* Allow other system authentication types to be used with ipsec. ↵Ermal2012-11-141-15/+31
| | | | LDAP/RADIUS/local acc
* Add button to switch between read/write and read-only on Diag > NanoBSD; Add ↵jim-p2012-11-122-1/+53
| | | | setting to keep the media read/write at all times; Add indication of ro/rw status on Dashboard.
* Fix variable reference, ticket #2679jim-p2012-11-121-1/+1
|
* Resolves #2679. Correct behaviour when port is null to avoid warnings on ↵Ermal2012-11-121-0/+2
| | | | error log
* Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.logErmal2012-11-121-1/+2
|
* Cleanup/standardize labels on L2TP configjim-p2012-11-071-8/+8
|
* Adds "Sort by direction" in the Traffic Graph pageMichele Di Maria2012-11-072-9/+33
| | | | | | | Added the option to sort IPs by direction in the Traffic Graph page, and improved the detection of the local network to monitor (before the results could not be realistic because of too many "local IPs" were monitored.
* Use a random exponent for the RSA generation of keys. Its is questionable if ↵Ermal2012-11-061-1/+17
| | | | its needed to be saved as a value?
* table javascript sorting improvement sorttable 1.2.3.4:123 and *:1234 now ↵PiBa-NL2012-11-061-15/+44
| | | | sort properly.
* Make a function to get the current theme and use it everywhere rather than ↵jim-p2012-11-023-39/+3
| | | | duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen)
* Include shaper.inc here to have all the function dependency work.Ermal2012-11-011-0/+1
|
* Fix this browser checkErik Fonnesbeck2012-10-311-1/+1
|
* And more encoding...jim-p2012-10-311-1/+1
|
* Still more encoding...jim-p2012-10-311-6/+6
|
* More encoding...jim-p2012-10-311-7/+7
|
* Encode this before showing it.jim-p2012-10-311-1/+1
|
* Encode parameters before showing them to users.jim-p2012-10-311-4/+4
|
* Encode some more parameters before showing them to users.jim-p2012-10-313-17/+17
|
* Encode the interface parameter before using it in a redirectjim-p2012-10-311-1/+1
|
* Encode the if parameter before using it in redirects, too.jim-p2012-10-311-4/+4
| | | | | | Conflicts: usr/local/www/firewall_rules.php
* Encode the if parameter before using it in htmljim-p2012-10-311-3/+3
|
* Escape parameters better when managing tables. Fix test to allow deleting ↵jim-p2012-10-311-6/+6
| | | | | | | | subnet entries as well as IPs. Conflicts: usr/local/www/diag_tables.php
* Remove debug outputjim-p2012-10-311-1/+0
|
* Set the CSRF Magic timeout to the same as the session timeout, so that if a ↵jim-p2012-10-311-0/+3
| | | | user sets a lower session time, the CSRF magic tokens do not outlive the user's session.
* Update CSRF Magicjim-p2012-10-312-9/+12
|
* Replace deprecated split with explodePhil Davis2012-10-311-1/+1
|
* Replace deprecated split with explodePhil Davis2012-10-311-1/+1
|
* now works againDarren Embry2012-10-261-14/+17
| | | | most likely fixes #2638
* fix #2639 (country interface selector in interfaces_ppps_edit.php)Darren Embry2012-10-262-51/+69
| | | | also make ppps_edit more jslint ready for good measure
* Make the size of the group privilege list the same size as the user ↵jim-p2012-10-261-1/+1
| | | | privilege list.
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-268-14/+14
|
* restrict '/' from virtual server name fieldDarren Embry2012-10-261-2/+2
| | | | fixes #2656
* Fix warning when no gateway groupsPhil Davis2012-10-241-15/+17
| | | If there are no gateway groups defined, and you save a rule that has an ordinary gateway selected in "Advanced Features - Gateway", then a warning is emitted when trying to traverse an empty gateway groups array at line 214.
* Throw an error when invalid configuration is posted(address->network).Ermal2012-10-231-0/+2
|
* Correct issues with limiters. 1. correct spelling of config option 2. avoid ↵Ermal2012-10-231-1/+2
| | | | duplicating javascript
* Fix limiter errorbcyrill2012-10-231-1/+1
|
* Fix limiter errorbcyrill2012-10-231-1/+1
|
* Fix limiter errorbcyrill2012-10-231-0/+1
|
OpenPOWER on IntegriCloud