|
|
@95738
|
2 years |
vboxsync |
IPRT/process-win.cpp: Use the wide-char version of Process32First and …
|
|
|
@95736
|
2 years |
vboxsync |
IPRT/process-win.cpp: PSAPI never had an undecorated GetModuleBaseName …
|
|
|
@95735
|
2 years |
vboxsync |
IPRT/process-win.cpp: Nocrt adjustments. bugref:10261
|
|
|
@95274
|
3 years |
vboxsync |
FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@81147
|
5 years |
vboxsync |
IPRT/process-win.cpp: Don't try open the thread token when …
|
|
|
@80569
|
5 years |
vboxsync |
Main: bugref:9341: Added VM autostart during boot support for windows host
|
|
|
@80503
|
5 years |
vboxsync |
IPRT/process-win.cpp: More pszUser == NULL + RTPROC_FLAGS_SERVICE …
|
|
|
@80492
|
5 years |
vboxsync |
IPRT/process-win.cpp: Adding RTPROC_FLAGS_AS_IMPERSONATED_TOKEN and …
|
|
|
@80485
|
5 years |
vboxsync |
IPRT/process-win.cpp: Adding RTPROC_FLAGS_AS_IMPERSONATED_TOKEN and …
|
|
|
@80481
|
5 years |
vboxsync |
IPRT/process-win.cpp: Adding RTPROC_FLAGS_AS_IMPERSONATED_TOKEN and …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76409
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@74460
|
6 years |
vboxsync |
IPRT: Implemented long filename support for windows (except for …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@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
|
12 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 …
|
|
|