Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | Removed timing rekeying | Fredrik Gustafsson | |
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 | Fixed rekeying initiation and secured testcase | Fredrik Gustafsson | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
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-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 | 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 | |
2013-01-18 | Fixed internal error on when client and server can not agree o which ↵ | Fredrik Gustafsson | |
authmethod to use | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2012-12-21 | Merge branch 'fredrik/ssh/sftp-file-is-dir/OTP-6406' | Fredrik Gustafsson | |
* fredrik/ssh/sftp-file-is-dir/OTP-6406: Removed unused code ssh.erl and changed tests Added eexist to return proper sftp parameter Changed erlclient testcases for sftp sftp ver6 mods, SSH_FX_CANNOT_DELETE added as parameter Updated doc for sftpd_vsn Changed testcases to proper sftpd listening changed option to sftpd_vsn corrected is_dir call in sftpd Changes to sftpd test suite Added a file_is_a_directory to a proper status return Basic functionality for sftp ver6 and testcase Conflicts: lib/ssh/doc/src/ssh_sftpd.xml | |||
2012-12-20 | Fixed syntax error in ssh appup file | Fredrik Gustafsson | |
2012-12-19 | Merge branch 'fredrik/ssh/rekeying' | Fredrik Gustafsson | |
* fredrik/ssh/rekeying: ssh_basic_SUITE rekey test modifications Modifications to idle_time testcase Added test for rekeying Added doc for rekey_limit option Renegotiating every hour and every gb sent, can be decreased with option {rekey_limit, integer()} | |||
2012-12-13 | ssh: Document and clean up SSH behaviours | Ingela Anderton Andin | |
2012-12-13 | ssh: Add Users Guide and enhance man pages | Ingela Anderton Andin | |
2012-12-13 | ssh: Added User's Guide framework and minor enhancements | Niclas Eklund | |
2012-12-03 | Merge branch 'fredrik/ssh/fix-idle-tests' into fredrik/ssh/rekeying | Fredrik Gustafsson | |
* fredrik/ssh/fix-idle-tests: (50 commits) Modifications to idle_time testcase Teach Win installer to handle redist on w2012/w8 ssl: Receive port EXIT-message so that it does not get mixed up with the protocol-error message we are expecting ssl: Add and enhance tests ssl: Consider new server options when resuming a session Prepare release ssl: Add dependencies to Makefile Simplify the code for the generated info/0 function Don't try to work around a non-loadable NIF library Fix BER encoding when multiple levels of typedefs are used Update megaco documentation Update documentation for the asn1 application Fix other applications Fix use of asn1 in megaco Remove the unused asn1ct_gen_ber module Fix erroneous skipping for jinterface, erl_interface and ic kernel: Heart port needs to be unregistered Update preloaded modules Update primary bootstrap Update copyright years ... | |||
2012-11-29 | Removed unused code ssh.erl and changed tests | Fredrik Gustafsson | |
2012-11-29 | Added eexist to return proper sftp parameter | Fredrik Gustafsson | |
2012-11-28 | sftp ver6 mods, SSH_FX_CANNOT_DELETE added as parameter | Fredrik Gustafsson | |
2012-11-28 | changed option to sftpd_vsn | Fredrik Gustafsson | |
2012-11-28 | corrected is_dir call in sftpd | Fredrik Gustafsson | |
2012-11-27 | Added a file_is_a_directory to a proper status return | Fredrik Gustafsson | |
2012-11-27 | Basic functionality for sftp ver6 and testcase | Fredrik Gustafsson | |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-23 | Renegotiating every hour and every gb sent, can be decreased with option ↵ | Fredrik Gustafsson | |
{rekey_limit, integer()} | |||
2012-11-22 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: is_boolean/1 is called instead of checking Removed ip options to gen_tcp from ssh.erl | |||
2012-11-21 | is_boolean/1 is called instead of checking | Fredrik Gustafsson | |
2012-11-20 | Removed ip options to gen_tcp from ssh.erl | Fredrik Gustafsson | |
2012-11-16 | Merge branch 'fredrik/ssh/timer-on-connect/OTP-10514' | Fredrik Gustafsson | |
* fredrik/ssh/timer-on-connect/OTP-10514: New setup in testing idle_time Use same connect as the rest of testcases Fixed doc Added testcase for idle timer Not start the idle timer on connect Doc about idle_time option to ssh:connect Check cache on channel exec handle no idle-timer on check cache Option idle_time introduced, it will trigger the timer and if it is not given the timer_ref entry is infinity Timeout after 1h of idle on connection, which exits the connection Conflicts: lib/ssh/src/ssh.erl | |||
2012-11-16 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Appup changes for SSH | |||
2012-11-16 | Appup changes for SSH | Fredrik Gustafsson | |
2012-11-16 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Fixed if it is not the record to read from in read_password Fixed user interaction ssh | |||
2012-11-16 | Fixed if it is not the record to read from in read_password | Fredrik Gustafsson | |