summaryrefslogtreecommitdiff
path: root/nova/console
Commit message (Expand)AuthorAgeFilesLines
* Fix typosRajesh Tailor2022-05-301-1/+1
* Merge "console: Improve logging"Zuul2021-09-073-35/+65
|\
| * console: Improve loggingStephen Finucane2021-03-033-35/+65
* | address open redirect with 3 forward slashesSean Mooney2021-08-231-6/+1
* | Reject open redirection in the console proxymelanie witt2021-05-141-0/+23
* | Remove references to 'sys.version_info'Stephen Finucane2021-04-211-12/+3
|/
* Remove six.text_type (1/2)Takashi Natsume2020-12-132-6/+4
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-132-3/+2
* Remove six.byte2int/int2byteTakashi Natsume2020-11-071-4/+4
* Remove six.movesTakashi Natsume2020-11-072-4/+3
* Remove six.add_metaclassTakashi Natsume2020-08-152-8/+2
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-9/+2
* Merge "Allow TLS ciphers/protocols to be configurable for console proxies"Zuul2020-02-241-0/+11
|\
| * Allow TLS ciphers/protocols to be configurable for console proxiesNathan Kinder2020-02-121-0/+11
* | trivial: Merge unnecessary 'NovaProxyRequestHandlerBase' separationStephen Finucane2020-02-061-17/+14
* | trivial: Bump minimum version of websockifyStephen Finucane2020-02-051-15/+1
* | Remove 'nova-xvpvncproxy'Stephen Finucane2019-12-233-204/+4
|/
* Mask the token used to allow access to consolesBalazs Gibizer2019-11-271-1/+5
* Remove 'nova-console' service, 'console' RPC APIStephen Finucane2019-11-223-248/+0
* Merge "objects: Remove ConsoleAuthToken.to_dict"Zuul2019-09-061-25/+27
|\
| * objects: Remove ConsoleAuthToken.to_dictStephen Finucane2019-04-161-25/+27
* | Handle websockify v0.9.0 in console proxymelanie witt2019-08-221-1/+14
|/
* Remove nova-consoleauthStephen Finucane2019-07-051-28/+2
* Stop handling cells v1 for console authenticationStephen Finucane2019-04-161-19/+12
* Move create of ComputeAPI object in websocketproxymelanie witt2019-03-271-4/+10
* Use X-Forwarded-Proto as origin protocol if presentmelanie witt2019-01-161-0/+7
* Use nova-consoleauth only if workaround enabledmelanie witt2018-10-111-21/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Merge "Convert xenapi's xvp console to processutils."Zuul2018-05-091-6/+5
|\
| * Convert xenapi's xvp console to processutils.Michael Still2018-05-021-6/+5
* | Convert websocketproxy to use db for token validationPaul Murray2018-05-031-5/+87
|/
* trivial: fix a comment typoChen Hanxiao2018-04-111-1/+1
* remove unnecessary conf importsMatthew Edmonds2018-03-092-6/+0
* Fix accumulated nitsStephen Finucane2018-01-164-28/+57
* console: Provide an RFB security proxy implementationDaniel P. Berrange2018-01-122-1/+191
* console: introduce the VeNCrypt RFB authentication schemeStephen Finucane2018-01-123-0/+144
* console: introduce framework for RFB authenticationStephen Finucane2018-01-124-0/+132
* console: Send bytes to socketsStephen Finucane2018-01-121-3/+5
* console: introduce basic framework for security proxyingDaniel P. Berrange2017-09-283-0/+122
* Merge "Remove translation of log messages"Jenkins2017-08-104-12/+9
|\
| * Remove translation of log messagesNgo Quoc Cuong2017-07-184-12/+9
* | Merge "Avoid false positives of Jinja2 in Bandit scan"Jenkins2017-07-191-1/+2
|\ \
| * | Avoid false positives of Jinja2 in Bandit scanZhen Qin2017-07-131-1/+2
| |/
* | conf: remove *_topic config optsStephen Finucane2017-07-172-2/+3
|/
* Fix the race condition with novncjianghua wang2017-06-071-2/+5
* Add RPC version aliases for OcataEric Brown2017-02-271-4/+5
* Fix novncproxy for python3Jens Rosenboom2017-02-161-3/+3
* Merge "tests: Replace use of CONF with monkey patching"Jenkins2017-01-242-57/+3
|\
| * tests: Replace use of CONF with monkey patchingStephen Finucane2017-01-062-57/+3
* | Merge "Integrate OSProfiler and Nova"Jenkins2017-01-191-0/+2
|\ \