- Sync gdiplus with wine head
[reactos.git] / reactos / dll / win32 / advapi32 /
2008-09-07 Stefan Ginsberg- Fix RegQueryValueA. Now Winetests are causing the...
2008-09-06 Stefan Ginsberg- Make sure we get a Subkey in RegDeleteKeyA/W. Fixes...
2008-09-05 Christoph von Wittichchange parameter back to DWORD as it is in our headers
2008-09-05 Christoph von Wittichfix some advapi32 lsa winetests
2008-09-04 Christoph von Wittichfix some advapi crypt winetests
2008-08-30 Stefan Ginsberg- Add APIs new to Windows 2003/SP1 (including XP SP1)
2008-08-29 Eric KohlQueryServiceConfig2A/W: Add more parameter checks....
2008-08-29 Eric Kohl- QueryServiceConfig2A/W: Fail if lpBuffer is NULL...
2008-08-29 Eric Kohl- GetServiceDisplayNameA/W and GetServiceKeyNameA/W...
2008-08-24 Eric KohlSEH-protect all calls to remote functions.
2008-08-24 Eric KohlHack the declaration of RQueryServiceConfigA. This...
2008-08-10 Hervé PoussineauFix exports
2008-08-06 Jeffrey Morlan- GetUserNameW: Re-set an_len to the actual buffer...
2008-08-06 Dmitry Chapyshev- Sync RegGetValueA/W with wine head
2008-08-05 Colin FinckFix Wine-ish code, which doesn't work in ReactOS and...
2008-08-05 Dmitry Chapyshev- Add cred.c from Wine
2008-08-05 Christoph von Wittichreturn TRUE in Encrypt and DecryptFile as wine does...
2008-08-02 Hervé PoussineauAdd lots of missing functions to LSA RPC interface
2008-07-27 Aleksey Bragin- ntdll should be the last library in the list, not...
2008-07-24 Ged Murphy- dependencies is a double terminated string array
2008-07-21 Ged Murphy- fix the length of the dependencies string
2008-07-01 Jeffrey MorlanFix under-allocation in LsaQueryInformationPolicy....
2008-06-28 Hervé PoussineauFix GetUserNameA/GetComputerNameExA
2008-06-01 Hervé PoussineauFix debug message
2008-05-27 Johannes Anderwald- fix typo in CreateServiceA
2008-05-24 Colin FinckSamuel Serapión (samdwise51 AT gmail DOT com):
2008-05-23 Johannes Anderwald- add stubs for GetTraceEnableFlags, GetTraceEnableLeve...
2008-05-22 Johannes Anderwald- define _WMI_SOURCE_ macro
2008-05-18 Hervé PoussineauSend an empty string, as required by the documentation
2008-05-18 Hervé PoussineauMake eventlog RPC interface more compatible with MS...
2008-05-18 Hervé PoussineauReplace ERR() by WARN() on error codes which can be...
2008-05-08 Hervé PoussineauFix some .rbuild file problems
2008-05-06 Dmitry Chapyshev- advapi32: Small implementation RegConnectRegistryW...
2008-04-10 Hervé PoussineauUse R- prefix instead of Scmr- prefix for service RPC...
2008-04-10 Hervé PoussineauMake service RPC interface more compatible with MS...
2008-02-28 Aleksey Bragin- Bump some Lsa debug messages from FIXME to TRACE...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-08 Aleksey BraginKamil Hornicek <tykef@atlas.cz>
2008-02-08 Aleksey Bragin- Make LsaOpenPolicy return a fake handle (ported from...
2008-02-08 Aleksey BraginKamil Hornicek <tykef@atlas.cz>
2008-02-07 Aleksey Bragin- Port LookupAccountNameA/W from Wine. This fixes VMWar...
2008-01-18 Christoph von Wittichdon't crash when GetUserNameW is called with NULL ...
2008-01-13 Christoph von Wittichonly allocate a buffer in StartServiceA when dwNumServi...
2008-01-13 Christoph von Wittichfix a bug in CreateServiceA
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-11 Aleksey Bragin- Reshuflle baseaddresses so no relocations occur durin...
2007-12-11 James TaborAdd stub patch for RegDeleteKeyExA/W by Stefan100 stefa...
2007-12-09 Christoph von Wittichfix a bug in ScConnectControlPipe
2007-12-09 Christoph von WittichAndrew Talbot : advapi32: Explicitly initialize nested...
2007-12-04 Hervé PoussineauChange service interface too
2007-11-28 Thomas BluemelFix typo in RegpApplyRestrictions (patch submitted...
2007-11-16 Hervé PoussineauFix race condition
2007-11-15 Christoph von Wittichbetter stub for FileEncryptionStatusW
2007-11-15 Christoph von Wittichsync CryptAcquireContext to wine (this fixes some Unico...
2007-11-14 Hervé PoussineauDon't mix ReactOS and Wine debug style
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-31 Hervé PoussineauClean up method which assigns groups to logged on user
2007-10-30 Johannes Anderwald- silence debug messages
2007-10-28 Gregor BrunmarMade each service have its own pipe name as done in...
2007-10-23 Hervé PoussineauNo need to define __USE_W32API
2007-10-21 Thomas BluemelLoad libraries as data files in RegLoadMUIString
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Thomas BluemelPort RegLoadMUIStringA/W from WINE HEAD and adjust...
2007-10-10 Johannes Anderwald- fix RegLoadMUIStringA|W prototype
2007-09-12 Ged Murphy- Share a client service handle with the SCM and use...
2007-09-11 Ged Murphy- Send the SERVICE_STATUS_HANDLE to the SCM so SetServi...
2007-09-07 Ged MurphyFix the client side of the ChangeServiceConfig2 RPC...
2007-08-14 Hervé PoussineauImplement BackupEventLogA/W, ClearEventLogA/W, CloseEve...
2007-08-14 Hervé PoussineauForward RegisterEventSourceW and DeregisterEventSource...
2007-08-08 Hervé PoussineauImplement LsaLookupSids
2007-07-28 Thomas BluemelSome more function prototype fixes and pointer type...
2007-07-26 Hervé PoussineauDon't abuse debug system
2007-07-18 Thomas BluemelImplement SetSecurityAccessMask
2007-07-18 Thomas BluemelImplement the ANSI stub EncryptFileA
2007-07-18 Thomas BluemelImplement QuerySecurityAccessMask
2007-07-16 Ged Murphyfix the startup event name as per r27697
2007-07-10 Ged Murphyfix SetServiceStatus to now call ScmrSetServiceStatus...
2007-07-09 Christoph von Wittich-fix a memory leak
2007-07-06 Ged Murphy- ensure SetLastError is called when EnumServicesStatus...
2007-07-02 Hervé PoussineauFix indentation (no code change)
2007-06-30 Aleksey Bragin- Clean up the mess Magnus introduced (remove allowwarn...
2007-06-30 Magnus Olsenpart 7 of 7
2007-05-22 Ged Murphyturn debugging off
2007-05-15 Aleksey Bragin- Revert rpcrt4 update, too buggy for now. My apologizes.
2007-05-15 Aleksey Bragin- Make advapi32 compilable without CUNITs.
2007-05-10 Dmitry GorbachevFix a bug in ScServiceMainStub(), add more checks.
2007-04-30 Dmitry GorbachevAdd a stub for TraceMessage.
2007-04-27 Ged Murphyexport stubbed LsaEnumerateTrustedDomains to get damewa...
2007-04-26 Hervé PoussineauAdd some missing const
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-14 Hervé PoussineauNo need to ask for more rights than needed
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-21 Thomas Bluemel- Allow warnings in the expat library
2006-12-26 Eric Kohl- Rename SCM_START_PACKET to SCM_CONTROL_PACKET.
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-15 Thomas BluemelImplement the advapi32 part of ImpersonateAnonymousToken
next