Sign in
goma
/
wine
/
a82428b1123390067f161108fb332a3d8e0bf13f
/
dlls
/
advapi32
/
registry.c
af183df
advapi32: Add and use LSTATUS.
by Francois Gouget
· 18 years ago
1da7a32
advapi32: Add more RegGetValue() conformance tests, and fix Wine accordingly.
by Francois Gouget
· 18 years ago
88b6bc4
advapi32: Added implementation of RegDeleteTreeA/W.
by Stefan Leichter
· 18 years ago
d347ebe
advapi32: Spelling fixes.
by Lei Zhang
· 18 years ago
a2e7c32
advapi32: Replace inline static with static inline.
by Andrew Talbot
· 18 years ago
81e7d69
advapi32: Implement RegGetKeySecurity with NtQuerySecurityObject.
by Juan Lang
· 18 years ago
60cb73b
advapi32: RegGetKeySecurity needs to pass length of struct to caller.
by Dan Kegel
· 18 years ago
fdff5c3
ntdll: Fix NtUnloadKey to match the DDK.
by Bang Jun-Young
· 18 years ago
e5b4b47
advapi32: Make some data const.
by Dmitry Timoshkov
· 18 years ago
3d73173
advapi32: Fixed last error check in RegSaveKey.
by Alexandre Julliard
· 18 years ago
30e44c8
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
4dfd319
advapi32: Plug a couple of memory leaks.
by Eric Pouech
· 18 years ago
e852f19
advapi32: Cast-qual warning fix.
by Alexandre Julliard
· 18 years ago
2730fe6
advapi32: Make internal functions static.
by James Hawkins
· 18 years ago
4301816
advapi32: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
bc590e8
advapi32: Add tests for RegQueryValueEx to show that it sets the data
by Robert Shearman
· 19 years ago
0542e83
advapi32: Fix registry API prototypes to match the PSDK.
by Bang Jun-Young
· 19 years ago
52aaddc
advapi32: Implement RegDisablePredefinedCache.
by Robert Shearman
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
a875200
janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
by Michael Stefaniuc
· 19 years ago
ac615ce
advapi32: Implemented RegLoadMUIString[AW].
by Michael Jung
· 19 years ago
9108063
advapi32: Fix for RegNotifyChangeKeyValue.
by Aric Stewart
· 19 years ago
62b69d6
advapi32: RegCreateKeyEx fix.
by Rein Klazes
· 19 years ago
1a1583a
Match PSDK STATUS_* definitions.
by Ge van Geldorp
· 19 years ago
ec35052
Improve c2man Documented-Total count. Changes:
by Markus Amsler
· 19 years ago
d45811c
Improve c2man Documented-Total count.
by Markus Amsler
· 19 years ago
c16e705
- Set the LastError in OpenSCManager in case of errors;
by Rein Klazes
· 20 years ago
261e376
Fixed a number of pointer to integer conversions that wouldn't work
by Alexandre Julliard
· 20 years ago
280bcf6
Fix gcc 4.0 warnings.
by Mike McCormack
· 20 years ago
e14569d
Correct RegCreateKeyEx[A/W] prototype to match the PSDK.
by Steven Edwards
· 20 years ago
48533ae
Implement RegGetValueA/W.
by Felix Nawothnig
· 20 years ago
257c337
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
by Mike McCormack
· 20 years ago
5b2d5fd
Use HANDLE instead of HKEY in the NT API.
by Mike McCormack
· 20 years ago
efbea2e
Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey.
by Robert Shearman
· 20 years ago
45d47c4
Fix RegDeleteKey{A,W} to open the specified key with the DELETE access right.
by Robert Shearman
· 20 years ago
a9d5de8
RegDeleteKey fails if the lpSubKey param is NULL.
by James Hawkins
· 20 years ago
f74b0ad
Move save_registry and unload_key server calls to ntdll.
by Robert Shearman
· 20 years ago
580ded6
- Implement NtLoadKey. - Forward RegLoadKey to NtLoadKey.
by James Hawkins
· 20 years ago
e8d1e2f
Fix RegOpen/CloseKey.
by James Hawkins
· 20 years ago
d5e2b7c
Add RegOpenKey, RegCloseKey tests.
by James Hawkins
· 20 years ago
4a0f999
Use CreateEventW in preference to CreateEventA for unnamed events.
by Mike McCormack
· 20 years ago
5ad7d85
Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
by Michael Stefaniuc
· 20 years ago
0a25896
Const correctness fixes.
by Eric Pouech
· 20 years ago
bbde53f
RegQueryValueW must return count in bytes for empty string too.
by Alexandre Julliard
· 20 years ago
411fc5f
Fix signed/unsigned comparison warnings.
by Hans Leidekker
· 21 years ago
8e9d88c1
Fix full name of HKEY_CURRENT_CONFIG.
by Huw Davies
· 21 years ago
bba76fc
Don't crash on NULL data in RegSetValueExA (reported by Mike Hearn and
by Alexandre Julliard
· 21 years ago
6a358c4
Added and cleaned API docs.
by James Hawkins
· 21 years ago
50ce084
Documentation fixes.
by Jon Griffiths
· 21 years ago
ae176d1
Allow RegConnectRegistryW to the local machine name.
by Juan Lang
· 21 years ago
65e8182
Partially implement RegOpenUserClassesRoot.
by Robert Shearman
· 21 years ago
43cb03b
Implemented RegFlushKey and NtFlushKey.
by Mike Hearn
· 21 years ago
8f63a71
Try not to display uninitialized data in traces (found by Valgrind).
by Francois Gouget
· 21 years ago
f9be2f3
Removed some unnecessary includes.
by Alexandre Julliard
· 21 years ago
c33e4c4
RegCreateKeyEx{A,W}: state that class string is constant.
by Daniel Marmier
· 21 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
5ac945c
Implement registry key unloading.
by Mike McCormack
· 22 years ago
9591836
'sizeof type' is best avoided as it won't always compile (e.g. 'int
by Francois Gouget
· 22 years ago
cd4234a
Documentation updates.
by Jon Griffiths
· 22 years ago
4550b8b
Janitorial. Get rid of W->A calls.
by Tony Lambregts
· 22 years ago
6f2a071
Remove some calls to HEAP_strdupAtoW from advapi32.
by Matthew Davison
· 22 years ago
11f4b44
Implemented registry change notifications.
by Mike McCormack
· 22 years ago
cdb9be7
Work with the correct subkey with loading keys. Not a true fix to the
by Aric Stewart
· 22 years ago
cbacde5
Compile the advapi32 dll with -DSTRICT.
by Michael Stefaniuc
· 22 years ago
5cf56a3
Removed LPxxx handle types that don't exist under Windows.
by Alexandre Julliard
· 22 years ago
f2ef2c2
Handle special registry root keys directly in advapi32, and avoid
by Alexandre Julliard
· 23 years ago
a929873
Fixed requested access rights in RegDeleteKey[AW].
by Alexandre Julliard
· 23 years ago
09570ed
MSVC compatibility fixes.
by Patrik Stridvall
· 23 years ago
7375597
Fixed some handle type mismatches and added a few casts in prevision
by Alexandre Julliard
· 23 years ago
751c454
Implemented RegQueryMultipleValues.
by Dominik Strasser
· 23 years ago
c1dddbe
RegEnumValue[AW] need to update the data size on buffer overflow
by Alexandre Julliard
· 23 years ago
a010932
More explicit initialization of info_size for stupid compilers.
by Alexandre Julliard
· 23 years ago
0bb6fdd
Check for NULL keyvalue in RegEnumKeyExA/W.
by Rein Klazes
· 23 years ago
da00742
Implemented recursive RegDeleteKey in Win95 emulation.
by Mike McCormack
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
a44e0b0
Make use of access mask MAXIMUM_ALLOWED possible.
by Juergen Schmied
· 23 years ago
79313d3
Make sure the security descriptor is initialized in RegGetKeySecurity.
by Dmitry Timoshkov
· 23 years ago
7dbce65
Changed registry handling in RegOpenKeyExA to behave like windows95
by Michael Cardenas
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
20a4cc3
Don't return overflow if no class buffer was specified.
by Aric Stewart
· 23 years ago
60fd03d
Use ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte
by Alexandre Julliard
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
b0fa2a8
Fixed registry routines broken by the structure sizes fix.
by Alexandre Julliard
· 23 years ago
6b6596a
Fixed packing and layout of many system structures.
by Dmitry Timoshkov
· 23 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
918da64
RegSetValueExA/W: fixed REG_SZ string length handling for Win95.
by Alexandre Julliard
· 24 years ago
ab5e975
Use TEB static buffer for Unicode conversion.
by Alexandre Julliard
· 24 years ago
67a7499
New set of macros for server calls; makes requests without variable
by Alexandre Julliard
· 24 years ago
d0a4177
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
c661583
Always return success instead of overflow if caller didn't specify a buffer.
by Alexandre Julliard
· 24 years ago
da2b6a9
Fixed some HFILE vs. HANDLE mismatches.
by François Gouget
· 24 years ago
0b6a79c
Converted enum_key_value request to the new request mechanism.
by Alexandre Julliard
· 24 years ago
5ce2329
Finished separation of advapi32.
by Alexandre Julliard
· 24 years ago
24a62ab
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
by Alexandre Julliard
· 24 years ago
44f84b5
Added basic working stubs of new Windows 2000 API functions.
by David Elliott
· 24 years ago
57f05e1
Converted a few more server requests to the new mechanism.
by Alexandre Julliard
· 24 years ago
454355e
Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
by Alexandre Julliard
· 25 years ago
bcf393a
Converted some of the registry server requests to the new request mechanism.
by Alexandre Julliard
· 25 years ago
072dfb5
Removed inclusion of wine/winestring.h from winbase.h and added it to
by Alexandre Julliard
· 25 years ago
c7e7df8
Replaced all lstr* calls from inside Wine code by their str* equivalent.
by Alexandre Julliard
· 25 years ago
Next »