summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_string.c
Commit message (Collapse)AuthorAgeFilesLines
* Moves libipt_string.c to libxt_string.c/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-241-355/+0
|
* Use unified API in string match/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-241-20/+21
|
* Fixes warning on compilation of iptables matches/targets/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-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/targets/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-241-4/+4
|
* Fix missing space in ruleset listing/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2007-01-111-1/+1
|
* fix 'save' (Michael Rash)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-301-2/+2
|
* Fix some gcc-4 warnings/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-11-181-3/+3
|
* update string match to reflect new kernel implementation (Pablo Neira)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-08-281-40/+110
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-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)laforge2004-01-051-4/+71
|
* Fix typo in libipt_string (Nancy Fudd). (Closes: #89)laforge2003-04-301-1/+1
|
* - Remove unneeded fputc() in help().laforge2003-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)laforge2003-04-211-2/+24
|
* Add support for hex strings (Michael Rash)laforge2003-02-261-2/+65
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵laforge2002-05-291-2/+2
| | | | naming
* Fix 'iptables -p !' bug (segfault when `!' used without argument)laforge2002-03-141-2/+1
|
* - added patch to support statically linking of iptableslaforge2001-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)laforge2001-05-211-1/+1
|
* ip6tables-save/-restore by Kis-Szabo Andraslaforge2001-02-261-2/+9
|
* Emmanuel Roger's string matching patch.rusty2000-10-041-0/+127