projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixed the structure layout to be identical to the public one also on
[wine]
/
server
/
registry.c
2005-08-09
Mike McCormack
Fix some gcc 4.0 warnings.
blob
|
commitdiff
|
raw
2005-08-09
Alexandre Julliard
The temp buffer always stores WCHARs, fixed its type...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-18
Robert Shearman
- Change the default user SID to match what was previou...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-11
Alexandre Julliard
Load the HKEY_CURRENT_USER branch at server startup...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-01
Alexandre Julliard
Don't bother loading the config file anymore.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Mike McCormack
Don't include winbase.h when it's not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Mike McCormack
Remove unnecessary includes.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-16
Robert Shearman
- All versions of Windows ignore the access rights...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-10
Robert Shearman
Change code style of form "if( x )" to "if (x)" for...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Alexandre Julliard
Store the process along with the key handle in notifica...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Alexandre Julliard
Added a close_handle method to the object operations...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-25
Robert Shearman
- Use NULL instead of 0 for all non-handle pointers.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
Rob Shearman
Fix several memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-05
Robert Shearman
- Fix access rights for RegOpenKeyEx and RegCreateKeyEx...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-24
Mike McCormack
Implemented NtSignalAndWaitForSingleObject.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-20
Alexandre Julliard
Load system.reg and userdef.reg at server init time.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
James Hawkins
- Implement NtLoadKey.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-14
Alexandre Julliard
Get rid of the registry saving level hack.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-10
Peter Berg Larsen
Tmp was not freed in case of errors in save_branch().
blob
|
commitdiff
|
raw
|
diff to current
2005-02-24
Alexandre Julliard
Convert the key notifications list to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-30
Eric Pouech
Const correctness fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-22
Hans Leidekker
Fix signed/unsigned comparison warnings.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-14
Alexandre Julliard
Make sure to save the registry files even if we failed...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-07
Alexandre Julliard
Moved loading of the home registry files to the server...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-06
Alexandre Julliard
Removed handling of special root keys, this is done...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-30
Alexandre Julliard
Avoid autodetecting the prefix when loading the config...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-03
Mike Hearn
Implemented RegFlushKey and NtFlushKey.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-01
Gerald Pfeifer
Cast time_t to long for printing.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-07
Alexandre Julliard
Added a few missing stdarg.h includes.
blob
|
commitdiff
|
raw
|
diff to current
2003-08-19
Mike McCormack
Implement registry key unloading.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-18
Francois Gouget
'sizeof type' is best avoided as it won't always compil...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-25
Alexandre Julliard
Avoid some redundant calls to time(NULL).
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Alexandre Julliard
Moved all references to file descriptors out of the...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-14
Alexandre Julliard
Changed fd operations to take a struct fd instead of...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-30
Alexandre Julliard
Started moving functions that deal with Unix file descr...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-18
Bill Medland
If a .reg function is accessed through a symlink then...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-10
Alexandre Julliard
winnt.h should not be self-contained, it must depend...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-25
Mike McCormack
Implemented registry change notifications.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-27
Alexandre Julliard
Added wine_get_user_name function and got rid of some...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-31
Alexandre Julliard
Fixed some handle type mismatches and added a few casts...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-20
Alexandre Julliard
Store dirty flag in each registry key and use it to...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-30
Alexandre Julliard
Renamed handle_t to obj_handle_t to avoid conflict...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-26
Alexandre Julliard
Better support for configure detection of missing types...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Mike McCormack
- move async activation into the server
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-10
Alexandre Julliard
Fixed handling of \\Registry prefix.
blob
|
commitdiff
|
raw
|
diff to current
2001-03-05
Alexandre Julliard
Changed isolated for loops to while loops (based on...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Alexandre Julliard
Avoid dup'ing file descriptors when not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-19
Alexandre Julliard
Merged the get_read_fd and get_write_fd requests.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-15
Alexandre Julliard
Converted enum_key_value request to the new request...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-12
Martin Pilka
Changed the condition so it also works in case when...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-22
Joerg Mayer
Reduce the number of warnings about missing initializers.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-15
Alexandre Julliard
Converted a few more server requests to the new mechanism.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-02
Alexandre Julliard
Convert NtQueryKey and NtEnumerateKey to the new reques...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-01
Alexandre Julliard
Converted some of the registry server requests to the...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-28
Albert den Haan
Fixed typo in HKEY_CURRENT_CONFIG name.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-26
Alexandre Julliard
Added a real root key and simplified creation of the...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-25
Alexandre Julliard
Make unicode.o into a separate ELF library so that...
blob
|
commitdiff
|
raw
|
diff to current
2000-05-23
Patrik Stridvall
Fixed issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-14
Alexandre Julliard
Added support for registry values larger than the serve...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-24
Patrik Stridvall
Fixed some warnings.
blob
|
commitdiff
|
raw
|
diff to current
2000-04-16
Alexandre Julliard
Removed permission checks in create_key and delete_key...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-16
Alexandre Julliard
Save the registry on server exit without client interve...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-04
Alexandre Julliard
Made request tracing more robust against bogus lengths.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-26
Andreas Mohr
Moved some registry definitions to winnt.h.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-25
Francois Gouget
Use min/max instead of MIN/MAX.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-24
Huw D M Davies
Ensure that non-NULL terminated stings are saved correctly.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-08
Patrik Stridvall
Fixed some warnings.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-27
Juergen Schmied
Get HCU name from unix user name.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-24
Alexandre Julliard
Changed the server to return STATUS_* error codes.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-09
Juergen Schmied
- removed copying of HKEY_USERS to HKEY_CURRENT_USER
blob
|
commitdiff
|
raw
|
diff to current
2000-01-01
Alexandre Julliard
Moved poll handling to the generic part of the server...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-10
Ulrich Czekalla
Fixed off-by-one error.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-25
Alexandre Julliard
Store all object names as Unicode in the server.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-24
Alexandre Julliard
Added wine.conf option for new format registry files.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-24
Alexandre Julliard
Added support to the server for loading new format...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-23
Alexandre Julliard
Added registry support to the server.
blob
|
commitdiff
|
raw
|
diff to current