aboutsummaryrefslogtreecommitdiff
path: root/lib/libbsnmp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the use of the non-portable -D argument to ls.Brooks Davis2019-09-111-3/+1
| | | | | | | | | | | | | | | This was used to store the mtime of the source file in a commment in a generated header file. This is of little-to-no diagnostic value and the result doesn't even end up in the source tree. Reported by: arichardson Reviewed by: arichardson MFC after: 1 days Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D21605 Notes: svn path=/head/; revision=352220
* Add IPv6 transport for bsnmp.Andrey V. Elsukov2019-04-021-0/+4
| | | | | | | | | | | | | | | | This patch adds a new table begemotSnmpdTransInetTable that uses the InetAddressType textual convention and can be used to create listening ports for IPv4, IPv6, zoned IPv6 and based on DNS names. It also supports future extension beyond UDP by adding a protocol identifier to the table index. In order to support this gensnmptree had to be modified. Submitted by: harti MFC after: 1 month Relnotes: yes Differential Revision: https://reviews.freebsd.org/D16654 Notes: svn path=/head/; revision=345797
* Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-031-0/+14
| | | | | | | | | | For developers gensnmptree can now generate functions for enums to convert between enums and strings and to check the validity of a value. The sources in FreeBSD are now in sync with the upstream which allows to bring in IPv6 modifications. Notes: svn path=/head/; revision=335885
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=318000
* Remove an incorrect MLINK for tree(3) introduced in r310728.Glen Barber2017-04-251-1/+0
| | | | | | | | | | Reported by: many PR: 216476 MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=317415
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
| | | | | | | | | | This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=312462
* Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3)Enji Cooper2017-01-011-0/+3
| | | | | | | | MFC after: 3 days X-MFC with: r310999 Notes: svn path=/head/; revision=311002
* Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIsEnji Cooper2016-12-281-2/+92
| | | | | | | | | | | they document Also, alphabetically sort MAN MFC after: 3 days Notes: svn path=/head/; revision=310728
* Remove NO_WERROR from libbsnmp/Makefile.incEnji Cooper2016-05-131-1/+0
| | | | | | | | | | | This has been compiling without warnings with clang/gcc for a while now Tested with: clang 3.8.0, gcc 4.2.x, gcc 5.x MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=299699
* MFH r289384-r293170Glen Barber2016-01-041-1/+0
|\ | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=293172
| * META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291307
* | Merge from headBaptiste Daroussin2015-06-151-0/+20
|\| | | | | | | Notes: svn path=/projects/release-pkg/; revision=284410
| * Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| | * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| | * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| | |\ | | |/ | |/| | | | Notes: svn path=/projects/bmake/; revision=283595
| | * Updated dependenciesSimon J. Gerraty2014-05-161-0/+2
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| | * Merge from headSimon J. Gerraty2014-05-081-1/+1
| | |\ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265720
| | * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| | * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| | * | Sync with HEAD.David E. O'Brien2013-02-081-0/+1
| | |\ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246555
| | * | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+4
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
| | * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | | Add a bsnmp packageBaptiste Daroussin2015-03-181-0/+1
|/ / / / | | | | | | | | | | | | Notes: svn path=/projects/release-pkg/; revision=280217
* | | | Fix build with recent binutilsBaptiste Daroussin2014-12-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent binutils considered the .gnu.warning.symbol section as a fatal error when run with --fatal-warnings which makes any users of "insecure" functions from libc failing to build with recent binutils. Introduce a new macro: LD_FATAL_WARNINGS=no to run ld(1) with --no-fatal-warnings for the users of "insecure" functions Differential Revision: https://reviews.freebsd.org/D1320 Notes: svn path=/head/; revision=276128
* | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| | | | | | | | | | | | | | | | | While here reduce a bit overlinking Notes: svn path=/head/; revision=275024
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |/ |/| | | | | | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* | Add missing DPADDAntoine Brodin2013-01-011-0/+1
|/ | | | Notes: svn path=/head/; revision=244931
* Bump shared libraries version numbers in preparation for 9.0.Konstantin Belousov2011-08-281-1/+1
| | | | | | | | | | | This time, only libraries which ABI has been changed compared to stable/8, are bumped. ABI analysis done by: Gleb Kurtsou Approved by: re (kensmith) Notes: svn path=/head/; revision=225227
* Unbreak the build by temprorarily not using include directives inShteryana Shopova2010-12-201-4/+0
| | | | | | | | bsnmpd(1)' def files, until bsd.snmpmod.mk & Makefiles are fixed to pass proper include path flags to gensnmptree. Notes: svn path=/head/; revision=216605
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.Shteryana Shopova2010-12-201-0/+4
| | | | | | | | | Sponsored by: The FreeBSD Foundation Reviewed by: philip Approved by: philip Notes: svn path=/head/; revision=216594
* In bsnmpd(1) add support for SNMPv3 message processing model, including ↵Shteryana Shopova2010-12-081-2/+9
| | | | | | | | | | | message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415). Sponsored by: The FreeBSD Foundation Reviewed by: philip@ (mostly) Approved by: philip@ Notes: svn path=/head/; revision=216294
* Always assign WARNS using ?=Ulrich Spörlein2010-03-022-5/+4
| | | | | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor) Notes: svn path=/head/; revision=204585
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* - Bump share library version which were missed in last bumpRong-En Fan2007-06-181-1/+1
| | | | | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) Notes: svn path=/head/; revision=170925
* Catch up with the import of bsnmp-1.11. Add a couple of newHartmut Brandt2005-10-041-0/+2
| | | | | | | configuration flags to CFLAGS and set the WARNS level to 6. Notes: svn path=/head/; revision=150927
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules.Hartmut Brandt2005-03-1414-3255/+1
| | | | | | | | These modules are modules for the daemon, not for the library so they should be where the daemon is. Notes: svn path=/head/; revision=143601
* who's -> whoseRuslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141849
* Fixed punctuation in xrefs.Ruslan Ermilov2005-01-211-2/+2
| | | | Notes: svn path=/head/; revision=140598
* NOATM -> NO_ATMRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139105
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Delete a .Fn that had no argument andGiorgos Keramidas2004-10-091-1/+1
| | | | | | | | | properly terminate a .Bl with a matching .El MFC after: 3 days Notes: svn path=/head/; revision=136291
* Link to the build again. The problem was that we need a newHartmut Brandt2004-08-111-3/+3
| | | | | | | | gensnmptree for the .def file to parse. This was fixed in Makefile.inc1. Notes: svn path=/head/; revision=133508
* Again something bad is happening so comment out the ATM module.Hartmut Brandt2004-08-111-3/+3
| | | | Notes: svn path=/head/; revision=133503
* Now, after the import of NgATM-1.1, re-enable the atm module.Hartmut Brandt2004-08-111-1/+1
| | | | Notes: svn path=/head/; revision=133496
* Disable the snmp_atm module until the source gets fixed. This will unbreakScott Long2004-08-101-1/+1
| | | | | | | this portion of the build. Notes: svn path=/head/; revision=133424
* Link the snmp_atm module to the build unless NOATM is defined.Hartmut Brandt2004-08-091-1/+6
| | | | Notes: svn path=/head/; revision=133393
* Now that gensnmptree can read and merge more than one tree makeHartmut Brandt2004-08-091-4/+4
| | | | | | | | the rule so that the tree .c and .h files can be produced from several trees. Notes: svn path=/head/; revision=133392
* A module for bsnmpd(1) that exports a MIB that contains information aboutHartmut Brandt2004-08-094-0/+478
| | | | | | | the local ATM interfaces and allows to change some parameters via SNMP. Notes: svn path=/head/; revision=133391