Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-19 | [snmp/agent] Incorrect mib server cache gclimit update | Micael Karlberg | |
Mib server cache gclimit update function incorrectly calls age update function. The gclimit update function update_mibs_cache_gclimit/1 incorrectly called update_mibs_cache_age/2 update function. OTP-9868 | |||
2011-11-01 | [httpd] GET request with malformed header date caused | Micael Karlberg | |
server crash (non-fatal) with no reply to client. Will now result in a reply with status code 400. OTP-9674 Merge branch 'bmk/inets/httpd/xss_with_bad_header_date/OTP-9674' into bmk/inets/inets536_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpd_test_lib.erl lib/inets/vsn.mk | |||
2011-11-01 | [httpd] GET request with malformed header date caused | Micael Karlberg | |
server crash (non-fatal) with no reply to client. Will now result in a reply with status code 400. OTP-9674 | |||
2011-11-01 | Added versions 5.2, 5.1.3 and 5.1.2 again. | Micael Karlberg | |
OTP-9655 | |||
2011-10-26 | Uncommented ipv6 test cases. | Micael Karlberg | |
OTP-9655 | |||
2011-10-26 | Fixed HTML encode. First *try* to hex decode uri, and then | Micael Karlberg | |
do the actual html encode. OTP-9655 | |||
2011-10-26 | Skip catching hex decode failure. | Micael Karlberg | |
OTP-9655 | |||
2011-10-26 | Fixed hex-decoding. | Micael Karlberg | |
OTP-9655 | |||
2011-10-25 | Problems with proxy test cases. | Micael Karlberg | |
OTP-9655 | |||
2011-10-25 | Added release notes, appup and correct version. | Micael Karlberg | |
OTP-9655 | |||
2011-10-25 | Merge branch 'maint-r13' of super:otp into ↵ | Micael Karlberg | |
bmk/inets/httpd/xss_when_erl_encoded/OTP-9655 | |||
2011-10-25 | The XSS prevention methods used was confused if the | Micael Karlberg | |
URL was encoded (hex-encoded). OTP-9655 | |||
2011-09-19 | erts,kernel: Bugfix - read SCTP socket options from right protocol layer | Raimo Niskanen | |
Socket options 'sndbuf', 'recbuf' and 'linger were read from the SCTP protocol layer instead of from the socket protocol layer. Conflicts: lib/kernel/test/gen_sctp_SUITE.erl | |||
2011-09-19 | erts: Fix bug SCTP send can only be called from controlling process | Raimo Niskanen | |
Conflicts: lib/kernel/test/gen_sctp_SUITE.erl | |||
2011-09-15 | Updated http-server to make sure URLs in error-messages | Micael Karlberg | |
are URL-encoded. Added support in http-client to use URL-encoding. Also added the missing include directory for the inets application. OTP-8940 [httpd] Prevent XSS in error pages. Prevent user controlled input from being interpreted as HTML in error pages by encoding the reserved HTML characters. Michael Santos OTP-9124 | |||
2011-05-10 | Added (intial) override community stuff. | Micael Karlberg | |
2011-05-06 | Udated documentation (and version). | Micael Karlberg | |
2010-12-14 | Merge branch 'nick/orber/old_ssl_option/OTP-8994' into maint-r13 | Erlang/OTP | |
* nick/orber/old_ssl_option/OTP-8994: The SSL option {ssl_imp, old} was not used if ssl_generation was set to 2. Only R14B was affected by this. Conflicts: lib/orber/doc/src/notes.xml lib/orber/vsn.mk | |||
2010-12-14 | Support for recursive unions and structs. Break loop if recursive TypeCode. | Niclas Eklund | |
2010-12-10 | Merge branch 'maint-r13' of super:otp into nick/orber/recursive_types/OTP-8868 | Niclas Eklund | |
2010-12-10 | The SSL option {ssl_imp, old} was not used if ssl_generation was set to 2. ↵ | Niclas Eklund | |
Only R14B was affected by this. | |||
2010-10-27 | Prepare release | Erlang/OTP | |
2010-10-27 | Merge branch 'nick/cosNotification/deprecated_regexp/OTP-8846' into maint-r13 | Erlang/OTP | |
* nick/cosNotification/deprecated_regexp/OTP-8846: Fiex TR tag. Uppdatet year in header. Added missing bracket. Switched from using the deprecated regexp to re instead. | |||
2010-10-27 | Merge branch 'nick/orber/corbaloc_http/OTP-8900' into maint-r13 | Erlang/OTP | |
* nick/orber/corbaloc_http/OTP-8900: Incorrect TR tag. A corbaloc http string could return an EXIT message, instead of a system exception, if the HTTP server closed the socket without returning a complete message. I.e. header and a body containing a stringified IOR. | |||
2010-10-27 | Fiex TR tag. | Niclas Eklund | |
2010-10-27 | Incorrect TR tag. | Niclas Eklund | |
2010-10-25 | Update version numbers | Erlang/OTP | |
2010-10-25 | The fix regarding OTP-8863 was not included in the previous version as stated | Niclas Eklund | |
2010-10-21 | Update release notes | Erlang/OTP | |
2010-10-21 | Merge branch 'nick/ssh/fix-process-leak/OTP-8807' into maint-r13 | Erlang/OTP | |
* nick/ssh/fix-process-leak/OTP-8807: Fix race condition when terminating a connection. fix process leak in ssh_system_sup (dynamicaly created childs where not cleaned up) | |||
2010-10-21 | Merge branch 'nick/ssh/crash_report/OTP-8881' into maint-r13 | Erlang/OTP | |
* nick/ssh/crash_report/OTP-8881: In some cases a crash report was generated when a connection was closing down. This was caused by a race condition between two processes. | |||
2010-10-19 | Merge branch 'maint-r13' of super:otp into nick/orber/corbaloc_http/OTP-8900 | Niclas Eklund | |
2010-10-19 | A corbaloc http string could return an EXIT message, instead of a system | Niclas Eklund | |
exception, if the HTTP server closed the socket without returning a complete message. I.e. header and a body containing a stringified IOR. | |||
2010-10-14 | Add test suite for cosFileTransfer | Niclas Eklund | |
2010-10-06 | In some cases a crash report was generated when a connection was closing down. | Niclas Eklund | |
This was caused by a race condition between two processes. | |||
2010-10-04 | Prepare release | Erlang/OTP | |
2010-10-04 | Add additional test to cover this correction | Kenneth Lundin | |
2010-09-24 | correct the encoding of ExtensionAdditionGroup | Kenneth Lundin | |
2010-09-23 | temp | Kenneth Lundin | |
2010-09-23 | Add support for ExtensionAdditionGroup notation in nested types as well | Kenneth Lundin | |
In the previous version support for ExtensionAdditionGroups (i.e [[...]]) was added but it did not handle the occurence of the notation in nested types. Now this is handled as well and the support is hopefully complete. Also cleanup of warnings for obsolete guard functions in test suites. | |||
2010-09-23 | Added basic tests for recursive uinions and structs. | Niclas Eklund | |
2010-09-23 | Removed test code. | Niclas Eklund | |
2010-09-23 | Added partial support for recursive IDL types. | Niclas Eklund | |
2010-09-23 | Uppdatet year in header. | Niclas Eklund | |
2010-09-23 | Added missing bracket. | Niclas Eklund | |
2010-09-23 | Switched from using the deprecated regexp to re instead. | Niclas Eklund | |
2010-09-21 | Add test suites for (most) CORBA applications | Niclas Eklund | |
2010-09-20 | Prepare release | Erlang/OTP | |
2010-09-20 | An empty element declared as simpleContent was not properly validated. | Lars Thorsen | |
2010-09-09 | Add test suite for ic | Niclas Eklund | |