Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

some questions

Should you have problems with the MS logon plugin, here's the place to look for help or report issues
Post Reply
harelg

some questions

Post by harelg »

Hi
My name is Harel and I’m working for Tegrity Company in Israel.
We are using yours product (i.e. UltraVnc client/server RC15) as apart of our whole enterprise solution (you may look at our web site www.tegrity.com for more information)

For our customers request, we’ve develop a more secured authentication mechanism for Win9x/Me platform that was available by you guys, at lease at that time (RC15)

In addition, we’ve fixed some bugs, customized several GUI messages and moved to silent mode of installation.

Did I forget anything?

My questions are:
1. Are you willing to merge our code with yours?
2. What level of customization do you support?

Harel Gruia
Senior SW Engineer
Tegrity Israel
harelg@tegrity.com
www.tegrity.com
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

there are UltraVNC RC19.5 test version for now ! :o
http://download.ultravnc.net

and latest fix test version RC19.6 --> RC19.7_02
[topic=1983]updated test version II[/topic]

but you welcome with your skills and idea for help, fix, give feedback to UltraVNC staff working quick and very nice for ours, freely :D
Last edited by redge on 2005-02-20 15:04, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Bug fixes will natural be integrated in the code.
Other changes can be integrated if they are general enough.
Specific changes can be integrated as compiler options
#ifdef
#else
#endif

In a later stage we can incorperate the #ifdef in the core, if other people also find them usefull.

PM for more info.

Rudi
harelg

Post by harelg »

Hi again!
Appreciate your quick response and hopping to be able to register at last and do it properly.

Following is a list of sugggestions to Ultr@VNC community/developers to make it easier for us to keep our project synchronized with future VNC releases.

1) Configurable path to external resource DLL (messages, strings,version)
In current implementation we fixed .rc file

2)Move hard-coded (#define) strings to resource DLL (e.g. registry path, messages,service name, etc...)
In current implementation we changed those strings inline

3)Salient Remove option
Salient install,reinstall were added in recent versions of VNC,
we need the silent remove option as well.

4)MSLogOn support for win9x/me
Implemented by us, we'll gladly share it with you.

5)Disable VNC Grouping mechanism, we enforce the MS Logon authentication but ignoring the grouping, Is there a way to disable it, with a registry key for example?

Harel Gruia
Tegrity Israel
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

1) 2)
Resource dll
This is planned as a part of the translation project and will be implemented the same as the viewer resource dll.

Current it is only done for the viewer, if lang.dll is found
in the installation directory this resource dll is used instead of the buildin english. The installer copy the specified language
resource dll as lang.dll in the viewer directory.
We found it a flexable way, people can disable certain options via a resource editor, make modification to text box sizes (not all languages have the same size for a text)

Moving all text and import it via a resource dll is not done in 5 minutes. Not difficult, but only a lot of paste and copy. Can take some time before this is done.

3) no problem, can be added
4) no problem, MsLogon and 9.x has always been some trouble
5) Need to check the impact, possible as some #define
Post Reply