Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Merge branch 'fredrik/ssh/doc-fun-logging/OTP-7792' | Fredrik Gustafsson | |
* fredrik/ssh/doc-fun-logging/OTP-7792: Added documentation for failfun, connectfun and disconnectfun in ssh | |||
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-30 | ssh_basic_SUITE rekey test modifications | Fredrik Gustafsson | |
2012-11-30 | Modifications to idle_time testcase | Fredrik Gustafsson | |
2012-11-27 | Merge tag 'OTP_R15B03' | Björn-Egil Dahlberg | |
The R15B03 release | |||
2012-11-27 | Added documentation for failfun, connectfun and disconnectfun in ssh | Fredrik Gustafsson | |
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-23 | Added test for rekeying | Fredrik Gustafsson | |
2012-11-23 | Added doc for rekey_limit option | Fredrik Gustafsson | |
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 | |
2012-11-15 | Fixed user interaction ssh | Fredrik Gustafsson | |
2012-11-12 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Ssh appup modifications Updated appup for ssh Bumped revision Removed some testing variables ssh_opts is now a proper list After auth rsa and dsa passwords is set to undefined Removing the password after auth | |||
2012-11-12 | Merge branch 'fredrik/ssh-password-conf/OTP-10511' into maint | Fredrik Gustafsson | |
* fredrik/ssh-password-conf/OTP-10511: Ssh appup modifications Updated appup for ssh Bumped revision Removed some testing variables ssh_opts is now a proper list After auth rsa and dsa passwords is set to undefined Removing the password after auth | |||
2012-11-09 | Ssh appup modifications | Fredrik Gustafsson | |
2012-11-08 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Doc for quiet_mode SSH quiet mode | |||
2012-11-08 | Updated appup for ssh | Fredrik Gustafsson | |
2012-11-08 | Doc for quiet_mode | Fredrik Gustafsson | |
2012-11-07 | Bumped revision | Fredrik Gustafsson | |
2012-11-07 | New setup in testing idle_time | Fredrik Gustafsson | |
2012-11-06 | Use same connect as the rest of testcases | Fredrik Gustafsson | |
2012-11-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2012-11-05 | SSH quiet mode | Fredrik Gustafsson | |
2012-11-05 | Removed some testing variables | Fredrik Gustafsson | |
2012-11-05 | ssh_opts is now a proper list | Fredrik Gustafsson | |
2012-11-05 | After auth rsa and dsa passwords is set to undefined | Fredrik Gustafsson | |
2012-11-05 | Removing the password after auth | Fredrik Gustafsson | |
2012-11-05 | Fixed doc | Fredrik Gustafsson | |
2012-11-05 | Added testcase for idle timer | Fredrik Gustafsson | |
2012-11-05 | Not start the idle timer on connect | Fredrik Gustafsson | |
2012-11-02 | Option to ssh:connect {pref_public_key_algs, list()} where you can give the ↵ | Fredrik Gustafsson | |
algorithms you want to use | |||
2012-10-31 | Doc about idle_time option to ssh:connect | Fredrik Gustafsson | |
2012-10-31 | Check cache on channel exec | Fredrik Gustafsson | |
2012-10-31 | handle no idle-timer on check cache | Fredrik Gustafsson | |
2012-10-31 | Option idle_time introduced, it will trigger the timer and if it is not ↵ | Fredrik Gustafsson | |
given the timer_ref entry is infinity | |||
2012-10-31 | Timeout after 1h of idle on connection, which exits the connection | Fredrik Gustafsson | |
2012-10-19 | ssh: Modernized test suites to use only Common Test | Ingela Anderton Andin | |