26 Commits (master)

Author SHA1 Message Date
Stefan Schwarz ecfa748fc6 add include to support version check 6 years ago
Stefan Schwarz c1f62b56bd wrap fixes for 4.10 in indef 6 years ago
Stefan Schwarz 48406ee5a1 fix xt_* calls on ubuntu 18.04 / linux 4.15 6 years ago
Niels Werensteijn ae4e5a5e77 Fix some ip header issues. 7 years ago
Niels Werensteijn bf438d0f34 possible fix for https://github.com/TeamSpeak-Systems/ts3init_linux_netfilter_module/issues/12 8 years ago
Maximilian Münchow c1e1b14475 fixed invalid packet id in ts3init_reset_packet and ts3init_set_cookie_packet_header 8 years ago
Maximilian Münchow b0dc373163 removed tab indents in ts3init_target.c 8 years ago
Maximilian Münchow 0ab6975a97 Renamed TS3INIT_MORPH_TO_GET_COOKIE to TS3INIT_GET_COOKIE 8 years ago
Maximilian Münchow 3b40dc3416 renamed all comments, arguments, and variables that contain or are related to the final cookie value to `cookie` 8 years ago
Maximilian Münchow e1be5f7a25 renamed all comments, arguments, and variables that contain or are related to the value that is generated by combining random_seed and the current time to cookie_seed 8 years ago
Maximilian Münchow 75c9fd8642 renamed variables, parameters, constants, fields and files that contain or are about the user supplied seed to random_seeed. 8 years ago
Maximilian Münchow cc16338fc0 added udp checksum calculation 8 years ago
Maximilian Münchow 4ab6b8f09d fixed bug in TS3INIT_MORPH_TO_GET_COOKIE. Kernel won't panic anymore. 8 years ago
Maximilian Münchow 716f509066 Added new target: TS3INIT_MORPH_TO_GET_COOKIE. Its rewrites an incomming packet into a TS3INIT_GET_COOKIE. 8 years ago
Maximilian Münchow 52cc424be2 added 2 new constants: TS3INIT_HEADER_CLIENT_LENGTH and TS3INIT_HEADER_SERVER_LENGTH 8 years ago
Maximilian Münchow 9e1f4cb760 added comments 8 years ago
Maximilian Münchow 9e2162ad63 renamed instances of package to packet 8 years ago
Niels Werensteijn 62810fe935 send proper reset command to client 8 years ago
Maximilian Münchow 0babfde11d removed debug messages 8 years ago
Maximilian Münchow dec609840c changed TS3INIT_SET_COOKIE to use the recieved udp/ip header instead of the reply headers. 8 years ago
Niels Werensteijn 5712abbaa1 renamed some symbols to keep namespace clear 8 years ago
Maximilian Münchow 4bbbd63860 added new methods ts3init_calculate_cookie_ipv4 and ts3init_calculate_cookie_ipv6. Changed TS3INIT_SET_COOKIE to use the new methods. 8 years ago
Maximilian Münchow 1a334a2885 added TS3INIT_SET_COOKIE 8 years ago
Niels Werensteijn 2bf9af83b9 make sure all symbols that show up in the kernel are prefixed with ts3init_ 8 years ago
Niels Werensteijn 481ba26c0f code formatting and copyright 8 years ago
Maximilian Münchow bf8594c03e added ts3init_reset 8 years ago