- 6d71e23 - (remove-files): remove the ISSUES file for releases. by Wes Hardaker · 26 years ago
- 542023a - (TESTCONF.sh): store the peristent data in a temporary file. really. by Wes Hardaker · 26 years ago
- 440e249 - (T003snmpv1getfail, T016snmpv2cgetfail, T017snmpv2ctov1getfail, by Wes Hardaker · 26 years ago
- db9c5c7 - (Makefile.in): don't remove mib_module_loads.h. by Wes Hardaker · 26 years ago
- 06c46de - (configure, configure.in): remove config_load_mib parsing. by Wes Hardaker · 26 years ago
- 12e9150 - (configure, configure.in): properly do what --without-dummy-values by Wes Hardaker · 26 years ago
- be85e91 var_route.c - #ifdef NO_DUMMY --> #if NO_DUMMY (like the other uses). by Michael Slifcak · 26 years ago
- 107bf73 - (var_route.c): don't do caching for NO_DUMMY_VALUES. by Wes Hardaker · 26 years ago
- 66e135d (host/hr_device.c,host/hr_print.c, host/hr_proc.c,host/hr_storage.c, by Michael Slifcak · 26 years ago
- c4e2a98 - (configure, configure.in): don't use NO_DUMMY_VALUES by default. by Wes Hardaker · 26 years ago
- 192c683 - (Makefile.in, Makefile.in, Makefile.in, Makefile.in): make depend. by Wes Hardaker · 26 years ago
- 8d44e1c - (NEWS, README.snmpv3, configure, configure.in): documentation updates. by Wes Hardaker · 26 years ago
- 00d38c8 - (Makefile.in): "make test" in top level Makefile. by Wes Hardaker · 26 years ago
- 39791e4 - (examples/ucdDemoPublic.[ch] by Dave Shield · 26 years ago
- 1a34330 - (agent_registry.c): Drop support for 'static' module registration via configure by Dave Shield · 26 years ago
- 50c108c - (NEWS, README): minor updates. by Wes Hardaker · 26 years ago
- 72a2df7 - (FAQ, snmpcmd.1, snmptrap.1): minor doc updates. by Wes Hardaker · 26 years ago
- 5667ec6 - (Sv3config, T020snmpv3get, T021snmpv3getnext, by Wes Hardaker · 26 years ago
- 509a0bf - (snmpusm.1): no-fill the .conf file entries. by Wes Hardaker · 26 years ago
- 48a593c - (snmp.conf.5.def): updated with the newer token list. by Wes Hardaker · 26 years ago
- 5d7a4e7 - (snmpusm.1): added to describe the snmpusm command. by Wes Hardaker · 26 years ago
- 54de5e8 -(snmpusm.c) - fix potential repeated "free" on malloc failure. by Michael Slifcak · 26 years ago
- 48cfd4d snmpnetstat/if.c: handle non-contiguous ifTable. Also make the by Niels Baggesen · 26 years ago
- 48481de hr_storage.c: remove to forgotten debug lines. by Niels Baggesen · 26 years ago
- 1cfa03d - (acconfig.h, config.h.in, read_config.c): by Wes Hardaker · 26 years ago
- e3ce4ff - (README.snmpv3, snmpusm.c): use ss session to get probed engineID. by Wes Hardaker · 26 years ago
- c179801 - (lcd_time.c): debugging statements. by Wes Hardaker · 26 years ago
- 2356608 - (snmpd.c): print -H usage to stderr. by Wes Hardaker · 26 years ago
- 73f5831 - (README.snmpv3): update. by Wes Hardaker · 26 years ago
- a9fed41 - (snmp_parse_args.c): force v3 engineID setting to something bogus to by Wes Hardaker · 26 years ago
- 4b6553d - (usmUser.c): Um, cough, actually register us in the *init* function... by Wes Hardaker · 26 years ago
- d64d265 - (snmp_vars.c): protect against evil mib modules from modifying by Wes Hardaker · 26 years ago
- b0890d0 - (snmpd.c): log version number after stderr is optionally closed. by Wes Hardaker · 26 years ago
- 40b3837 Fix for build (no pagesize var defined for linux). by Michael Slifcak · 26 years ago
- 133e276 read_config.c, snmp_api.c - convert fprintf(stderr to snmp_log(LOG_ERR,WARNING) by Michael Slifcak · 26 years ago
- a01f001 interfaces.c var_route.c snmp_logging.c: fix compiler warnings by Niels Baggesen · 26 years ago
- 0daee70 snmpnetstat/if.c: fixes for snmpnetstat -i on virtual interfaces by Niels Baggesen · 26 years ago
- 6022976 agent/kernel.c: abort on kvm_open failures by Niels Baggesen · 26 years ago
- 8b666f6 snmplib/mib.c: fix handling of numeric oids and reporting errors by Niels Baggesen · 26 years ago
- d460e98 configure.in config.h.in configure s/netbsd agent/mibgroup/host/hr_storage.c: by Niels Baggesen · 26 years ago
- 1aeb7bd snmpusm.c - always clear field_len if ref is valid ptr; by Michael Slifcak · 26 years ago
- bf450fc - (snmpusm.c): error check/null set *after* freeing the old memory. by Wes Hardaker · 26 years ago
- a1d201c - (snmpusm.c): more error checking in the MAKE_ENTRY macro. by Wes Hardaker · 26 years ago
- aabd5be - (acconfig.h, config.h.in, configure, configure.in): remove /dev/random test. by Wes Hardaker · 26 years ago
- 712e97c -(md5.c) fix read past end problem by Michael Slifcak · 26 years ago
- 9d70d62 (many): nuke various prototype warnings by Niels Baggesen · 26 years ago
- 914c824 -(snmp.c) fix buffer overflow in xdump, of all places (77 s/b 78; using 80) by Michael Slifcak · 26 years ago
- 05e3c89 libsnmp.def - remove print_oid_report disable options by Michael Slifcak · 26 years ago
- 4c88817 snmpd.c - list all options in usage by Michael Slifcak · 26 years ago
- 3907c9f snmpdelta, translate, trapd) - list all options in usage; remove disables for print_oid_report in translate. by Michael Slifcak · 26 years ago
- aa0ea57 mib.*, parse.* - move print_oid_report and minions wholly into mib.c by Michael Slifcak · 26 years ago
- ceab78b - (FAQ): Nine new questions, plus assorted tweaks for the new release. by Dave Shield · 26 years ago
- bffd7ac parse.c: parse agent capabilities by Niels Baggesen · 26 years ago
- 03aa74f -(snmp_logging.*) -added Ragnar's patch #3 with small touches. by Michael Slifcak · 26 years ago
- f5e0db1 - (mibII/*.c host/*.c): Don't provide "dummy" values (unless explicitly configured) by Dave Shield · 26 years ago
- 49f4666 - (acconfig.h config.h.in configure.in configure): by Dave Shield · 26 years ago
- 6139702 snmp_api.3 - describe snmp_error(), replaces snmp_errno and snmp_get_errno() by Michael Slifcak · 26 years ago
- 8f08309 agentx/client.c - remove refs to snmp_synch{setup,reset} original version by Michael Slifcak · 26 years ago
- d9aaa16 config.sub - patch from Markku Laukkanen to support HPUX 11 by Michael Slifcak · 26 years ago
- 15faf0b snmp_api.c - dummy functions snmp_synch_{setup,reset} and snmp_get_errno. by Michael Slifcak · 26 years ago
- f03ebe8 -(configure*) - Ken Hornstein: fix test xxgethostbyname, xxgetservbyname. by Michael Slifcak · 26 years ago
- 7795819 undo patch around Solaris' configure failure to register HAVE_GETHOSTBYNAME. by Michael Slifcak · 26 years ago
- c695d4a -(smux.c) - patch supplied by Nick Amato to fix ASN_IPADDRESS parse. by Michael Slifcak · 26 years ago
- 688d4db - (mibs/UCD-DEMO-MIB.txt): Re-resolve file & ucdDemo OID conflict by Dave Shield · 26 years ago
- 12e1f80 snmp_debug.c - signed comparison for len in debugmsg_hextli. by Michael Slifcak · 26 years ago
- a872d97 snmp_debug.h - fix "warning: ANSI C forbids conditional expr with only one void side". by Michael Slifcak · 26 years ago
- 7595b22 README.win32 - runtime lib and debug info courtesy of Robert Story. by Michael Slifcak · 26 years ago
- e09147b vacm_vars.c - copy community string, null terminate, then debug print by Michael Slifcak · 26 years ago
- 9c65247 snmp_debug.h - move DEBUGTRACE from debugmsg_hextli to DEBUGDUMPSETUP by Michael Slifcak · 26 years ago
- 429247b snmp_debug.c - remove trace messages from debugmsg_hextli. by Michael Slifcak · 26 years ago
- a5d5a34 asn1.c - fix out-of-bound array write and memory leak in parsing strings. by Michael Slifcak · 26 years ago
- 0841a7e snmp_api.c - remove "BY" from HAVE_GETHOSTBYNAME (Solaris 2.5.1 wrong!) by Michael Slifcak · 26 years ago
- def6841 snmp_debug - DEBUGMSG macros call snmp_get_do_debugging before invoking debugmsg* functions. by Michael Slifcak · 26 years ago
- f13a176 parse - shame on me for not compile testing first! by Michael Slifcak · 26 years ago
- e516fe3 asn1, parse) fixes supplied by Markku Laukkanen (MJS-use xcalloc in parse) by Michael Slifcak · 26 years ago
- bdc1047 - (version.h bug-report sedscript.in): version tag ( 4.0.pre5 ) by Wes Hardaker · 26 years ago
- f4cda82 - (*/Makefile.in): make depend by Wes Hardaker · 26 years ago
- 7613927 - (Makefile.in): make /var/ucd-snmp exist. We should do a permission by Wes Hardaker · 26 years ago
- 73bb3b0 - (config.h.in): autoheader run. by Wes Hardaker · 26 years ago
- 626dcff - (README.snmpv3): generic v3 instructions, but has errors. by Wes Hardaker · 26 years ago
- ef8be67 no struct sockaddr_dl in AIX 3. by Michael Slifcak · 26 years ago
- 10c867d add vsnprintf check and HAVE_VSNPRINTF constant by Michael Slifcak · 26 years ago
- 8c6dc46 - (acconfig.h): Check for libdb/libdb1 & librpm separately by Dave Shield · 26 years ago
- 580caa7 - (configure.in configure): Check for libdb/libdb1 & librpm separately by Dave Shield · 26 years ago
- 5e8ffcc remove references to non-existent snmp_vars_m2m.h by Michael Slifcak · 26 years ago
- 19c93a2 use traditional K&R commenting; not all "C" compilers accept "//" comments. by Michael Slifcak · 26 years ago
- e11cbb8 win32/config.h - define HAVE_GETHOSTNAME by Michael Slifcak · 26 years ago
- f34fa65 system - use sizeof by Michael Slifcak · 26 years ago
- d7e49e1 snmpv3 - key off HAVE_GETHOSTNAME; use sizeof buf by Michael Slifcak · 26 years ago
- ae39c9c - (agent_read_config.c agent_registry.c snmp_vars.c snmp_vars_m2m.h): by Dave Shield · 26 years ago
- d1cc52b snmpv3 - wrap possibly unused vars in #ifdef HAVE_GETHOSTNAME by Michael Slifcak · 26 years ago
- 50fa779 - (agent/agent_registry.c agent/snmp_vars.c agent/snmpd.c by Dave Shield · 26 years ago
- 0b1855f hr_storage.c - auto_nlist for HR_STORE_SIZE by Michael Slifcak · 26 years ago
- 198c4d6 rename sd to ifsd - avoid global shadow decl by Michael Slifcak · 26 years ago
- 3f6e47e decl log_perror by Michael Slifcak · 26 years ago
- f5c78f3 rename local var 'last' to 'last_ipch' - avoid shadow global decl by Michael Slifcak · 26 years ago
- fd869ca -(agent/agent_read_config.c,agent/history.c,agent/snmp_vars.c, by Michael Slifcak · 26 years ago
- 8f4c2e3 -(mips.h) graciously provided by Anthony Symons by Michael Slifcak · 26 years ago
- f6d2669 Removed hint of v2party from comment. by Michael Slifcak · 26 years ago
- 0c18e9b Removed duplicate HAVE_GET???BYNAME; Removed unused _CRTIMP by Michael Slifcak · 26 years ago