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

UVNC Logfile / Security Issue?

Post Reply
doublem
Posts: 1
Joined: 2016-09-14 07:26

UVNC Logfile / Security Issue?

Post by doublem »

Hello,

my Win10 PC with running UVNC server (1.1.9.6) logs entries every few seconds like this:

Code: Select all

Wed Sep 14 14:13:19 2016
vncservice.cpp : @@@@@@@@@@@@@ GetCurrentUser - UserNAme found: Admin 
vncservice.cpp : @@@@@@@@@@@@@ GetCurrentUser - UserNAme found: Admin 
vncmenu.cpp : ########### Shell_TrayWnd found 1
vncservice.cpp : @@@@@@@@@@@@@ GetCurrentUser - UserNAme found: Admin 
vncmenu.cpp : ############### Usernames change: old="Admin", new="Admin"
UVNC is idle and not in an active state.

What does these log entries mean? Is it a security issue?

Thanks a lot!

Mike
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: UVNC Logfile / Security Issue?

Post by Rudi De Vos »

Not a security issue, systray logging.

Shell_TrayWnd: systray icon
Systray only exist if a user is logged
This is a 5 second check if the desktop user change, in that case the sytray need to be reset.
Post Reply