summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-18Fix source of password typo in 5ceed9bsudo-for-cumulusNat Lasseter
2018-09-18Updated changelog for 5ceed9bNat Lasseter
2018-09-18Fix rubocop offenses created by 5ceed9bNat Lasseter
2018-09-18Add support for privilege escalation on cumulus devicesNat Lasseter
2018-09-17Bump Dockerfile to phusion/baseimage v0.11 (#1529)HEADmasterWild Kat
2018-09-17tmos: ZebOS configuration should only be captured if it's configured (#1528)Adam Smith
2018-09-17Update openbsd.rb (#1490)Albert Martinez
* Update openbsd.rb Routing table shows triggered diffs and the static routes are already in the /etc/hostname.* files defined
2018-09-17capture ZebOS configuration from F5 (#1501)Adam Smith
2018-09-17fixed output issues with comtrol model (#1524)RobbFromIT
2018-09-17filter out BGP passwords and only user password hashes from eos (#1525)Adam Smith
2018-09-17Update netscaler.rb to introduce secret scrubbing (#1518)Jay Shepherd
2018-09-13Add comtrol model (#1507)RobbFromIT
2018-09-12Require net/https for use of 'OpenSSL::SSL...' constants (#1471)micro128390
2018-09-12Fixed NDMS (#1509)Yuri Zubov
2018-09-12Add fortios fields to be masked by remove_secret flag (#1511)SoulGit
2018-09-12Update the error message of missing git (#1521)Matthias Lau
2018-09-12add a new line after guard clauses for better visual flow (#1520)Wild Kat
2018-09-11fix reference to old 'file' variable (#1514)msil
2018-09-07Add configurable crashfile location and option to use hostnamesmsil
PR #1506
2018-08-22add configurable per node ssh_no_keepalive boolean (#1489)Wild Kat
2018-08-13add sequel and gpgme source deps to Dockerfile (#1486)Wild Kat
2018-07-31Fix first prompt has non-printable charactersdjamp42
First prompt has Auto-wrap at the start of the prompt, all other prompts do not have this, match 0 or 1 on the auto wrap.
2018-07-31Remove first and Last Line of config filedjamp42
2018-07-31Support for Calix AXOS Devicesdjamp42
I have tested this on a Calix AxOS E5, backups config perfectly. The first line in the config file is the command to show the config, i don't know how to remove this, so if someone tells me i can update it and test again.
2018-07-31Update for Calix AXOS Devicesdjamp42
2018-07-31pessimistic net-telnet lock on 0.1 as 0.2 requires ruby 2.3+ (#1475)Wild Kat
2018-07-22Removed unnecessary/illegal/unsupported escape sequence (#1352)KodApa85
2018-07-17Allow enabling without enable passwordSaku Ytti
Fixes #1452
2018-07-13fortios: mask "md5-key" secretsAndreas Loibl
format to match: set md5-key <integer_id> "<md5_key>"
2018-07-10Added to details to CHANGELOG for #1444Jason Lixfeld
2018-07-10Added verbiage to set OXIDIZED_HOME correctly under Debian 8.8 w/systemdJason Lixfeld
2018-07-07use convenience methods in modelsWild Kat
* use convenience methods in models for legibility * disable Style/SymbolProc in rubocop * introduce cut_both instead of cut_head.cut_tail chain * document cut_both convenience method
2018-07-07Changes to secret filtering:Nick Bailey
Fixed greedy regex's which would eat much of configuration.
2018-07-07Add support for ECI Telecom Apollo platform (#1437)arienv
PR #1437
2018-07-07Changes to secret filtering:Nick Bailey
Fixed secret regex which would strip config after secret string (like "privilege 15") and which would not match on: "bsd-username test secret $1$FAKESTRINGblahblah" which is created whenever username secret is created. Added regex to filter password hashes for configs not using password 7 instead of secret such as: username test password 7 8888blahblah8888 privilege 4
2018-07-01Add Viptela model (closes #1376) (#1427)Brad Searle
2018-06-29Coriant Groove FP3.x only accepts a line length of 4000 chars (#1424)Nick Hilliard
2018-06-27Don't use SSH logger unless input debug is setSaku Ytti
2018-06-26adding node group to worker logsmsil
pr #1420
2018-06-25Tidy up logic for sending 'enable' with or without password (#1418)Brian Candler
2018-06-22fix testsSaku Ytti
2018-06-22Use Oxidized.logger for ssh loggerSaku Ytti
From issue #1414
2018-06-22smell reduction bug fixesSaku Ytti
2018-06-22rubycop fixesSaku Ytti
2018-06-22Merge branch 'refactor-smells'Saku Ytti
2018-06-22rubycop fixesSaku Ytti
2018-06-22Refactor smellsytti
* reduce no/resolve_repo smell * reduce input/ssh/connect smell * reduce source/http load smell * reduce node/worker smell * reduce source/csv smell * reduce output/http smell Get's code climate from B to A, so I'm sure it's super duper important.
2018-06-22ehh what can you doSaku Ytti
2018-06-22reduce http output smellSaku Ytti
2018-06-22remove csv smellSaku Ytti