Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) | Pablo Neira | 2005-02-14 | 1 | -1/+0 |
| | | | | Fixes build with conntrack event patch for 2.6 | ||||
* | Fix even more possibly not zero-terminated strings after copy (Karsten Desler) | Karsten Desler | 2004-01-31 | 1 | -0/+4 |
| | |||||
* | Fix libipt_recent.c save() (Sven Strickroth) | Sven Strickroth | 2003-06-01 | 1 | -4/+5 |
| | |||||
* | add ipt_recent version 0.3.1 to CVS | Stephen Frost | 2003-04-14 | 1 | -33/+36 |
| | |||||
* | fix a compiler warning | Harald Welte | 2003-03-30 | 1 | -0/+11 |
| | |||||
* | 'recent' match update by Stephen Frost: | Stephen Frost | 2003-03-03 | 1 | -17/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | - Moved RECENT_NAME/RECENT_VER #define's to ipt_recent.h - Added #define for IPT_RECENT_NAME_LEN instead of using constants directly - Changed default packet count list length to 20 instead of 10 - Added option to define permissions for proc files created under /proc/net/ipt_recent - Changed printfs to be unsigned for unsigned variables - Added explicit NULL termination for table name - Fixed TTL checking to deal with TTL decrementing in routing logic, should work across chains now. - Side to check/set against is no longer per-table but per-rule, default src - Created unsigned time_temp for time caluclations instead of using signed temp variables - Fixed spinlock handling in checkentry to not vmalloc while holding a spinlock. - Cleaned up memory free'ing routines to correctly free all memory on failure - Fixed spinlock handling in destroy to not free while holding spinlock - Added sanity check to hash table size, if an invalid size is given the default will be used instead and a warning generated. - Fixed save() function in libipt_recent.c - Cleaned up and shortened recent.patch.help | ||||
* | version 0.2.1 of ipt_recent patch (stephen frost) | Stephen Frost | 2002-06-21 | 1 | -9/+27 |
| | |||||
* | fix all compile warnings within iptables extensions (fabrice) | Fabrice MARIE | 2002-06-14 | 1 | -1/+1 |
| | |||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | Harald Welte | 2002-05-29 | 1 | -2/+2 |
| | | | | naming | ||||
* | Fix 'iptables -p !' bug (segfault when `!' used without argument) | Harald Welte | 2002-03-14 | 1 | -4/+4 |
| | |||||
* | recent patch update by stephen frost | Stephen Frost | 2002-02-04 | 1 | -4/+29 |
| | |||||
* | add new recent match to patch-o-matic (Stephen Frost) | Stephen Frost | 2001-11-08 | 1 | -0/+178 |