1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added setter methods. More... over 18 years ago
Use engineId as the context id, not the usmAgent.getSnmpEngineId(). Removed comment from requestPduReceived(). More... over 18 years ago
Added jessage. More... over 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... over 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... over 18 years ago
First commit. More... over 18 years ago
Set sockettype = Standard (and not TCP). More... over 18 years ago
Bit more javadoc comments. More... over 18 years ago
Almost there, I hope. Main thing, is probably the bindaddress. More... over 18 years ago
Concatenated Readme4_10.txt to the end of this file. More... over 18 years ago
Moved to Readme4_13.txt More... over 18 years ago
First commit. More... over 18 years ago
Prints the Reference symbol, if the syntax has one, as part of the javadoc. More... over 18 years ago
Added methods: # public AsnObjectId(long[] oida) # public long[] getOid() # public long[] getSubOid(int beginIndex, int endIndex) More... over 18 years ago
Added methods: # public static byte longToByte(long l) # public static byte[] longToByte(long[] l) More... over 18 years ago
Replaced variable 'enum' by something else that is not a reserved word in jdk 1.5.0. More... over 18 years ago
Replaced hort's ip address. More... over 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... over 18 years ago
First commit. More... over 18 years ago
Removed the 'if (item != null)' in run again. More... over 18 years ago
Commented out the setDebug Fixed bug: when bindAddress string is empty; set it to null. More... over 18 years ago
When debug > 12: print the local and remove address of the just created socket. More... over 18 years ago
Added # public String getLocalSocketAddress(); # public String getRemoteSocketAddress(); More... over 18 years ago
Set bind parameter More... over 18 years ago
Added agent test setup for ipv6. More... over 18 years ago
Added host and bind parameters, usable on IPv6. More... over 18 years ago
Added support for IPv4 and IPv6 text-convensions: - Ipv6Address - InetAddressIPv4 - InetAddressIPv6 More... over 18 years ago
Added method: public InetAddress getIpAddress() More... over 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... over 18 years ago
New element bind, part of element test. More... over 18 years ago