93 Commits (master)

Author SHA1 Message Date
Stefan Schwarz 5e0389f227 add include to support version check 6 years ago
Stefan Schwarz 8cfe32f624 fix if as single command 6 years ago
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 8ac7ef3a5f fix installpath on stretch+bionic 6 years ago
Stefan Schwarz 3624c9f268 fix install on ubuntu 18.04 6 years ago
Stefan Schwarz 48406ee5a1 fix xt_* calls on ubuntu 18.04 / linux 4.15 6 years ago
Maximilian Münchow 10451df5c2 added CONFIG_CRYPTO_HASH_INFO check. 7 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
Niels Werensteijn 4c59e4a31e proper __init and __exit in forward declerations 8 years ago
Niels Werensteijn d9f475fab2 fixed style issue 8 years ago
Niels Werensteijn ca6d1c69e4 return booleans for bool functions, not pointers 8 years ago
Niels Werensteijn 25f760a070 Fix bug in cookie_seed caching. 8 years ago
Niels Werensteijn baeb95936a fix bug in cookie and make it more succinct 8 years ago
Niels Werensteijn e30055180f use shash instead of hash to remain compatible with > 4.6 kernels 8 years ago
Stefan Schwarz 6a9a82f706 dos2unix convert 8 years ago
Stefan Schwarz 000887ce9d fixed spaces in print functions and loops for iptables-save 8 years ago
Stefan Schwarz 8a7b5a5ac1 remove double spaces as requested in #9 8 years ago
Sven Paulsen c3581e4436 added missing braces around initializer 8 years ago
Stefan Schwarz 8001b31562 fix spaces on iptables-save 8 years ago
Stefan Schwarz c58f565275 fix spaces on iptables-save 8 years ago
Sven Paulsen 314bf3f5b5 added linux/module.h 8 years ago
Niels Werensteijn 1c800643d4 fix for loop variable initialization 8 years ago
Sven Paulsen 5a8550c00e added backport for skb_put_padto 8 years ago
Sven Paulsen a8562c0a87 added linux/module.h 8 years ago
Niels Werensteijn bf5411361e fix bugs introduced in last restructure 8 years ago
Maximilian Münchow d21f6b1172 fixed wrong parameter name, when checking --command 8 years ago
Maximilian Münchow 8489b7be87 fixed xtables_param_act for TS3INIT_SET_COOKIE 8 years ago
Maximilian Münchow adceb124e3 added missing word in the comment from ts3init_get_puzzle_mt 8 years ago
Maximilian Münchow bc4e578d9a Added ts3init match. 8 years ago
Maximilian Münchow c1e1b14475 fixed invalid packet id in ts3init_reset_packet and ts3init_set_cookie_packet_header 8 years ago
Niels Werensteijn 479bfe4c60 fixed more language issues 8 years ago
Maximilian Münchow f736245326 replaced tabs with 4 spaces. 8 years ago
Maximilian Münchow b0dc373163 removed tab indents in ts3init_target.c 8 years ago
Maximilian Münchow dc10393165 ts3init_get_cookie.help uses the same ident as other extensions 8 years ago
Niels Werensteijn c3665992a9 removed lowercase reference 8 years ago
Niels Werensteijn c362f2a33c use install to install xtables plugins 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 5a002888d0 replaced magic 60 with COOKIE_SEED_LEN 8 years ago
Maximilian Münchow 9e2162ad63 renamed instances of package to packet 8 years ago
Maximilian Münchow 9691026360 moved struct ts3_init_checked_header_data to ts3init_match.c 8 years ago