Age | Commit message (Expand) | Author |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-09 | Simplify ber_read() | Jeremie Courreges-Anglas |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-07-04 | More whitespace. | rob |
2018-07-04 | Cleanup some whitespace. | rob |
2018-07-04 | Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc() | rob |
2018-07-01 | s/constructive/constructed in DPRINTF output. | rob |
2018-06-30 | revert ber.c r1.34, this break SNMPv3 authentication | Stuart Henderson |
2018-06-29 | tweak previous; | Jason McIntyre |
2018-06-29 | Add ber_free_element() to snmpd instance, reducing the diff with ldap, ldapd, | rob |
2018-06-29 | Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diff | rob |
2018-06-27 | Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAP | rob |
2018-06-20 | Add bsws and arcaTrust PENs | Reyk Floeter |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-06-17 | Bring snmpd agentx.c closer in line with relayd. | rob |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-06-04 | Fix file descriptor leak. | Gerhard Roth |
2018-05-30 | Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" values | Stuart Henderson |
2018-05-25 | Use a cache for process information to speed up snmp walks. | Gerhard Roth |
2018-05-15 | The snmpd.conf file is divided into four (not three) main sections. | Reyk Floeter |
2018-05-09 | As required by IF-MIB, cap ifSpeed at UINT32_MAX; the value is a GAUGE32 so | Stuart Henderson |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-04-15 | Add TCP support to snmpd. | Marco Pfatschbacher |
2018-02-14 | whitespace | rob |
2018-02-08 | Kill ber.c support for direct fd read/writes | Jeremie Courreges-Anglas |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2018-01-20 | Fix uninitialized variable. | rob |
2018-01-05 | Remove useless <sys/socketvar.h> includes. | Martin Pieuchot |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-08-20 | Check that we haven't yet reached the end of the string before calling | Theo Buehler |
2017-08-12 | Make not yet implemented pledges more visible in grep output. | Florian Obser |
2017-08-12 | Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass. | rob |
2017-07-28 | Make the engine id is just binary data so make it uint8_t. | Florian Obser |
2017-07-28 | Use a format string for yyerror when printing a variable string. | Florian Obser |
2017-07-27 | Heed the non-repeaters of GetBulkRequests and make sure to set | Gerhard Roth |
2017-07-24 | Unify ROUNDUP macros for parsing route messages. | friehm |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-29 | sync proc.c changes from relayd/httpd | Sebastian Benoit |
2017-04-21 | Repair AgentX support. | Jeremie Courreges-Anglas |
2017-04-21 | Fix uninitialized variable that coult result in a crash. | Jeremie Courreges-Anglas |
2017-04-04 | Rewrite tohexstr() to use the common idiom of converting a byte | Todd C. Miller |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-01-31 | Don't include a literal "%" in the value for humidity sensorValue in | Stuart Henderson |
2017-01-20 | Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup. | Claudio Jeker |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |