Hello.
Are UltraVNC developers planning to register MS-Logon II protocol number with RealVNC?
TigerVNC client (and others) can't (or don't want to) add support for that before it's officially registered with RealVNC..
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Registering UltraVNC MS-Logon II protocol number
Re: Registering UltraVNC MS-Logon II protocol number
another style of mslogon is available on commercial product of realvnc not free version.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: Registering UltraVNC MS-Logon II protocol number
Yeah.. but I just meant to register the MS-Logon II extension/feature, just like all the other extra features are registered in the 'official' vnc protocol documentation maintained by RealVNC.redge wrote:another style of mslogon is available on commercial product of realvnc not free version.
http://www.realvnc.com/docs/rfbproto.pdf
It already seems to contain 'Ultra' authentication extension.. can MS-Logon II be implemented using that extension, or should it be different/separate extension?
Re: Registering UltraVNC MS-Logon II protocol number
no idea
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: Registering UltraVNC MS-Logon II protocol number
It's easy to ask for protocol numbers.. just send an email. examples here:
http://www.realvnc.com/pipermail/vnc-li ... 59462.html
http://www.realvnc.com/pipermail/vnc-li ... 59611.html
http://www.realvnc.com/pipermail/vnc-li ... 59462.html
http://www.realvnc.com/pipermail/vnc-li ... 59611.html
Re: Registering UltraVNC MS-Logon II protocol number
Based on this: http://code.google.com/p/vncthumbnailvi ... etail?r=16
"Ultr@VNC's MS-Logon II uses the Security Negotiation protocol (send "-6") to select their MS Logon Authentication procedure."
It seems the already registered "Ultra" extension (Number 17 in the RFB spec) is not used for MS-Logon II (-6).
Comments?
"Ultr@VNC's MS-Logon II uses the Security Negotiation protocol (send "-6") to select their MS Logon Authentication procedure."
It seems the already registered "Ultra" extension (Number 17 in the RFB spec) is not used for MS-Logon II (-6).
Comments?
- Rudi De Vos
- Admin & Developer
- Posts: 6887
- Joined: 2004-04-23 10:21
- Contact:
Re: Registering UltraVNC MS-Logon II protocol number
The only published protocol versions at this time are 3.3, 3.7, 3.8
we are using 3.4 and 3.6.
The authentication message was added to rfb in 3.7.
The message can not be registered unless we move to the new 3.8 rfb.
This require more then a simple number update, all new stuff need to be handled. Not possible for now.
we are using 3.4 and 3.6.
The authentication message was added to rfb in 3.7.
The message can not be registered unless we move to the new 3.8 rfb.
This require more then a simple number update, all new stuff need to be handled. Not possible for now.
Re: Registering UltraVNC MS-Logon II protocol number
OK. Understood.Rudi De Vos wrote:The only published protocol versions at this time are 3.3, 3.7, 3.8
we are using 3.4 and 3.6.
The authentication message was added to rfb in 3.7.
The message can not be registered unless we move to the new 3.8 rfb.
This require more then a simple number update, all new stuff need to be handled. Not possible for now.
Do you know if other VNC implementations are using 3.4 or 3.6 ? Or is it only used in UltraVNC?
- Rudi De Vos
- Admin & Developer
- Posts: 6887
- Joined: 2004-04-23 10:21
- Contact:
Re: Registering UltraVNC MS-Logon II protocol number
It's only UltraVnc...
We actual use 4 and 6 to indicate that FT and/or MS logon is supported
and fallback to 3 when viewer isn't able to do them. ( unless ms logon required is checked, then 3.3 fail to connect)
We actual use 4 and 6 to indicate that FT and/or MS logon is supported
and fallback to 3 when viewer isn't able to do them. ( unless ms logon required is checked, then 3.3 fail to connect)