aboutsummaryrefslogtreecommitdiff
path: root/share/snmp
Commit message (Collapse)AuthorAgeFilesLines
* Add entries for the OID used for NFS-over-TLS "user@domain".Rick Macklem2020-09-031-1/+19
| | | | | | | | | | | | | | | | | The NFS-over-TLS server daemon (rpc.tlsservd) can optionally replace user credentials in the RPC header with ones derived from a username specified by the form "user@domain", if this exists in the client's X.509 v3 certificate. Specifically, "user@domain" needs to be in the "otherName" component of subjectjAltName, with a unique OID as assigned by this update. This patch adds a subtree for the "otherName" component of subjectAltName in X.509 v3 cerificates and a value for "user@domain" as used by NFS-over-TLS. Reviewed by: phk, gordon Differential Revision: https://reviews.freebsd.org/D26225 Notes: svn path=/head/; revision=365309
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * We do want objdirSimon J. Gerraty2013-10-131-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=256421
| * Updated dependenciesSimon J. Gerraty2013-10-131-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=256419
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Remove NO_OBJSimon J. Gerraty2015-06-111-1/+0
|/ | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp Notes: svn path=/head/; revision=284255
* Define a base OID for the FreeBSD version as returned in sysObjectIDHartmut Brandt2006-10-311-1/+19
| | | | | | | | | | by bsnmpd(1). The actual OID is formed by appending the release numbers to this base OID. Idea by: phk Notes: svn path=/head/; revision=163822
* Avoid implict node generation in oids, people tell me a fair bit ofPoul-Henning Kamp2006-10-311-9/+7
| | | | | | | SNMP software has trouble with them. Notes: svn path=/head/; revision=163819
* Claim my own subtree under freeBSDpeoplePoul-Henning Kamp2006-10-311-3/+9
| | | | Notes: svn path=/head/; revision=163818
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* 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
* Sheesh...Poul-Henning Kamp2004-04-281-7/+7
| | | | | | | | | | Turn your back on SNMP for a decade and they go and make upper versus lowercase initial letter part of the specification. I told them ASN.1 was a bad mistake, but would they listen ? Ohhh no! Notes: svn path=/head/; revision=128711
* Add a FreeBSD MIB with a few branches we can hang things from.Poul-Henning Kamp2004-04-243-0/+69
Notes: svn path=/head/; revision=128612