summaryrefslogtreecommitdiff
path: root/nova/console/websocketproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typosRajesh Tailor2022-05-301-1/+1
* 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.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+1
* Remove six.movesTakashi Natsume2020-11-071-2/+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
|/
* Mask the token used to allow access to consolesBalazs Gibizer2019-11-271-1/+5
* 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
* Convert websocketproxy to use db for token validationPaul Murray2018-05-031-5/+87
* console: Provide an RFB security proxy implementationDaniel P. Berrange2018-01-121-1/+1
* console: Send bytes to socketsStephen Finucane2018-01-121-3/+5
* console: introduce basic framework for security proxyingDaniel P. Berrange2017-09-281-0/+75
* Remove translation of log messagesNgo Quoc Cuong2017-07-181-2/+1
* Fix the race condition with novncjianghua wang2017-06-071-2/+5
* Fix novncproxy for python3Jens Rosenboom2017-02-161-3/+3
* conf: move few console opts to xenserver groupMaciej Szankin2016-12-191-1/+1
* Skip malformed cookiesGleb Stepanov2016-09-221-3/+12
* [vncproxy] log for closing web is misleadingxhzhf2016-08-161-1/+2
* Config options: Centralize console optionsSujitha2016-04-061-9/+2
* Fix invalid import orderdineshbhor2016-01-201-3/+3
* Merge "Add console allowed origins setting"Jenkins2015-08-101-1/+13
|\
| * Add console allowed origins settingMike Dorman2015-07-281-1/+13
* | Get py34 subunit.run test discovery to workDavanum Srinivas2015-07-281-2/+2
|/
* Fix noVNC console access for an IPv6 setupsridhargaddam2015-06-151-1/+4
* websocketproxy: Make protocol validation use connection_infoNikola Dipanov2015-04-091-28/+15
* Expand Origin header check for serial consoleAndrew Laski2015-03-311-7/+14
* Websocket Proxy should verify Origin headerDave McCowan2015-03-121-0/+44
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Fix VNC access, when reverse DNS lookups failRoman Podoliaka2015-02-161-0/+6
* Merge "console: make unsupported ws scheme in python < 2.7.4"Jenkins2014-10-081-1/+11
|\
| * console: make unsupported ws scheme in python < 2.7.4Sahid Orentino Ferdjaoui2014-10-061-1/+11
* | Merge "console: introduce a new exception InvalidConnectionInfo"Jenkins2014-10-071-1/+1
|\ \ | |/ |/|
| * console: introduce a new exception InvalidConnectionInfoSahid Orentino Ferdjaoui2014-10-021-1/+1
* | Merge "Remove websocketproxy workaround"Jenkins2014-10-021-52/+13
|\ \ | |/ |/|
| * Remove websocketproxy workaroundMatt Riedemann2014-09-301-52/+13
* | console: fix bug when invalid connection infoSahid Orentino Ferdjaoui2014-09-291-1/+1
* | console: introduce a new exception InvalidTokenSahid Orentino Ferdjaoui2014-09-291-1/+2
|/
* console: make websocketproxy handles token from pathSahid Orentino Ferdjaoui2014-09-291-3/+16