VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win/process-win.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70486   7 years vboxsync IPRT/process-win.cpp: Make inheritance work on NT 3.1 too.
(edit) @70361   7 years vboxsync iprt/process-win.cpp: shut up some annoying assertions on NT3.1.
(edit) @70345   7 years vboxsync IPRT: More NT 3.1 compatibility tweaking.
(edit) @70215   7 years vboxsync IPRT/r3/win: Some more NT 3.50 adjustments.
(edit) @70195   7 years vboxsync IPRT/R3: Made the core work on NT 3.51 (still experimental).
(edit) @70172   7 years vboxsync r3/win/process-win.cpp: Drop the IPRT_TARGET_NT4.
(edit) @69111   7 years vboxsync (C) year
(edit) @62584   8 years vboxsync IPRT: Unused parameters on windows.
(edit) @62452   8 years vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @60054   9 years vboxsync never use AssertStmt(..., continue) but use AssertContinue(...) (look …
(edit) @59817   9 years vboxsync IPRT/r3/win/process-win.cpp: re-applied the process-win.cpp changes …
(edit) @59781   9 years vboxsync IPRT/r3/win/process-win.cpp: temporary back out the most recent LSA …
(edit) @59770   9 years vboxsync IPRT: s/TARGET_NT4/IPRT_TARGET_NT4/
(edit) @59594   9 years vboxsync IPRT: r3/win/process-win.cpp: Disabled LSA cache handling for NT4.
(edit) @59546   9 years vboxsync Documentation build fix.
(edit) @59544   9 years vboxsync IPRT: r3/win/process-win.cpp: Removed debug output.
(edit) @59543   9 years vboxsync Build fix.
(edit) @59542   9 years vboxsync IPRT: r3/win/process-win.cpp: Try to use the LSA cache for the domain …
(edit) @59519   9 years vboxsync IPRT: r3/win/process-win.cpp: Error checking.
(edit) @59133   9 years vboxsync IPRT/process-win.cpp: Emphasize UPN (User Principal Name) handling on …
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57916   9 years vboxsync IPRT: More windows process creation hacking and cleaning up. Cleaned …
(edit) @57906   9 years vboxsync RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get the …
(edit) @57845   9 years vboxsync RTProcCreateEx/win: uninitialized rc fix and made the …
(edit) @57843   9 years vboxsync RTProcCreateEx/win: Implemented RTPROC_FLAGS_PROFILE and …
(edit) @57835   9 years vboxsync RTProc,RTEnv: First pass over the windows process creation code, …
(edit) @57824   9 years vboxsync IPRT/process-win.cpp: Also clone the handed-in environment block.
(edit) @57820   9 years vboxsync IPRT/process-win.cpp: User profile environment handling, take 2: …
(edit) @57799   9 years vboxsync IPRT/process: Introduced flag RTPROC_FLAGS_OVERWRITE_WITH_PROFILE …
(edit) @57758   9 years vboxsync IPRT/process-win.cpp: Overwrite existing env vars if …
(edit) @57753   9 years vboxsync IPRT: Renamed RTPROC_FLAGS_NO_PROFILE to RTPROC_FLAGS_PROFILE.
(edit) @57656   9 years vboxsync IPRT/process-win.cpp: Don't unset env variables from parent in …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @55530   10 years vboxsync RTProcCreate,RTProcCreateEx: Added RTPROC_FLAGS_UNQUOTED_ARGS for …
(edit) @55126   10 years vboxsync s/AssertPtrReturn/AssertReturn/ after RTMemAlloc()
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @50745   11 years vboxsync IPRT/process-win: Fixed overwriting of existing environment variables …
(edit) @50062   11 years vboxsync IPRT/process-win.cpp: Fixed environment creation for RTProcCreateEx(), …
(edit) @49030   11 years vboxsync Runtime/r3/win/process-win: typo
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @47596   11 years vboxsync IPRT: Determin windows version on init and skip the …
(edit) @46593   11 years vboxsync updates
(edit) @46404   12 years vboxsync Forward ported r86229, r86230 + r86234 (IPRT/process-win.cpp: If …
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @42077   12 years vboxsync Runtime/Process: Missing changes, relax the parameter checks for …
(edit) @41919   12 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41182   13 years vboxsync IPRT/process-win: Added ERROR_BAD_DEVICE translation.
(edit) @41056   13 years vboxsync IPRT/process-win: Added ERROR_FILE_CORRUPT translation.
(edit) @41055   13 years vboxsync IPRT/process-win: Added ERROR_FILE_CORRUPT translation.
(edit) @40825   13 years vboxsync Implemented RTPROC_FLAGS_SEARCH_PATH on windows.
(edit) @40497   13 years vboxsync Typo.
(edit) @39867   13 years vboxsync process-win.cpp: Splitting monster function.
(edit) @39866   13 years vboxsync process-win.cpp: Addressing todos, fixed a potential heap corruption …
(edit) @39865   13 years vboxsync build fix.
(edit) @39864   13 years vboxsync process-win.cpp: address previous todo, added new ones, some clean up.
(edit) @39863   13 years vboxsync process-win.cpp: Do not return failure because UnloadUserProfile …
(edit) @39846   13 years vboxsync %ld -> %u + %#x.
(edit) @39842   13 years vboxsync IPRT/process-win: Fixed handle leak on legacy APIs; check rc when …
(edit) @39801   13 years vboxsync IPRT: socket / address resolving fixes.
(edit) @38618   13 years vboxsync VBoxHeadless/win: dont create console window for console VBoxHeadless app
(edit) @37448   14 years vboxsync process-creation/*: Adjusted assertions for RTPROC_FLAGS_SAME_CONTRACT …
(edit) @37447   14 years vboxsync GuestCtrl/Execute: Added NoProfile flag for executing processes …
(edit) @37318   14 years vboxsync build hack
(edit) @37313   14 years vboxsync RTProcWait/win: build fix
(edit) @37312   14 years vboxsync RTProcWait/win: Don't leak opened process handles.
(edit) @37311   14 years vboxsync rtProcWinRemovePid: Don't forget to close the process handle.
(edit) @34708   14 years vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(edit) @34251   14 years vboxsync IPRT/process-win: Added mapping function for specific Windows error codes.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33491   14 years vboxsync IPRT/process-win: Only map Windows error to rc if no IPRT failure yet.
(edit) @33490   14 years vboxsync IPRT/process-win: Not needed; rc already contains the right error code.
(edit) @33044   14 years vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @32657   14 years vboxsync IPRT/process-win: Added fallback for environment block creation …
(edit) @32656   14 years vboxsync IPRT/process-win: Added dynamic loading of Userenv-APIs.
(edit) @32653   14 years vboxsync IPRT/process-win: Added extended user profile invocation (environment …
(edit) @32292   14 years vboxsync RTProcTerminate/win: Initializes globals.
(edit) @30093   15 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30065   15 years vboxsync IPRT/process-win: Added fallback process detection for guests w/o …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29912   15 years vboxsync IPRT/process-win: Only deal with NULL domains on NT4.
(edit) @29807   15 years vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29728   15 years vboxsync IPRT/process-win: Beautified.
(edit) @29727   15 years vboxsync IPRT/process-win: Not needed.
(edit) @29726   15 years vboxsync IPRT/process-win: Fixed some errors, added NT4 support, modularized a bit.
(edit) @29718   15 years vboxsync Typo.
(edit) @29717   15 years vboxsync IPRT/process-win: Comment/Explanation.
(edit) @29716   15 years vboxsync IPRT/process-win: More generic way for starting processes from a …
(edit) @29289   15 years vboxsync IPRT: Added RTPROC_FLAGS_SERVICE for code path handling when used with …
(edit) @29004   15 years vboxsync Backed out accidental change done in r61039.
(edit) @29003   15 years vboxsync Guest Control/Main/HostService: Proper shutdown / notification when VM …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27745   15 years vboxsync build fix
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27667   15 years vboxsync iprt/RTProcCreateEx: restored assertion removed in r58933 and added a …
(edit) @27613   15 years vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27579   15 years vboxsync IPRT/process-win: Whops.
(edit) @27578   15 years vboxsync IPRT/process-win: Comment on NT4.
(edit) @27556   15 years vboxsync process-win.cpp: must keep child process handles around or we risk …
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