1. 91eaea5 - Change the default user SID to match what was previously returned by by Robert Shearman · 20 years ago
  2. 6aa0cc5 Load the HKEY_CURRENT_USER branch at server startup too. by Alexandre Julliard · 20 years ago
  3. 112228d Don't bother loading the config file anymore. by Alexandre Julliard · 20 years ago
  4. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  5. 66e5ce3 Remove unnecessary includes. by Mike McCormack · 20 years ago
  6. 8cb3f92 - All versions of Windows ignore the access rights of the passed in by Robert Shearman · 20 years ago
  7. 3795709 Change code style of form "if( x )" to "if (x)" for consistency. by Robert Shearman · 20 years ago
  8. 9b3b7ca Store the process along with the key handle in notifications. by Alexandre Julliard · 20 years ago
  9. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  10. c516571 - Use NULL instead of 0 for all non-handle pointers. by Robert Shearman · 20 years ago
  11. b4b7f05 Fix several memory leaks. by Rob Shearman · 20 years ago
  12. b3957e3 - Fix access rights for RegOpenKeyEx and RegCreateKeyEx calls. by Robert Shearman · 20 years ago
  13. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  14. 27f0f80 Load system.reg and userdef.reg at server init time. by Alexandre Julliard · 20 years ago
  15. 580ded6 - Implement NtLoadKey. - Forward RegLoadKey to NtLoadKey. by James Hawkins · 20 years ago
  16. dcab706 Get rid of the registry saving level hack. by Alexandre Julliard · 20 years ago
  17. 514f432 Tmp was not freed in case of errors in save_branch(). by Peter Berg Larsen · 20 years ago
  18. 68abbc8 Convert the key notifications list to a standard list. by Alexandre Julliard · 20 years ago
  19. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  20. 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  21. 5b23efc Make sure to save the registry files even if we failed to load them. by Alexandre Julliard · 21 years ago
  22. c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
  23. 7e9757c Removed handling of special root keys, this is done by the client now. by Alexandre Julliard · 21 years ago
  24. 58447bc Avoid autodetecting the prefix when loading the config file since the by Alexandre Julliard · 21 years ago
  25. 43cb03b Implemented RegFlushKey and NtFlushKey. by Mike Hearn · 21 years ago
  26. 2700551 Cast time_t to long for printing. by Gerald Pfeifer · 21 years ago
  27. 62986a0 Added a few missing stdarg.h includes. by Alexandre Julliard · 22 years ago
  28. 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
  29. 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
  30. 4378d25 Avoid some redundant calls to time(NULL). by Alexandre Julliard · 22 years ago
  31. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  32. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  33. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  34. 309566d If a .reg function is accessed through a symlink then write directly by Bill Medland · 22 years ago
  35. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  36. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  37. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  38. dba83c8 Added wine_get_user_name function and got rid of some of the getpwuid by Alexandre Julliard · 23 years ago
  39. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  40. 88e4261 Store dirty flag in each registry key and use it to save only modified branches. by Alexandre Julliard · 23 years ago
  41. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  42. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  43. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  44. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  45. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  46. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  47. 21044c6 Fixed handling of \\Registry prefix. by Alexandre Julliard · 24 years ago
  48. 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
  49. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  50. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  51. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  52. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  53. 0c86432 Changed the condition so it also works in case when sscanf returns EOF. by Martin Pilka · 24 years ago
  54. 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
  55. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  56. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 24 years ago
  57. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 24 years ago
  58. 1c79bbb Fixed typo in HKEY_CURRENT_CONFIG name. by Albert den Haan · 25 years ago
  59. 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
  60. 7e495e1 Make unicode.o into a separate ELF library so that we can use it from by Alexandre Julliard · 25 years ago
  61. 17d1e9e Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  62. a01004d Added support for registry values larger than the server buffer. by Alexandre Julliard · 25 years ago
  63. e29dbc5 Fixed some warnings. by Patrik Stridvall · 25 years ago
  64. 27d31a5 Removed permission checks in create_key and delete_key. It seems by Alexandre Julliard · 25 years ago
  65. c970904 Save the registry on server exit without client intervention. by Alexandre Julliard · 25 years ago
  66. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  67. 32a5b63 Moved some registry definitions to winnt.h. by Andreas Mohr · 25 years ago
  68. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  69. 361adc8 Ensure that non-NULL terminated stings are saved correctly. by Huw D M Davies · 25 years ago
  70. 7e9913f Fixed some warnings. by Patrik Stridvall · 25 years ago
  71. 788d8d5 Get HCU name from unix user name. by Juergen Schmied · 25 years ago
  72. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  73. 5d0ae2d - removed copying of HKEY_USERS to HKEY_CURRENT_USER by Juergen Schmied · 25 years ago
  74. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  75. 6f676cd Fixed off-by-one error. by Ulrich Czekalla · 25 years ago
  76. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  77. 705686e Added wine.conf option for new format registry files. by Alexandre Julliard · 25 years ago
  78. 53f3a83 Added support to the server for loading new format (version 2) files. by Alexandre Julliard · 25 years ago
  79. d7e85d6 Added registry support to the server. by Alexandre Julliard · 25 years ago