projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Avoid setting the context before the thread has started running, it's
[wine]
/
dlls
/
advapi32
/
2005-11-12
Markus Amsler
Improve c2man Documented-Total count. Changes:
tree
|
commitdiff
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
tree
|
commitdiff
2005-11-08
Saulius Krasuckas
Win98 fails another way when user isn't logged in.
tree
|
commitdiff
2005-11-04
Markus Amsler
Improve c2man Documented-Total count.
tree
|
commitdiff
2005-11-04
Saulius Krasuckas
- RegConnectRegistryA fails on Win9x when Remote Regist...
tree
|
commitdiff
2005-11-04
Mike McCormack
Implement advapi32.CommandLineFromMsiDescriptor. It...
tree
|
commitdiff
2005-11-03
Hans Leidekker
Added stub for RegisterServiceCtrlHandlerEx{A,W}.
tree
|
commitdiff
2005-10-27
Ivan Leo Puoti
Delete a temp file.
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-28
Vincent Béron
Remove some Unicode->ANSI cross-calls in crypt functions.
tree
|
commitdiff
2005-09-16
Robert Shearman
Fix String SID parsing.
tree
|
commitdiff
2005-09-15
Rein Klazes
- Set the LastError in OpenSCManager in case of errors;
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed a number of pointer to integer conversions that...
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
tree
|
commitdiff
2005-08-27
Mike McCormack
Fix gcc 4.0 warnings.
tree
|
commitdiff
2005-08-23
Kevin Koltzau
Properly declare handles.
tree
|
commitdiff
2005-08-22
Kevin Koltzau
Remove 'cast from pointer to integer of different size...
tree
|
commitdiff
2005-08-15
Vincent Béron
Change some TRACEing formats to make more sense.
tree
|
commitdiff
2005-08-03
Alexandre Julliard
Removed the broken mmap64 configure check, and moved the
tree
|
commitdiff
2005-08-01
Alexandre Julliard
Added commented out stubs for a bunch of new functions.
tree
|
commitdiff
2005-07-28
Steven Edwards
Correct RegCreateKeyEx[A/W] prototype to match the...
tree
|
commitdiff
2005-07-18
Felix Nawothnig
Implement RegGetValueA/W.
tree
|
commitdiff
2005-07-18
Felix Nawothnig
Rewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ.
tree
|
commitdiff
2005-07-18
Felix Nawothnig
Fix registry tests on Win95.
tree
|
commitdiff
2005-07-18
Juan Lang
Add/correct a couple definitions, allow hashing nothing.
tree
|
commitdiff
2005-07-11
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-07-07
Mike McCormack
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
tree
|
commitdiff
2005-07-06
Mike McCormack
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
tree
|
commitdiff
2005-07-06
James Hawkins
Branch the LSA functions from security.c to lsa.c.
tree
|
commitdiff
2005-07-05
Stefan Huehner
Fix some more -Wmissing-declarations warnings.
tree
|
commitdiff
2005-07-03
Felix Nawothnig
Added unit tests for RegGetValue.
tree
|
commitdiff
2005-06-29
James Hawkins
- Fix calculation of generic pointers.
tree
|
commitdiff
2005-06-28
Alexandre Julliard
Mark as todo a couple of tests that currently fail.
tree
|
commitdiff
2005-06-27
Robert Shearman
Test ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
tree
|
commitdiff
2005-06-24
James Hawkins
- Define FSCTL_PIPE_IMPERSONATE.
tree
|
commitdiff
2005-06-23
James Hawkins
Add stub implementations for BuildSecurityDescriptorA/W.
tree
|
commitdiff
2005-06-23
James Hawkins
Forward AddAuditAccessAce to its Rtl counterpart.
tree
|
commitdiff
2005-06-22
Alexandre Julliard
Sort entry points alphabetically.
tree
|
commitdiff
2005-06-22
Felix Nawothnig
Skip ACL tests on Win9x.
tree
|
commitdiff
2005-06-21
James Hawkins
Implement IsTokenRestricted.
tree
|
commitdiff
2005-06-21
James Hawkins
Implement GetTrustee* functions.
tree
|
commitdiff
2005-06-20
Stefan Huehner
Fix more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-20
Robert Shearman
Implement RtlImpersonateSelf, RevertToSelf and MapGener...
tree
|
commitdiff
2005-06-17
Francois Gouget
Protect the unistd.h and sys/stat.h includes.
tree
|
commitdiff
2005-06-17
Mike McCormack
Use HANDLE instead of HKEY in the NT API.
tree
|
commitdiff
2005-06-17
James Hawkins
Forward GetPrivate/KernelObjectSecurity to NtQuerySecur...
tree
|
commitdiff
2005-06-16
Robert Shearman
- All versions of Windows ignore the access rights...
tree
|
commitdiff
2005-06-15
Robert Shearman
MSDN states that DuplicateToken should create a new...
tree
|
commitdiff
2005-06-13
Mike McCormack
Silence some -Wmissing-declarations warnings.
tree
|
commitdiff
2005-06-12
Robert Shearman
Fix registry test for Win9x by skipping a section that...
tree
|
commitdiff
2005-06-09
Robert Shearman
Added test for AccessCheck.
tree
|
commitdiff
2005-06-09
Mike McCormack
Fix some warnings.
tree
|
commitdiff
2005-06-09
Mike McCormack
Make ADVAPI_IsLocalComputer static and simplify it...
tree
|
commitdiff
2005-06-09
Mike McCormack
Include appmgmt.h where its functions are used.
tree
|
commitdiff
2005-05-31
Alexandre Julliard
Fixed RtlIsTextUnicode prototype, and made it properly...
tree
|
commitdiff
2005-05-23
Uwe Bonnes
Implemented SystemFunction036.
tree
|
commitdiff
2005-05-16
Robert Shearman
Implement RegNotifyChangeKeyValue on top of NtNotifyCha...
tree
|
commitdiff
2005-05-16
Vincent Béron
Provide minimal API documentation in advapi/eventlog...
tree
|
commitdiff
2005-05-11
Aric Stewart
Add a stub implementation of RegisterTraceGuids.
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-05-05
Robert Shearman
Fix RegDeleteKey{A,W} to open the specified key with...
tree
|
commitdiff
2005-04-23
Stefan Leichter
Excluded tests crashing on NT4 from compiling.
tree
|
commitdiff
2005-04-22
Robert Shearman
Implement PrivilegeCheck.
tree
|
commitdiff
2005-04-21
Alexandre Julliard
Get rid of the remaining calls to strncpyW, and remove...
tree
|
commitdiff
2005-04-20
Francois Gouget
Tweak the API documentation to silence winapi_check...
tree
|
commitdiff
2005-04-19
James Hawkins
Set the backup/restore privilege.
tree
|
commitdiff
2005-04-19
Troy Rollo
Correct test of BOOL return value in ControlService.
tree
|
commitdiff
2005-04-19
James Hawkins
Remove two unnecessary traces.
tree
|
commitdiff
2005-04-19
James Hawkins
Add RegUnLoadKey test.
tree
|
commitdiff
2005-04-18
Jakob Eriksson
Fail gracefully on permission denied.
tree
|
commitdiff
2005-04-16
James Hawkins
RegDeleteKey fails if the lpSubKey param is NULL.
tree
|
commitdiff
2005-04-15
Jakob Eriksson
ERROR_PRIVILEGE_NOT_HELD can be returned for NT4.
tree
|
commitdiff
2005-04-15
Jakob Eriksson
Win98 can return ERROR_CALL_NOT_IMPLEMENTED.
tree
|
commitdiff
2005-04-13
James Hawkins
Pass an empty string instead of NULL to RegDeleteKey...
tree
|
commitdiff
2005-04-13
Steven Edwards
Partially implement CreateProcessAsUser.
tree
|
commitdiff
2005-04-11
Hans Leidekker
Implement GetNamedSecurityInfo.
tree
|
commitdiff
2005-04-11
Michael Jung
Make crypt functions more robust in case of incorrect...
tree
|
commitdiff
2005-04-11
James Hawkins
Create the 'Test' value in a temporary subkey to avoid...
tree
|
commitdiff
2005-03-31
Stefan Leichter
Fix GetFileSecurityA test on Win98.
tree
|
commitdiff
2005-03-30
Michael Jung
Removed the incomplete signature checking code.
tree
|
commitdiff
2005-03-30
Robert Shearman
Move save_registry and unload_key server calls to ntdll.
tree
|
commitdiff
2005-03-29
Mike McCormack
Implement ChangeServiceConfig.
tree
|
commitdiff
2005-03-29
James Hawkins
- Implement NtLoadKey.
tree
|
commitdiff
2005-03-29
Michael Jung
Added a test for advapi32, which documents a crash...
tree
|
commitdiff
2005-03-29
Stefan Leichter
Fix GetFileSecurityW for not existing directories/files.
tree
|
commitdiff
2005-03-28
Stefan Leichter
Added a test for GetFileSecurityA.
tree
|
commitdiff
2005-03-25
James Hawkins
Replace a trace with a previously removed test.
tree
|
commitdiff
2005-03-24
Jakob Eriksson
Fix some Windows 95 issues.
tree
|
commitdiff
2005-03-23
Hans Leidekker
Pretend there are 0 log records.
tree
|
commitdiff
2005-03-23
James Hawkins
Add RegSaveKey, RegLoadKey tests.
tree
|
commitdiff
2005-03-22
Jakob Eriksson
Eliminate HeapAlloc casts.
tree
|
commitdiff
2005-03-22
Jakob Eriksson
Fix for NT4 behaviour.
tree
|
commitdiff
2005-03-21
Vincent Béron
Fixed some calling conventions.
tree
|
commitdiff
2005-03-15
Jakob Eriksson
CryptAcquireContextA() can return NTE_FAIL on Windows 98.
tree
|
commitdiff
2005-03-14
Alexandre Julliard
Avoid accessing an uninitialized string in the failure...
tree
|
commitdiff
2005-03-10
Alexander Yaworsky
Correct incorrect use of arguments to QueryServiceConfi...
tree
|
commitdiff
2005-03-07
Jason Edmeades
Add stub for SetSecurityInfo.
tree
|
commitdiff
2005-03-05
Jakob Eriksson
Account for permissions on Win2k.
tree
|
commitdiff
2005-03-05
Troy Rollo
Make GetFileSecurityW return a standard SECURITY_DESCRI...
tree
|
commitdiff
next