aboutsummaryrefslogtreecommitdiff
path: root/src/jail_packet.c
Commit message (Collapse)AuthorAge
* fixed superfluous loop iterationToni Uhlig2020-07-09
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fixed buffering issue for pkt_writeToni Uhlig2019-07-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Introduced the protocol->jail binary packet.feature/jail_packetlns2019-02-04
| | | | | | | | We are using a handler/callback functions to obtain additional information from the protocol handler and transmit it to the sandbox. Signed-off-by: lns <matzeton@googlemail.com>
* basic jail packet parsing functionslns2018-08-13
| | | | Signed-off-by: lns <matzeton@googlemail.com>
* setup basic jail packet structs/funcsToni Uhlig2018-08-11
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>