mshtml: Added IHTMLDocument2::put_designMode tests.
[wine] / server / registry.c
2013-04-11  Erich Hooverserver: Report administrator ownership by default for...
2011-03-02  Hans Leidekkerserver: Map the Unix user id to a local user SID instea...
2011-01-24  Andrew Nguyenserver: Filter the WOW64 registry access flags before...
2010-05-04  Alexandre Julliardserver: Check that the prefix type can support the...
2010-05-04  Alexandre Julliardserver: Use the prefix architecture instead of the...
2010-05-04  Alexandre Julliardserver: Store the prefix 32/64 architecture in the...
2010-04-02  Alexandre Julliardserver: Disallow all operations on deleted registry...
2010-04-02  Alexandre Julliardserver: Update the registry key and value name length...
2010-04-01  Alexandre Julliardserver: Don't set the Wow64 flag on a Wow6432Node since...
2010-03-04  Alexandre Julliardserver: Add support for Wow64 sharing of the HKLM\Softw...
2010-03-04  Alexandre Julliardserver: Add a helper function for the common functional...
2010-03-02  Alexandre Julliardserver: Initial support for Wow64 registry redirection.
2010-03-01  Alexandre Julliardserver: Make the standard registry key creation non...
2010-03-01  Alexandre Julliardserver: Add a separate function for internal registry...
2010-02-16  Alexandre Julliardserver: Save and load registry symlinks to/from disk...
2010-02-16  Alexandre Julliardserver: Save and load the registry class names to/from...
2010-02-15  Alexandre Julliardserver: Implement registry symlinks.
2009-11-24  Paul Chitescuwineserver: Do not uselessly set the KEY_DIRTY flag...
2009-11-20  Alexandre Julliardserver: Only require REG_OPTION_VOLATILE when creating...
2008-12-06  Alexandre Julliardserver: Convert the registry key modification time...
2008-04-17  Alexandre Julliardserver: Keep a file descriptor open to the config direc...
2008-01-10  Marcus Meissnerserver: Remove superflous check (value->data is derefer...
2008-01-07  Alexandre Julliardserver: Output incorrectly-terminated strings in hex...
2008-01-07  Alexandre Julliardserver: Make the registry parser more tolerant about...
2008-01-07  Alexandre Julliardserver: Accept utf-8 data as input in registry files.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-22  Lionel Debrouxserver: Remove redundant NULL checks before free (found...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-06  Rob Shearmanserver: A general solution for handling MAXIMUM_ALLOWED...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-10-02  Michael Stefaniucserver: Win64 printf format warning fixes.
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-07-26  Michael Stefaniucserver: Fix some comparisons between signed and unsigned.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-10  Alexandre Julliardserver: Only accept 0 as registry handle in functions...
2006-06-08  Mike McCormackserver: Fix a possible memory leak.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Mike McCormackserver: Avoid a crash if a registry notify event has...
2006-04-07  Mike McCormackserver: Avoid comparison of -1 with an unsigned variable.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to registry key...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-12-01  Alexandre JulliardFixed some compiler warnings on Darwin.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-22  Alexandre JulliardUse struct unicode_str instead of null-terminated strin...
2005-08-09  Mike McCormackFix some gcc 4.0 warnings.
2005-08-09  Alexandre JulliardThe temp buffer always stores WCHARs, fixed its type...
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-01  Alexandre JulliardDon't bother loading the config file anymore.
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-20  Mike McCormackRemove unnecessary includes.
2005-06-16  Robert Shearman- All versions of Windows ignore the access rights...
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-09  Alexandre JulliardStore the process along with the key handle in notifica...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-23  Rob ShearmanFix several memory leaks.
2005-05-05  Robert Shearman- Fix access rights for RegOpenKeyEx and RegCreateKeyEx...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-20  Alexandre JulliardLoad system.reg and userdef.reg at server init time.
2005-03-29  James Hawkins- Implement NtLoadKey.
2005-03-14  Alexandre JulliardGet rid of the registry saving level hack.
2005-03-10  Peter Berg LarsenTmp was not freed in case of errors in save_branch().
2005-02-24  Alexandre JulliardConvert the key notifications list to a standard list.
2004-11-30  Eric PouechConst correctness fixes.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-05-14  Alexandre JulliardMake sure to save the registry files even if we failed...
2004-05-07  Alexandre JulliardMoved loading of the home registry files to the server...
2004-05-06  Alexandre JulliardRemoved handling of special root keys, this is done...
2004-04-30  Alexandre JulliardAvoid autodetecting the prefix when loading the config...
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-10-01  Gerald PfeiferCast time_t to long for printing.
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-08-19  Mike McCormackImplement registry key unloading.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-02-25  Alexandre JulliardAvoid some redundant calls to time(NULL).
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-12-18  Bill MedlandIf a .reg function is accessed through a symlink then...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-06-20  Alexandre JulliardStore dirty flag in each registry key and use it to...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-04-10  Alexandre JulliardFixed handling of \\Registry prefix.
next