CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Aug 23 11:46:06 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: crypto_openssl.c Log Message: >From Nakano Takaharu: Fix bignum memory allocation. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.4.1 \ src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 08:42:25 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: cfparse.y cftoken.l racoon.conf.5 Log Message: Allow inherited remote blocks without additional remote statements to be specified in a simpler way. patch by Roman Hoog Antink To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.42.2.1 \ src/crypto/dist/ipsec-tools/src/racoon/cfparse.y cvs rdiff -u -r1.23 -r1.23.2.1 \ src/crypto/dist/ipsec-tools/src/racoon/cftoken.l cvs rdiff -u -r1.61 -r1.61.4.1 \ src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 08:54:00 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: isakmp.c Log Message: >From Wolfgang Schmieder : setup phase1 port properly. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.71.2.1 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 08:55:27 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: isakmp.c Log Message: >From Rainer Weikusat : Release unused phase2 of passive remotes after acquire. To generate a diff of this commit: cvs rdiff -u -r1.71.2.1 -r1.71.2.2 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 11:24:12 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: oakley.c Log Message: >From Roman Hoog Antink : do not print unnecessary warning about non-verified certificate when using raw plain-rsa. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/crypto/dist/ipsec-tools/src/racoon/oakley.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 11:24:28 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: oakley.c Log Message: >From Roman Hoog Antink : do not print unnecessary warning about non-verified certificate when using raw plain-rsa. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.22.2.1 \ src/crypto/dist/ipsec-tools/src/racoon/oakley.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 11:34:37 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: oakley.c Log Message: >From Roman Hoog Antink : add remote's IP address to the "certificate not verified" error message. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/crypto/dist/ipsec-tools/src/racoon/oakley.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 11:35:09 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: oakley.c Log Message: >From Roman Hoog Antink : add remote's IP address to the "certificate not verified" error message. To generate a diff of this commit: cvs rdiff -u -r1.22.2.1 -r1.22.2.2 \ src/crypto/dist/ipsec-tools/src/racoon/oakley.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 12:01:30 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_inf.c Log Message: >From Roman Hoog Antink : Accept DPD messages with cookies also in reversed order for compatiblity. At least Cisco 836 running IOS 12.3(8)T does this. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Aug 29 12:01:56 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: isakmp_inf.c Log Message: >From Roman Hoog Antink : Accept DPD messages with cookies also in reversed order for compatiblity. At least Cisco 836 running IOS 12.3(8)T does this. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.47.2.1 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools
Module Name:src Committed By: tteras Date: Mon Dec 24 08:46:27 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools: configure.ac src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2: sha2.c Log Message: >From Götz Babin-Ebell
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools
Module Name:src Committed By: tteras Date: Mon Dec 24 08:48:09 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: configure.ac src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: crypto_openssl.c src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2 [ipsec-tools-0_8-branch]: sha2.c Log Message: >From Götz Babin-Ebell : Require OpenSSL 0.9.8s or higher To generate a diff of this commit: cvs rdiff -u -r1.10.6.1 -r1.10.6.2 src/crypto/dist/ipsec-tools/configure.ac cvs rdiff -u -r1.20.4.1 -r1.20.4.2 \ src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c cvs rdiff -u -r1.4 -r1.4.40.1 \ src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Mon Dec 24 14:50:04 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c Log Message: >From Götz Babin-Ebell : Smarter X.509 subject name compare. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 \ src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Mon Dec 24 14:50:39 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: crypto_openssl.c Log Message: >From Götz Babin-Ebell : Smarter X.509 subject name compare. To generate a diff of this commit: cvs rdiff -u -r1.20.4.2 -r1.20.4.3 \ src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/include-glibc
Module Name:src Committed By: tteras Date: Tue Jan 8 12:38:40 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/include-glibc: Makefile.am Log Message: Don't derefence the directory symlink which we might be recreating. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/crypto/dist/ipsec-tools/src/include-glibc/Makefile.am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/include-glibc
Module Name:src Committed By: tteras Date: Tue Jan 8 12:38:54 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/include-glibc [ipsec-tools-0_8-branch]: Makefile.am Log Message: Don't derefence the directory symlink which we might be recreating. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.1.1.1.48.1 \ src/crypto/dist/ipsec-tools/src/include-glibc/Makefile.am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools
Module Name:src Committed By: tteras Date: Tue Jan 8 12:42:32 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools: configure.ac Log Message: Fix errors from automake 1.13 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/crypto/dist/ipsec-tools/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools
Module Name:src Committed By: tteras Date: Tue Jan 8 12:43:07 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: configure.ac Log Message: Fix errors from automake 1.13 To generate a diff of this commit: cvs rdiff -u -r1.10.6.2 -r1.10.6.3 src/crypto/dist/ipsec-tools/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools
Module Name:src Committed By: tteras Date: Tue Jan 8 12:44:22 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: NEWS configure.ac Log Message: ipsec-tools-0.8.1 To generate a diff of this commit: cvs rdiff -u -r1.4.6.1 -r1.4.6.2 src/crypto/dist/ipsec-tools/NEWS cvs rdiff -u -r1.10.6.3 -r1.10.6.4 src/crypto/dist/ipsec-tools/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Jan 24 06:47:51 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_inf.c Log Message: Fix handling of deletion notification. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Jan 24 06:48:27 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: isakmp_inf.c Log Message: Fix handling of deletion notification. To generate a diff of this commit: cvs rdiff -u -r1.47.2.1 -r1.47.2.2 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Feb 5 06:22:29 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_xauth.c Log Message: >From Ian West : Fix double free of the radius info on config reload. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Feb 5 06:23:43 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: isakmp_xauth.c Log Message: >From Ian West : Fix double free of the radius info on config reload. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.22.2.1 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Feb 5 11:36:18 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: Fix source port selection To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Feb 5 11:36:41 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: grabmyaddr.c Log Message: Fix source port selection To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.2.1 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Feb 27 08:37:59 UTC 2014 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c Log Message: >From Adam Majer : Support IPv6 in X509 subjectAltName To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 \ src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools
Module Name:src Committed By: tteras Date: Thu Feb 27 08:52:34 UTC 2014 Modified Files: src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: NEWS configure.ac Log Message: ipsec-tools-0.8.2 To generate a diff of this commit: cvs rdiff -u -r1.4.6.2 -r1.4.6.3 src/crypto/dist/ipsec-tools/NEWS cvs rdiff -u -r1.10.6.4 -r1.10.6.5 src/crypto/dist/ipsec-tools/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Aug 12 05:21:50 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: privsep.c Log Message: Have privilege separation child process exit if the parent exits. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/crypto/dist/ipsec-tools/src/racoon/privsep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools
Module Name:src Committed By: tteras Date: Fri Aug 12 05:42:16 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: Makefile.am Log Message: Create ChangeLog for proper CVS branch. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 src/crypto/dist/ipsec-tools/Makefile.am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Aug 12 05:46:06 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: privsep.c Log Message: Have privilege separation child process exit if the parent exits. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.21.2.1 \ src/crypto/dist/ipsec-tools/src/racoon/privsep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Aug 19 05:36:48 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y cftoken.l racoon.conf.5 Log Message: Allow inherited remote blocks without additional remote statements to be specified in a simpler way. patch by Roman Hoog Antink To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/crypto/dist/ipsec-tools/src/racoon/cfparse.y cvs rdiff -u -r1.23 -r1.24 src/crypto/dist/ipsec-tools/src/racoon/cftoken.l cvs rdiff -u -r1.61 -r1.62 \ src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Oct 11 14:37:17 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp.c Log Message: >From Wolfgang Schmieder : setup phase1 port properly. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Oct 11 14:50:15 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp.c Log Message: >From Rainer Weikusat : Release unused phase2 of passive remotes after acquire. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/libipsec
Module Name:src Committed By: tteras Date: Mon Nov 14 13:24:05 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/libipsec: pfkey.c Log Message: >From Marcelo Leitner : do not shrink pfkey socket buffers (if system default is larger than what we want as minimum) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/crypto/dist/ipsec-tools/src/libipsec/pfkey.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/libipsec
Module Name:src Committed By: tteras Date: Mon Nov 14 13:25:06 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/libipsec [ipsec-tools-0_8-branch]: pfkey.c Log Message: >From Marcelo Leitner : do not shrink pfkey socket buffers (if system default is larger than what we want as minimum) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.21.2.1 \ src/crypto/dist/ipsec-tools/src/libipsec/pfkey.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Nov 15 13:51:24 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y cftoken.l isakmp_xauth.c isakmp_xauth.h racoon.conf.5 Log Message: >From Vincent Bernat : TLS support for LDAP To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/crypto/dist/ipsec-tools/src/racoon/cfparse.y cvs rdiff -u -r1.24 -r1.25 src/crypto/dist/ipsec-tools/src/racoon/cftoken.l cvs rdiff -u -r1.23 -r1.24 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c cvs rdiff -u -r1.7 -r1.8 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.h cvs rdiff -u -r1.62 -r1.63 \ src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Jan 1 15:29:28 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y cftoken.l cftoken_proto.h ipsec_doi.c ipsec_doi.h localconf.c localconf.h remoteconf.c sainfo.c Log Message: >From Wolfgang Schmieder : Fix memory leaks from configuration reading code, and clean up error handling. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/crypto/dist/ipsec-tools/src/racoon/cfparse.y cvs rdiff -u -r1.25 -r1.26 src/crypto/dist/ipsec-tools/src/racoon/cftoken.l cvs rdiff -u -r1.4 -r1.5 \ src/crypto/dist/ipsec-tools/src/racoon/cftoken_proto.h cvs rdiff -u -r1.46 -r1.47 src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c cvs rdiff -u -r1.12 -r1.13 src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.h cvs rdiff -u -r1.7 -r1.8 src/crypto/dist/ipsec-tools/src/racoon/localconf.c \ src/crypto/dist/ipsec-tools/src/racoon/localconf.h cvs rdiff -u -r1.26 -r1.27 \ src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c cvs rdiff -u -r1.14 -r1.15 src/crypto/dist/ipsec-tools/src/racoon/sainfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Jan 1 15:44:06 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y Log Message: Fix the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/crypto/dist/ipsec-tools/src/racoon/cfparse.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Jan 1 15:54:51 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: Fix myaddr_getsport() to return -1 if no suitable address is found. This is used in pfkey.c:pk_recvacquire() to check if IKE negotiation should be started or not. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Jan 1 15:57:31 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: handler.c isakmp.c pfkey.c remoteconf.c Log Message: >From Wolfgang Schmieder : Fix various typos in comments and log messages. Fix default port used in copy_ph1addresses(). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/crypto/dist/ipsec-tools/src/racoon/handler.c cvs rdiff -u -r1.73 -r1.74 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c cvs rdiff -u -r1.57 -r1.58 src/crypto/dist/ipsec-tools/src/racoon/pfkey.c cvs rdiff -u -r1.27 -r1.28 \ src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Jan 1 16:14:11 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y Log Message: >From Wolfgang Schmieder : Fix default NAT-T port for listen { isakmp_natt } config directive. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/crypto/dist/ipsec-tools/src/racoon/cfparse.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Jan 1 17:31:42 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_unity.c Log Message: >From Rainer Weikusat : Fix one byte too short memory allocation in isakmp_unity.c:splitnet_list_2str(). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Jan 1 17:32:04 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: isakmp_unity.c Log Message: >From Rainer Weikusat : Fix one byte too short memory allocation in isakmp_unity.c:splitnet_list_2str(). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.18.1 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools
Module Name:src Committed By: tteras Date: Tue Jan 10 12:07:30 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools: configure.ac src/crypto/dist/ipsec-tools/src/racoon: isakmp_unity.c Log Message: >From Rainer Weikusat : Enhance splitnet environment variable string value generation. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/crypto/dist/ipsec-tools/configure.ac cvs rdiff -u -r1.10 -r1.11 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Oct 20 10:56:40 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: Fix address comparison so we actually close sockets which were bound to IP-address that got deconfigured. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Oct 20 13:37:37 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp.c isakmp_quick.c Log Message: Various improvements to error log messages and a few additional error log messages to improve diagnosing an error condition. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c cvs rdiff -u -r1.26 -r1.27 \ 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.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Oct 20 13:40:02 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c Log Message: Use high-level openssl EVP and HMAC functions when possible: this allows openssl to perform hardware acceleration if available. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \ src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Oct 21 06:04:33 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c handler.c handler.h Log Message: Remove initial-contact entry when all ISAKMP-SA are purged via adminport. This will avoid stale security associations if some of the delete notifications happens to get lost. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/crypto/dist/ipsec-tools/src/racoon/admin.c cvs rdiff -u -r1.32 -r1.33 src/crypto/dist/ipsec-tools/src/racoon/handler.c cvs rdiff -u -r1.22 -r1.23 src/crypto/dist/ipsec-tools/src/racoon/handler.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Oct 21 06:15:29 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c evt.c grabmyaddr.c isakmp.c pfkey.c session.c session.h Log Message: Introduce priorities for file descriptor polling mechanism and give priority to admin port. If admin port is used by ISAKMP-SA hook scripts they should be preferred, other wise heavy traffic can delay admin port requests considerably. This in turn may cause renegotiation loop for ISAKMP-SA. This is mostly useful for OpenNHRP setup, but can benefit other setups too. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/crypto/dist/ipsec-tools/src/racoon/admin.c cvs rdiff -u -r1.9 -r1.10 src/crypto/dist/ipsec-tools/src/racoon/evt.c cvs rdiff -u -r1.24 -r1.25 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c cvs rdiff -u -r1.62 -r1.63 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c cvs rdiff -u -r1.52 -r1.53 src/crypto/dist/ipsec-tools/src/racoon/pfkey.c cvs rdiff -u -r1.27 -r1.28 src/crypto/dist/ipsec-tools/src/racoon/session.c cvs rdiff -u -r1.8 -r1.9 src/crypto/dist/ipsec-tools/src/racoon/session.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Oct 22 06:26:26 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: Change Linux Netlink address monitoring to monitor local route changes. This works around a kernel bug, and slightly improves behaviour on some special cases. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Nov 12 09:08:26 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c admin.h kmpstat.c racoonctl.c Log Message: Extern admin protocol to allow reply packets to exceed 64kb. E.g SA dumps with many established SAs can be easily over the limit. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/crypto/dist/ipsec-tools/src/racoon/admin.c cvs rdiff -u -r1.7 -r1.8 src/crypto/dist/ipsec-tools/src/racoon/admin.h cvs rdiff -u -r1.6 -r1.7 src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c cvs rdiff -u -r1.17 -r1.18 src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Nov 12 09:09:48 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: handler.h isakmp_inf.c Log Message: Improve DPD sequence checks to allow any reply within valid sequence window to be proof of livelyness. This can improves things if there's random packet delays, or if racoon is not getting enough CPU time. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/crypto/dist/ipsec-tools/src/racoon/handler.h cvs rdiff -u -r1.42 -r1.43 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Nov 12 09:11:37 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp.c Log Message: Purge all IPsec-SA's if the last main ISAKMP-SA for the node is deleted by remote request and the phase1 rekeying is enabled (this will also trigger the new phase1_dead script hook). To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Nov 12 10:36:37 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c isakmp.c isakmp_var.h pfkey.c Log Message: isakmp_post_acquire is now called from admin commands too, add a flag so admin commands can be used to establish even passive links on demand. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/crypto/dist/ipsec-tools/src/racoon/admin.c cvs rdiff -u -r1.64 -r1.65 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c cvs rdiff -u -r1.16 -r1.17 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_var.h cvs rdiff -u -r1.53 -r1.54 src/crypto/dist/ipsec-tools/src/racoon/pfkey.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Nov 17 10:40:41 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: handler.c handler.h isakmp.c isakmp_inf.c Log Message: Fix my previous patch to not call purge_remote() twice. Change the place where purge_remote() is called. This fixes also a possible crash from the same patch since ph1->remote can be NULL (when we are responder and config is not yet selected). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/crypto/dist/ipsec-tools/src/racoon/handler.c cvs rdiff -u -r1.24 -r1.25 src/crypto/dist/ipsec-tools/src/racoon/handler.h cvs rdiff -u -r1.65 -r1.66 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c cvs rdiff -u -r1.43 -r1.44 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Dec 3 09:46:24 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: Netlink deletion notification does not guarentee actual address deletion: it might still exist on some other interface. Make sure we do not unbind unless the address is really gone. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src
Module Name:src Committed By: tteras Date: Fri Dec 3 14:32:53 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/libipsec: libpfkey.h pfkey_dump.c src/crypto/dist/ipsec-tools/src/setkey: parse.y setkey.8 Log Message: Support GRE key as upper layer protocol specifier (will be supported in Linux kernel 2.6.38). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ src/crypto/dist/ipsec-tools/src/libipsec/libpfkey.h \ src/crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c cvs rdiff -u -r1.13 -r1.14 src/crypto/dist/ipsec-tools/src/setkey/parse.y cvs rdiff -u -r1.25 -r1.26 src/crypto/dist/ipsec-tools/src/setkey/setkey.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/libipsec
Module Name:src Committed By: tteras Date: Fri Dec 3 15:01:11 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/libipsec: ipsec_dump_policy.c Log Message: Recognize direction for Linux per-socket policies. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \ src/crypto/dist/ipsec-tools/src/libipsec/ipsec_dump_policy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Dec 7 14:28:12 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_quick.c Log Message: Fix spacing and improve wording in some log messages. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 \ 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.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Wed Dec 8 07:38:35 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c Log Message: Use separate SA addresses for phase2's created by admin command. The phase2 startup overwrites src/dst with ISAKMP ports if they are zero and we don't want that to happen for the SA ports. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/crypto/dist/ipsec-tools/src/racoon/admin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Dec 14 17:57:32 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: ipsec_doi.c Log Message: >From Roman Hoog Antink : Fix possible null derefence. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Dec 28 06:00:18 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: handler.c Log Message: >From Roman Hoog Antink : Fix config reload to not delete too many phase 2 handles, because wrong chain field is used when enumerating the handles. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/crypto/dist/ipsec-tools/src/racoon/handler.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_7-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Dec 28 06:02:45 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_7-branch]: handler.c Log Message: >From Roman Hoog Antink : Fix config reload to not delete too many phase 2 handles, because wrong chain field is used when enumerating the handles. To generate a diff of this commit: cvs rdiff -u -r1.9.6.8 -r1.9.6.9 \ src/crypto/dist/ipsec-tools/src/racoon/handler.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sat Jan 22 07:38:52 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_inf.c Log Message: >From Roman Hoog Antink : Fixes a null pointer dereference that might occur after removing peers from the config and then reloading. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_7-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sat Jan 22 07:44:39 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_7-branch]: isakmp_inf.c Log Message: >From Roman Hoog Antink : Fixes a null pointer dereference that might occur after removing peers from the config and then reloading. To generate a diff of this commit: cvs rdiff -u -r1.14.4.17 -r1.14.4.18 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Jan 28 12:51:40 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: plog.c Log Message: >From Roman Hoog Antink : Log remote IP address if available (slightly modified by tteras) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/crypto/dist/ipsec-tools/src/racoon/plog.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Jan 28 13:00:14 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: remoteconf.c remoteconf.h session.c Log Message: >From Roman Hoog Antink : Clean up rmconf reloading: rename the functions, and remove unneeded global variable. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c cvs rdiff -u -r1.12 -r1.13 \ src/crypto/dist/ipsec-tools/src/racoon/remoteconf.h cvs rdiff -u -r1.28 -r1.29 src/crypto/dist/ipsec-tools/src/racoon/session.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Jan 28 13:02:34 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: sainfo.c sainfo.h session.c Log Message: >From Roman Hoog Antink : Clean up sainfo reloading: rename the functions, and remove unneeded global variable. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/crypto/dist/ipsec-tools/src/racoon/sainfo.c cvs rdiff -u -r1.6 -r1.7 src/crypto/dist/ipsec-tools/src/racoon/sainfo.h cvs rdiff -u -r1.29 -r1.30 src/crypto/dist/ipsec-tools/src/racoon/session.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Feb 10 11:17:17 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: prsa_par.y Log Message: >From M E Andersson : Fix parsing of restricted RSA key addresses. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Feb 10 11:20:08 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: plainrsa-gen.c Log Message: >From Mats Erik Andersson : Implement importing of RSA keys from PEM files. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_7-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Thu Feb 10 11:21:55 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_7-branch]: prsa_par.y Log Message: >From Mats Erik Andersson : Fix address initialization of restricted RSA keys to work on non-linux platforms. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.6.1 \ src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Feb 11 10:07:20 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: plainrsa-gen.c Log Message: >From Mats E Andersson : Fix fprintf format specifier usage from previous patch. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Feb 20 17:32:02 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: oakley.c Log Message: >From Roman Hoog Antink : Fix memory leak when using plain RSA key authentication. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/crypto/dist/ipsec-tools/src/racoon/oakley.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Sun Mar 6 08:28:11 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: privsep.c Log Message: Quiet a gcc warning when strict-aliasing checks are enabled. Reported by Stephen Clark. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/crypto/dist/ipsec-tools/src/racoon/privsep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Mon Mar 14 17:18:13 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c handler.c isakmp.c isakmp_inf.c isakmp_quick.c nattraversal.c pfkey.c policy.c sockmisc.c sockmisc.h throttle.c Log Message: Explicitly compare return value of cmpsaddr() against a return value define to make it more obvious what is the intended action. One more return value is also added, to fix comparison of security policy descriptors. Namely, getsp() should not allow wildcard matching (as the comment says, it does exact matching) - otherwise we get problems when kernel has generic policy with no ports, and a second similar policy with ports. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c cvs rdiff -u -r1.38 -r1.39 src/crypto/dist/ipsec-tools/src/racoon/handler.c cvs rdiff -u -r1.69 -r1.70 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c cvs rdiff -u -r1.45 -r1.46 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c cvs rdiff -u -r1.28 -r1.29 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c cvs rdiff -u -r1.13 -r1.14 \ src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c cvs rdiff -u -r1.55 -r1.56 src/crypto/dist/ipsec-tools/src/racoon/pfkey.c cvs rdiff -u -r1.11 -r1.12 src/crypto/dist/ipsec-tools/src/racoon/policy.c cvs rdiff -u -r1.18 -r1.19 src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c cvs rdiff -u -r1.12 -r1.13 src/crypto/dist/ipsec-tools/src/racoon/sockmisc.h cvs rdiff -u -r1.6 -r1.7 src/crypto/dist/ipsec-tools/src/racoon/throttle.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Apr 12 09:53:52 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: grabmyaddr.c isakmp_inf.c Log Message: Some logging improvements. To generate a diff of this commit: cvs rdiff -u -r1.28.2.1 -r1.28.2.2 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c cvs rdiff -u -r1.47.2.2 -r1.47.2.3 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Apr 12 09:53:11 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c isakmp_inf.c Log Message: Some logging improvements. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 \ src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c cvs rdiff -u -r1.49 -r1.50 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Apr 12 10:03:46 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_cfg.c Log Message: >From Rainer Weikusat : Do not send out illegal zero length MODE_CFG attributes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Apr 12 10:04:22 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: isakmp_cfg.c Log Message: >From Rainer Weikusat : Do not send out illegal zero length MODE_CFG attributes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.24.4.1 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/include-glibc/net
Module Name:src Committed By: tteras Date: Thu May 23 05:42:29 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/include-glibc/net: pfkeyv2.h Log Message: >From Rainer Weikusat : Fix SADB_X_EALG_CASTCBC definition to use system definition (which differs at least on Linux). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/crypto/dist/ipsec-tools/src/include-glibc/net/pfkeyv2.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/include-glibc/net
Module Name:src Committed By: tteras Date: Thu May 23 05:44:29 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/include-glibc/net [ipsec-tools-0_8-branch]: pfkeyv2.h Log Message: >From Rainer Weikusat : Fix SADB_X_EALG_CASTCBC definition to use system definition (which differs at least on Linux). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.40.1 \ src/crypto/dist/ipsec-tools/src/include-glibc/net/pfkeyv2.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Mon Jun 3 05:49:32 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c Log Message: >From Alexander Sbitnev : fix admin port establish-sa for tunnel mode SAs. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/crypto/dist/ipsec-tools/src/racoon/admin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Mon Jun 3 05:49:59 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: admin.c Log Message: >From Alexander Sbitnev : fix admin port establish-sa for tunnel mode SAs. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.38.4.1 src/crypto/dist/ipsec-tools/src/racoon/admin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Jun 18 05:39:50 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: ipsec_doi.c Log Message: >From Paul Barker: Remove redundant memset after calloc that caused compile failures with gcc 4.8 due to error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Tue Jun 18 05:40:36 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: ipsec_doi.c Log Message: >From Paul Barker: Remove redundant memset after calloc that caused compile failures with gcc 4.8 due to error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.46.4.1 \ src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Jul 12 13:11:50 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: main.c Log Message: >From Sven Vermeulen : Moves ploginit() up, allowing logging events from init_avc() to show up as well. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/crypto/dist/ipsec-tools/src/racoon/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Jul 12 13:12:24 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]: main.c Log Message: >From Sven Vermeulen : Moves ploginit() up, allowing logging events from init_avc() to show up as well. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.6.1 src/crypto/dist/ipsec-tools/src/racoon/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: tteras Date: Fri Jul 19 10:54:52 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_xauth.c Log Message: >From Rainer Weikusat : Export phase1 remote address as Radius Calling-Station-Id. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.