76
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Major bug: Changing tree size caused problems. extensible tree now adds a halt condition (namelen = -1) to check for More... about 29 years ago
Took out the #ifdef hpux for caching. Works on decs as well. (need to test on suns) More... about 29 years ago
Took out the #ifdef hpux for caching. Works on decs as well. (need to test on suns) More... about 29 years ago
Added Dec load-average capability. More... about 29 years ago
Added Dec load-average capability. More... about 29 years ago
Added prototype declairation for find_extensible() More... about 29 years ago
Added prototype declairation for find_extensible() More... about 29 years ago
Bug fix -- started counting relocs from 0 instead of 1. segfaulted on decs. More... about 29 years ago
Bug fix -- started counting relocs from 0 instead of 1. segfaulted on decs. More... about 29 years ago
Changed timeout to be 30 seconds. More... about 29 years ago
Changed timeout to be 30 seconds. More... about 29 years ago
New script: walks an extensible (or any) mib tree. Has built in knowledge of the mibs for lay-peoples useage. More... about 29 years ago
New script: walks an extensible (or any) mib tree. Has built in knowledge of the mibs for lay-peoples useage. More... about 29 years ago
Fixed bug: Using a wrong variable More... about 29 years ago
Fixed bug: Using a wrong variable More... about 29 years ago
Added extensible mib entry. -- find_extensible now returns the default mib tree or an appropriate mib tree with the created extensible entry in it. -- Extensible mibs are help in *relocs More... about 29 years ago
Added extensible mib entry. -- find_extensible now returns the default mib tree or an appropriate mib tree with the created extensible entry in it. -- Extensible mibs are help in *relocs More... about 29 years ago
Added extensible mib entry. -- find_extensible now returns the default mib tree or an appropriate mib tree with the created extensible entry in it. More... about 29 years ago
Added extensible mib entry. -- find_extensible now returns the default mib tree or an appropriate mib tree with the created extensible entry in it. More... about 29 years ago
Added load average mib entry More... about 29 years ago
Added load average mib entry More... about 29 years ago
Bug Fix: Still solving the memory over-write problem. I think (this time) its because I wasn't #including sys/time.h Changed extensible->result to be a int instead of long More... about 29 years ago
Bug Fix: Still solving the memory over-write problem. I think (this time) its because I wasn't #including sys/time.h Changed extensible->result to be a int instead of long More... about 29 years ago
Bug Fix: Turns out I can't multiply. -- Changed MAXCACHESIZE back to (200*80) from my 1600 (forogt a 0) More... about 29 years ago
Bug Fix: Turns out I can't multiply. -- Changed MAXCACHESIZE back to (200*80) from my 1600 (forogt a 0) More... about 29 years ago
Started writting a Tk interface... Code is still very very ugly, but works. More... about 29 years ago
Started writting a Tk interface... Code is still very very ugly, but works. More... about 29 years ago
Now logs itself correctly. More... about 29 years ago
Now logs itself correctly. More... about 29 years ago
Bug Fix: var = time() was overwritting other memory if var is declaired as static. ICK! -- result was that extensible MIBERRNAME was getting trashed -- HPs only? Makefile dependencies should now be correct Changed CACHETIME def to EXCACHETIME to relieve conflict when compiling agent/snmp_vars.c More... about 29 years ago