Release 1.5.29.
[wine] / server / handle.c
2011-09-21  Michael Stefaniucserver: Remove casts to the type of the casted expression.
2011-07-20  Bernhard Loosserver: Check for STATUS_OBJECT_TYPE_MISMATCH before...
2011-07-06  AndrĂ© Hentschelserver: Remove dead initializations (clang).
2010-08-24  Alexandre Julliardserver: Always free the process handle table even if...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2009-12-01  Alexandre Julliardserver: Don't set last error in close_handle(), return...
2009-12-01  Alexandre Julliardserver: Don't set last error in get_handle(), move...
2008-12-08  Alexandre Julliardserver: Make object handles ints instead of pointers.
2008-12-04  Alexandre Julliardserver: Limit the number of allocated handles before...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-12-05  Alexandre Julliardserver: Implemented EnumWindowStations and EnumDesktops.
2007-11-06  Rob Shearmanserver: Don't do access checks on the security descript...
2007-11-01  Rob Shearmanserver: Make sure to always initialise req_sd.owner_len...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-10-03  Rob Shearmanserver: Add a new get_security_object call for getting...
2007-10-03  Rob Shearmanserver: Move set_security_object to handle.c and set_ob...
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-02-21  Rob Shearmanserver: Check object's security when creating handles.
2007-01-25  Vitaliy Margolenadvapi32: Add more tests for granted access mask. Fix...
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-18  Alexandre Julliardntdll: Fix NtDuplicateObject to only close the file...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-06-15  Mike McCormackserver: Cast handles to unsigned long for win64 compati...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in dup_h...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-09-27  Alexandre JulliardUse the proper format to print handles in handle_table_...
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-07-29  Alexandre JulliardFixed a couple of error codes.
2005-07-13  Alexandre JulliardAvoid potential crashes when there is no handle table.
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-14  Alexandre JulliardCall the close_handle notification for all objects...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-15  Mike McCormack- rewrite of the named pipe code
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-11-25  Mike McCormackImplemented registry change notifications.
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
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-11-23  Eric PouechNew console code based on Win32 windows.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-04  Alexandre JulliardMade all handles multiple of 4. Fixed semantics for...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-04  Alexandre JulliardMade handle table a separate object.
1999-05-29  Alexandre JulliardFixed duplicate_handle to work with pseudo-handles...
1999-05-16  Alexandre JulliardMoved process structure definition to process.h.
1999-05-15  Alexandre JulliardServer reorganization: