summaryrefslogtreecommitdiffstats
path: root/lib/libbsnmp
Commit message (Collapse)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.bdrewery2017-05-091-0/+1
| | | | | | This is a direct commit since MFCing these changes is impractical. Sponsored by: Dell EMC Isilon
* MFC r317415:bdrewery2017-05-091-1/+0
| | | | Remove an incorrect MLINK for tree(3) introduced in r310728.
* MFC r312452-r312512:ngie2017-02-101-1/+1
| | | | | | | | | | r312452-r312512: - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc
* MFC r310099,r311000,r311002:ngie2017-01-041-0/+3
| | | | | | | | | | r311000: Fix spelling errors r311002: Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3)
* MFC r310728:ngie2016-12-311-2/+92
| | | | | | | Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIs they document Also, alphabetically sort MAN
* Remove NO_WERROR from libbsnmp/Makefile.incngie2016-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
* MFH r289384-r293170gjb2016-01-041-1/+0
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-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
* | Merge from headbapt2015-06-151-0/+20
|\ \ | |/
| * Add META_MODE support.sjg2015-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
| | * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| | |
| | * Merge sync of headsjg2015-05-271-2/+2
| | |\ | | |/ | |/|
| | * Updated dependenciessjg2014-05-161-0/+2
| | |
| | * Merge from headsjg2014-05-081-1/+1
| | |\
| | * | Updated dependenciessjg2013-03-111-0/+1
| | | |
| | * | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | * | Sync with HEAD.obrien2013-02-081-0/+1
| | |\ \
| | * | | Updated/new Makefile.dependsjg2012-11-081-0/+4
| | | | |
| | * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+16
| | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | Add a bsnmp packagebapt2015-03-181-0/+1
|/ / / /
* | | | Fix build with recent binutilsbapt2014-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
* | | | Convert libraries to use LIBADDbapt2014-11-251-2/+1
| |_|/ |/| | | | | | | | While here reduce a bit overlinking
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |/ |/| | | | | from the latter.
* | Add missing DPADDantoine2013-01-011-0/+1
|/
* Bump shared libraries version numbers in preparation for 9.0.kib2011-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)
* Unbreak the build by temprorarily not using include directives insyrinx2010-12-201-4/+0
| | | | | bsnmpd(1)' def files, until bsd.snmpmod.mk & Makefiles are fixed to pass proper include path flags to gensnmptree.
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.syrinx2010-12-201-0/+4
| | | | | | Sponsored by: The FreeBSD Foundation Reviewed by: philip Approved by: philip
* In bsnmpd(1) add support for SNMPv3 message processing model, including ↵syrinx2010-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@
* Always assign WARNS using ?=uqs2010-03-022-5/+4
| | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-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)
* - Bump share library version which were missed in last bumprafan2007-06-181-1/+1
| | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith)
* Catch up with the import of bsnmp-1.11. Add a couple of newharti2005-10-041-0/+2
| | | | configuration flags to CFLAGS and set the WARNS level to 6.
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules.harti2005-03-1414-3255/+1
| | | | | These modules are modules for the daemon, not for the library so they should be where the daemon is.
* who's -> whoseru2005-02-131-1/+1
|
* Fixed punctuation in xrefs.ru2005-01-211-2/+2
|
* NOATM -> NO_ATMru2004-12-211-1/+1
|
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Delete a .Fn that had no argument andkeramida2004-10-091-1/+1
| | | | | | properly terminate a .Bl with a matching .El MFC after: 3 days
* Link to the build again. The problem was that we need a newharti2004-08-111-3/+3
| | | | | gensnmptree for the .def file to parse. This was fixed in Makefile.inc1.
* Again something bad is happening so comment out the ATM module.harti2004-08-111-3/+3
|
* Now, after the import of NgATM-1.1, re-enable the atm module.harti2004-08-111-1/+1
|
* Disable the snmp_atm module until the source gets fixed. This will unbreakscottl2004-08-101-1/+1
| | | | this portion of the build.
* Link the snmp_atm module to the build unless NOATM is defined.harti2004-08-091-1/+6
|
* Now that gensnmptree can read and merge more than one tree makeharti2004-08-091-4/+4
| | | | | the rule so that the tree .c and .h files can be produced from several trees.
* A module for bsnmpd(1) that exports a MIB that contains information aboutharti2004-08-094-0/+478
| | | | the local ATM interfaces and allows to change some parameters via SNMP.
* Add the right CFLAGS to show that we have err.h, getaddrinfo and strlcpy.harti2004-08-061-2/+2
| | | | Add support.c to the list of source files.
* Move libbsnmp.so to /lib so that it is available to atmconfig.harti2004-08-041-0/+1
| | | | | | At the moment the only dependency on this library is bsnmpd. Approved by: silence on re@
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-041-2/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-19/+38
|
OpenPOWER on IntegriCloud