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

2018-01-23 Thread Paul Wouters
New commits:
commit 09a9459dd4d13de3fcf6034a0e40eaa8f03f4459
Author: Paul Wouters 
Date:   Tue Jan 23 23:36:49 2018 -0500

libswan: obsolete/ignore modecfgdns2 so it won't throw duplicate_key errors

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-01-23 Thread Paul Wouters
New commits:
commit d8d4572e2a928ca8b748948a9a46c7668df1c9d9
Author: Paul Wouters 
Date:   Tue Jan 23 17:03:28 2018 -0500

pluto: fixup modecfgdns[12] alias processing

This was incorrectly added in commit 8b449d14 which broke configurations
that were using the old modecfgdns1/modecfgdns2 keywords

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-01-23 Thread Andrew Cagney
New commits:
commit 2d9ddbce7c13ec0d80b84d24f075dd957902b492
Author: Andrew Cagney 
Date:   Fri Jan 19 11:55:08 2018 -0500

xauth: wrap callback in push/pop cur state

Replacing set_cur_state() / reset_globals()

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-01-23 Thread D. Hugh Redelmeier
New commits:
commit 7eab94e0bbdf4ccd8e404ae0a20c08aab0bd2705
Author: D. Hugh Redelmeier 
Date:   Tue Jan 23 13:37:39 2018 -0500

pluto: flag type asssertions with comments

Some function-type typedefs are useful but cannot be used in function
definitions.

Our rule is: each function definition that cannot use the appropriate
typedef must be within the scope of a declaration of that same
function that does use the typedef.

These type assertions look odd to the casual reader.  They look like
variable declarations.  We add /* type assertion */ to each to help the
reader.

It would be nice to always have such a declaration adjacent to the
definition but GCC whines if there has already been a declaration.  We
used to have such declarations, but as comments.  But comments aren't
checked (or maintained) so I've ditched them.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-01-23 Thread Paul Wouters
New commits:
commit 5deb53dcf0ebee80c9bddfca95621ad26aac00cb
Author: Alexis Fontaine 
Date:   Tue Jan 23 11:09:05 2018 -0500

verify: Fix unknown rcode when checking IPsec secret

Signed-off-by: Paul Wouters 

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit