1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added setter methods. More... about 18 years ago
Use engineId as the context id, not the usmAgent.getSnmpEngineId(). Removed comment from requestPduReceived(). More... about 18 years ago
Added jessage. More... about 18 years ago
Had to do some faffing around to make sure copyTableLayout doesn't throw an error if table.jar.orig isn't available. Created _copyTableLayout target in the end. More... about 18 years ago
Added target checkSystemPassword, that will check if SYSTEMPASS is set. If not, it will print an error. Run createScott.sql, that will create scott/tiger with the needed grants. No longer print 'manager' as system password, but use SYSTEMPASS. More... about 18 years ago
First commit. More... about 18 years ago
Set sockettype = Standard (and not TCP). More... about 18 years ago
Bit more javadoc comments. More... about 18 years ago
Almost there, I hope. Main thing, is probably the bindaddress. More... about 18 years ago
Concatenated Readme4_10.txt to the end of this file. More... about 18 years ago
Moved to Readme4_13.txt More... about 18 years ago
First commit. More... about 18 years ago
Prints the Reference symbol, if the syntax has one, as part of the javadoc. More... about 18 years ago
Added methods: # public AsnObjectId(long[] oida) # public long[] getOid() # public long[] getSubOid(int beginIndex, int endIndex) More... about 18 years ago
Added methods: # public static byte longToByte(long l) # public static byte[] longToByte(long[] l) More... about 18 years ago
Replaced variable 'enum' by something else that is not a reserved word in jdk 1.5.0. More... about 18 years ago
Replaced hort's ip address. More... about 18 years ago
Added question "Does the stack support IPv6?" Elaborated on "How do I create an ASN.1 IP Address object?" to explain that that is only IPv4. More... about 18 years ago
First commit. More... about 18 years ago
Removed the 'if (item != null)' in run again. More... about 18 years ago
Commented out the setDebug Fixed bug: when bindAddress string is empty; set it to null. More... about 18 years ago
When debug > 12: print the local and remove address of the just created socket. More... about 18 years ago
Added # public String getLocalSocketAddress(); # public String getRemoteSocketAddress(); More... about 18 years ago
Set bind parameter More... about 18 years ago
Added agent test setup for ipv6. More... about 18 years ago
Added host and bind parameters, usable on IPv6. More... about 18 years ago
Added support for IPv4 and IPv6 text-convensions: - Ipv6Address - InetAddressIPv4 - InetAddressIPv6 More... about 18 years ago
Added method: public InetAddress getIpAddress() More... about 18 years ago
Added (although some are commented out) new hosts (some of them having IPv6 addresses), bind parameters and the new TCP socket type. More... about 18 years ago
New element bind, part of element test. More... about 18 years ago