1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed AsnObject.SNMP_VERSION_3 to SnmpConstants.SNMP_VERSION_3 More... about 18 years ago
Moved SnmpContext.Default_Community to SnmpContextFace.DEFAULT_COMMUNITY More... about 18 years ago
Moved Default_Community to SnmpContextFace.DEFAULT_COMMUNITY More... about 18 years ago
Changed javadoc. Method getValue(): - return a copy of the value, not the value itself. More... about 18 years ago
Changed addRequestPduListener(int port) to addRequestPduListener(ListeningContextPool lcontext) More... about 18 years ago
Corrected be send(s) to be sent More... about 18 years ago
Moved SnmpContext.Default_Community to SnmpContextFace.DEFAULT_COMMUNITY More... about 18 years ago
Constructor throws an java.lang.IllegalArgumentException if context version is SNMPv1. More... about 18 years ago
Replaced AsnObject.SNMP_VERSION_X by SnmpConstants.SNMP_VERSION_X More... about 18 years ago
Added warning that this class cannot be used to reply with a response message. More... about 18 years ago
Added javadoc. More... about 18 years ago
Added known issue about TCP_SOCKET not be able to send response back. More... about 18 years ago
Removed one library out of the list. Added ISBN to The Simple Book. More... about 18 years ago
Set the date to 01 Feb 2006. More... about 18 years ago
Explained that the TCP_SOCKET cannot be used to send response back. More... about 18 years ago
Clarified net-snmp's bug. More... about 18 years ago
Method AsnMakeMe(): - print me.getRespTypeString() in debug More... about 18 years ago
Added hort and sleep. More... about 18 years ago
Removed ully, added sleep. More... about 18 years ago
Adding trap listener as well to context. More... about 18 years ago
Corrected spelling of sysContact.0 (said sysContac.0) More... about 18 years ago
Pass parameter int [] zero_retry = {500} to _target.performGetNextRequest() More... about 18 years ago
Method performGetNextRequest((): - Added parameter int [] retry_intervals More... about 18 years ago
Method processIncomingResponse(): - call rpdu.processSNMPv3 with amIAuthoritative set to true. - changed switch to an if More... about 18 years ago
Method processIncomingResponse(): - call rpdu.processSNMPv3 with amIAuthoritative set to false. More... about 18 years ago
Split processIncomingPdu into - processPotentialTrap - processPotentialRequest because one if authoritative (request) and the other one isn't. More... about 18 years ago
Added public String MYFAKEHOSTNAME = "_myusmagent"; More... about 18 years ago
Added parameter boolean amIAuthoritative to method processSNMPv3(). This enables us to compare the engineId correctly. More... about 18 years ago
Added catch (Exception exc) to sendRequest(). More... about 18 years ago
Added method # public String getContextEngineIdStr() More... about 18 years ago