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 |
2005-03-04 |
Troy Rollo | Return an empty string for service dependencies when... |
tree | commitdiff |
2005-03-04 |
Troy Rollo | Correct incorrect use of arguments to QueryServiceConfigW. |
tree | commitdiff |
2005-02-25 |
James Hawkins | Fix RegOpen/CloseKey. |
tree | commitdiff |
2005-02-23 |
Jakob Eriksson | Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND. |
tree | commitdiff |
2005-02-21 |
James Hawkins | Add RegOpenKey, RegCloseKey tests. |
tree | commitdiff |
2005-02-17 |
Jakob Eriksson | Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND. |
tree | commitdiff |
2005-02-14 |
Francois Gouget | Cast the GetProcAddress() return value to avoid warning... |
tree | commitdiff |
2005-02-14 |
Vincent Béron | Suppress a warning. |
tree | commitdiff |
2005-02-14 |
Stefan Leichter | Make advapi32_test.exe loadable on NT 3.51. |
tree | commitdiff |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
tree | commitdiff |
2005-02-10 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-27 |
Alexandre Julliard | Don't make the test key volatile, that can break other... |
tree | commitdiff |
2005-01-24 |
Mike McCormack | Convert services to use pipes for RPC instead of shared... |
tree | commitdiff |
2005-01-14 |
Mike McCormack | Fix, add and rearrange winsvc.h declarations. |
tree | commitdiff |
2005-01-14 |
Mike McCormack | Move all service stubs together, make them consistent. |
tree | commitdiff |
2005-01-14 |
Mike McCormack | Cleanup service handles. |
tree | commitdiff |
2005-01-07 |
Mike McCormack | Use CreateEventW in preference to CreateEventA for... |
tree | commitdiff |
2005-01-04 |
Jakob Eriksson | On NT4 we can also get ERROR_RING2_STACK_IN_USE from |
tree | commitdiff |
2005-01-03 |
Mike McCormack | Add some missing declarations in the spec file. |
tree | commitdiff |
2005-01-03 |
Hans Leidekker | Stub implementations for GetKernelObjectSecurity, |
tree | commitdiff |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-27 |
Mike McCormack | Fix CreateService's error code for a service that alrea... |
tree | commitdiff |
2004-12-27 |
Rein Klazes | Correct cases where arguments of ok() calls depend... |
tree | commitdiff |
2004-12-27 |
Mike McCormack | Don't use RtlCreateUnicodeStringFromAsciiz, it doesn... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-22 |
Alexandre Julliard | Fixed prototypes of a couple of ntdll functions. |
tree | commitdiff |
2004-12-21 |
Hans Leidekker | Stub implementations for AdjustTokenGroups, AreAllAcces... |
tree | commitdiff |
2004-12-21 |
Ivan Leo Puoti | In OpenSCManagerW() allow lpDatabaseName to be an empty... |
tree | commitdiff |
2004-12-21 |
Michael Jung | Respect the sDescription parameter in CryptSignHash and |
tree | commitdiff |
2004-12-20 |
Michael Jung | ixed calculation of buffer size in CRYPT_ANSIToUnicode and |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-14 |
James Hawkins | Minor documentation addition. |
tree | commitdiff |
2004-12-14 |
James Hawkins | Cleanup some documentation. |
tree | commitdiff |
2004-12-09 |
Alexander Yaworsky | Check service database name in OpenSCManager(). |
tree | commitdiff |
2004-12-08 |
Mike McCormack | Stub implementations for Lsa(Store/Retrieve)PrivateData. |
tree | commitdiff |
2004-12-08 |
Alexander Yaworsky | Notify StartService when service control dispatcher... |
tree | commitdiff |
2004-12-07 |
Alexander Yaworsky | Implemented RegisterServiceCtrlHandler, ControlService. |
tree | commitdiff |
2004-12-06 |
Stefan Leichter | Fix missing imports on NT4. |
tree | commitdiff |
2004-12-06 |
Mike McCormack | Stub implementations for DecryptFile, EncryptFile and |
tree | commitdiff |
2004-12-06 |
Alexander Yaworsky | Implemented SetServiceStatus, QueryServiceStatus. |
tree | commitdiff |
2004-12-06 |
James Hawkins | Only call test_set_provider_ex() once. |
tree | commitdiff |
2004-12-02 |
Alexander Yaworsky | Basic implementation of service control dispatcher. |
tree | commitdiff |
2004-12-01 |
Alexander Yaworsky | Introduced service thread. |
tree | commitdiff |
2004-12-01 |
Mike McCormack | Added a stub implementation for GetCurrentHwProfileW. |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-30 |
James Hawkins | Fixed a few memory leaks. |
tree | commitdiff |
2004-11-30 |
Alexander Yaworsky | Merge Unicode and ASCII versions of StartServiceCtrlDis... |
tree | commitdiff |
2004-11-21 |
Alexander Yaworsky | Move up SERV_* functions. |
tree | commitdiff |
2004-11-19 |
James Hawkins | Added beginnings of RegQueryValueEx tests. |
tree | commitdiff |
2004-11-10 |
Jason Edmeades | - Stub SetServiceObjectSecurity to pretend to work... |
tree | commitdiff |
2004-11-04 |
Juan Lang | - implement LookupPrivilegeName |
tree | commitdiff |
2004-11-03 |
Jakob Eriksson | AllocateAndInitializeSid does not work on Win98. |
tree | commitdiff |
2004-11-01 |
Michael Jung | CryptGetUserKey: Set return key handle to zero in case... |
tree | commitdiff |
2004-10-27 |
Michael Jung | CryptCreateHash: Set returned hash handle to zero in... |
tree | commitdiff |
2004-10-25 |
Juan Lang | Update comment for LsaOpenPolicy. |
tree | commitdiff |
2004-10-21 |
Mike McCormack | Implement ChangeServiceConfig2A using ChangeServiceConf... |
tree | commitdiff |
2004-10-21 |
Mike McCormack | Implement ChangeServiceConfigA using ChangeServiceConfigW. |
tree | commitdiff |
2004-10-19 |
Alexandre Julliard | RegQueryValueW must return count in bytes for empty... |
tree | commitdiff |
2004-10-18 |
Michael Jung | Fixed a typo in CryptExportKey. |
tree | commitdiff |
2004-10-11 |
Michael Jung | CryptDeriveKey - set return key handle to NULL in case... |
tree | commitdiff |
2004-10-07 |
Alexandre Julliard | Removed wrong memset calls. |
tree | commitdiff |
2004-10-07 |
Alexandre Julliard | Fixed MD4Final/MD5Final entries (spotted by Vincent... |
tree | commitdiff |
2004-10-06 |
Hans Leidekker | Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final. |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | Make advapi32/crypt.c test pass under win2k SP4, do... |
tree | commitdiff |
2004-10-04 |
Hans Leidekker | Implement SystemFunction006(). |
tree | commitdiff |
2004-10-04 |
Dmitry Timoshkov | Avoid a crash in advapi32/test_sha_ctx.c test if requir... |
tree | commitdiff |
2004-09-27 |
Alexander Yaworsky | Start only first service in the service table. |
tree | commitdiff |
2004-09-25 |
Alexander Yaworsky | Restructured code of StartServiceCtrlDispatcherA/W. |
tree | commitdiff |
2004-09-21 |
Alexander Yaworsky | Pass arguments to the service program. |
tree | commitdiff |
2004-09-17 |
Filip Navara | Implement A_SHA* functions present in Windows XP and... |
tree | commitdiff |
2004-09-16 |
Juan Lang | - correct ConvertStringSidToSidW and ConvertSidToString... |
tree | commitdiff |
2004-09-16 |
Alexander Yaworsky | Pass argv[0] (service name) to the service program. |
tree | commitdiff |
2004-09-16 |
Alexander Yaworsky | Added stubs for MD4, MD5 and SHA functions. |
tree | commitdiff |
2004-09-14 |
Alexander Yaworsky | Proper finalization in StartServiceW. |
tree | commitdiff |
2004-09-14 |
Mike McCormack | Stub implementation for QueryServiceObjectSecurity. |
tree | commitdiff |
2004-09-14 |
Mike McCormack | Make sure not to interfere with the lasterror value... |
tree | commitdiff |
2004-09-10 |
Alexander Yaworsky | Implemented LockServiceDatabase and UnlockServiceDatabase. |
tree | commitdiff |
2004-09-07 |
Wolfgang Schwotzer | LookupAccountNameA stub always returns a valid SID. |
tree | commitdiff |
2004-09-06 |
Mike McCormack | Return the correct error when OpenService is called... |
tree | commitdiff |
2004-09-02 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-01 |
James Hawkins | - remove unnecessary type conversions |
tree | commitdiff |
2004-09-01 |
Alexander Yaworsky | Implemented QueryServiceConfigA. |
tree | commitdiff |
2004-08-31 |
Alexander Yaworsky | Expand ImagePath in QueryServiceConfigW. |
tree | commitdiff |
2004-08-31 |
Alexander Yaworsky | Sanity check when closing service handle. |
tree | commitdiff |
2004-08-30 |
James Hawkins | Make CryptSetProviderEx only delete the 'Name' value... |
tree | commitdiff |
2004-08-30 |
Alexander Yaworsky | Changed SC_HANDLEs from HKEYs to pointers to internal... |
tree | commitdiff |
2004-08-26 |
Huw Davies | Fix full name of HKEY_CURRENT_CONFIG. |
tree | commitdiff |
2004-08-26 |
Alexander Yaworsky | StartService must pass full command line to service... |
tree | commitdiff |
2004-08-26 |
Evan Deaubl | Added GetSecurityInfo stub. |
tree | commitdiff |
2004-08-25 |
Mike McCormack | Make SetTokenInformation call NtSetInformationToken. |
tree | commitdiff |
2004-08-20 |
James Hawkins | Enable ERROR_MORE_DATA to be set in CryptGetDefaultProv... |
tree | commitdiff |
next |