Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-27 | 17.0 anchor and broken links fixes | Lukas Larsson | |
2014-01-21 | ssh: minor doc correction about unicode | Hans Nilsson | |
2014-01-21 | ssh: Update documentation | Hans Nilsson | |
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-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 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-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 | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-08-21 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-20 | ssh: clarified timeout options | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk | |||
2013-06-28 | Update release notes | Erlang/OTP | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
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-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-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 |