632 Commits (d0c5e43697722b0a01ac836226c5a15222f7060e)
 

Author SHA1 Message Date
Alex 'AdUser' Z d0c5e43697 * fix response in "jail XXX ip status YYY" 4 years ago
Alex 'AdUser' Z ec90b7fed2 * fix match score in jails without filter 4 years ago
Alex 'AdUser' Z bc12d58acd * update config defaults 4 years ago
Alex 'AdUser' Z b23b4e187c * update ipaddr status report 4 years ago
Alex 'AdUser' Z d1c5f25042 * update jail stats fmt 4 years ago
Alex 'AdUser' Z 53c41f6253 * check calls to "jail * filter *" commands 4 years ago
Alex 'AdUser' Z bcd61bbdee * ability to tune filter parameters from file with regexps (closes #9) 4 years ago
Alex 'AdUser' Z 28093ba0f8 * update jail for use score instead maxcount (see #9) 4 years ago
Alex 'AdUser' Z 316df08b05 + f2b_matches_score() 4 years ago
Alex 'AdUser' Z 31ddadccbd * rename function: f2b_matches_append() -> f2b_matches_prepend() 4 years ago
Alex 'AdUser' Z 3f46a685f0 * add deprecation warning for some jail opts 4 years ago
Alex 'AdUser' Z dce63b7ecd * fix jail defaults & stats 4 years ago
Alex 'AdUser' Z 10836ebf5e * misc fixes 4 years ago
Alex 'AdUser' Z 68e5887637 * refactor f2b_jail_init() 4 years ago
Alex 'AdUser' Z 2f3d0085e0 * f2b_*_destroy() : fixes 4 years ago
Alex 'AdUser' Z 428bed61e9 * source-test : gracefullly stop source 4 years ago
Alex 'AdUser' Z c0f6f5a005 * source-test : show source stats on exit 4 years ago
Alex 'AdUser' Z 6d5c05ac83 * source-test : handle C-c in terminal 4 years ago
Alex 'AdUser' Z 565cacad93 + f2b_source_stats() 4 years ago
Alex 'AdUser' Z 1f4dd61788 * source/files : strip newline 4 years ago
Alex 'AdUser' Z 8bcf674030 * update jail processing for module interface changes 4 years ago
Alex 'AdUser' Z 4f8ff4d8f7 * chg filters match() method to return ftag and set match score 4 years ago
Alex 'AdUser' Z 7cdcbd22e1 * chg sources next() method to return stag 4 years ago
Alex 'AdUser' Z a763d9bb98 * extend ipaddr match with stag/ftag/score 4 years ago
Alex 'AdUser' Z 260648ee2a * source/portknock : fix fd leakage 4 years ago
Alex 'AdUser' Z d56feb497e * set default score for filters 4 years ago
Alex 'AdUser' Z dbb4a02dfa * calc tags for source/filter internal structs 4 years ago
Alex 'AdUser' Z 444922f45a * check if source needs filter 4 years ago
Alex 'AdUser' Z 529fb48281 * replace ready() with state() in modules api 4 years ago
Alex 'AdUser' Z e94447cf26 * drop duplicate defines from module headers 4 years ago
Alex 'AdUser' Z 4cbc227d20 * two new headers : mod-*.h 4 years ago
Alex 'AdUser' Z 1b09022d6b * reorganize #include's 4 years ago
Alex 'AdUser' Z e652e5d777 * use just unsigned char buffer instead struct in_addr/in6_addr types 4 years ago
Alex 'AdUser' Z 7a978132f8 * style fix 4 years ago
Alex 'AdUser' Z 33f73dbb0e * update jail status report 4 years ago
Alex 'AdUser' Z ccd204641b * fixes in f2b_{mod}_destroy() 4 years ago
Alex 'AdUser' Z 2691da780a * make jail filter optional 4 years ago
Alex 'AdUser' Z 4752dd8aa6 * update f2b_jail_process() definition & docs 4 years ago
Alex 'AdUser' Z faa35462eb * correctly update jail's hosts count stats 4 years ago
Alex 'AdUser' Z ce7defbb13 * update f2b_jail_t struct 4 years ago
Alex 'AdUser' Z 8f6942ce9a * tune logging in modules 4 years ago
Alex 'AdUser' Z 4800f71eef * use linked-list in f2b_matches_t instead preallocated fixed-size array 4 years ago
Alex 'AdUser' Z 7480e63795 * new options for daemon: "coredumps" && "nice" 4 years ago
Alex 'AdUser' Z 4e96187fdb - client.h 4 years ago
Alex 'AdUser' Z 50b58fce71 * csocket-test : true handling of "help" command 4 years ago
Alex 'AdUser' Z ca44aefaa0 * fixes for client output 4 years ago
Alex 'AdUser' Z 504b14c549 * add 'jail $jail source stats' csocket command 4 years ago
Alex 'AdUser' Z 4b2dd163e1 * f2b_source_create() : also bind stats() call 4 years ago
Alex 'AdUser' Z 119b9a8be4 * implement stats() for source modules 4 years ago
Alex 'AdUser' Z a77d43679e * refactor filter's stats() library call 4 years ago