Use the Unix codepage to convert the user name to Unicode.
[wine] / dlls / ntdll / cdrom.c
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-23  Alexandre JulliardMoved creation of the CDROM registry keys into the...
2004-03-05  Alexandre JulliardDo not store the Unix file descriptor in the cache...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-12-15  Marcus MeissnerFixed potentially uninitialised sz.
2003-11-04  Gerald PfeiferThe CDDA case of CDROM_RawRead() no longer works on...
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-10-07  Rein KlazesAdded a check for <scsi/scsi.h> and include it in dlls...
2003-10-03  Alexandre JulliardAvoid closing the cdrom if we failed to open it.
2003-10-03  Pavel RoskinAdd support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-13  Eric PouechAdded support for overlapped ioctl requests (and a...
2003-06-04  Yorick HardyImprove CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
2003-05-20  Yorick HardyImplement CDROM_ScsiPassThrough and CDROM_ScsiPassThrou...
2003-05-19  Yorick HardyAdded the implementation for CDROM_GetIdeInterface...
2003-04-02  Eric PouechFixed a few FormatCode entries.
2003-03-20  Eric PouechFixed some unneeded unix to Win32 error mapping.
2003-02-25  Gerald PfeiferDefine CD_SECS and CD_FRAMES also on non-Linux systems...
2003-02-19  Waldeck Schutzer- Some systems/drives are very slow to read the TOC...
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-21  Gerald PfeiferOnly declare variables we actually need.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-12  Alex PasadynFix return from IOCTL_CDROM_CHECK_VERIFY.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-28  Rafael KitoverMinor fix for ide-scsi cdroms.
2002-06-13  Alexandre JulliardDon't try to open CDROM device if none was specified.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardPortability fixes.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-19  Andreas Mohr- Improve error messages.
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-05-01  Laurent PinchartImplementation of IOCTL_SCSI_PASS_THROUGH and
2002-04-02  Gerald PfeiferUse ENOMEDIUM errno code only when defined.
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-29  Andreas MohrAdded mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-18  Bang Jun-YoungFix NetBSD compile errors; CDIOCREADAUDIO is not availa...
2002-01-14  Francois GougetFix compilation errors on FreeBSD.
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...