aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files
Commit message (Collapse)AuthorAgeFilesLines
* (1) Fix memory leak by connections from <UNKNOWN>.Jun Kuriyama2005-03-222-2/+58
| | | | | | | | | | | | (2) Take care of large counters on 64bit platforms. PR: ports/78807 (1) Submitted by: Andriy Gapon <avg@icyb.net.ua> (1), Peter Losher <Peter_Losher@isc.org> (2) Approved by: portmgr (marcus) Notes: svn path=/head/; revision=131884
* - Remove 0 sized patchfile.Jun Kuriyama2005-02-051-0/+0
| | | | | | | Reported by: sem Notes: svn path=/head/; revision=128074
* - Update to 5.2.1.Jun Kuriyama2005-01-2529-19/+346
| | | | | | | | - Add a patch to fix memory leak (SF bugs #1103644). - Add WITH_DMALLOC knob (with a lot of patches to fix #include order). Notes: svn path=/head/; revision=127345
* - Add missing patch files in previos commitJun Kuriyama2004-12-084-0/+46
| | | | | | | | | | | (patch-interface_ioctl.c, patch-ucd_snmp.h). - Add missing backward compatibility simbols for usmAES{192,256}PrivProtocol (patch-snmpusm.c, patch-transform_oids.h). PR: ports/74810 Notes: svn path=/head/; revision=123454
* Remove empty patches.Kirill Ponomarev2004-12-062-0/+0
| | | | Notes: svn path=/head/; revision=123304
* - Upgrade to 5.2.Jun Kuriyama2004-11-2910-135/+109
| | | | | | | | | | | | | | | | - Fix build problem on current (1) - Fix module availability problem on current (2) - Disable perl completely with WITHOUT_PERL knob (3) - Install sample file and improve pkg-message and pkg-plist (4) PR: ports/71071 (1), ports/71522 (2), ports/71315 (3), ports/72779 (4) Submitted by: Matthew Thyer <thyerm@powerband.net.au> (1), Dominic Mitchell <dom@happygiraffe.net> (2), oliver (3), Fumihiko Kimura <jfkimura@yahoo.co.jp> (4) Notes: svn path=/head/; revision=122733
* Fix build on 6-current.Jun Kuriyama2004-09-051-1/+1
| | | | | | | | Submitted by: lofi Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118113
* Unbreak on 6-current.Jun Kuriyama2004-08-312-0/+15
| | | | Notes: svn path=/head/; revision=117747
* Add a hack to unbreak on releng4.Jun Kuriyama2004-08-111-29/+32
| | | | Notes: svn path=/head/; revision=115912
* - Upgrade to 5.1.2.Jun Kuriyama2004-08-1113-425/+651
| | | | | | | Numerous patches are integrated into this release. Notes: svn path=/head/; revision=115888
* Update to follow new rc.d/localpkg order.Jun Kuriyama2004-07-272-4/+4
| | | | | | | Obtained from: mtm Notes: svn path=/head/; revision=114824
* o Try to use modern autotools.Jun Kuriyama2004-06-233-61/+33
| | | | | | | | | | | o Fix typo about WITHOUT_PERL knob. (1) o Unbreak on -current after mbuf allocator changes. (2) Submitted by: ceri (1) Complained from: many people (2) Notes: svn path=/head/; revision=112029
* Unbreak on 5.0.Jun Kuriyama2004-05-131-4/+4
| | | | | | | My mbuf statistics code works only after 5.1-REL. Notes: svn path=/head/; revision=109092
* Prevent error in snmpconf script with recent perl.Jun Kuriyama2004-05-121-1/+10
| | | | | | | Reported by: daver@vicor.com (Pomegranate) Notes: svn path=/head/; revision=108964
* Add mbuf cluster statistics.Jun Kuriyama2004-05-052-82/+96
| | | | Notes: svn path=/head/; revision=108433
* Restore mbuf statistics support on recent 5.x.Jun Kuriyama2004-05-041-11/+179
| | | | | | | To retrieve these values, check hrStorageUsed or hrStorageSize. Notes: svn path=/head/; revision=108350
* Fix tcp.tcpCurrEstab.0 counting.Jun Kuriyama2004-04-141-9/+29
| | | | | | | | PR: ports/65487 Submitted by: Ken Stailey <kstailey@yahoo.com> Notes: svn path=/head/; revision=106975
* Upgrade to 5.1.1.Jun Kuriyama2004-04-035-59/+36
| | | | Notes: svn path=/head/; revision=106030
* Remove empty file.Jun Kuriyama2004-03-201-0/+0
| | | | | | | | PR: ports/64478 Submitted by: ceri Notes: svn path=/head/; revision=104704
* Various fixes / improvements.Jun Kuriyama2004-03-1015-47/+376
| | | | | | | | | | See PR for details. PR: ports/63759 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=103525
* Avoid "kvm_read: Bad address" error.Jun Kuriyama2004-02-291-0/+10
| | | | | | | | PR: ports/63026 Submitted by: Antoine Jacoutot <ajacoutot@lphp.org> Notes: svn path=/head/; revision=102519
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willBruce M Simpson2004-01-031-0/+136
| | | | | | | | | | | | | | | cause InetAddress and InetAddressType OIDs to be handled specially during presentation. Normally they are simply displayed as hex due to being octet-strings, but this is not how they are intended to be presented. This allows IPv6 addresses to be presented correctly, as well as IPv4 in emerging and existing MIBs which use the new InetAddress type. Reviewed by: kuriyama, fenner Tested with: snmpwalk, mbrowse Notes: svn path=/head/; revision=97154
* Fix parsing when "file <filename>" directive is used in snmpd.confJun Kuriyama2003-12-251-0/+24
| | | | | | | without maxfilesize column. Notes: svn path=/head/; revision=96594
* Unbreak on 4-stable (actually gcc-2.95).Jun Kuriyama2003-11-181-4/+12
| | | | | | | Reported by: krion, Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=94271
* o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).Jun Kuriyama2003-11-189-89/+207
| | | | | | | | | | | o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio" by default. o Remove unused variables. o Update various local patches around {tcp,udp}Table and hr_{storage,system}. Notes: svn path=/head/; revision=94221
* Upgrade to 5.0.9.Jun Kuriyama2003-09-061-28/+27
| | | | | | | | | | | Convert to use rc.subr script. Heads up! Variable name in /etc/rc.conf is changed to $snmpd_enable and $snmpd_flags. Old variables are imported for transition. Notes: svn path=/head/; revision=88629
* o Move perllocal.pod tweak from post-configure to post-build.Jun Kuriyama2003-08-231-0/+11
| | | | | | | | | | | | Because Makefile for perl is created at build stage. [1] o Install freebsd5.h which I added in previous commit [2]. PR: ports/55729 [2] Submitted by: Pat Lashley <patl+freebsd@volant.org> [2], kuriyama [1] Notes: svn path=/head/; revision=87545
* o Fix not to define "freebsd[234]" definition on freebsd5 environment.Jun Kuriyama2003-08-164-18/+117
| | | | | | | | | | | o Fix related patch to fit freebsd5 environment. o Implement tcp.tcpCurrEstab to return correct value. PR: ports/54551 Submitted by: sub_0@netcabo.pt Notes: svn path=/head/; revision=87030
* libtool uber-patchAde Lovett2003-06-261-4/+4
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* Upgrade to 5.0.8.Jun Kuriyama2003-03-296-73/+49
| | | | | | | Partially submitted by: demon Notes: svn path=/head/; revision=77681
* Unbreak after __FreeBSD_version >= 500101.Jun Kuriyama2003-02-192-0/+29
| | | | Notes: svn path=/head/; revision=75914
* Upgrade to 5.0.6.Jun Kuriyama2002-10-064-13/+34
| | | | Notes: svn path=/head/; revision=67473
* HEADS UP: After this commit, snmpd is not enabled by default.Jun Kuriyama2002-09-171-1/+17
| | | | | | | | | | | | See pkg-message for details. * Use /etc/rc.conf variables to control snmpd invocation. * Add some make variables to set default values. Requested by: many people :-) Notes: svn path=/head/; revision=66465
* Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNodeJun Kuriyama2002-08-291-0/+32
| | | | | | | | | mibs on our system. Submitted by: Donal Diamond <donal.diamond@eircom.net> Notes: svn path=/head/; revision=65204
* Upgrade to 5.0.3.Jun Kuriyama2002-08-031-10/+0
| | | | Notes: svn path=/head/; revision=63894
* Fix enumeration after interface without address.Jun Kuriyama2002-07-291-0/+16
| | | | | | | | Submitted by: billf PR: ports/28717 Notes: svn path=/head/; revision=63689
* o Fix string representation of IPv6 address for libwrap's addressJun Kuriyama2002-07-253-0/+73
| | | | | | | | | | | matching. o Add a note that numeric address is required for snmpd in /etc/hosts.allow. Guided by: ume Notes: svn path=/head/; revision=63522
* Upgrade to 5.0.2.Jun Kuriyama2002-07-223-61/+36
| | | | | | | Remove statvfs hack. Notes: svn path=/head/; revision=63375
* Fix breakage on latest -current.Jun Kuriyama2002-06-241-4/+57
| | | | | | | | | | | | This breakage is caused because: o struct statvfs is defined and statvfs() function is declared. o statvfs() function is not yet implemented. So detection of statvfs related is commented out until function will be implemented. Notes: svn path=/head/; revision=61851
* Upgrade to 5.0.1.Jun Kuriyama2002-05-157-102/+82
| | | | | | | | | | Maintainer note: I have not yet checked this major version bump enough. Please use net/net-snmp4 port for stable environment. And please report any problem with this version. Notes: svn path=/head/; revision=59148
* Upgrade to 4.2.4.Jun Kuriyama2002-04-098-142/+35
| | | | | | | | Some of our patches are integrated into original distribution. Enable diskio mib-module by default. Notes: svn path=/head/; revision=57474
* Remove tkmib from installation.Jun Kuriyama2002-04-042-7/+11
| | | | | | | | | | This program will be provided as separated port which depends on p5-Tk and p5-SNMP. PR: ports/19281 Notes: svn path=/head/; revision=57298
* Make this port $PREFIX clean.Jun Kuriyama2002-03-221-4/+4
| | | | | | | | PR: ports/34551 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp> Notes: svn path=/head/; revision=56441
* Return correct memory size when over 2G.Jun Kuriyama2002-03-071-0/+11
| | | | | | | | PR: ports/35352 Submitted by: Steve Shorter <steve@nomad.tor.lets.net> Notes: svn path=/head/; revision=55662
* o Add WITH_SNMP_DISKIO knob to collect diskio statistics (will turn on byJun Kuriyama2002-02-153-0/+55
| | | | | | | | | default after some period). o Support 4.x and 5.x for host/hr_disk.c. o Add simple patch to wrap function decraration in HAVE_LPSTAT correctly. Notes: svn path=/head/; revision=54717
* Update 4.2.1 -> 4.2.3Jacques Vidrine2002-01-212-1/+48
| | | | Notes: svn path=/head/; revision=53465
* Handle mbuf statistics going away temporarily aroundBill Fenner2001-10-141-0/+39
| | | | | | | | | | __FreeBSD_version 500021. Leave a placeholder for reporting using the new method added around __FreeBSD_version 500024. (This fixes the build on -current.) Notes: svn path=/head/; revision=48758
* Upgrade to 4.2.1.Jun Kuriyama2001-05-105-327/+10
| | | | Notes: svn path=/head/; revision=42483
* Treat shlib number and libtool as our way.Jun Kuriyama2001-02-081-0/+11
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=38092
* Add work around not to dumps core to access host resources.Jun Kuriyama2001-02-021-8/+12
| | | | | | | Sorry for my commit bloat... Notes: svn path=/head/; revision=37901