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 |
2004-08-20 |
James Hawkins | Added tests for CryptSetProviderEx. |
tree | commitdiff |
2004-08-19 |
Mike McCormack | Fix BuildTrusteeWithSid, implement and test BuildTruste... |
tree | commitdiff |
2004-08-17 |
Aric Stewart | Let StartServiceCtrlDispatcher handle services not... |
tree | commitdiff |
2004-08-17 |
James Hawkins | If pszTypeName is too small to hold the type name in |
tree | commitdiff |
2004-08-17 |
Mike McCormack | Remove unnecessary casts in crypt tests. |
tree | commitdiff |
2004-08-16 |
Mike McCormack | Implemented Get/SetFileSecurity A->W. |
tree | commitdiff |
2004-08-16 |
James Hawkins | Fix alloc test in CryptEnumProviderTypesW that failed... |
tree | commitdiff |
2004-08-16 |
James Hawkins | Fixed a few crypt test bugs. |
tree | commitdiff |
2004-08-16 |
Mike McCormack | Declaration, implemention and test for BuildTrusteeWithSid. |
tree | commitdiff |
2004-08-16 |
Mike McCormack | Add some stub declarations. |
tree | commitdiff |
2004-08-16 |
Mike McCormack | Move declaration of LSA* structs to ntsecapi.h. |
tree | commitdiff |
2004-08-13 |
Francois Gouget | Fix the PSID and PSECURITY_DESCRIPTOR types. |
tree | commitdiff |
2004-08-13 |
Mike McCormack | Implement SetThreadToken using NtSetInformationThread. |
tree | commitdiff |
2004-08-13 |
James Hawkins | If the pszProvName param of CryptEnumProviders is too... |
tree | commitdiff |
2004-08-12 |
James Hawkins | Added tests for CryptEnumProviders. |
tree | commitdiff |
2004-08-12 |
James Hawkins | Cleanup A->W cross call in CryptEnumProviders. |
tree | commitdiff |
2004-08-09 |
Mike McCormack | Implement A->W call for SetNamedSecurityInfo. |
tree | commitdiff |
2004-08-09 |
James Hawkins | Make CryptEnumProvidersA pcbProvName parameter contain... |
tree | commitdiff |
2004-08-09 |
Mike McCormack | Fix definition of LookupPrivilegeNameW and declare it. |
tree | commitdiff |
2004-08-09 |
James Hawkins | Fix alloc failure check in CryptEnumProvidersW. |
tree | commitdiff |
2004-08-09 |
Mike McCormack | Added a test for ConvertSidToStringSidW. |
tree | commitdiff |
2004-08-09 |
Mike McCormack | Implemented ConvertSidToStringSidA/W. |
tree | commitdiff |
2004-08-06 |
Mike McCormack | Implement A->W call for GetNamedSecurityInfo. |
tree | commitdiff |
2004-08-02 |
Alexandre Julliard | Fixed some more freeing issues in CryptAcquireContextA. |
tree | commitdiff |
2004-07-30 |
Michael Jung | Fixed a potential double call to CRYPT_Free on variable... |
tree | commitdiff |
2004-07-24 |
Alexandre Julliard | Don't crash on NULL data in RegSetValueExA (reported... |
tree | commitdiff |
2004-07-24 |
Michael Jung | - Changed some FIXMEs to TRACEs, since they report... |
tree | commitdiff |
2004-07-22 |
Michael Jung | - Fixed a problem with dwProvType values greater than... |
tree | commitdiff |
2004-07-21 |
Michael Jung | Added some unit tests for the CryptAcquireContext API... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Fixed some duplicate CRYPT_Free calls (spotted by Micha... |
tree | commitdiff |
2004-07-15 |
Michael Jung | Use RegQueryValueExA instead of RegQueryValueA in |
tree | commitdiff |
2004-07-13 |
Michael Jung | Reference counting for CRYPTPROV objects. |
tree | commitdiff |
2004-07-13 |
James Hawkins | Added and cleaned API docs. |
tree | commitdiff |
2004-07-12 |
James Hawkins | Added some more API docs. |
tree | commitdiff |
2004-07-07 |
Ge van Geldorp | Add missing privilege names. |
tree | commitdiff |
2004-05-25 |
William Lahti | Implemented AreAnyAccessesGranted. |
tree | commitdiff |
2004-05-17 |
Juan Lang | - If a crypto provider does not have a Signature in... |
tree | commitdiff |
2004-05-12 |
Mike McCormack | Pass crypt provider and type to CPAcquireContext. |
tree | commitdiff |
2004-05-10 |
Alexandre Julliard | Fixed buffer size handling in GetUserNameA (reported... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Use the Unix codepage to convert the user name to Unicode. |
tree | commitdiff |
2004-04-28 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Documentation fixes. |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
tree | commitdiff |
next |