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