aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-01-19[snmp/agent] Incorrect mib server cache gclimit updateMicael 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
2012-01-17Merge branch 'bmk/inets/inets573_integration' into maint-r14Erlang/OTP
* bmk/inets/inets573_integration: [inets/httpc] The client incorrectly streams 404 responses [inets/httpc] Add proper code change code [inets/httpc] Add test case [inets] Add proper release notes for OTP-9847 [inets/httpc] Fix the selection of session for keep-alive mode When selecting a session, the "state" of the session (specifically if the server has responded) was not taken into account. Attempting to fix this, a "state" field (actually available) has been added to the session record. [ftp] Fails to open IPv6 connection
2012-01-16Merge branch 'bmk/snmp/snmp4215_integration/r14' into maint-r14Erlang/OTP
* bmk/snmp/snmp4215_integration/r14: [snmp] Fixed release notes. Used wrong ticket number [snmp/agent] Updated appup file [snmp/agent] Updated release notes [snmp/agent] Removed the (unused) serializer part [snmp/agent] Use unique temporary file name during vacm table dumnping [snmp/agent] Add common timestamp format function. [snmp/agent] Synchronization feature added [snmp/agent] Creating a unique temporary file whe dumping vacm [snmp/agent] Changed version [snmp/agent] Found another old-style fun (2-tuple) [snmp/agent] Removed use of old style tuple funs
2012-01-16[snmp] Fixed release notes. Used wrong ticket numberMicael Karlberg
OTP-9783
2012-01-13Merge branch 'bmk/inets/httpc/streaming_404/r14/OTP-9860' into ↵Micael Karlberg
bmk/inets/inets573_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src
2012-01-13[inets/httpc] The client incorrectly streams 404 responsesMicael Karlberg
The client incorrectly streams 404 responses. The documentation specifies that only 200 and 206 responses shall be streamed. OTP-9860
2012-01-12Merge branch 'bmk/snmp/agent/synchronizing_vacm_dumping/r14/OTP-9851' into ↵Micael Karlberg
bmk/snmp/snmp4215_integration/r14 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
2012-01-12[snmp/agent] Updated appup fileMicael Karlberg
2012-01-12[snmp/agent] Updated release notesMicael Karlberg
OTP-9851
2012-01-12[snmp/agent] Removed the (unused) serializer partMicael Karlberg
OTP-9851
2012-01-12[snmp/agent] Use unique temporary file name during vacm table dumnpingMicael Karlberg
Removed the use synchronization mechanism during vacm table dumping. This could not be placed in the master agent since it was sometimes used from the master agent. Also is was credated and used from the top agent supervisor, befor the master agent process was created... OTP-9851
2012-01-12[snmp/agent] Add common timestamp format function.Micael Karlberg
OTP-9851
2012-01-12[snmp/agent] Synchronization feature addedMicael Karlberg
OTP-9851
2012-01-12[snmp/agent] Creating a unique temporary file whe dumping vacmMicael Karlberg
Attempting to create a unique temporary file when dumping the vacm table to disk. OTP-9851
2012-01-05Merge branch 'bmk/snmp/agent/remove_use_of_old_style_fun/r14/OTP-9783' into ↵Micael Karlberg
bmk/snmp/snmp4215_integration/r14
2012-01-05[snmp/agent] Changed versionMicael Karlberg
Assigned new version, 4.21.5 instedad of 4.22, for app. This version is more in line with the change. Updated release notes and appup accordingly. OTP-9783
2012-01-05[snmp/agent] Found another old-style fun (2-tuple)Micael Karlberg
OTP-9783
2012-01-05[snmp/agent] Removed use of old style tuple funsMicael Karlberg
OTP-9783
2012-01-05Merge branch 'bmk/inets/httpc/bad_keep_alive_mode/r14/OTP-9847' into ↵Micael Karlberg
bmk/inets/inets573_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src
2012-01-05Merge branch 'bmk/inets/ftp/bad_ipv6_formatting_in_eprt/r14/OTP-9827' into ↵Micael Karlberg
bmk/inets/inets573_integration
2012-01-05[inets/httpc] Add proper code change codeMicael Karlberg
Added proper code to handle code upgrade/downgrade. The manager and handler(s) are interdependant which makes it a bit tricky. OTP-9847
2012-01-04[inets/httpc] Add test caseMicael Karlberg
Add a test case verifying the session selection. Add some more use of the update_session function. Improved verbosity printouts. OTP-9847
2012-01-03[inets] Add proper release notes for OTP-9847Micael Karlberg
2012-01-03[inets/httpc] Fix the selection of session for keep-alive modeMicael Karlberg
When selecting a session, the "state" of the session (specifically if the server has responded) was not taken into account. Attempting to fix this, a "state" field (actually available) has been added to the session record. OTP-9847
2011-12-21[snmp] Updated doc and fixed wrequest create macrosMicael Karlberg
Release notes updated, together with documentation of the new config option. Also fixed the wrequest create macros (forgot end parantesis). OTP-9700
2011-12-21[snmp] Be more verbose in the worker procsMicael Karlberg
Add a verbosity printout for results of the requests sent to it). Also fixed handling sent_trap and appup. OTP-9700
2011-12-21[snmp] Add a more informative return value when the trap sending failsMicael Karlberg
OTP-9700
2011-12-21[snmp] Fixed the mt_trap test-caseMicael Karlberg
It has long been broken, but this fact was hidden by the faulty expect functions. OTP-9700
2011-12-21[snmp] Maximum number of varbinds in a Get-BULK responseMicael Karlberg
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.
2011-12-21[snmp] Correted the expect bug in the snmp test utilityMicael Karlberg
This bug will in turn will trigger some other bugs (in the agent), these will be dealt with later. OTP-9700
2011-12-21[snmp] Mostly added some more verbosity stuffMicael Karlberg
OTP-9700
2011-12-20[ftp] Fails to open IPv6 connectionMicael Karlberg
Fails to open IPv6 connection due to badly formatted IPv6 address in EPRT command. The address part of the command incorrectly contained decimal elements instead of hexadecimal. Attila Rajmund Nohl OTP-9827
2011-11-28Merge branch 'bmk/snmp/snmp4213_integration' into maint-r14Erlang/OTP
* bmk/snmp/snmp4213_integration: Added make targets for building an snmp dialyzer plt. [compiler] Fix the --warnings/--W option parsing in the snmpc wrapper script. The short warning option was incorrectly '--w', instead of as documented '--W'. This has now been corrected. Tuncer Ayaz OTP-9718 [compiler] Improved version info printout from the MIB compiler frontend escript. OTP-9618 [agent] When sending an error message (reply) regarding snmpUnknownPDUHandlers, the agent used the wrong OID. OTP-9747 Updated appup file and release notes. OTP-9745 [agent] Version 4.20 introduced a change that broke trap sending from subagents. Due to a bug in the test code, this was not discovered, until that bug was fixed. OTP-9745 Upped the version in prep of patch. OTP-9748 Fixed expect function, which basically ignored detected errors. Also added more printouts to make it easier to follow the flow of the test. In the same spirit, changed the tags in some of the test cases so that it would be possible to distinguish one expect call form another (not always possible since some functions are used by several test cases). OTP-9748
2011-11-25Merge branch 'bmk/snmp/add_make_targets_for_dialyzer_plt_building' into ↵Micael Karlberg
bmk/snmp/snmp4213_integration
2011-11-25Added make targets for building an snmp dialyzer plt.Micael Karlberg
2011-11-25Merge branch 'bmk/snmp/compiler/fix_short_warning_option/r14/OTP-9718' into ↵Micael Karlberg
bmk/snmp/snmp4213_integration
2011-11-25[compiler] Fix the --warnings/--W option parsing in the snmpc wrapper script.Micael Karlberg
The short warning option was incorrectly '--w', instead of as documented '--W'. This has now been corrected. Tuncer Ayaz OTP-9718
2011-11-25Merge branch 'bmk/snmp/compiler/improved_version_printout/r14/OTP-9618' into ↵Micael Karlberg
bmk/snmp/snmp4213_integration
2011-11-25[compiler] Improved version info printout from theMicael Karlberg
MIB compiler frontend escript. OTP-9618
2011-11-25Merge branch 'bmk/snmp/agent/wrong_oid_for_snmpUnknownPDUHandlers/OTP-9747' ↵Micael Karlberg
into bmk/snmp/snmp4213_integration
2011-11-25[agent] When sending an error message (reply) regardingMicael Karlberg
snmpUnknownPDUHandlers, the agent used the wrong OID. OTP-9747
2011-11-25Merge branch 'bmk/snmp/agent/trapsending_from_subagents/OTP-9745' into ↵Micael Karlberg
bmk/snmp/snmp4213_integration
2011-11-25Updated appup file and release notes.Micael Karlberg
OTP-9745
2011-11-25[agent] Version 4.20 introduced a change that broke trap sending fromMicael Karlberg
subagents. Due to a bug in the test code, this was not discovered, until that bug was fixed. OTP-9745
2011-11-25Merge branch 'bmk/snmp/agent_test_expect/OTP-9748' into ↵Micael Karlberg
bmk/snmp/snmp4213_integration
2011-11-25Upped the version in prep of patch.Micael Karlberg
OTP-9748
2011-11-25Fixed expect function, which basically ignored detected errors.Micael Karlberg
Also added more printouts to make it easier to follow the flow of the test. In the same spirit, changed the tags in some of the test cases so that it would be possible to distinguish one expect call form another (not always possible since some functions are used by several test cases). OTP-9748
2011-11-16Merge commit 'build/maint-r14/2011-11-14_22.10' into maint-r14Micael Karlberg
2011-11-15Merge branch 'maint-r13' into maint-r14Micael Karlberg
2011-11-15Add switch that can disable scheduler compaction of loadRickard Green