aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_auth.erl
AgeCommit message (Expand)Author
2017-12-14ssh: Special treatment of OpenSSH clients >= 7.2 rsa-sha2-* public keysHans Nilsson
2017-10-30ssh: Client checks user's public keyHans Nilsson
2017-05-31ssh: Improve 'server-sig-algs' handling in clientHans Nilsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-26ssh: Codenomicon/Defensics fixesHans Nilsson
2017-04-26ssh: server-sig-algs, client sideHans Nilsson
2017-04-26ssh: clearify public key option handlingHans Nilsson
2017-03-02ssh: Initial commit of option handling changesHans Nilsson
2016-12-14ssh: [test] Put tstflg values in a proplistHans Nilsson
2016-09-05ssh: add tstflg value one_empty to force daemon send empty ssh_msg_userauth_i...Hans Nilsson
2016-08-29ssh: fix Codenomicon/Defensics auth problem with incomplete pduHans Nilsson
2016-06-27Merge branch 'maint-18' into maintHans Nilsson
2016-06-22ssh: polishing of password prompt's linefeedHans Nilsson
2016-06-22ssh: Fix type error in args of ssh_auth:sort_selected_mthdsHans Nilsson
2016-06-22ssh: Make client send a faulty pwd only once, ssh_auth partHans Nilsson
2016-04-27ssh: Gen_statem rewrite of ssh_connection_handlerHans Nilsson
2016-03-15update copyright-yearHenrik Nord
2016-01-08ssh: handle secondary ssh_msg_userauth_info_request messageHans Nilsson
2015-12-04ssh: ssh_auth checks support for user pubkey algHans Nilsson
2015-12-03ssh: client pub key opt implementedHans Nilsson
2015-11-04ssh: make corrections of keyboard-interactive clientHans Nilsson
2015-11-04ssh: pwdfun/4 and simple testsHans Nilsson
2015-10-16ssh, public_key: use pubkey encode/decode in app public_keyHans Nilsson
2015-10-16ssh, public_key: Change EC Public Key representation to what was intendedHans Nilsson
2015-10-08ssh: ECDSA public key implementedHans Nilsson
2015-09-24ssh: remove unused filed #ssh.kb_dataHans Nilsson
2015-09-23ssh: new states for keyboard-interactiveHans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-10Merge branch 'hans/ssh/no_erlint_func/OTP-11697'Hans Nilsson
2015-06-09ssh: change pwd->password for keyboard-interactiveHans 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-09ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erlHans
2015-06-02Merge branch 'maint'Henrik Nord
2015-05-29ssh: Implement keyboard_interactive on server sideHans
2015-05-26ssh: New option 'preferred_algorithms'Hans Nilsson
2014-10-16ssh: Fix port scanner problemsHans Nilsson
2014-10-09ssh: Fix option user_interaction to work as expectedIngela Anderton Andin
2014-03-28ssh: Fix bug in failfun (was not always called)Hans Nilsson
2014-01-21ssh: Adds unicodeHans Nilsson
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
2013-11-13ssh: Remove use of process dictionaryIngela Anderton Andin
2012-12-13ssh: Document and clean up SSH behavioursIngela Anderton Andin
2012-11-15Fixed user interaction sshFredrik Gustafsson
2012-11-02Option to ssh:connect {pref_public_key_algs, list()} where you can give the a...Fredrik Gustafsson
2012-04-24Corrected ssh option handlingIngela Anderton Andin
2012-02-17Improved error handlingIngela Anderton Andin
2012-02-13Client now honors the allow_user_interaction optionIngela Anderton Andin
2012-02-10Cleaned up code so that ssh_file can become a template for a documentedIngela Anderton Andin
2012-02-10Removed no longer needed codeIngela Anderton Andin