summaryrefslogtreecommitdiffstats
path: root/src/server/iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] iscsi: Reply OK to any task management functionSimon Rettberg2025-12-091-1/+36
* [SERVER] iscsi: Remove unused functions & casts, turn [0] into []Simon Rettberg2025-12-091-136/+71Star
* [SERVER] iscsi: Rename constant to reflect it means LOGICAL block sizeSimon Rettberg2025-12-091-20/+21
* [SERVER] iscsi: Unify usage of length and position variablesSimon Rettberg2025-12-091-240/+205Star
* [SERVER] iscsi: Refactor receive function and PDU handlingSimon Rettberg2025-12-091-971/+569Star
* [SERVER] iscsi: Honor global _shutdownSimon Rettberg2025-12-091-3/+1Star
* [SERVER] iscsi: Restore proper padding of DataSegmentSimon Rettberg2025-12-091-0/+7
* [SERVER] iscsi: Cleanup commented-out codeSimon Rettberg2025-12-091-5/+0Star
* [SERVER] iscsi: Change LUN to 0Simon Rettberg2025-12-091-1/+1
* Fix AFL buildSimon Rettberg2025-12-091-1/+2
* [SERVER] iscsi: Fix crashesSimon Rettberg2025-12-091-29/+33
* [SERVER] iscsi: use sendfile()Simon Rettberg2025-12-091-62/+79
* [SERVER] iscsi refactor: First working versionSimon Rettberg2025-12-091-10581/+750Star
* [SERVER] iscsi: Implement relaying requests to uplink serversSimon Rettberg2025-12-091-23/+88
* [SERVER] iscsi: Hook into net.c, text response handling, more features:Sebastian Vater2025-12-091-1767/+9722
* [SERVER] iscsi: Finish login handling, add NOP-In/Out handlingSebastian Vater2025-12-091-225/+1305
* [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structuresSebastian Vater2025-12-091-81/+3149
* [SERVER] iscsi: Add a lot of Doxygen comments, some general additionsSebastian Vater2025-12-091-67/+159
* doxygen: Add initial config and gitlab runner jobSimon Rettberg2025-12-091-2/+190
* [SERVER] iscsi: Initial commit, WIPSebastian Vater2025-12-091-0/+1631