| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output
|
|
|
|
|
|
|
|
|
|
|
|
| |
MFC r310099,r311000,r311002:
r311000:
Fix spelling errors
r311002:
Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3)
|
|
|
|
|
|
|
|
|
| |
MFC r310728:
Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIs
they document
Also, alphabetically sort MAN
|
|
|
|
|
|
|
|
| |
Remove NO_WERROR from libbsnmp/Makefile.inc
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
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
bsnmpd(1)' def files, until bsd.snmpmod.mk & Makefiles are fixed to
pass proper include path flags to gensnmptree.
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Reviewed by: philip
Approved by: philip
|
|
|
|
|
|
|
|
| |
message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415).
Sponsored by: The FreeBSD Foundation
Reviewed by: philip@ (mostly)
Approved by: philip@
|
|
|
|
|
|
|
| |
- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication
Approved by: ed (co-mentor)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
Reported by: jhb
Discussed with: deischen, des, doubg, harti
Approved by: re (kensmith)
|
|
|
|
| |
configuration flags to CFLAGS and set the WARNS level to 6.
|
|
|
|
|
|
|
| |
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
|
|
|
|
|
| |
These modules are modules for the daemon, not for the library so
they should be where the daemon is.
|
| |
|
| |
|
| |
|
|
|
|
| |
any fake value.
|
|
|
|
|
|
| |
properly terminate a .Bl with a matching .El
MFC after: 3 days
|
|
|
|
|
| |
gensnmptree for the .def file to parse. This was fixed in
Makefile.inc1.
|
| |
|
| |
|
|
|
|
| |
this portion of the build.
|
| |
|
|
|
|
|
| |
the rule so that the tree .c and .h files can be produced from several
trees.
|
|
|
|
| |
the local ATM interfaces and allows to change some parameters via SNMP.
|
|
|
|
| |
Add support.c to the list of source files.
|
|
|
|
|
|
| |
At the moment the only dependency on this library is bsnmpd.
Approved by: silence on re@
|
| |
|
| |
|
|
|
|
| |
Noted by: phk
|
|
|
|
| |
because of incompatible interface changes.
|
|
|
|
|
| |
argument. This makes the output of calling .Nm without an argument
more senseful later on.
|
| |
|
|
|
|
|
| |
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).
There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.
Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".
Tested on: i386 sparc64
|
|
|
|
| |
with the environment variable MIBS that is used by net-snmp.
|
|
|
|
|
|
|
|
| |
instead of creating them by hand and storing them in the CVS tree. Add
gensnmptree to the bootstrap tools (it is used to generated these files).
This simplifies the update procedure.
Submitted by: ru
|
| |
|
|
|
|
| |
Reviewed by: harti
|
|
|
|
| |
This prevented CPU and optimization flags to be added here.
|
|
|
|
|
|
| |
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.
|
|
|
|
|
|
| |
not try to use a MIBS definition from the environment.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
|
|
|
|
|
|
| |
add libnetgraph to the list of prebuilt libraries in the main Makefile.
Reviewed by: ru
|
|
|
|
|
| |
that the sources use "..." includes to get at include files that
later on reside in an include sub-directory.
|
|
netgraph module for the SNMP daemon.
|