iptables branch, master, updated. v1.4.10-31-g8ad33a3

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Sun Jan 9 22:01:33 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "iptables".

The branch, master has been updated
       via  8ad33a34a34ba2bcd360352ad3b7772916832702 (commit)
      from  63ef52ac6bf8d555779456166009bd2f6b0a1081 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8ad33a34a34ba2bcd360352ad3b7772916832702
Author: Florian Westphal <fwestphal at astaro.com>
Date:   Sun Jan 9 22:00:31 2011 +0100

    libxt_time: fix random --datestart skips
    
    Frank Lichtenheld points out that -m time --datestart ...
    sometimes messes up --datestart:
    
    $ iptables -A INPUT -m time --datestart 2010-11-24T16:50:00 -j ACCEPT
    $ iptables-save | grep 11
    -A INPUT -m time --datestart 2010-11-24T16:50:00 -j ACCEPT
    $ iptables-save | iptables-restore
    $ iptables-save | grep 11
    -A INPUT -m time --datestart 2010-11-24T15:50:00 -j ACCEPT
    
    --datestart moved by one hour.
    
    As the --timestart option does not care about DST, always set
    dst=0 when parsing --starttime input.
    
    Reported-by: Frank Lichtenheld <flichtenheld at astaro.com>
    Signed-off-by: Florian Westphal <fwestphal at astaro.com>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

Summary of changes:
 extensions/libxt_time.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
iptables



More information about the netfilter-cvslog mailing list