RASCSI/src/raspberrypi
Uwe Seimet af9638ce48
Validate SEEK block address (#719)
* Validate SEEK block address

* Ignore block count for SEEK

* Updated REPORT LUNS
2022-03-03 12:53:11 -06:00
..
.vscode Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -06:00
controllers Use vector for INQUIRY data, LUN list can have gaps, made methods const (#713) 2022-03-01 20:25:22 -06:00
devices Validate SEEK block address (#719) 2022-03-03 12:53:11 -06:00
monitor Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
os_integration Updates for running on Bullseye (#469) 2021-11-14 19:34:24 +01:00
.gitignore Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
command_context.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
config.h Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
exceptions.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
fileio.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
fileio.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
filepath.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
filepath.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
foo.hda Reimplement ParseArgs() with getopt() 2020-08-09 07:52:58 +01:00
gpiobus.cpp Removed untested/unsupported NetBSD-related code (#694) 2022-02-22 19:07:06 -08:00
gpiobus.h Code cleanup, in particular related to MODE SENSE (#699) 2022-02-27 15:58:01 -06:00
launch_sudo.sh Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -06:00
localizer.cpp Use vector for INQUIRY data, LUN list can have gaps, made methods const (#713) 2022-03-01 20:25:22 -06:00
localizer.h Use vector for INQUIRY data, LUN list can have gaps, made methods const (#713) 2022-03-01 20:25:22 -06:00
log.h Refactoring, device handling extensions, additional settings, improved error handling, 64 bit OS support, fixed issues (#184) 2021-08-21 16:45:30 -05:00
Makefile Replaced zlib by internal crc32() method (#698) 2022-02-27 15:24:50 -06:00
os.h Removed untested/unsupported NetBSD-related code (#694) 2022-02-22 19:07:06 -08:00
protobuf_util.cpp Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
protobuf_util.h Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
rascsi_image.cpp Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rascsi_image.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rascsi_interface.proto Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
rascsi_response.cpp Use vector for INQUIRY data, LUN list can have gaps, made methods const (#713) 2022-03-01 20:25:22 -06:00
rascsi_response.h Use vector for INQUIRY data, LUN list can have gaps, made methods const (#713) 2022-03-01 20:25:22 -06:00
rascsi_version.cpp Update version for next development version 2022-02-06 20:00:48 +00:00
rascsi_version.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
rascsi.cpp Use vector for INQUIRY data, LUN list can have gaps, made methods const (#713) 2022-03-01 20:25:22 -06:00
rasctl_commands.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
rasctl_commands.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rasctl_display.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
rasctl_display.h Added support for operation meta data, code cleanup (#534) 2021-12-21 08:43:21 +01:00
rasctl.cpp Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
rasdump.cpp Host services (SCHS) with realtime clock and shutdown, improved device inheritance (#647) 2022-02-10 12:54:48 -06:00
rasutil.cpp Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
rasutil.h Added SHUT_DOWN command, split rascsi.cpp (#334) 2021-10-17 08:51:14 +02:00
sasidump.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
scsi.cpp Host services (SCHS) with realtime clock and shutdown, improved device inheritance (#647) 2022-02-10 12:54:48 -06:00
scsi.h Validate SEEK block address (#719) 2022-03-03 12:53:11 -06:00
scsimon.cpp Host services (SCHS) with realtime clock and shutdown, improved device inheritance (#647) 2022-02-10 12:54:48 -06:00