Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | Correct diameter:remove_transport/2 doc | Anders Svensson | |
Error can be returned if the service process goes down while remove_transport is ongoing. | |||
2012-11-15 | Fix broken doc link | Anders Svensson | |
Broken in commit e28ced7b. | |||
2012-11-15 | Ensure watchdog dies with transport if DPR was sent | Anders Svensson | |
A watchdog timeout after DPR but before DPA would previously result in the watchdog restarting the transport. | |||
2012-11-15 | Remove dead clause | Anders Svensson | |
Long dead. | |||
2012-11-15 | Implement transport_opt() disconnect_cb | Anders Svensson | |
2012-11-15 | Document transport_opt() disconnect_cb | Anders Svensson | |
Callback makes sending of DPR configurable. | |||
2012-11-15 | Increased waiting time to check if socket is down | Fredrik Gustafsson | |
2012-11-15 | Fixed user interaction ssh | Fredrik Gustafsson | |
2012-11-15 | Merge branch 'ia/ssl/prepare-for-release' into maint | Ingela Anderton Andin | |
* ia/ssl/prepare-for-release: ssl: Update vsn.mk and ssl.appup.src for release | |||
2012-11-15 | public_key: Simplified PKCS-7 and PKCS-10 specs. | Ingela Anderton Andin | |
Used defenitions from PKIX1Explicit88 to avoid most of the overcomplicated InformationalFrameWork (and friends) ASN-1 specs. We want to keep the public_key API as small and simple as possible. | |||
2012-11-15 | public_key: Added PKCS-10 | Fredrik Gustafsson | |
2012-11-15 | public_key: Modified PKCS-7.asn1, removing unnecessary IMPORTS. | Kenneth Lundin | |
The ASN-1 compiler could not handle these IMPORTS properly causing compilation errors. | |||
2012-11-15 | public_key: Add PKCS-7 | Ingela Anderton Andin | |
First attempt to add PKCS-7 does not compile | |||
2012-11-15 | Merge branch 'siri/common_test/ct_netconfc-close-problems' into maint | Siri Hansen | |
* siri/common_test/ct_netconfc-close-problems: [common_test] Allow server to terminate netconf session before rpc-reply [common_test] Ensure process down after ct_netconf:close_session | |||
2012-11-14 | Fine adjustments of slowdos alg | Fredrik Gustafsson | |
2012-11-14 | ssl: Update vsn.mk and ssl.appup.src for release | Ingela Anderton Andin | |
2012-11-14 | [test_server] Recognize and ignore info_reports for ct connections | Siri Hansen | |
test_server_h will now recognize info_reports written by ct connection handlers (according to the description in cth_conn_log) and ignore them as they will be completely handled by by ct_conn_log_h. Earlier test_server_h would print a tag (testcase name) before forwarding the report to error_logger_tty_h. This would cause lots of tags in the log with no info report following (since error_logger_tty_h did not handle them). | |||
2012-11-14 | [common_test] Allow server to terminate netconf session before rpc-reply | Siri Hansen | |
OTP-10570 ct_netconfc:close_session sometimes returned {error,closed} because the ssh connection was closed (from the server side) before the rpc-reply was received by the client. This is normal and can not be helped. It has been corrected so the return will be 'ok' in this case. Other error situations will still give {error,Reason}. | |||
2012-11-14 | [common_test] Ensure process down after ct_netconf:close_session | Siri Hansen | |
OTP-10510 When starting a named netconf connection directly after stopping one with the same name, it sometimes failed with 'connection_exists'. This has been corrected. | |||
2012-11-14 | Merge branch 'ia/ssl/terminate-handling/OTP-10574' into maint | Ingela Anderton Andin | |
* ia/ssl/terminate-handling/OTP-10574: ssl: Make sure that the ssl connection process will not hang in terminate function. ssl: Add default values to emulated socket options in internal record | |||
2012-11-13 | ssl: Make sure that the ssl connection process will not hang in terminate ↵ | Ingela Anderton Andin | |
function. Avoid doing gen_tcp/inet socket operations in terminate if socket is already closed. Call gen_tcp:recv/3 in the "data delivery workaround" to avoid hanging. | |||
2012-11-13 | ssl: Add default values to emulated socket options in internal record | Ingela Anderton Andin | |
The absence of the active default values could cause a process leak | |||
2012-11-12 | Merge branch 'bjorn/compiler/binary-matching/OTP-10567' into maint | Björn Gustavsson | |
* bjorn/compiler/binary-matching/OTP-10567: Fix compiler crash for binary matching and a complicated guard | |||
2012-11-12 | ssl: Adopt test case to not take so long | Ingela Anderton Andin | |
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-12 | Changes to slowdos testcase | Fredrik Gustafsson | |
2012-11-09 | Ssh appup modifications | Fredrik Gustafsson | |
2012-11-09 | Fix bug where require of same name at same config would return name in use | Lukas Larsson | |
2012-11-09 | Doc for test case slowdose | Fredrik Gustafsson | |
2012-11-09 | Bumped version nr | Fredrik Gustafsson | |
2012-11-09 | Added testcases för minimum_bytes_per_second option | Fredrik Gustafsson | |
2012-11-09 | Reduced checking of bytes per second to every second | Fredrik Gustafsson | |
2012-11-09 | ssl: Do not use gen_fsm:sync_send_all_state_event/3 timeout | Ingela Anderton Andin | |
The gen_fsm:sync_send_all_state_event/3 timout is a client side timeout. If timeouts are needed we want them to be server side timeouts. | |||
2012-11-08 | Merge branch 'fredrik/ssh-quiet-mode/OTP-10429' into maint | Fredrik Gustafsson | |
* fredrik/ssh-quiet-mode/OTP-10429: 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-08 | Merge branch 'anders/diameter/upgrade/OTP-10550' into maint | Anders Svensson | |
* anders/diameter/upgrade/OTP-10550: Allow for no diameter on remote node in connection guard | |||
2012-11-08 | Merge branch 'anders/diameter/peer_mapping/OTP-10470' into maint | Anders Svensson | |
* anders/diameter/peer_mapping/OTP-10470: Document peer_ref() service_info Use peer_ref() service_info in traffic suite Add service_info for a peer_ref() | |||
2012-11-08 | Merge branch 'anders/diameter/shared_transport/OTP-10443' into maint | Anders Svensson | |
* anders/diameter/shared_transport/OTP-10443: Use multiple connections in traffic suite Implement service_opt() restrict_connections Document service_opt() restrict_connections | |||
2012-11-08 | Merge branch 'anders/diameter/sequence_masks/OTP-10445' into maint | Anders Svensson | |
* anders/diameter/sequence_masks/OTP-10445: Redo watchdog test suite Update/clarify some comments Add reopen message from watchdog Add options service_info Add diameter_reg:wait/1 Clarify diameter_transport doc Remove pre-OTP configure support Remove obsolete make target Use sequence masks in test suites Implement sequence masks Document sequence masks | |||
2012-11-07 | Bumped revision | Fredrik Gustafsson | |
2012-11-07 | Documentation for minimum_bytes_per_seconds option | Fredrik Gustafsson | |
2012-11-06 | Changed property to minimum_bytes_per_second and checking if is integer on start | Fredrik Gustafsson | |
2012-11-06 | Changed to Bytes Per Second when checking clients rate, new options ↵ | Fredrik Gustafsson | |
{byte_limit, integer()} | |||
2012-11-06 | Option {bit_limit, integer()} to close sockets where clients are too slow | Fredrik Gustafsson | |
2012-11-06 | Fix compiler crash for binary matching and a complicated guard | Björn Gustavsson | |
The compiler would crash when attempting to compile a function head that did binary matching and had a complex expression using 'andalso' and 'not'. Noticed-by: José Valim | |||
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 | |