Tag 'v1.1.0' created by Rusty Russell <[email protected]> at 2000-05-12 
15:04 -0700

iptables 1.1.0

Changes since v1.0.0-alpha:
Bert Hubert (1):
      bert hubert's Corrects missing spaces in iptables.8

Erik Tews (1):
      Fix for -j match coredumping reported by Erik Tews <[email protected]>.

James Morris (2):
      James Morris' limits.h patch.
      James Morris's problem with libiptc when listing the builtin

Marc Boucher (7):
      Corrected various typos etc..
      Fixed save() to properly interpret ports in host byte order and use ':'
      Fixed typo.
      Added #include <linux/stddef.h> for offsetof().
      Fix minor compilation problems in match_different() and is_same().
      Improved iptc_set_policy error messages.
      Fix for iptables -C coredump due to check_packet() being called with 
fw=NULL

Philip Blundell (1):
      Philip Blundell's IPv6 fixes.

Richard Gooch (1):
      RIchard Gooch's INSTALL file (minorly modified).

Rusty Russell (26):
      Testsuite update.
      libiptc caching to speed up find_label().
      Removed distrib: targets.
      Fix for match_different to correctly traverse the second rule
      Fixed version, added distclean, and fixed distrib target.
      --protocol now valid.
      Put ports in network order.
      Added linux/types.h for non-glibc systems.
      Changes to allow matching (for delete) on part of a rule, for rules which
      New fix for -j <match> and -m <target>.
      Caching speedups.
      More fixes and testsuite enhancements.
      New files.
      Dependencies for libiptc.a fixed.
      Fixed dependencies for libiptc.a
      Alignment fixes (requires kernel patch).
      Updated.
      Dependency fixes.
      Module loading now can be compulsory.
      IPv6 enhancements.
      Stuff.
      Clarified where things can be (`... or user-defined chains called 
from...').
      -p 6 should load tcp extension.
      Alignment assertion fix.
      IPv6 Fixes
      Fixed protocol-by-number loading.

---
 INSTALL                              |   29 
 Makefile                             |   47 +
 Rules.make                           |   33 
 TODO                                 |   12 
 extensions/libipt_DNAT.c             |    3 
 extensions/libipt_LOG.c              |    1 
 extensions/libipt_MARK.c             |    1 
 extensions/libipt_MASQUERADE.c       |   17 
 extensions/libipt_REDIRECT.c         |   18 
 extensions/libipt_REJECT.c           |    5 
 extensions/libipt_SNAT.c             |    3 
 extensions/libipt_TOS.c              |    1 
 extensions/libipt_icmp.c             |    1 
 extensions/libipt_limit.c            |    2 
 extensions/libipt_mac.c              |    1 
 extensions/libipt_mark.c             |    1 
 extensions/libipt_multiport.c        |    1 
 extensions/libipt_owner.c            |    1 
 extensions/libipt_standard.c         |    1 
 extensions/libipt_state.c            |    1 
 extensions/libipt_tcp.c              |   33 
 extensions/libipt_tos.c              |    1 
 extensions/libipt_udp.c              |   17 
 extensions/libipt_unclean.c          |    1 
 include/ip6tables.h                  |  107 ++
 include/iptables.h                   |   34 
 include/iptables_common.h            |   18 
 include/libiptc/ipt_kernel_headers.h |    2 
 include/libiptc/libip6tc.h           |  134 +++
 include/libiptc/libiptc.h            |   35 
 iptables-save.c                      |    5 
 iptables.8                           |   63 -
 iptables.c                           |  335 +++++---
 libiptc/Makefile                     |    5 
 libiptc/libip4tc.c                   |  446 +++++++++++
 libiptc/libip6tc.c                   |  265 +++++++
 libiptc/libiptc.c                    | 1320 ++++++++++++++---------------------
 37 files changed, 1973 insertions(+), 1027 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to