summaryrefslogtreecommitdiffstats
path: root/lib/libbsnmp/libbsnmp
Commit message (Collapse)AuthorAgeFilesLines
* MFC r312462:ngie2017-02-111-1/+1
| | | | | | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output
* MFstable/11 r311207:ngie2017-01-041-0/+3
| | | | | | | | | | | | MFC r310099,r311000,r311002: r311000: Fix spelling errors r311002: Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3)
* MFstable/11 r310897:ngie2016-12-311-2/+92
| | | | | | | | | MFC r310728: Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIs they document Also, alphabetically sort MAN
* 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-021-3/+2
| | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
* 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.
* 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@
* Clean up makefiles.ru2004-01-191-1/+0
| | | | Reviewed by: harti
* Fixed the fatal bug: CFLAGS should be added to, not overridden.ru2004-01-171-1/+1
| | | | This prevented CPU and optimization flags to be added here.
* Add build infrastructure for libbsnmp and the modules. Add theharti2003-11-101-0/+17
netgraph module for the SNMP daemon.
OpenPOWER on IntegriCloud