zeek/src/analyzer/protocol/ssh
Vlad Grigorescu 46f727a6fa Generate ssh_auth_attempted for the 'none' authentication method.
ssh_auth_attempted sets some requisite fields that ssh_auth_successful
relies on. ssh_auth_attempted wasn't getting called because of a logic
error.

For a more complete discussion of this issue, see:
https://github.com/bro/bro/issues/192
2018-10-23 10:35:18 -05:00
..
CMakeLists.txt Add missing .pac dependencies for some binpac analyzer targets. 2015-04-22 14:02:51 -05:00
consts.pac Move SSH constants to consts.pac 2015-03-04 11:41:21 -05:00
events.bif Create new SSH events ssh_auth_attempt and ssh_auth_result. Add auth_attempts to SSH::Info. Address BIT-1641. 2016-10-14 09:14:21 -05:00
Plugin.cc SSH: Cleanup code style. 2015-03-03 16:22:22 -05:00
ssh-analyzer.pac Fix SSH analyzer bug where is_server in capabilities is wrong. 2018-10-16 10:29:29 -05:00
ssh-protocol.pac #120: Pull in PR, and make a couple small cleanup tweaks. 2018-06-02 17:29:01 -05:00
SSH.cc Generate ssh_auth_attempted for the 'none' authentication method. 2018-10-23 10:35:18 -05:00
SSH.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
ssh.pac Refactored the SSH analyzer. Added supported for algorithm detection and more key exchange message types. 2015-01-13 12:02:31 -05:00
types.bif Some cleanup and refactoring on SSH main.bro. 2015-03-09 16:04:35 -04:00