aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_handler.erl
AgeCommit message (Expand)Author
2015-10-08ssh: ECDSA public key implementedHans Nilsson
2015-10-06ssh: Bug in [email protected] compression fixedHans Nilsson
2015-09-23ssh: new states for keyboard-interactiveHans Nilsson
2015-09-23ssh: new state - service_requestHans Nilsson
2015-08-29ssh: Elliptic Curve Diffie-Hellman (ECDH)Hans Nilsson
2015-08-25ssh: add extra random length padding in packetsHans Nilsson
2015-08-03ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 supportHans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-10Merge branch 'hans/ssh/unknown_msgfun/OTP-12813'Hans Nilsson
2015-06-09ssh: Option unexpectedfun for ssh:daemon and ssh:connectHans Nilsson
2015-06-09ssh save keybard-interactive data in #ssh{}Hans Nilsson
2015-06-09ssh: make server check auth_methods when rec requestHans Nilsson
2015-06-04ssh: make disconnectfun work for both server&clientHans
2015-06-02Merge branch 'maint'Henrik Nord
2015-06-01Merge branch 'hans/ssh/codenomicon_degradation/OTP-12784' into maint-17Erlang/OTP
2015-05-29ssh: Plain text message returned for invalid version exchangeHans
2015-05-29ssh: Implement keyboard_interactive on server sideHans
2015-05-29ssh: handle that inet:getopts(Socket, [recbuf]) may return {ok, []}Ingela Anderton Andin
2015-05-26ssh: New option 'preferred_algorithms'Hans Nilsson
2015-05-21Fix protocol violations during rekeyingSimon Cornish
2015-05-21Fix rekeying according to RFC 4253Simon Cornish
2015-05-18Merge branch 'maint'Zandra Hird
2015-05-13ssh: option for handling the SSH_MSG_DEBUG message's printoutsHans Nilsson
2015-04-30ssh: Fix bug causing rekeying once per minute after 1st Gbyte Thanks SimonHans Nilsson
2015-04-07ssh: Change send_buf implementation from list to queueIngela Anderton Andin
2015-04-07ssh: Remove error reportIngela Anderton Andin
2015-02-05Fix ssh:connect erroneus error msg at timeoutHans Nilsson
2014-12-17ssh: Improve errorhandling in ssh_connection.erlIngela Anderton Andin
2014-11-18ssh: Gracefully handle bad inputIngela Anderton Andin
2014-10-30ssh: Correct typo of renegotiate that could cause rekeying to failIngela Anderton Andin
2014-10-22ssh: remove supervisors for crashed connection workerHans Nilsson
2014-10-21ssh: simple info function (ssh_info:print/0).Hans Nilsson
2014-10-17ssh: Gracefully handle bad handshake messagesIngela Anderton Andin
2014-10-17ssh: reduce amount of printoutsHans Nilsson
2014-10-16ssh: Fix port scanner problemsHans Nilsson
2014-09-29Merge branch 'ia/ssh/version-handling-gracefull/OTP-12157' into maint-17Erlang/OTP
2014-09-25ssh: Fixed parallel_login bug that made all logins serialHans Nilsson
2014-09-24ssh: Add format_status/2 so sensitive data will not be present in logsIngela Anderton Andin
2014-09-24ssh: Gracefully handle incorrect versionsIngela Anderton Andin
2014-08-11ssh: negotiation_timeout bug fixedHans Nilsson
2014-04-24ssh: remove confusing info in some reportsHans Nilsson
2014-03-26ssh: added daemon option 'parallel_login', default falseHans Nilsson
2014-03-25ssh: Fix dialyzer warning for arg Data in ssh_connection_handler:send/4Hans Nilsson
2014-01-27ssh: Fix dialyzer type specs and documentationJohannes Weißl
2013-11-26ssh: Correct close handlingIngela Anderton Andin
2013-11-13ssh: Logging fun and document enhancementIngela Anderton Andin
2013-11-13ssh: Simplify handling of connection attributes (e.i. user and sockname)Ingela Anderton Andin
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
2013-11-13ssh: Remove use of process dictionaryIngela Anderton Andin
2013-10-28ssh: Add ssh:sockname/1 incl doc and testsHans Nilsson