Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/crypto/dist/ipsec-tools/src



Module Name:    src
Committed By:   tron
Date:           Sun May  1 11:01:05 UTC 2005

Modified Files:
        src/crypto/dist/ipsec-tools/src/libipsec [netbsd-3]: pfkey_dump.c
        src/crypto/dist/ipsec-tools/src/racoon [netbsd-3]: ipsec_doi.c isakmp.c
            isakmp_cfg.c isakmp_inf.c isakmp_quick.c pfkey.c

Log Message:
Pull up revision 1.3 (requested by manu in ticket #215):
Bug fixes from the ipsec-tools 0.6 branch:
- Fix NAT-T problems that prevented multiple peers behind the same NAT
  to talk to the same machine outside the NAT. This also require kernel
  fixes (already committed eralier)
- Fix a LP64 bug
- Fix NAT-T RFC conformance bugs (missing non ESP marker in packets)
- Add a -p option to setkey to display ports that could be used for ESP
  over UDP when printing policies


To generate a diff of this commit:
cvs rdiff -r1.1.1.2.2.1 -r1.1.1.2.2.2 \
    src/crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c
cvs rdiff -r1.1.1.2.2.1 -r1.1.1.2.2.2 \
    src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c \
    src/crypto/dist/ipsec-tools/src/racoon/pfkey.c
cvs rdiff -r1.1.1.3.2.1 -r1.1.1.3.2.2 \
    src/crypto/dist/ipsec-tools/src/racoon/isakmp.c \
    src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c \
    src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c \
    src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index