Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Prepare release | Erlang/OTP | |
2013-03-08 | Prepare release | Erlang/OTP | |
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-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 | Fixed some broken links in ssh doc | Fredrik Gustafsson | |
2013-01-25 | Fixed some ssh documentation | Fredrik Gustafsson | |
2013-01-25 | ssh: Fix dialyzer and doc warnings | Ingela Anderton Andin | |
2013-01-11 | Re-added documentation for idle_time option | Fredrik Gustafsson | |
2013-01-10 | ssh: Corrected misunderstanding | Ingela Anderton Andin | |
SCP is a subsystem not an example of a one time execution channel. | |||
2013-01-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
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-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-28 | Updated doc for sftpd_vsn | 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 | Added doc for rekey_limit option | 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-08 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Doc for quiet_mode SSH quiet mode | |||
2012-11-08 | Doc for quiet_mode | Fredrik Gustafsson | |
2012-11-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2012-11-05 | Fixed doc | 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-03 | ssh: ssh_connection:channel_data() and send_eof() now return {error, closed} ↵ | Daniel Goertzen | |
for closed or invalid channels. ssh_connection:handle_msg(#ssh_msg_channel_close...) will now cause any send() that was in progress to immediately return {error,closed}. | |||
2012-09-07 | fix typo in keyboard-interactive string | Daniel Goertzen | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-22 | Corrected some documentation according to original | Fredrik Gustafsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-02-17 | Document currently supported algorithms | Ingela Anderton Andin | |
2012-02-16 | Merge branch 'ia/ssh/server-user-dir-doc' into maint | Ingela Anderton Andin | |
* ia/ssh/server-user-dir-doc: Document user_dir for the server | |||
2012-02-15 | Add support for key files protected by pass phrases | Ingela Anderton Andin | |
2012-02-14 | Document user_dir for the server | Ingela Anderton Andin | |
2012-02-10 | Removed no longer needed code | Ingela Anderton Andin | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |