wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ntdll / path.c
2008-04-23  Andrew Talbotntdll: Remove unused variables.
2008-04-09  Austin EnglishSpelling fixes.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-02-27  Dmitry Timoshkovkernel32: Return upper cased drive letters in paths...
2007-10-19  Alexandre Julliardntdll: Fixed off-by-one error in RtlGetFullPathName_U...
2007-10-18  Alexandre Julliardntdll: Cache the DOS drives stat info for up to one...
2006-11-29  Dmitry Timoshkovntdll: Make some data const.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-08-18  Paul Vriensntdll: Fix failing test on windows.
2006-06-27  Vitaliy Margolenntdll: Fix 2 failing test on native. Change Wine accord...
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-18  James HawkinsSet the file_part for \\?\ long file names too.
2005-08-11  Alexandre JulliardAdded a wine_unix_to_nt_file_name function to do proper...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-06-24  Alexandre JulliardRtlGetFullPathName_U should remove the trailing dot...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-05-14  Alexandre JulliardBetter fix for removing trailing spaces in RtlGetFullPa...
2004-05-13  Alexandre JulliardRemove trailing spaces from the filename in RtlGetFullP...
2004-04-20  Alexandre JulliardMinor fixes.
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-04-16  Alexandre JulliardAdded hack to fetch the current directory from the...
2004-04-14  Alexandre JulliardFixed handling of \\?\ prefix in RtlDosPathNameToNtPath...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-04-05  Alexandre JulliardFixed RtlDosPathNameToNtPathName_U prototype.
2004-04-01  Alexandre JulliardMake RtlGetFullPathName_U handle Unix paths, using...
2004-03-22  Alexandre JulliardMoved slash conversion to collapse_path, and remove...
2004-03-17  Alexandre JulliardRewrote the collapsing of . and .. in RtlGetFullPathNam...
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-01-20  Eric Pouech- RtlGetFullPathName_U: rewritten so that the source...
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2003-11-28  Francois GougetOnly convert '/'s to '\\'s up to the '\0' as the rest...
2003-11-20  Dimitrie O. PaunRtlReAllocateHeap() does not allocate memory.
2003-10-28  Uwe Bonnesget_full_path_helper: Handle the case \\.\\ as intended...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-07  Alexandre JulliardA couple more fixes in RtlGetFullPathName_U.
2003-10-04  Eric PouechFixed a couple of bugs in RtlGetFullPathName_U.
2003-10-02  Alexandre JulliardFixed a couple of bugs in RtlDosSearchPath_U and RtlGet...
2003-09-16  Alexandre JulliardMoved most kernel string functions to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-16  Eric PouechImplemented:
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...