Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-10 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-06-10 | Merge branch 'ia/public_key/crypto/prepare-for-release' into maint | Ingela Anderton Andin | |
* ia/public_key/crypto/prepare-for-release: public_key & ssl: Add ASN-1 dependency crypto & public_key: prepare for release | |||
2013-06-07 | public_key & ssl: Add ASN-1 dependency | Ingela Anderton Andin | |
As the ASN-1 application relies on a nif in R16 for decodeing (that was not the case in R15), public_key currently has a runtime dependency on ASN-1. Hopefully we will be able to remove this dependency again in the future. | |||
2013-06-07 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-06-05 | ssh: appup changes | Fredrik Gustafsson | |
2013-05-28 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
Conflicts: bootstrap/lib/stdlib/ebin/beam_lib.beam lib/public_key/test/erl_make_certs.erl | |||
2013-05-22 | crypto,ssh, netconf, inets: binary_to_integer -> bytes_to_integer | Ingela Anderton Andin | |
2013-05-20 | ssh & crypto: Remove use of deprecated crypto functions from ssh | Ingela Anderton Andin | |
2013-04-22 | Merge branch 'hb/unicode/OTP-10907' | Björn Gustavsson | |
* hb/unicode/OTP-10907: otp_SUITE: Add test cases to ensure that OTP conventions are obeyed Convert XML files to UTF-8 Convert XML files to UTF-8, where needed Remove the "coding: utf-8" comment from all Erlang source files Update primary bootstrap Change the default encoding of Erlang files to UTF-8 | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-15 | ssh: unicode adaptions | Fredrik Gustafsson | |
2013-04-05 | ssh: If not valid expression, rather than generate a error, try to use the cmd. | Fredrik Gustafsson | |
2013-03-27 | Merge branch 'nox/ssh/fix-ssh-html-doc/OTP-10983' into maint | Fredrik Gustafsson | |
* nox/ssh/fix-ssh-html-doc/OTP-10983: Properly ignore everything in lib/ssh/doc/html/ | |||
2013-03-19 | Merge branch 'maint-r16' into maint | Anders Svensson | |
2013-03-19 | Prepare release | Erlang/OTP | |
2013-03-14 | Removed timing rekeying | Fredrik Gustafsson | |
2013-03-11 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
Conflicts: lib/ssh/src/ssh.appup.src lib/ssh/test/ssh_sftp_SUITE.erl | |||
2013-03-08 | Merge branch 'fredrik/ssh/fix-rekeying/OTP-10911' into maint-r16 | Erlang/OTP | |
* fredrik/ssh/fix-rekeying/OTP-10911: Fixed appup for 2.1.5 Conflicts: lib/ssh/src/ssh.appup.src | |||
2013-03-08 | ssh: Prepare for upcoming release | Ingela Anderton Andin | |
Note: If more things are added before the next releas the appup will need more updates. | |||
2013-03-08 | ssh: Test and enhance handling of nonexistent subsystem | Ingela Anderton Andin | |
2013-03-08 | Fixed appup for 2.1.5 | Fredrik Gustafsson | |
2013-03-08 | Prepare release | Erlang/OTP | |
2013-03-08 | Fixed rekeying initiation and secured testcase | Fredrik Gustafsson | |
2013-03-01 | ssh: Prepare for upcoming release | Ingela Anderton Andin | |
Note: If more things are added before the next releas the appup will need more updates. | |||
2013-03-01 | ssh: Ctify test doc | Ingela Anderton Andin | |
2013-03-01 | ssh: Test and enhance handling of nonexistent subsystem | Ingela Anderton Andin | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-19 | Fix doc for ssh:connect/3,4 | Martin Hässler | |
* Refer to ssh_connection instead of ssh_connect * Add 'seealso' tag linking to ssh_connection:session_channel | |||
2013-02-15 | Versions and appup ssh, R16B | Fredrik Gustafsson | |
2013-02-15 | Added event/3 and clarified error message | Fredrik Gustafsson | |
2013-02-15 | Error msg to be returned together with Key exchange failed | Fredrik Gustafsson | |
2013-02-15 | Returning the actual reason why key exchange failed | Fredrik Gustafsson | |
2013-02-14 | ssh: Remove derived file from git | Ingela Anderton Andin | |
2013-02-08 | Properly ignore everything in lib/ssh/doc/html/ | Anthony Ramine | |
File SSH_protocols.png is versioned in both lib/ssh/doc/html/ and lib/ssh/doc/src/ whereas it should be versioned only in the latter and ignored in the former. | |||
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-28 | Merge branch 'fredrik/ssh/dialyzer-and-doc' | Fredrik Gustafsson | |
* fredrik/ssh/dialyzer-and-doc: Fixed some broken links in ssh doc Fixed some ssh documentation | |||
2013-01-28 | Fixed some broken links in ssh doc | Fredrik Gustafsson | |
2013-01-28 | Merge branch 'ia/ssh/dialyzer-and-doc' | Ingela Anderton Andin | |
* ia/ssh/dialyzer-and-doc: ssh: Fix dialyzer and doc warnings | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Fixed some ssh documentation | Fredrik Gustafsson | |
2013-01-25 | ssh: Fix dialyzer and doc warnings | Ingela Anderton Andin | |
2013-01-23 | Merge branch 'fredrik/fix-dialyzer-warn-r16' | Fredrik Gustafsson | |
* fredrik/fix-dialyzer-warn-r16: Removed deprecated functions handle_pref_algs with correct return values | |||
2013-01-22 | Fixed some specs - ssh | Fredrik Gustafsson | |
2013-01-22 | Bumped version numbers | Fredrik Gustafsson | |
2013-01-22 | Removed deprecated functions | Fredrik Gustafsson | |
2013-01-22 | handle_pref_algs with correct return values | Fredrik Gustafsson | |
2013-01-21 | Merge branch 'fredrik/ssh/ssh-internal-error/OTP-10731' | Fredrik Gustafsson | |
* fredrik/ssh/ssh-internal-error/OTP-10731: Fixed internal error on when client and server can not agree o which authmethod to use | |||
2013-01-18 | Fixed bug which lead to crash in startup of daemon, if port was in use | Fredrik Gustafsson | |