SCTP: Allow ADD_IP to work with AUTH for backward compatibility.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 24 Oct 2007 21:24:26 +0000 (17:24 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 7 Nov 2007 16:39:27 +0000 (11:39 -0500)
commit73d9c4fd1a6ec4950b2eac8135d35506bf400d6c
treeb2d6fe707cdc790c9b42a2487d2892e97c6561ba
parent88799fe5ec65fad1d5cb1d4dc5d8f78edb949f1c
SCTP: Allow ADD_IP to work with AUTH for backward compatibility.

This patch adds a tunable that will allow ADD_IP to work without
AUTH for backward compatibility.  The default value is off since
the default value for ADD_IP is off as well.  People who need
to use ADD-IP with older implementations take risks of connection
hijacking and should consider upgrading or turning this tunable on.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
include/net/sctp/structs.h
net/sctp/associola.c
net/sctp/protocol.c
net/sctp/sm_make_chunk.c
net/sctp/sysctl.c