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

Update fork #1

Merged
merged 142 commits into from
Feb 6, 2017
Merged

Update fork #1

merged 142 commits into from
Feb 6, 2017

Conversation

MajesticFalcon
Copy link
Owner

No description provided.

ytti and others added 30 commits September 4, 2016 21:54
Update ruby support in README
Remove extra new lines added by export command
Add some OS-Model mapping in README
Updated Dockerfile to use ruby 2.3
wrongly removed in 56bac97
Empty value was variably considered "" or nil, now it will always be ""
string.

Now "nil", "false", "true" strings are converted to their respective
types nil, false and true.

This also means we cannot have verbatim strings by that name, like if
your password was "false", you're shit out of luck. If this is the case,
we can add some __false__ hack or consider other similar solutions.

Fixes #500
Fixes #534

May break stuff with ""/nil changing now, but as it was not consistent
to begin with, I find it acceptable. Users now may need to manually
enter nil in some fields to regain old behaviour.
Added APC model to oxidized
name contained -, which my replace regexp didn't allow, thus didn't
generate link for that model
The \n is not seen as a lineline with ' it need "
Added correction related to issue #445 and docker-compose file example
Add nginx reverse proxy example
Add apache2 reverse proxy example
elmobp and others added 23 commits January 24, 2017 07:50
Add GPG support for reading router.db
This is the proposed fix for issue #669. Let me know if there is anything that I need to fix.
This appears to be working correctly for the switch I have in house (S2400-24P). However the model is not working for the Aruba Instant AP (IAP) (virtual) controller. I hope to submit a fix for those once I have it working. The problems with that device appear to be unrelated to these changes as the prompt is incorrect.
Filter out rogue client alerts from AireOS
Add git build to README
feature: support an IP Address provided with a netmask
Ignore Uptime/Power/Date fields in chassisShow and configShow
Updating fabricos.rb to ignore dynamic fields
Remove \r from the "enable" command. Both \r and \n are interpreted the same on older versions, causing a blank line to be sent as the enable password.
Add a delay between the sending of the "logout" command and each "exit" command. Older devices don't seem to be able to keep up with the speed the commands are sent without a delay.
Restore compatibility with older versions of IronWare
This works on older IronWare devices without needing a sleep between each command.
Cleaner way to fix older IronWare devices
added secret removal for fortiOS
@MajesticFalcon MajesticFalcon merged commit e968f86 into MajesticFalcon:master Feb 6, 2017
MajesticFalcon pushed a commit that referenced this pull request May 12, 2020
MajesticFalcon pushed a commit that referenced this pull request May 12, 2020
confucious say: man who rebases broken test of another simply shifting blame
MajesticFalcon pushed a commit that referenced this pull request May 12, 2020
massage into rubocop compliance
MajesticFalcon pushed a commit that referenced this pull request May 12, 2020
add references to new openwrt model to round up the PR
MajesticFalcon pushed a commit that referenced this pull request May 12, 2020
refactor login in ssh.rb
MajesticFalcon pushed a commit that referenced this pull request May 12, 2020
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.