steweg

Results 12 comments of steweg

I agree, but the consequence of this is that I cannot simply "retrigger" the build if it fails in order to have correct pull requests. Therefore I am forced to...

Hi, yes, look at here https://github.com/steweg/strongswan/tree/feature/eap_anyconnect I don't have binary release anywhere, but you can built by yourself and use it.

Is there anything what can be done by me to actually get this enhancement merged (I have multiple PR opened)?

@tkrah I have created separate PRs for each functionality required for AnyConnect feature. During the discussion with @tobiasbrunner we agreed that this feature will not go through, therefore I have...

Verifying against the fingerprint of course provides the way for end-user to detect that something went wrong. But how many user are actually doing that? I think it is minority...

I agree with you, changing the API should be avoided if possible, unfortunately I don't believe it is possible/suitable. For "valid" messages from C stating impersonating that it is B,...

I would like to define my plugin in python completely and extend `libyang-python` with making a wrapper structures around the API of `libyang`. Similarly like I did for loading of...

Coming back to this topic. I was able to preliminary make it working, but I come to an issue. My extension plugin intention is to under certain conditions, swap the...

Thanks for help, I was able to do it even with my preferred way using only: ``` leaf leaf3 { type leafref { path "../leaf1"; } my-ext:alt-path "../leaf2"; } ```...

Hi I have hopefully fixed this issue within PR https://github.com/mbj4668/pyang/pull/852. It works correctly if using with `--uml-inline-groupings` option. Without that it will work only if the target node is within...