RASCSI/src/raspberrypi
Uwe Seimet ec31198d83
Optional authentication by access token (#529)
* Added authentication by access token

* No authentication is required for getting the rascsi version

* Added comment

* Interface description update

* Manpage update

* Added error code

* Enum value update (backwards compatible)

* Error code update

* Error code update

* Added CHECK_AUTHENTICATION

* Comment update

* VERSION_INFO also requires authentication

* rasctl: Made token an optional parameter for -P

* Fixed interface comment
2021-12-19 11:54:10 +01:00
..
.vscode Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -06:00
controllers Logging update (#505) 2021-12-03 10:25:36 -08:00
devices Feature READ/WRITE LONG(10/16) (#481) 2021-11-26 22:29:21 -06:00
os_integration Updates for running on Bullseye (#469) 2021-11-14 19:34:24 +01:00
.gitignore Added Devices message to protobuf interface (#141) 2021-07-22 07:47:08 -05: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 Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229) 2021-09-14 21:51:12 -05: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 Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05: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 Feature READ/WRITE LONG(10/16) (#481) 2021-11-26 22:29:21 -06:00
gpiobus.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
launch_sudo.sh Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -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 Link rasctl with -lpthread, updated cross-compiler default setting (#508) 2021-12-06 11:45:44 -08:00
os.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
protobuf_util.cpp Optional authentication by access token (#529) 2021-12-19 11:54:10 +01:00
protobuf_util.h Optional authentication by access token (#529) 2021-12-19 11:54:10 +01:00
rascsi_image.cpp Use long long instead of long for image size (#383) 2021-10-26 06:41:17 -07:00
rascsi_image.h Added SHUT_DOWN command, split rascsi.cpp (#334) 2021-10-17 08:51:14 +02:00
rascsi_interface.proto Optional authentication by access token (#529) 2021-12-19 11:54:10 +01:00
rascsi_response.cpp Recursive image file scan and image file filter (#532) 2021-12-19 11:49:17 +01:00
rascsi_response.h Recursive image file scan and image file filter (#532) 2021-12-19 11:49:17 +01:00
rascsi_version.cpp Update version for next development version 2021-11-28 18:27:56 -06: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 Optional authentication by access token (#529) 2021-12-19 11:54:10 +01:00
rascsi.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
rasctl_commands.cpp Optional authentication by access token (#529) 2021-12-19 11:54:10 +01:00
rasctl_commands.h Optional authentication by access token (#529) 2021-12-19 11:54:10 +01:00
rasctl_display.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00
rasctl_display.h Feature interface granularity (#304) 2021-10-06 23:25:43 +02:00
rasctl.cpp Optional authentication by access token (#529) 2021-12-19 11:54:10 +01:00
rasdump.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00
rasutil.cpp rasctl output update (#357) 2021-10-20 19:55:48 -05:00
rasutil.h Added SHUT_DOWN command, split rascsi.cpp (#334) 2021-10-17 08:51:14 +02:00
sasidump.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00
scsi.cpp Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
scsi.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
scsimon.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00