summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch ↵maint-r13Erlang/OTP2013-04-199-129/+967
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r13' into maint-r13 * bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r13: [megaco] Used wrong downgrade tag for (flex) handler Changed name of test case functions (from seq12263 to otp10998) Assign correct version and updated release notes accordingly. Removed comments Ensure of incorrect number of terms when scanning property groups Uncommented test cases Add new messages Calculation of term_spec size (initial and next) changed Minor test case rework Test case cleanup Add rule for test beam'es Preliminary test case updates
| * [megaco] Used wrong downgrade tag for (flex) handlerMicael Karlberg2013-04-181-1/+1
| |
| * Changed name of test case functions (from seq12263 to otp10998)Micael Karlberg2013-04-101-48/+48
| |
| * Assign correct version and updated release notes accordingly.Micael Karlberg2013-04-104-70/+70
| | | | | | | | Also added (and cleaned up) appup.
| * Merge branch 'bmk/megaco/flex_scanner_core/seq12263' into ↵Micael Karlberg2013-04-105-59/+897
| |\ |/ / | | | | | | | | | | bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r13 Conflicts: lib/megaco/src/flex/megaco_flex_scanner_drv.flex.src
| * Removed commentsMicael Karlberg2013-04-031-2/+0
| |
| * Ensure of incorrect number of terms when scanning property groupsMicael Karlberg2013-03-261-1/+3
| | | | | | | | | | | | | | | | At the end of the mfs_load_property_groups function, the final property group list and property groups list is "terminated". A call to mfs_ensure_term_spec with (incorrect) size 4 was made prior to this to ensure enough data was available. The correct size was 6!
| * Uncommented test casesMicael Karlberg2013-03-261-20/+20
| |
| * Add new messagesMicael Karlberg2013-03-251-134/+134
| |
| * Calculation of term_spec size (initial and next) changedMicael Karlberg2013-03-251-6/+21
| | | | | | | | | | | | There seem to be some problem with realloc (core dump) so the calculation of the term_spec size needs to be "corrected".
| * Minor test case reworkMicael Karlberg2013-03-221-35/+27
| |
| * Test case cleanupMicael Karlberg2013-03-223-64/+84
| |
| * Add rule for test beam'esMicael Karlberg2013-03-221-0/+1
| |
| * Preliminary test case updatesMicael Karlberg2013-03-224-69/+879
| |
* | Prepare releaseErlang/OTP2012-06-132-1/+25
| |
* | Merge branch 'pan/heart_and_times/OTP-10111' into maint-r13Erlang/OTP2012-06-132-9/+34
|\ \ | | | | | | | | | | | | * pan/heart_and_times/OTP-10111: Make heart use clock_gettime when available
| * | Make heart use clock_gettime when availablePatrik Nyblom2012-06-132-9/+34
|/ /
* | Merge branch 'bmk/snmp/snmp4174_integration/r13' into maint-r13Erlang/OTP2012-01-279-47/+389
|\ \ | | | | | | | | | | | | | | | | | | | | | * bmk/snmp/snmp4174_integration/r13: [snmp/agent] Add proper release notes [snmp/agent] Wrong OID used for error message reply [snmp/agent] Added backup check for local_db [snmp/agent] Simultaneous snmpa:backup/1,2 calls interfere
| * \ Merge branch ↵Micael Karlberg2012-01-274-10/+34
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'bmk/snmp/agent/wrong_oid_for_snmpUnknownPDUHandlers2/OTP-9747/r13' into bmk/snmp/snmp4174_integration/r13 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
| | * | [snmp/agent] Add proper release notesMicael Karlberg2012-01-261-0/+54
| | | | | | | | | | | | | | | | OTP-9884
| | * | [snmp/agent] Wrong OID used for error message replyMicael Karlberg2012-01-263-11/+39
| |/ / |/| | | | | | | | | | | | | | | | | When sending an error message (reply) regarding snmpUnknownPDUHandlers, the agent used the wrong OID. OTP-9747
| * | Merge branch 'bmk/snmp/agent/simultaneous_backup_calls/OTP-9884/r13' into ↵Micael Karlberg2012-01-268-38/+356
| |\ \ |/ / / | | | | | | bmk/snmp/snmp4174_integration/r13
| * | [snmp/agent] Added backup check for local_dbMicael Karlberg2012-01-264-28/+250
| | | | | | | | | | | | | | | | | | | | | | | | Added a backup check also for local_db (same as for the mib-server). Updated appup and set proper version (vsn.mk). Finally added test case for issue. OTP-9884
| * | [snmp/agent] Simultaneous snmpa:backup/1,2 calls interfereMicael Karlberg2012-01-255-15/+111
|/ / | | | | | | | | | | | | | | Simultaneous snmpa#backup">snmpa:backup/1,2 calls interfere. The master agent did not check if a backup was already in progress when a backup request was accepted OTP-9884
* | Merge branch 'bmk/snmp/snmp4173_integration/r13' into maint-r13Erlang/OTP2012-01-2016-271/+1061
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bmk/snmp/snmp4173_integration/r13: [snmp/agent] Incorrect mib server cache gclimit update [snmp] Updated doc and fixed wrequest create macros [snmp] Be more verbose in the worker procs [snmp] Add a more informative return value when the trap sending fails [snmp] Fixed the mt_trap test-case [snmp] Maximum number of varbinds in a Get-BULK response [snmp] Correted the expect bug in the snmp test utility [snmp] Mostly added some more verbosity stuff
| * \ Merge branch 'bmk/snmp/agent/update_mibs_cache_funcs/OTP-9868' into ↵Micael Karlberg2012-01-204-10/+23
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bmk/snmp/snmp4173_integration/r13 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
| | * | [snmp/agent] Incorrect mib server cache gclimit updateMicael Karlberg2012-01-194-7/+80
| |/ / |/| | | | | | | | | | | | | | | | | | | | 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
| * | Merge branch 'bmk/snmp/agent/get_bulk_with_large_max_reps/OTP-9700' into ↵Micael Karlberg2012-01-2015-266/+1043
| |\ \ |/ / / | | | | | | bmk/snmp/snmp4173_integration/r13
| * | [snmp] Updated doc and fixed wrequest create macrosMicael Karlberg2011-12-214-18/+263
| | | | | | | | | | | | | | | | | | | | | Release notes updated, together with documentation of the new config option. Also fixed the wrequest create macros (forgot end parantesis). OTP-9700
| * | [snmp] Be more verbose in the worker procsMicael Karlberg2011-12-213-106/+156
| | | | | | | | | | | | | | | | | | Add a verbosity printout for results of the requests sent to it). Also fixed handling sent_trap and appup. OTP-9700
| * | [snmp] Add a more informative return value when the trap sending failsMicael Karlberg2011-12-211-2/+18
| | | | | | | | | | | | OTP-9700
| * | [snmp] Fixed the mt_trap test-caseMicael Karlberg2011-12-211-18/+16
| | | | | | | | | | | | | | | | | | It has long been broken, but this fact was hidden by the faulty expect functions. OTP-9700
| * | [snmp] Maximum number of varbinds in a Get-BULK responseMicael Karlberg2011-12-214-104/+372
| | | | | | | | | | | | | | | | | | | | | As a means to prevent DoS, maximum number of varbinds in a Get-BULK response has been limited. Also, made some changes to the worker process "API". OTP-9700.
| * | [snmp] Correted the expect bug in the snmp test utilityMicael Karlberg2011-12-212-55/+188
| | | | | | | | | | | | | | | | | | This bug will in turn will trigger some other bugs (in the agent), these will be dealt with later. OTP-9700
| * | [snmp] Mostly added some more verbosity stuffMicael Karlberg2011-12-215-30/+97
|/ / | | | | | | OTP-9700
* | Merge branch 'bmk/inets/inets536_integration' into maint-r13Erlang/OTP2011-11-0117-227/+481
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bmk/inets/inets536_integration: [httpd] GET request with malformed header date caused server crash (non-fatal) with no reply to client. Will now result in a reply with status code 400. OTP-9674 Added versions 5.2, 5.1.3 and 5.1.2 again. OTP-9655 Uncommented ipv6 test cases. OTP-9655 Fixed HTML encode. First *try* to hex decode uri, and then do the actual html encode. OTP-9655 Skip catching hex decode failure. OTP-9655 Fixed hex-decoding. OTP-9655 Problems with proxy test cases. OTP-9655 Added release notes, appup and correct version. OTP-9655 The XSS prevention methods used was confused if the URL was encoded (hex-encoded). OTP-9655
| * \ [httpd] GET request with malformed header date causedMicael Karlberg2011-11-019-101/+162
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | [httpd] GET request with malformed header date causedMicael Karlberg2011-11-019-103/+185
| |/ / |/| | | | | | | | | | | | | | server crash (non-fatal) with no reply to client. Will now result in a reply with status code 400. OTP-9674
| * | [httpd] XSS prevention did not work for hex-encoded URL's.Micael Karlberg2011-11-0114-129/+322
| |\ \ |/ / / | | | | | | | | | | | | OTP-9655 Merge branch 'bmk/inets/httpd/xss_when_erl_encoded/r13/OTP-9655' into bmk/inets/inets536_integration
| * | Added versions 5.2, 5.1.3 and 5.1.2 again.Micael Karlberg2011-11-011-1/+31
| | | | | | | | | | | | OTP-9655
| * | Uncommented ipv6 test cases.Micael Karlberg2011-10-261-10/+10
| | | | | | | | | | | | OTP-9655
| * | Fixed HTML encode. First *try* to hex decode uri, and thenMicael Karlberg2011-10-262-6/+12
| | | | | | | | | | | | | | | do the actual html encode. OTP-9655
| * | Skip catching hex decode failure.Micael Karlberg2011-10-261-15/+2
| | | | | | | | | | | | OTP-9655
| * | Fixed hex-decoding.Micael Karlberg2011-10-268-57/+101
| | | | | | | | | | | | OTP-9655
| * | Problems with proxy test cases.Micael Karlberg2011-10-251-26/+59
| | | | | | | | | | | | OTP-9655
| * | Added release notes, appup and correct version.Micael Karlberg2011-10-253-32/+32
| | | | | | | | | | | | OTP-9655
| * | Merge branch 'maint-r13' of super:otp into ↵Micael Karlberg2011-10-254-11/+75
| |\ \ | |/ / |/| | | | | bmk/inets/httpd/xss_when_erl_encoded/OTP-9655
* | | Prepare releaseErlang/OTP2011-09-192-1/+19
| | |
* | | Merge branch 'raimo/sctp-getsetopts/OTP-9544' into maint-r13Erlang/OTP2011-09-192-10/+56
|\ \ \ | | | | | | | | | | | | | | | | | | | | * raimo/sctp-getsetopts/OTP-9544: erts,kernel: Bugfix - read SCTP socket options from right protocol layer erts: Fix bug SCTP send can only be called from controlling process
| * | | erts,kernel: Bugfix - read SCTP socket options from right protocol layerRaimo Niskanen2011-09-192-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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