Martin Fouilleul
|
a64c86ca4e
|
[io, test] Added more file io tests
|
2023-06-16 11:57:53 +02:00 |
martinfouilleul
|
9954b69eda
|
[win32, io] implement IO_OP_OPEN_AT with non-null base directory handle
|
2023-06-13 19:53:06 +02:00 |
Martin Fouilleul
|
0bd985efbc
|
[io] restrict rights of files open with file_open_at to the rights of the directory handle
|
2023-06-13 15:56:19 +02:00 |
Martin Fouilleul
|
b147aed85c
|
- Added tests for sandboxing file io with file_open_at() and FILE_OPEN_RESTRICT
- Fixed bug in io_open_restrict() that closed the dir file descriptor, making it impossible to use it in subsequent calls.
|
2023-06-12 18:04:59 +02:00 |
martinfouilleul
|
a1b3195ddf
|
[win32, io, wip] add fstat operation (type/size/perms for now, TODO: times)
|
2023-05-26 18:01:44 +02:00 |
martinfouilleul
|
3667ab30e0
|
[win32, io, wip] add win32 io impl. for open/close/seek/read/write
|
2023-05-26 16:03:23 +02:00 |
Martin Fouilleul
|
41b6128a35
|
[io] testing abstracted io
|
2023-05-26 11:40:00 +02:00 |