VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43792   12 years vboxsync VBoxService: Enabled some accidently disabled code again.
(edit) @43791   12 years vboxsync VBoxService/vminfo: Added support for ConsoleKit session detection via …
(edit) @43363   12 years vboxsync Haiku Additions.
(edit) @43230   12 years vboxsync Logging.
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @40158   13 years vboxsync VBoxService/users-win: Added session change detection, more fun with …
(edit) @39129   13 years vboxsync Typo.
(edit) @39106   13 years vboxsync VBoxService/VMInfo: Hook CTRL_LOGOFF_EVENT to re-trigger user …
(edit) @38224   13 years vboxsync VBoxService/VMInfo-win: Don't bail out if there are no network …
(edit) @38129   13 years vboxsync VBoxService/VMInfo-win: Keep old user count when out of memory and …
(edit) @38087   13 years vboxsync VBoxService/VMInfo: Enhanced logging.
(edit) @37256   14 years vboxsync VBoxGuestR3LibAdditions: VersionEx -> VersionExt, refacatored code.
(edit) @37019   14 years vboxsync Guest Additions: Also report extended version information to the host …
(edit) @36249   14 years vboxsync VBoxService/VBoxHeadless: Drop VRDP connection on manual restart / …
(edit) @33554   14 years vboxsync VBoxService: close socket on error
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33395   14 years vboxsync Additions/common: Some old OS/2 build fixes.
(edit) @32771   14 years vboxsync VBoxService/VMInfo: Fixed LsaEnumerate() error case when shutting down …
(edit) @32731   14 years vboxsync Logging.
(edit) @32633   14 years vboxsync VbglR3GetSessionId,VBoxServiceVMInfo: Documented VbglR3GetSessionId …
(edit) @32628   14 years vboxsync Additions/VM Info: use the session to determine if we have to flush …
(edit) @32535   14 years vboxsync VBoxService/VMInfo: Don't bail out if network is not up yet.
(edit) @31941   14 years vboxsync VBoxService/VMInfo: Skip interface if no IP-address assigned on Solaris.
(edit) @31916   14 years vboxsync Build fix.
(edit) @31912   14 years vboxsync VBoxService/VMInfo/PropCache: Don't bail out in error cases and report …
(edit) @31905   14 years vboxsync additions/VBoxService/VBoxServiceVMInfo: fixed obtaining MAC address …
(edit) @31867   14 years vboxsync VBoxService/VMInfo: Added utmpx support for Solaris (and later FreeBSD 9).
(edit) @31037   14 years vboxsync VBoxService/VMInfo: Bugs fixed.
(edit) @31000   14 years vboxsync VBoxService/VMInfo: Tabs.
(edit) @30999   14 years vboxsync VBoxService/VMInfo: Better utmp lookup.
(edit) @30966   14 years vboxsync VBoxServiceVMInfo.cpp: r=bird: bad stuff.
(edit) @30875   14 years vboxsync Argh.
(edit) @30874   14 years vboxsync Build fix.
(edit) @30870   14 years vboxsync VBoxService/VMInfo: Rewrote utmp lookup (now takes redundant user …
(edit) @30048   15 years vboxsync VBoxServiceVMInfo.cpp: r=bird: Consitent error handling in …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29861   15 years vboxsync VBoxService: Fix for non-Windows.
(edit) @29858   15 years vboxsync VBoxService/win: Cleaned up + fixed logged on user detection, make …
(edit) @29852   15 years vboxsync VBoxService/Windows: report the MAC address of the guest network …
(edit) @29764   15 years vboxsync VBoxService/FreeBSD: Use getifaddrs for the network info. Only way to …
(edit) @29594   15 years vboxsync VBoxService: help cosmetics
(edit) @29398   15 years vboxsync VBoxServiceVMInfo: fixed the format of the …
(edit) @29391   15 years vboxsync VBoxServiceVMInfo: Solaris build fix
(edit) @29390   15 years vboxsync VBoxServiceVMInfo: split functions; provide MAC address for …
(edit) @29345   15 years vboxsync VBoxService,VBox/err.h: Use a dedicated status code for this, …
(edit) @29316   15 years vboxsync VBoxService: More generic way for letting services disable themselves; …
(edit) @29040   15 years vboxsync VBoxService/PropCache: Finished some todos, IPRT: Added VINF_NO_CHANGE.
(edit) @29026   15 years vboxsync VBoxServiceVMInfo/PropCache: r=bird: todos in the code. Fixed two odd …
(edit) @28978   15 years vboxsync VBoxService/PropCache: Bugfixes.
(edit) @28967   15 years vboxsync VBoxService: Introduced guest property cache (used by VM information …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28630   15 years vboxsync VBoxServiceVMInfo: don't destroy the property handle when leaving the …
(edit) @28605   15 years vboxsync VBoxService/VBoxServiceVMInfo: added comment that we use …
(edit) @28550   15 years vboxsync code cleanup
(edit) @28548   15 years vboxsync Indent.
(edit) @28546   15 years vboxsync VBoxService: Delete stale installation directory + version/rev entries …
(edit) @27552   15 years vboxsync VBoxServiceVMInfo.cpp: -comment.
(edit) @26144   15 years vboxsync nit.
(edit) @26136   15 years vboxsync VBoxService: a couple of bug fixes together with code review and cleanups.
(edit) @26087   15 years vboxsync Extra note
(edit) @26085   15 years vboxsync VBoxService: Bugfixes.
(edit) @26083   15 years vboxsync VBoxService: Improved modularity for process information lookup; …
(edit) @26070   15 years vboxsync Always clear the userInfo structure as we use unsafe strncpy …
(edit) @25983   15 years vboxsync VBoxService/VMInfo: Don't include utmp.h on FreeBSD. It was replaced …
(edit) @24686   15 years vboxsync VbglR3/VBoxService: Split up and removed redundant code.
(edit) @24512   15 years vboxsync VBoxServiceVMInfo.cpp: r=bird: Added a todo about unwanted namefiltering.
(edit) @24506   15 years vboxsync VBoxService: Fixed UTMP enumeration return value on OpenSolaris.
(edit) @24383   15 years vboxsync VBoxService: Not used.
(edit) @24370   15 years vboxsync Space.
(edit) @24287   15 years vboxsync Made the common parts of the OS/2 additions build again.
(edit) @23655   15 years vboxsync VBoxService: Always use '%s' when passing strings to a formatting function.
(edit) @23575   15 years vboxsync VBoxService: Fixed GEN_IO_FAILURE, naming cleanup.
(edit) @22728   15 years vboxsync VBoxService: Get rid of TCHARs, implemented better sysprep support.
(edit) @22575   15 years vboxsync Additions/FreeBSD: Fixes several problems. The X11 part is mostly …
(edit) @21980   15 years vboxsync VBoxServiceVMInfo.cpp: VBOX_SVN_REV is not a long but an int. No need …
(edit) @21941   15 years vboxsync VBoxService: Added slightly modified patch to report the Guest …
(edit) @21528   15 years vboxsync Additions: fix updating NoLoggedInUsers when VBoxService is started
(edit) @21246   15 years vboxsync VBoxService/common: Now works with NT4 as well.
(edit) @21218   15 years vboxsync Additions: Use VBoxGuestLib.h instead of VBoxGuest.h where applicable.
(edit) @21166   15 years vboxsync VBoxServiceVMInfo.cpp: Don't crash in the termination code if init fails.
(edit) @19637   16 years vboxsync VBoxService/VMInfo: tabs, spaces.
(edit) @19625   16 years vboxsync VBoxService/common: Solaris netmask.
(edit) @19623   16 years vboxsync VBoxService/common: Solaris netmask.
(edit) @19619   16 years vboxsync VBoxService/common: Solaris header.
(edit) @19617   16 years vboxsync VBoxService/common: Added network interface information (IPv4) for …
(edit) @19514   16 years vboxsync VBoxService/common: Tabs.
(edit) @19513   16 years vboxsync VBoxService/common:
(add) @19374   16 years vboxsync VBoxService/common: SVN props.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette