Tag 'v1.2.3' created by Harald Welte <[email protected]> at 2001-09-02 17:07 
-0700

iptables 1.2.3

Changes since v1.2.2:
Andreas Ferber (1):
      Andreas Ferber's mulitport with ranges patch.

András Kis-Szabó (3):
      name resolver patch (by kisza)
      small addition by kisza.
      Major icmpv6 cleanup / fixes by Kis-Szabo Andras.

Harald Welte (44):
      IP6T_LIB_DIR fix
      fixes '_' in interface names bug (iptables)
      fixed bug in save() function causing it to print '--reject-with 
reject-with' in all cases
      typo (it's BM_MAX_NLEN, not BM_MAX_LEN) (reported by s I n)
      glibc sucks
      hopefully fixed the multiple-interface iptables-save problem
      A. van Schie: bug report "iptables-save doesn't save fall-through rules 
correctly"
      ipt_get_target is declared non-static in ip_tables.h, so it is non-static 
here
      removed reference to 2.4.0 as it is a general problem. removed 
iptables-save
      iptables-save had problems with multiple spaces between options (A. van 
Schie)
      TODO update, deleted kernelnotes.org reference from ipq docs
      ip6tables bug fixed
      Added support for iptables-restore module-load-on-demand (a. van schie)
      changed order of port_unreachable / prot_unreachable to reflect kernel 
enum
      todo update, manpage spelling fix
      ip6tables-save without target fix, scoreboard
      brad chapman / 5 hooked mangle
      Added pt_BR translation of NAT howto + scoreboard updates
      fix srr and add router-alert support to ipv4options patch
      added n'th packet match to patch-o-matic
      string_to_number fix
      further fixes of string_to_number fixes
      added libip6t_REJECT.c for IPv6 reject support
      some TODO actually done now (REJECTv6, IPv6 testing, string_to_number)
      SAME patch update (add --nodst option)
      Fixed REJECTv6 compile errors.
      move defaults to bottom, print reasonable message for CHECK functions
      added ip6tables-export-symbols.patch
      added .PHONY makefile fixes
      added ipt_SAME.h to fix compile error
      fixed typos in pending-patches
      add OR (-o) to find in 'clean' target of Rules.make
      Added SACK item to TODO list
      - added patch to support statically linking of iptables
      minor makefile fix for static compilation fix
      make sackperm.patch part of "pending-patches"
      second part of SAME patch which I missed to commit :(
      bugfix and spelling corrections for psd match
      todo update + brad chapman email change
      updated version number to 1.2.3, added "most-of-pom" target
      added note about the new most-of-pom target
      add shared library for lenght-ipv6 match
      fix comment
      added RELEASE_DIR

James Morris (5):
      Added string_to_number() issue
      Added some IP Queuing stuff.
      Added more specific copyright & author information.
      Some todo updates!
      Fix spelling.

Marc Boucher (4):
      Fixed string_to_number() return value check.
      Added skb_fraglist corruption fix by Marc Boucher
      skb-fraglist.patch renamed to tcp_manip_pkt.patch
      tcp_manip_pkt.patch removed since it got included in slightly different 
form..

Rusty Russell (4):
      DO_IPV6 fix.
      Fix speling of own name.
      Added (and tested!) terabyte printing.
      Phil Howard's bug on the iptables-HOWTO reference.

Sampsa Ranta (1):
      added realm match from Sampsa Ranta

---
 extensions/libip6t_icmp.c                  |  281 --------------------------
 INSTALL                                    |   40 ++-
 KNOWN_BUGS                                 |    4
 Makefile                                   |   98 ++++++---
 Rules.make                                 |    3
 TODO                                       |   30 ++
 extensions/.REJECT-test6                   |    4
 extensions/.length-test6                   |    3
 extensions/.mport-test                     |    2
 extensions/.nth-test                       |    3
 extensions/.realm-test                     |    3
 extensions/Makefile                        |   53 ++++-
 extensions/libip6t_LOG.c                   |    6
 extensions/libip6t_MARK.c                  |    1
 extensions/libip6t_REJECT.c                |  172 ++++++++++++++++
 extensions/libip6t_agr.c                   |    1
 extensions/libip6t_icmpv6.c                |  279 ++++++++++++++++++++++++++
 extensions/libip6t_length.c                |  168 +++++++++++++++
 extensions/libip6t_limit.c                 |    6
 extensions/libip6t_mac.c                   |    1
 extensions/libip6t_mark.c                  |    1
 extensions/libip6t_multiport.c             |    6
 extensions/libip6t_owner.c                 |    1
 extensions/libip6t_standard.c              |    1
 extensions/libip6t_tcp.c                   |   10
 extensions/libip6t_udp.c                   |    5
 extensions/libipt_BALANCE.c                |    1
 extensions/libipt_DNAT.c                   |    1
 extensions/libipt_FTOS.c                   |    5
 extensions/libipt_LOG.c                    |    6
 extensions/libipt_MARK.c                   |    1
 extensions/libipt_MASQUERADE.c             |    1
 extensions/libipt_MIRROR.c                 |    1
 extensions/libipt_NETLINK.c                |    1
 extensions/libipt_NETMAP.c                 |    5
 extensions/libipt_POOL.c                   |    1
 extensions/libipt_REDIRECT.c               |    1
 extensions/libipt_REJECT.c                 |   12 -
 extensions/libipt_SAME.c                   |  140 +++++++++----
 extensions/libipt_SNAT.c                   |    1
 extensions/libipt_TCPMSS.c                 |    5
 extensions/libipt_TOS.c                    |    7
 extensions/libipt_TTL.c                    |    1
 extensions/libipt_ULOG.c                   |    1
 extensions/libipt_ah.c                     |    1
 extensions/libipt_connlimit.c              |    1
 extensions/libipt_esp.c                    |    1
 extensions/libipt_icmp.c                   |    9
 extensions/libipt_ipv4options.c            |   39 +++
 extensions/libipt_length.c                 |    7
 extensions/libipt_limit.c                  |    6
 extensions/libipt_mac.c                    |    1
 extensions/libipt_mark.c                   |    1
 extensions/libipt_mport.c                  |  307 +++++++++++++++++++++++++++++
 extensions/libipt_multiport.c              |    6
 extensions/libipt_nth.c                    |  177 ++++++++++++++++
 extensions/libipt_owner.c                  |    1
 extensions/libipt_pkttype.c                |    1
 extensions/libipt_pool.c                   |    1
 extensions/libipt_psd.c                    |   21 +
 extensions/libipt_realm.c                  |  136 ++++++++++++
 extensions/libipt_record_rpc.c             |    1
 extensions/libipt_standard.c               |    1
 extensions/libipt_state.c                  |    1
 extensions/libipt_string.c                 |    3
 extensions/libipt_tcp.c                    |   10
 extensions/libipt_tcpmss.c                 |    5
 extensions/libipt_time.c                   |    9
 extensions/libipt_tos.c                    |    6
 extensions/libipt_ttl.c                    |    1
 extensions/libipt_udp.c                    |    5
 extensions/libipt_unclean.c                |    1
 include/ip6tables.h                        |    7
 include/iptables.h                         |    6
 include/iptables_common.h                  |   13 +
 include/libipq/libipq.h                    |    4
 include/libipulog/libipulog.h              |    7
 include/linux/netfilter_ipv4/ipt_SAME.h    |   22 ++
 include/linux/netfilter_ipv6/ip6t_REJECT.h |   16 +
 ip6tables-restore.c                        |   25 +-
 ip6tables-save.c                           |   13 -
 ip6tables-standalone.c                     |    4
 ip6tables.c                                |  185 +++++++++++------
 iptables-restore.c                         |   34 ++-
 iptables-save.c                            |   11 -
 iptables-standalone.c                      |    4
 iptables.8                                 |    7
 iptables.c                                 |   84 ++++---
 libipq/libipq.3                            |    4
 libipq/libipq.c                            |    4
 libiptc/libiptc.c                          |   22 +-
 91 files changed, 2039 insertions(+), 565 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to