Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2014-02-18 | Fix non-library appup files according to issue #240 | Tobias Schlager | |
Fix the appup files of runtime_tools and os_mon with wildcard version regexps. inets, odbc and ssh regexps have been corrected to match as originally intended. | |||
2014-02-14 | Merge branch 'weisslj/ssh-spec-doc-fixes' | Henrik Nord | |
* weisslj/ssh-spec-doc-fixes: ssh: Fix dialyzer type specs and documentation OTP-11705 | |||
2014-02-13 | ssh: Changed order of decode clauses to temp fix decode error | Hans Nilsson | |
2014-02-13 | ssh: Fixes memory crash | Hans Nilsson | |
2014-02-07 | Merge branch 'hsv/using_lists_droplast' | Henrik Nord | |
* hsv/using_lists_droplast: lib/mnesia/test/ - Replace reverse(tl(reverse(L))) with lists:droplast/1 lib/ssh - Replace reverse(tl(reverse(L))) with lists:droplast/1 lib/wx - Replace reverse(tl(reverse(L))) with lists:droplast/1 Use lists:droplast/1 in orber/orber_interceptors.erl Import and use lists:droplast/1 in v3_core/v3_kernel OTP-11678 OTP-11677 | |||
2014-02-05 | ssh: fix 'known_hosts' bug in ssh_file | Hans Nilsson | |
2014-02-05 | Fix that result on stderr sent back to ssh:exec had length info present | Hans Nilsson | |
2014-02-03 | lib/mnesia/test/ - Replace reverse(tl(reverse(L))) with lists:droplast/1 | Hans Svensson | |
2014-01-28 | Merge branch 'master' of super:otp | Hans Nilsson | |
2014-01-28 | ssh: The server ssh_cli does not delay tty_geometry requests in case no tty ↵ | Hans Nilsson | |
is allocated | |||
2014-01-28 | Fix incorrect proplists type reference | Tuncer Ayaz | |
ssh and public_key were referring to proplists:proplists/0 which does not exist. Fix by using the correct type proplists:proplist/0. | |||
2014-01-27 | 17.0 anchor and broken links fixes | Lukas Larsson | |
2014-01-27 | ssh: Fix dialyzer type specs and documentation | Johannes Weißl | |
Similar to d9ebfb8. The wrong specs were leading to dialyzer warnings like this in our application since R16B03: The pattern 'ok' can never match the type {'error',_}. The pattern {'error', {'already_started', 'ssh'}} can never match the type 'ok'. The pattern {'error', _} can never match the type {'open_error',_,string(),string()}. | |||
2014-01-24 | lib/ssh - Replace reverse(tl(reverse(L))) with lists:droplast/1 | Hans Svensson | |
2014-01-21 | ssh: prepare vsn.mk for release | Hans Nilsson | |
2014-01-21 | ssh: minor doc correction about unicode | Hans Nilsson | |
2014-01-21 | ssh: Update documentation | Hans Nilsson | |
2014-01-21 | ssh: Adds uncode test suite | Hans Nilsson | |
2014-01-21 | ssh: Adds unicode | Hans Nilsson | |
2014-01-10 | fix calculation of variable | Henrik Nord | |
thanks to Alexander Demidenko | |||
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-12-03 | Merge branch 'maint' | Hans Nilsson | |
2013-12-03 | ssh: Fix long cli delays. (Part of OTP-11339, OTP-10953) | Hans Nilsson | |
A step in fixing the tickets. | |||
2013-11-27 | Merge branch 'maint' | Ingela Anderton Andin | |
2013-11-27 | Merge branch 'ia/ssh/no_io/OTP-11490' into maint | Ingela Anderton Andin | |
* ia/ssh/no_io/OTP-11490: ssh: Correct arity in ssh_no_io.erl | |||
2013-11-27 | Merge branch 'maint' | Ingela Anderton Andin | |
2013-11-26 | ssh: Correct close handling | Ingela Anderton Andin | |
Commit 68263a48bfbdac4dc219a91f06af3d535d881850 got close handling slightly wrong, channels did not get their close message. Commit 32102f1e8225dada7526c9bfee6622f9026ba4cd did not work as expected | |||
2013-11-25 | ssh: Correct arity in ssh_no_io.erl | Ingela Anderton Andin | |
Also remove import statement as it makes code less intuitive | |||
2013-11-14 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-11-13 | ssh: Logging fun and document enhancement | Ingela Anderton Andin | |
2013-11-13 | ssh: Add CLI test case | Ingela Anderton Andin | |
2013-11-13 | ssh: Quicker shutdown of an ssh dameon | Ingela Anderton Andin | |
OTP-11339 | |||
2013-11-13 | ssh: Add option to disallow CLI | Ingela Anderton Andin | |
OTP-10976 | |||
2013-11-13 | ssh: Simplify handling of connection attributes (e.i. user and sockname) | Ingela Anderton Andin | |
OTP-11296 | |||
2013-11-13 | ssh: Make inet option configurable and remove ipv6_disabled option | Ingela Anderton Andin | |
2013-11-13 | ssh: Eliminate test case failure due to timing issues in test case code | Ingela Anderton Andin | |
2013-11-13 | ssh: Enhance error handling | Ingela Anderton Andin | |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin | |
Also start adding dialyzer specs and removing dead code | |||
2013-11-13 | ssh: Remove use of process dictionary | Ingela Anderton Andin | |
This is step one in in making ssh process structure less complicated. As an effect I also found other simplifications/clean ups of the code that could be done. | |||
2013-11-01 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-31 | fix private_key type documentation in ssh_server_key_api | Tristan Sloughter | |
2013-10-29 | Merge branch 'maint' | Hans Nilsson | |
2013-10-28 | ssh: Add ssh:sockname/1 incl doc and tests | Hans Nilsson | |
OTP-11345, sto575, tsk374 | |||
2013-10-28 | ssh: Add function ssh:peername/1 with test | Hans Nilsson | |
OTP-11345, sto575, tsk374 | |||
2013-10-21 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-16 | Fix ssh doc typos | Martin Hässler | |
ssh_rsa changed to 'ssh-rsa' and missing space added. | |||
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |