Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code changes to with Aruba VIA client #150

Closed
wants to merge 2 commits into from

Conversation

BiradarV
Copy link

Modified the device name and added condition to work Aruba VIA client.

@cron2
Copy link
Contributor

cron2 commented Sep 14, 2022

With the commit as is, there is no chance that it can get merged.

It is lacking a proper commit message to explain these changes (in detail).

More problematic is the sprinkling of HP copyright messages across all files, and changing of the resource.rc names - you can do that, as means of a fork, but we can not merge it back.

So if you want to do a useful PR, isolate the changes that can go upstream (no changing of TAP_WIN_SUFFIX, VER_LEGALCOPYRIGHT_STR, VER_COMPANYNAME_STR, etc) and resubmit with a good commit message that explains what is changed and why.

@cron2 cron2 closed this Sep 14, 2022
#define VER_ORIGINALFILENAME_STR PRODUCT_TAP_WIN_COMPONENT_ID ".sys"
#define VER_LEGALCOPYRIGHT_YEARS "2003-2018"
#define VER_LEGALCOPYRIGHT_STR "OpenVPN Technologies, Inc."
#define VER_LEGALCOPYRIGHT_STR "Copyright 2022 Hewlett Packard Enterprise Development LP."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the original Copyright is probably not even legal for a GPL program.

{
bIsDestinationSame = (src->m_ARP_IP_Destination & ip_netmask) == ip_network ? TRUE : FALSE;
}
#endif //ARUBA_SPECIFIC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This logic might be useful but it needs better naming and better explaination.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants