397 Commits (dfb0867b99e720744d465c0cafd4979d435895e3)
 

Author SHA1 Message Date
Alex 'AdUser' Z dfb0867b99 * add example config 8 years ago
Alex 'AdUser' Z 98b49c7069 * source/portknock: implement next() 8 years ago
Alex 'AdUser' Z 2c1147fccf * source/portknock: enable non-blocking mode for sockets 8 years ago
Alex 'AdUser' Z a626b8e164 * source/portknock : implement stop() & destroy() 8 years ago
Alex 'AdUser' Z 0c52552aca * source/portknock : enable SO_REUSEADDR 8 years ago
Alex 'AdUser' Z ad8ada98b2 * source/portknock: implement start() 8 years ago
Alex 'AdUser' Z 0d10807a75 * source/portknock: update config() 8 years ago
Alex 'AdUser' Z 8d7141948c * source/portknock: use linked list instead fixed list 8 years ago
Alex 'AdUser' Z a35aeb97c8 * portknock.c : implement config() & ready() 8 years ago
Alex 'AdUser' Z 27abc06df9 * update cmake 8 years ago
Alex 'AdUser' Z 6213de288f + portknock.c : skeleton 8 years ago
Alex 'AdUser' Z 6b04d1f8fb * backend/redis : changeable interval between pings of redis server 8 years ago
Alex 'AdUser' Z 88a8d52a10 * fix potential segfault 8 years ago
Alex 'AdUser' Z 841d1172a0 * client.c : fix type of log message 8 years ago
Alex 'AdUser' Z 9942455a58 * mistype 8 years ago
Alex 'AdUser' Z e8cc248af3 * disable password in default config for backend/redis 8 years ago
Alex 'AdUser' Z ac2c72a547 + configs/conf-available/05-source-redis.conf 8 years ago
Alex 'AdUser' Z 980b3c259c * sources/redis.c : implement next() 8 years ago
Alex 'AdUser' Z ee8b16a7d8 * sources/redis.c : enable non-blocking mode & subscribing on connect 8 years ago
Alex 'AdUser' Z 4a9241077d * source-test.c : use config file instead hardcoded settings 8 years ago
Alex 'AdUser' Z a2210a8092 * backend-test.c : misc fixes 8 years ago
Alex 'AdUser' Z 24d8f04d14 * source/files.c : add errcb() stub 8 years ago
Alex 'AdUser' Z faaaffdec0 * source/redis.c : add errcb() stub 8 years ago
Alex 'AdUser' Z 41598ca454 + update cmake 8 years ago
Alex 'AdUser' Z 24f3aaced6 + src/sources/redis.c : draft 8 years ago
Alex 'AdUser' Z 3746c66cca * backends/cmake : fix library name 8 years ago
Alex 'AdUser' Z 247ddfe20e * source/files.c : add assert 8 years ago
Alex 'AdUser' Z 7d1be8343f * client.c : set timeout for csocket 8 years ago
Alex 'AdUser' Z 77b136796a + f2b_csocket_rtimeout() 8 years ago
Alex 'AdUser' Z d78fabc0fe * src/common.h : more includes 8 years ago
Alex 'AdUser' Z 81db1b8dca * more changes in backend test util 8 years ago
Alex 'AdUser' Z c07a8d0b86 * fix segfault in redis backend 8 years ago
Alex 'AdUser' Z 464a3590fa * simplify usage of backend test util 8 years ago
Alex 'AdUser' Z 725282febf * fix double free in filter's flush() 8 years ago
Alex 'AdUser' Z fb0a901762 * fix argc for some commands 8 years ago
Alex 'AdUser' Z 34816f9298 * unify f2b_filter_cmd_*() 8 years ago
Alex 'AdUser' Z 923c950a88 + t/t_cmd.c 8 years ago
Alex 'AdUser' Z 036bd4c6c6 * chg params order for f2b_cmd_parse() 8 years ago
Alex 'AdUser' Z 82808a1459 + f2b_cmd_append_arg() 8 years ago
Alex 'AdUser' Z 0caf05476d * fix mistype 8 years ago
Alex 'AdUser' Z 3f02569913 * merge f2b_jail_cmd_ip_*() to one function 8 years ago
Alex 'AdUser' Z 0b5e38d0e7 * f2b_jail_cmd_ip_release() 8 years ago
Alex 'AdUser' Z 48accbd188 * f2b_jail_cmd_ip_ban() 8 years ago
Alex 'AdUser' Z 320cede339 * f2b_jail_cmd_ip_status() 8 years ago
Alex 'AdUser' Z 47cd2bcd38 * chg jail commands 'show', 'ban' & 'release' : add expicit 'ip' prefix 8 years ago
Alex 'AdUser' Z 2c0fce9814 * update f2b_jail_cmd_status() 8 years ago
Alex 'AdUser' Z 8416ec7ea0 * f2b_cmsg_process() : use default reply 8 years ago
Alex 'AdUser' Z 3cef393a4f * fix mistype 8 years ago
Alex 'AdUser' Z 4e4a62893d * use f2b_cmd_check_argc() in f2b_cmsg_process() 8 years ago
Alex 'AdUser' Z fd6e9b1aae * commands.[ch] : add f2b_cmd_check_argc() 8 years ago