news files updates
5.9.5.2
5.9.5
drop old links
show version 5.10.pre2
Merge pull request #1 from moshekaplan/patch-1
Merge branch 'master' into patch-1
Merge pull request #2 from moshekaplan/patch-2
FAQ.html: Update for Sourceforge to GitHub
Merge pull request #3 from fenner/v6-mibs-deprecated
Update for RFC8096
point to github
fix current version
index.html: Replace sourceforge link with Github
The SourceForge Net-SNMP code repository is outdated. The Net-SNMP code base has been migrated to https://github.com/net-snmp/net-snmp/. Please submit Net-SNMP pull requests on github starting from the master branch.
Avoid gcc warnings
We are on 5.8 and have exact the same problem. After restarting the daemon, it works again ..... for a short time.
I faced same problem. I tried to run example "Writing a Dynamically Loadable Object" at Windows 10 x64. Version Net-snmp 5.9.4. Compiler MSVC 2019. Net-snmp build without problem. I build agent plugin DLL in Qt Creator. When i try snmpget localhost NET-SNMP-TUTORIAL-MIB::nstAgentPluginObject.0 i get only "No Such Object available". When i try to debug this situation, i discovered that my init_nstAgentPluginObject called by SNMPD - register_mib return SUCCESS, but i can't find my MIB in agent OID...
We have hardcoded the msgAuthoritativeEngineBoots value as 1 and it should always 1 across the reboots. 286 if (session->engineBoots == 0) 287 session->engineBoots = 1; 288 if (session->engineTime == 0) / not really correct, / 289 session->engineTime = get_uptime(); / but it'll work. Sort of. / 290 291 set_enginetime(session->securityEngineID, session->securityEngineIDLen, 292 session->engineBoots, session->engineTime, TRUE); 293 } 294 return 0; Do we need to modify the code in the above.
Struggling a lot to preserve source IP. Im using redhat linux and my snmp version is 5.9.4. did not used your suggested patch since 5.9.4 version already have this patch but while forwarding my snmptrapd its not preserving the source IP. Please see my snmptrapd conffilg file cat snmptrapd.conf disableAuthorization yes authCommunity log,execute,net public addForwarderInfo yes forward default 10.20.30.40:1163 format1 %V|%y-%02m-%02l %02h:%02j:%02k V1TRAP %b %a %N %w%q %T %v\n format2 %V|%y-%02m-%02l...
Struggling a lot to preserve source IP. Im using redhat linux and my snmp version is 5.9.4. did not used your suggested patch since 5.9.4 version already have this patch but while forwarding my snmptrapd its not preserving the source IP. Please see my snmptrapd conffilg file cat snmptrapd.conf disableAuthorization yes authCommunity log,execute,net public addForwarderInfo yes forward default 10.20.30.40:1163 format1 %V|%y-%02m-%02l %02h:%02j:%02k V1TRAP %b %a %N %w%q %T %v\n format2 %V|%y-%02m-%02l...
new-release
new-key
This has been in all releases since 5.7.3 in 2014. Where do you need it (in other words, you really need to upgrade)?
I am in need of a similar requirement currently. Can anyone guide me on how to install this patch ??
Can anyone guide me on how to install this patch ??
apps/snmpnetstat: Declare input parameters const
apps/snmpnetstat: Simplify a loop further
apps: combining conditions
apps/snmptrapd_sql: Fix a recently introduced build error
configure: Enable more clang developer compiler warnings
Introduce the NETSNMP_FALLTHROUGH macro
Introduce the NETSNMP_FALLTHROUGH macro
configure: Enable more clang developer compiler warnings
testing/fulltests/unit-tests/T105trap_parse_clib: Fix a memory leak
apps/snmptrap: Fix mysql reconnection after hitting wait_timeout
testing/fulltests/unit-tests/T102pdu_build_clib: Fix a memory leak
Search for -ltinfo in configure if needed
Prune Libs.private entries in netsnmp*.pc.in
Fix LDFLAGS vs LIBS ordering
Tidy up net-snmp-config output
configure: Fix false positive when build dir contains "yes"
MIB-II: Remove dead code
apps: fix handle leak
apps: Remove a superfluous pointer check
ip-mib: Fix incorrect error handling for ipDefaultTTL sets
ci, Windows: Bump the OpenSSL version number
Merge branch 'V5-9-patches'
agent/mibgroup: fix -Wstrict-prototypes
Merge branch 'V5-9-patches'
agent: fix -Wincompatible-function-pointer-types
configure.d: fix compatibility with Clang 16
Merge branch 'V5-9-patches'
Merge branch 'V5-9-patches'
CHANGES: libsnmp: Restore support for DNS names longer than 63 characters
Merge branch 'V5-9-patches'
CHANGES: libsnmp: Make the snmpIPBaseDomain.h header file private
CHANGES: libsnmp: Restore support for DNS names longer than 63 characters
ci, Windows: Bump the OpenSSL version number
ci: Upgrade to actions/checkout@v3
treewide: Remove casts from calloc() calls
libsnmp: Check calloc() return value
libsnmp: Fix a potential null pointer dereference
libsnmp: Simplify asn_build_objid()
libsnmp: Optimize asn_build_unsigned_int64()
libsnmp: Simplify snmp_build_var_op()
libsnmp: Simplify snmp_build_var_op()