summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/snmpd
Commit message (Expand)AuthorAgeFilesLines
* MFC r312331:ngie2017-01-202-55/+30
* MFC r310656,r311221:ngie2017-01-161-1/+2
* MFC r310655:ngie2017-01-165-21/+39
* MFC r311759,r311760:ngie2017-01-162-0/+6
* MFC r311381:ngie2017-01-131-6/+4
* MFC r310586,r310587,r310588:ngie2017-01-134-180/+195
* MFC r311378:ngie2017-01-131-3/+2
* MFC r311382:ngie2017-01-091-6/+3
* MFC r310957,r310958,r310960:ngie2017-01-073-8/+12
* MFC r310763:ngie2017-01-011-2/+2
* MFC r310498,r310591:ngie2017-01-014-21/+23
* MFC r310662,r310663:ngie2016-12-311-0/+1
* MFC r310648:ngie2016-12-3118-39/+39
* MFC r310455:ngie2016-12-311-2/+3
* MFC r310574:ngie2016-12-291-5/+5
* MFC r310592:ngie2016-12-291-2/+2
* MFC r310459:ngie2016-12-261-3/+3
* Revert r299830, it has couple of fatal errors.glebius2016-05-181-5/+5
* Fix .Ddngie2016-05-151-1/+1
* Fix fully canonicalized example for `myvariable.27...`ngie2016-05-151-2/+2
* Remove trailing whitespace in license tortngie2016-05-151-2/+2
* Fix -Wcast-align warningsngie2016-05-151-5/+5
* Use SNMPD_INPUT_FAILED instead of SNMP_CODE_FAILEDngie2016-05-151-2/+2
* Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_tngie2016-05-151-2/+3
* bsnmpd: Fix size of trapsink::comm to match other community arrayscem2016-05-111-1/+1
* Use `sizeof(*uuser)` instead of `sizeof(struct usm_user)` for consistency withngie2016-04-221-1/+1
* Don't leak `string` in parse_define(..) when a macro has been foundngie2016-04-221-1/+2
* Staticize several variables that are used exclusively in bsnmpd/main.c andngie2015-12-282-9/+13
* Remove unused function `act_getkernstring`ngie2015-12-241-23/+0
* Re-do r240271:glebius2012-09-202-8/+17
* For UDP transport set IP_RECVDSTADDR sockopt on the socket, and provideglebius2012-09-092-6/+41
* The first part of check_priv() function, that attempts to obtain credsglebius2012-09-082-43/+40
* Fully initialize the stack-allocated "struct sockaddr_in sa" structure.kevlo2012-09-071-1/+2
* memset() wants the size of the structure to clear, not the sizeharti2012-03-181-1/+1
* Include sys/queue.h: snmpmod.h uses TAILQ.trociny2011-12-111-0/+1
* Don't spam syslog with "inet_ntop(): Address family not supportedru2011-04-201-2/+3
* Unbreak the build by temprorarily not using include directives insyrinx2010-12-201-1/+10
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.syrinx2010-12-205-37/+731
* In bsnmpd(1) add support for SNMPv3 message processing model, including messa...syrinx2010-12-0813-42/+1356
* Remove mention of non-existant -o flag for debugging options.uqs2010-10-231-5/+3
* Fix two minor typos.joel2010-08-161-2/+2
* Bump document date after content changes.uqs2010-08-161-1/+1
* Wordsmithing of bsnmpd.1uqs2010-08-161-18/+16
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-242-4/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2010-03-271-1/+1
* Fix typo in macro name and macro usage.uqs2010-03-121-1/+2
* This commit was generated by cvs2svn to compensate for changes in r176892,syrinx2008-03-071-0/+2
|\
| * Vendor patch: Prevent bsnmpd from dumping core when a module's init hooksyrinx2008-03-071-0/+2
* | This commit was generated by cvs2svn to compensate for changes in r163820,harti2006-10-312-28/+63
|\ \ | |/
| * Vendor patch: synthesize the initial value for sysObjectId from the valueharti2006-10-312-28/+63
OpenPOWER on IntegriCloud