summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_string.c
Commit message (Collapse)AuthorAgeFilesLines
* Moves libipt_string.c to libxt_string.cYasuyuki KOZAKAI2007-07-241-355/+0
|
* Use unified API in string matchYasuyuki KOZAKAI2007-07-241-20/+21
|
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
| | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type)
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
|
* Fix missing space in ruleset listingPatrick McHardy2007-01-111-1/+1
|
* fix 'save' (Michael Rash)Michael Rash2006-01-301-2/+2
|
* Fix some gcc-4 warningsPatrick McHardy2005-11-181-3/+3
|
* update string match to reflect new kernel implementation (Pablo Neira)Pablo Neira2005-08-281-40/+110
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-10/+0
| | | | Fixes build with conntrack event patch for 2.6
* Fix saving of non-printable characters in string (Michael Rash) (Closes: #168)Michael Rash2004-01-051-4/+71
|
* Fix typo in libipt_string (Nancy Fudd). (Closes: #89)Harald Welte2003-04-301-1/+1
|
* - Remove unneeded fputc() in help().Stephane Ouellette2003-04-271-34/+42
| | | | | | | | | - C99 initializers. - In parse(), print an error message when multiple strings are specified on the command line. - Remove print_string(). This fixes save() when used with iptables-save/iptables-restore. (Stephane Ouellette)
* add fix to string match (Michael Rash)Michael Rash2003-04-211-2/+24
|
* Add support for hex strings (Michael Rash)Michael Rash2003-02-261-2/+65
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-2/+1
|
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+1
| | | | - iptables-save/-restore is no longer experimental
* typo (it's BM_MAX_NLEN, not BM_MAX_LEN) (reported by s I n)Harald Welte2001-05-211-1/+1
|
* ip6tables-save/-restore by Kis-Szabo AndrasAndrás Kis-Szabó2001-02-261-2/+9
|
* Emmanuel Roger's string matching patch.Emmanuel Roger2000-10-041-0/+127