Open
Conversation
added 7 commits
June 28, 2017 14:35
…ion of agent with a duplicated IP, and enables the option for re-using agent ID's in authd.
…limit to force the deletion of an agent with a duplicated IP, and the option for the re-using of an agent ID in authd
…for duplicated IPs, and enabled option for re-using an agent ID
…st_mtime and removed the .tv_sec, since mtime returns the time of last modification in seconds. Should resolve previous build errors in Travis.
… alert if authd tries to add an agent with a duplicated IP. Additionally, changes were made to overload functions like mkdir to specify file permissions to ensure security.
Member
|
Thanks for the pull request! Can you merge MASTER into your branch? It should grab the latest changes you made to patch 8. |
Author
|
Sure thing! If you need anything else, please let me know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patches were added to ensure the backing up of an agent's information before force deleting. Also, an alert is sent if an agent with a duplicated IP is sent to authd. Additionally, changes were made to overload the mkdir functions so they would work with windows agents. This allows the specification of file permissions to ensure security.
This change is