summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_string.c
Commit message (Collapse)AuthorAgeFilesLines
* 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