124 Commits

Author SHA1 Message Date
Maximilian Münchow
f015a07a9b
Merge pull request #20 from foosinn/master
Changes for Ubuntu 18.04
2018-05-03 11:08:12 +02:00
Stefan Schwarz
5e0389f227 add include to support version check 2018-05-03 11:03:36 +02:00
Stefan Schwarz
8cfe32f624 fix if as single command 2018-05-03 10:28:24 +02:00
Stefan Schwarz
ecfa748fc6 add include to support version check 2018-05-03 10:27:14 +02:00
Stefan Schwarz
c1f62b56bd wrap fixes for 4.10 in indef 2018-05-03 10:19:16 +02:00
Stefan Schwarz
8ac7ef3a5f fix installpath on stretch+bionic 2018-05-03 10:13:14 +02:00
Stefan Schwarz
3624c9f268 fix install on ubuntu 18.04 2018-04-26 09:33:58 +02:00
Stefan Schwarz
48406ee5a1 fix xt_* calls on ubuntu 18.04 / linux 4.15 2018-04-26 09:33:17 +02:00
nwerensteijn
684db6861b Merge pull request #17 from VJean-dev/master
Fix payload client version in test/torture.py
2017-03-15 17:27:09 +01:00
VJean
7376a309c9 Fix payload client version in test/torture.py 2017-03-15 19:22:49 +03:00
Maximilian Münchow
10451df5c2 added CONFIG_CRYPTO_HASH_INFO check.
fixes missing hash_algo_name symbol
2017-02-03 10:59:44 +01:00
Niels Werensteijn
ae4e5a5e77 Fix some ip header issues.
This fixes issue https://github.com/TeamSpeak-Systems/ts3init_linux_netfilter_module/issues/14
2017-01-13 12:17:00 +01:00
Niels Werensteijn
02b7004879 added examples for firewall machine in the middle scenario 2017-01-13 12:13:38 +01:00
Niels Werensteijn
bf438d0f34 possible fix for https://github.com/TeamSpeak-Systems/ts3init_linux_netfilter_module/issues/12 2016-11-10 17:47:21 +01:00
Niels Werensteijn
4c59e4a31e proper __init and __exit in forward declerations 2016-11-10 17:19:29 +01:00
Niels Werensteijn
d9f475fab2 fixed style issue 2016-11-10 11:30:54 +01:00
Niels Werensteijn
ca6d1c69e4 return booleans for bool functions, not pointers 2016-11-10 11:30:16 +01:00
Niels Werensteijn
25f760a070 Fix bug in cookie_seed caching.
Seed was recalculated for every call
2016-11-10 11:29:30 +01:00
Niels Werensteijn
baeb95936a fix bug in cookie and make it more succinct 2016-11-10 10:42:58 +01:00
Niels Werensteijn
e30055180f use shash instead of hash to remain compatible with > 4.6 kernels 2016-11-09 15:20:46 +01:00
nwerensteijn
9c432302f8 Merge pull request #10 from svenpaulsen/patch-1
Fix "unknown field" errors when using designated initializer
2016-11-09 13:21:53 +01:00
nwerensteijn
550be21cf6 Merge pull request #11 from foosinn/master
dos2unix convert
2016-11-09 13:20:02 +01:00
Stefan Schwarz
6a9a82f706 dos2unix convert 2016-11-09 12:47:04 +01:00
nwerensteijn
bf2bc8320e Merge pull request #9 from foosinn/master
fix spaces on iptables-save
2016-11-09 12:03:43 +01:00
Stefan Schwarz
000887ce9d fixed spaces in print functions and loops for iptables-save 2016-11-09 11:44:04 +01:00
Stefan Schwarz
8a7b5a5ac1 remove double spaces as requested in #9 2016-11-09 11:21:00 +01:00
Sven Paulsen
c3581e4436 added missing braces around initializer 2016-11-08 23:55:45 +01:00
Stefan Schwarz
8001b31562 fix spaces on iptables-save 2016-11-08 16:30:32 +01:00
Stefan Schwarz
c58f565275 fix spaces on iptables-save 2016-11-08 15:52:46 +01:00
Niels Werensteijn
15e5008b45 Merge pull request #6 from svenpaulsen/patch-1 2016-11-07 08:09:38 +01:00
Niels Werensteijn
f92754c982 Updated readme to include some prerequisites 2016-11-04 12:59:44 +01:00
Sven Paulsen
314bf3f5b5 added linux/module.h 2016-11-03 14:54:38 +01:00
Niels Werensteijn
1c800643d4 fix for loop variable initialization
https://github.com/TeamSpeak-Systems/ts3init_linux_netfilter_module/issues/3
Thanks to hunterpl for reporting this
2016-11-02 08:54:40 +01:00
nwerensteijn
e74e83eea7 Merge pull request #1 from svenpaulsen/patch-1
Fix "expected declaration specifiers or '...' before string constant" build issues
2016-11-02 08:22:50 +01:00
nwerensteijn
01b919f4d3 Merge pull request #2 from svenpaulsen/patch-2
Fix "implicit declaration of function ‘skb_put_padto’" build issues
2016-11-02 08:19:12 +01:00
Sven Paulsen
5a8550c00e added backport for skb_put_padto
added backport for skb_put_padto to support kernel versions <= 3.19.x
2016-11-01 16:12:09 +01:00
Sven Paulsen
a8562c0a87 added linux/module.h
added missing header to resolve "expected declaration specifiers or '...' before string constant" build issues
2016-11-01 14:20:15 +01:00
Niels Werensteijn
bb9573f565 Added some version info in the readme 2016-10-24 15:00:48 +02:00
Maximilian Münchow
946ef22858 Extended and improved torture.py 2016-10-24 14:31:31 +02:00
Niels Werensteijn
d948bad7e7 Added examples to Readme and update comment in complex example 2016-10-24 11:11:58 +02:00
Niels Werensteijn
d5cca28c30 fix ipv6 examples (fragment issues) and use new match 2016-10-21 18:18:43 +02:00
Niels Werensteijn
bf5411361e fix bugs introduced in last restructure 2016-10-21 17:46:29 +02:00
Maximilian Münchow
d21f6b1172 fixed wrong parameter name, when checking --command 2016-10-21 14:53:25 +02:00
Maximilian Münchow
8489b7be87 fixed xtables_param_act for TS3INIT_SET_COOKIE 2016-10-21 11:50:58 +02:00
Maximilian Münchow
a157c30eb0 improved formating in README.md 2016-10-21 11:50:58 +02:00
Maximilian Münchow
adceb124e3 added missing word in the comment from ts3init_get_puzzle_mt 2016-10-21 11:50:58 +02:00
Maximilian Münchow
bc4e578d9a Added ts3init match. 2016-10-21 11:50:58 +02:00
Maximilian Münchow
c1e1b14475 fixed invalid packet id in ts3init_reset_packet and ts3init_set_cookie_packet_header 2016-10-21 11:50:58 +02:00
Niels Werensteijn
ba2ae0798e added complex example 2016-10-20 19:04:34 +02:00
Niels Werensteijn
6bb2c7a8e4 mind fragments in fw simple example 2016-10-20 19:04:18 +02:00