Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-19 | Merge branch 'va/http-win-dir-traversal' into ↵ | Micael Karlberg | |
bmk/inets/httpd/windows_dir_traversal/OTP-OTP-9561 | |||
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 | |
2011-05-13 | Fixit init per tescase for testcase for initial_server_connect. | Micael Karlberg | |
For this case to work, we need crypto! | |||
2011-05-12 | Calling gen_tcp:connect with option {ip, {127,0,0,1}} results in an exit with | Micael Karlberg | |
reason badarg. Neither SSL nor INETS catches this, resulting in crashes with incomprehensible reasons. OTP-9289 | |||
2011-05-11 | Also updated release notes. | Micael Karlberg | |
2011-05-11 | Fixed httpc manager crash | Ingela Anderton Andin | |
httpc manager crashes.When a request results in a retry, the request id will be "reused" in the previous implementation a race condition could occur causing the manager to crash. This is now avoided by using proc_lib:init_ack and gen_server:enter_loop to allow more advanced initialization of httpc_handlers without blocking the httpc_manger and eliminating extra processes that can cause race conditions. | |||
2011-04-19 | Updated appup file. | Micael Karlberg | |
2011-04-19 | Default ssl kind changed to essl (from ossl). | Micael Karlberg | |
2011-04-12 | Merge branch 'bmk/inets/httpd/extended_fd/OTP-9202' into ↵ | Micael Karlberg | |
bmk/inets/inet56_integration OTP-9202 | |||
2011-04-12 | Proper release notes. | Micael Karlberg | |
2011-04-06 | Updated release notes and linked file (that is added markers in | Micael Karlberg | |
the inets file). | |||
2011-04-06 | Accepting file descriptors (fd) in the config for | Micael Karlberg | |
socket type ip_comm. | |||
2011-04-06 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-04-04 | Merge branch 'bd/doc_fixes2' into dev | Henrik Nord | |
* bd/doc_fixes2: Fix mistake in blowfish_ebc_en/decrypt docs Compile fixes for earlier documentation fixes Various small documentation fixes OTP-9172 | |||
2011-04-01 | Compile fixes for earlier documentation fixes | Bernard Duggan | |
Fixed a couple of compilation errors. Also backed out a tiny change that had already been added by Tuncer Ayaz in his binary-part-typo branch. | |||
2011-04-01 | Various small documentation fixes | Bernard Duggan | |
This change fixes a bunch of small (and a few less small) typos and other errors in various modules that I've spotted throughout my travels. | |||
2011-04-01 | Added crypto-start-check to undef_funcs test case. | Micael Karlberg | |
2011-03-31 | Improved (httpc proxy) "test case skipping". | Micael Karlberg | |
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-28 | A (hopefully) temporary skip of some of the httpc proxy | Micael Karlberg | |
test cases. | |||
2011-03-28 | A slightly more usefull debug printout (including httpd services). | Micael Karlberg | |
2011-03-28 | Merge branch 'bd/mod_esi_timeout_fix' into bmk/inets/inet56_integration | Micael Karlberg | |
OTP-9158 | |||
2011-03-28 | Merge branch 'rj/fix-httpd-format' into bmk/inets/inet56_integration | Micael Karlberg | |
OTP-9157 | |||
2011-03-23 | Merge branch 'bmk/inets/httpd/mod_sec_prop_docs_data_file/OTP-9131' into ↵ | Micael Karlberg | |
bmk/inets/inet56_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-03-18 | Merge branch 'bmk/inets/httpd/prevent_xss_in_error_pages/OTP-9124' into ↵ | Micael Karlberg | |
bmk/inets/inet56_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-03-18 | Merge branch ↵ | Micael Karlberg | |
'bmk/inets/httpd/make_mod_esi_deliver_accept_binary_data/OTP-9123' into bmk/inets/inet56_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src |