[Swan-commit] Changes to ref refs/heads/master

2014-05-16 Thread D. Hugh Redelmeier
New commits: commit 2779630fe7c02e618207de6b183adde4bfd0ece1 Author: D. Hugh Redelmeier Date: Sat May 17 01:51:30 2014 -0400 tidy pluto flag parsing: - use ttoul for number decoding (does better checking) - for a diagnostic, print a concise message, not full useage

[Swan-commit] Changes to ref refs/heads/master

2014-05-16 Thread D. Hugh Redelmeier
New commits: commit 7facd26c35399499b239cf396d8bf705652c922c Author: D. Hugh Redelmeier Date: Sat May 17 00:14:05 2014 -0400 ditch // ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org/mailman/listinfo/swan-c

[Swan-commit] Changes to ref refs/heads/master

2014-05-16 Thread D. Hugh Redelmeier
New commits: commit 4be4aa0954756f344e9eca05dc6ff5eb17eb6c9a Author: D. Hugh Redelmeier Date: Fri May 16 19:59:07 2014 -0400 Various fixes to alg parsing code - string lengths should be typed size_t, not int - initialize struct parser_context in a way that that pointers wi

[Swan-commit] Changes to ref refs/heads/master

2014-05-16 Thread Paul Wouters
New commits: commit be931168203534eac15423848ab9a4d2d44b046b Merge: b919592 63fdefa Author: Paul Wouters Date: Fri May 16 15:20:56 2014 -0400 Merge branch 'master' of ssh://vault.foobar.fi/srv/src/libreswan commit b919592f2a36a93c5776153a32534df1ad32c8da Merge: 1454a09 ebd8ef5 Author: Paul

[Swan-commit] Changes to ref refs/heads/master

2014-05-16 Thread D. Hugh Redelmeier
New commits: commit 63fdefad72e55b4782b187a08e6f548a521c9039 Author: D. Hugh Redelmeier Date: Fri May 16 15:20:21 2014 -0400 fix syntax error ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org/mailman/listinf

[Swan-commit] Changes to ref refs/heads/master

2014-05-16 Thread Paul Wouters
New commits: commit ebd8ef579a4ac3affa13680e92391be3386927c9 Author: Paul Wouters Date: Fri May 16 14:00:29 2014 -0400 pluto: Added int crypto_req_keysize(int ksproto, int algo); This will return the RFC default key size for an algorithm. ksproto is used to ask for v1, v2 or ES

[Swan-commit] Changes to ref refs/heads/master

2014-05-16 Thread Paul Wouters
New commits: commit 9094e3cc6a20da24749ca5157c67d25d4e7d3068 Author: Paul Wouters Date: Thu May 15 21:26:38 2014 -0400 IKEv1: extend passerts in compute_proto_keymat() to cover all ESP's This functionality is identical for IKEv1 and IKEv2 and should be factored out for re-use.