Stefan Schwarz
|
5e0389f227
|
add include to support version check
|
7 years ago |
Stefan Schwarz
|
8cfe32f624
|
fix if as single command
|
7 years ago |
Stefan Schwarz
|
ecfa748fc6
|
add include to support version check
|
7 years ago |
Stefan Schwarz
|
c1f62b56bd
|
wrap fixes for 4.10 in indef
|
7 years ago |
Stefan Schwarz
|
8ac7ef3a5f
|
fix installpath on stretch+bionic
|
7 years ago |
Stefan Schwarz
|
3624c9f268
|
fix install on ubuntu 18.04
|
7 years ago |
Stefan Schwarz
|
48406ee5a1
|
fix xt_* calls on ubuntu 18.04 / linux 4.15
|
7 years ago |
nwerensteijn
|
684db6861b
|
Merge pull request #17 from VJean-dev/master
Fix payload client version in test/torture.py
|
8 years ago |
VJean
|
7376a309c9
|
Fix payload client version in test/torture.py
|
8 years ago |
Maximilian Münchow
|
10451df5c2
|
added CONFIG_CRYPTO_HASH_INFO check.
fixes missing hash_algo_name symbol
|
8 years ago |
Niels Werensteijn
|
ae4e5a5e77
|
Fix some ip header issues.
This fixes issue https://github.com/TeamSpeak-Systems/ts3init_linux_netfilter_module/issues/14
|
8 years ago |
Niels Werensteijn
|
02b7004879
|
added examples for firewall machine in the middle scenario
|
8 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.
Seed was recalculated for every call
|
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 |
nwerensteijn
|
9c432302f8
|
Merge pull request #10 from svenpaulsen/patch-1
Fix "unknown field" errors when using designated initializer
|
8 years ago |
nwerensteijn
|
550be21cf6
|
Merge pull request #11 from foosinn/master
dos2unix convert
|
8 years ago |
Stefan Schwarz
|
6a9a82f706
|
dos2unix convert
|
8 years ago |
nwerensteijn
|
bf2bc8320e
|
Merge pull request #9 from foosinn/master
fix spaces on iptables-save
|
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 |
Niels Werensteijn
|
15e5008b45
|
Merge pull request #6 from svenpaulsen/patch-1
|
8 years ago |
Niels Werensteijn
|
f92754c982
|
Updated readme to include some prerequisites
|
8 years ago |
Sven Paulsen
|
314bf3f5b5
|
added linux/module.h
|
8 years ago |
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
|
8 years ago |
nwerensteijn
|
e74e83eea7
|
Merge pull request #1 from svenpaulsen/patch-1
Fix "expected declaration specifiers or '...' before string constant" build issues
|
8 years ago |
nwerensteijn
|
01b919f4d3
|
Merge pull request #2 from svenpaulsen/patch-2
Fix "implicit declaration of function ‘skb_put_padto’" build issues
|
8 years ago |
Sven Paulsen
|
5a8550c00e
|
added backport for skb_put_padto
added backport for skb_put_padto to support kernel versions <= 3.19.x
|
8 years ago |
Sven Paulsen
|
a8562c0a87
|
added linux/module.h
added missing header to resolve "expected declaration specifiers or '...' before string constant" build issues
|
8 years ago |
Niels Werensteijn
|
bb9573f565
|
Added some version info in the readme
|
8 years ago |
Maximilian Münchow
|
946ef22858
|
Extended and improved torture.py
|
8 years ago |
Niels Werensteijn
|
d948bad7e7
|
Added examples to Readme and update comment in complex example
|
8 years ago |
Niels Werensteijn
|
d5cca28c30
|
fix ipv6 examples (fragment issues) and use new match
|
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
|
a157c30eb0
|
improved formating in README.md
|
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
|
ba2ae0798e
|
added complex example
|
8 years ago |
Niels Werensteijn
|
6bb2c7a8e4
|
mind fragments in fw simple example
|
8 years ago |
Niels Werensteijn
|
479bfe4c60
|
fixed more language issues
|
8 years ago |