Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-09 | Initial merge from r13 topic branch. With minimal cleanup. | Micael Karlberg | |
Merge branch 'bmk/inets/httpd/xss_when_erl_encoded/r13/OTP-9655' into bmk/inets/httpd/xss_when_erl_encoded/r14/OTP-9655 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_uri.erl lib/inets/src/http_lib/http_util.erl lib/inets/src/http_server/httpd_file.erl lib/inets/src/http_server/httpd_request.erl lib/inets/src/http_server/httpd_request_handler.erl lib/inets/src/http_server/httpd_util.erl lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpc_SUITE.erl lib/inets/test/httpd_SUITE.erl lib/inets/test/httpd_basic_SUITE.erl lib/inets/test/httpd_test_lib.erl lib/inets/vsn.mk | |||
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 | The XSS prevention methods used was confused if the | Micael Karlberg | |
URL was encoded (hex-encoded). OTP-9655 | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-23 | [httpc] Parsing of a cookie expire date should be more forgiving. | Micael Karlberg | |
That is, if the parsing fails, the date should be ignored. Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT". OTP-9433 [httpc] Rewrote cookie parsing. Among other things solving cookie processing from www.expedia.com. OTP-9434 [httpd] Fix httpd directory traversal on Windows. Directory traversal was possible on Windows where backward slash is used as directory separator. Andr�s Veres-Szentkir�lyi. OTP-9561 Merge branch 'bmk/inets/inets571_integration' into dev | |||
2011-09-19 | Merge branch 'bmk/inets/httpd/windows_dir_traversal/OTP-OTP-9561' into ↵ | Micael Karlberg | |
bmk/inets/inets571_integration Conflicts: lib/inets/doc/src/notes.xml | |||
2011-09-19 | Merge branch 'dev' of super:otp into bmk/inets/inets571_integration | Micael Karlberg | |
2011-09-19 | Fixed release notes, version and cosmetics in source. | Micael Karlberg | |
2011-09-19 | Merge branch 'va/http-win-dir-traversal' into ↵ | Micael Karlberg | |
bmk/inets/httpd/windows_dir_traversal/OTP-OTP-9561 | |||
2011-09-19 | Use (error_logger) info_msg/2 instead of info_report/2, | Micael Karlberg | |
as suggested in branch at/error_logger_calls. | |||
2011-09-15 | Fix more misspellings of compatibility | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of kept | Tuncer Ayaz | |
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-09-15 | Fix misspelling of compatibility | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of accidentally | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of successful | Tuncer Ayaz | |
2011-09-15 | Fix typos in mod_esi(3) | Tuncer Ayaz | |
2011-09-08 | [httpc] Rewrote cookie parsing. Among other things solving | Micael Karlberg | |
cookie processing from www.expedia.com. OTP-9434 | |||
2011-09-06 | [httpc] Parsing of a cookie expire date should be more forgiving. | Micael Karlberg | |
That is, if the parsing fails, the date should be ignored. Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT" OTP-9433 | |||
2011-08-26 | Fix httpd directory traversal on Windows | András Veres-Szentkirályi | |
Although the validation in httpd_request works well on platforms using forward slash as directory separator, on Windows systems, this protection can be circumvented using URLs containing backslashes. This way, any file accessible to the user running the server (even those outside the document root) can be read through HTTP. This commit solves the problem by expanding the list of path separators to '/\\'. | |||
2011-08-25 | Typofix in httpd_file:handle_error message | András Veres-Szentkirályi | |
2011-06-22 | Fixed non-related ftp test case. | Micael Karlberg | |
[ftp] FTP client doesn't work with IPv6 host. Attila Rajmund Nohl OTP-9342 Merge branch 'bmk/inets/ftp/does_not_handle_ipv6/OTP-9342' into bmk/inets/inets57_integration2 | |||
2011-06-22 | Fixed non-related test case (ticket_6035). | Micael Karlberg | |
2011-06-17 | Corrected appup-file (missing ','). | Micael Karlberg | |
2011-06-17 | Fixed ipv6 support detection. | Micael Karlberg | |
2011-06-17 | (httpc) test case cleanups. | Micael Karlberg | |
2011-06-15 | [httpc|httpd] Added support for IPv6 with ssl. | Micael Karlberg | |
OTP-5566 Merge branch 'bmk/inets/handle_ipv6_with_ssl2/OTP-5566' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/inets_test_lib.erl | |||
2011-06-15 | Uppdated appup-file. | Micael Karlberg | |
2011-06-15 | Fixed IPv6 test case selection. That is if a IPv6 test case should | Micael Karlberg | |
be run or not. | |||
2011-06-15 | Stopping httpc client... | Micael Karlberg | |
2011-06-15 | Added test cases for httpd. | Micael Karlberg | |
2011-06-15 | Clients started stand-alone not properly handled. | Micael Karlberg | |
OTP-9365 | |||
2011-06-15 | Clients started stand-alone not properly handled. | Micael Karlberg | |
OTP-9365 | |||
2011-06-15 | Temporary solution for profile_name stuff. What about Pids??? | Micael Karlberg | |
2011-06-15 | SSL with IPv6 now works "in principle". | Micael Karlberg | |
2011-06-15 | [httpc] Remove unnecessary usage of iolist_to_binary when | Micael Karlberg | |
processing body (for PUT and POST). Filipe David Manana OTP-9317 Merge branch 'bmk/inets/httpc/remove_unnecessary_iolist_to_binary_usage2/OTP-9317' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-06-15 | [httpc] Remove unnecessary usage of iolist_to_binary when | Micael Karlberg | |
processing body (for PUT and POST). Filipe David Manana OTP-9317 | |||
2011-06-15 | [ftp] FTP client doesn't work with IPv6 host. | Micael Karlberg | |
Attila Rajmund Nohl OTP-9342 Merge branch 'bmk/inets/ftp/does_not_handle_ipv6/OTP-9342' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-06-15 | Set proper version (5.7). | Micael Karlberg | |
2011-06-15 | Set proper version (5.7). | Micael Karlberg | |
2011-05-31 | Updated release notes. | Micael Karlberg | |
2011-05-30 | Peer/sockname resolv doesn't work with IPv6 addrs in HTTP. | Micael Karlberg | |
OTP-9343 | |||
2011-05-27 | OTP-9342: FTP client doesn't work with IPv6 | Micael Karlberg | |
OTP-9342: IpFamily config option was not handled OTP-9342: Release notes remain... OTP-9342: <credit>attila rajmund nohl</credit> | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |