Files
teleport/api/proto
rhammonds-teleportandPrzemko Robakowski a1067af54b Desktop Access: Fix Shared Directory Truncate Error (#66307)
* Change 'EndOfFile' property to int64 from uint32

* Plumb the new int64 'EndOfFile' field through the rest of the backend and client

* Switch 'size' field of truncate requests to uint64 instead of int64

* Update everything downstream of the new uint64 'size' field

* Update lib/srv/desktop/tdp/protocol/tdpb/translate.go

Co-authored-by: Przemko Robakowski <przemko.robakowski@goteleport.com>

---------

Co-authored-by: Przemko Robakowski <przemko.robakowski@goteleport.com>
2026-05-11 17:18:42 +00:00
..

Teleport API Protocol Buffers

This folder contains Teleport API data structures and RPC declarations. Each time you modify any of the .proto files, you need to run make grpc to rebuild the autogenerated source files.