summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp
Commit message (Collapse)AuthorAgeFilesLines
...
* | This commit was generated by cvs2svn to compensate for changes in r156066,harti2006-02-2727-78/+377
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of bsnmpd 1.12harti2006-02-2727-78/+377
| |
* | This commit was generated by cvs2svn to compensate for changes in r155602,harti2006-02-136-19/+207
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor fix: make mibII HC counters really 64-bit on 32-bit platforms by pollingharti2006-02-136-19/+207
| | | | | | | | | | | | the kernel periodically. Submitted by: glebius (partly)
* | This commit was generated by cvs2svn to compensate for changes in r155506,harti2006-02-101-9/+12
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor patch: Make the link traps more RFC-conform.harti2006-02-101-9/+12
| | | | | | | | Submitted by: glebius
* | This commit was generated by cvs2svn to compensate for changes in r155429,harti2006-02-072-0/+25
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor patch: string_get_max() function to return strings with a maximumharti2006-02-072-0/+25
| | | | | | | | SNMP string length.
* | This commit was generated by cvs2svn to compensate for changes in r155094,harti2006-01-311-1/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor patch: prevent a core dump when the trace option is not followedharti2006-01-311-1/+3
| | | | | | | | | | | | by an option value. Submitted by: Shteryana Shopova <shteryana@yahoo.com>
* | This commit was generated by cvs2svn to compensate for changes in r154184,harti2006-01-101-9/+19
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor fix: the routing table can change while we are fetching it fromharti2006-01-101-9/+19
| | | | | | | | | | | | | | the kernel. Instead of complaining if we get an ENOMEM (meaning it got larger than our buffer is) reallocate the buffer and loop. Submitted by: maxim
* | This commit was generated by cvs2svn to compensate for changes in r154182,harti2006-01-101-0/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor fix: initialize the flag field of a newly created node to be 0.harti2006-01-101-0/+1
| | | | | | | | Submitted by: jasone
* | This commit was generated by cvs2svn to compensate for changes in r154180,harti2006-01-102-3/+17
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor fix: make the default read and write communities NULL. Thisharti2006-01-102-3/+17
| | | | | | | | | | | | basically disables any access unless other strings are set in the config file. Note, that there is no way to set the communities back to NULL once they're set to something not NULL.
* | This commit was generated by cvs2svn to compensate for changes in r154178,harti2006-01-101-3/+4
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor patch: fix a bug when parsing the include path.harti2006-01-101-3/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r151970,harti2005-11-021-3/+17
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor patch: fix the reporting of ifOperStatus. We now consider anharti2005-11-021-3/+17
| | | | | | | | | | | | | | | | | | | | interface up when it is running AND the link is not down (that is, it is up or unknown). If the interface is running but the link is down, we return state 'dormant', because we're waiting for an external event. Otherwise the interface is 'down'. Submitted by: csjp Reviewed by: glebius
* | This commit was generated by cvs2svn to compensate for changes in r150974,harti2005-10-055-10/+32
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor fix for the build problem of snmp_pf. Move the fallback definitionsharti2005-10-055-10/+32
| | | | | | | | | | for U?INT32_{MAX,MIN} from asn1.h into the .c files that actually require them (the .h file doesn't refer to these macros).
* | Add snmp_ntp/Makefile.in to the exclude list.harti2005-10-041-0/+1
| |
* | These files are not needed and were imported by accident in theharti2005-10-0419-36039/+0
| | | | | | | | previous import.
* | This commit was generated by cvs2svn to compensate for changes in r150920,harti2005-10-0446-539/+37252
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of bsnmpd 1.11harti2005-10-0446-539/+37252
| |
* | This commit was generated by cvs2svn to compensate for changes in r146609,harti2005-05-251-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Apply a vendor patch: silence gcc on arm (alignent when casting pointer).harti2005-05-251-1/+1
| | | | | | | | Submitted by: Olivier Houchard <cognet@ci0.org>
* | This commit was generated by cvs2svn to compensate for changes in r146525,harti2005-05-2319-115/+304
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of bsnmpd 1.10harti2005-05-2319-115/+304
| |
* | This commit was generated by cvs2svn to compensate for changes in r145673,harti2005-04-291-14/+4
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor patch: fix a bug that was introduced when moving from libisc toharti2005-04-291-14/+4
| | | | | | | | | | libbegemot: the rpoll_start_timer function needs the timeout value in milli-seconds, not the absolute time when the timer should tick.
* | This commit was generated by cvs2svn to compensate for changes in r145557,harti2005-04-2610-5/+3127
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of bsnmp 1.9harti2005-04-2610-5/+3127
| |
* | Don't extract the .gdbinit file from the distribution.harti2005-02-281-0/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r142810,harti2005-02-2820-79/+136
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of bsnmpd 1.8harti2005-02-2820-79/+136
| |
* | This commit was generated by cvs2svn to compensate for changes in r133594,harti2004-08-121-1/+6
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor patch: don't dump core when the config file cannot be opened.harti2004-08-121-1/+6
| | | | | | | | Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* | This commit was generated by cvs2svn to compensate for changes in r133429,harti2004-08-101-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Fix the 4.X -> 5.X upgrade path by include <inttypes.h> instead ofharti2004-08-101-1/+1
| | | | | | | | stdint.h.
* | List some more files to be excluded from the original distribution.harti2004-08-061-0/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r133211,harti2004-08-0655-1288/+1601
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of bsnmpd 1.7harti2004-08-0655-1288/+1601
| |
* | This commit was generated by cvs2svn to compensate for changes in r128237,harti2004-04-1424-235/+704
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of bsnmpd 1.6harti2004-04-1424-235/+704
| |
| * Remove these files from the vendor branch where they accidentallyharti2004-01-261-26/+0
| | | | | | | | where put by my wrong import.
* | Add an exclusion list that lists all the files from the originalharti2004-01-281-0/+10
| | | | | | | | distribution that we don't need.
* | Update the upgrade instructions to account for the fact, thatharti2004-01-261-4/+1
| | | | | | | | | | there is no need anymore to re-create files. Also give a hint to look for changes needed to the Makefiles.
* | This commit was generated by cvs2svn to compensate for changes in r124861,harti2004-01-2353-650/+2122
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud