Age | Commit message (Expand) | Author |
2021-01-28 | Remove print_{debug,verbose} since they're currently unused and I see no | Martijn van Duren |
2021-01-27 | these programs (with common ancestry) had a -fno-common problem related | Theo de Raadt |
2021-01-22 | Remove the traphandler process, which was nothing more then a sham. | Martijn van Duren |
2021-01-05 | Refactor how traphandler verifies the code. | Martijn van Duren |
2021-01-04 | Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it | Martijn van Duren |
2020-10-30 | Remove the old deprecated listen on syntax. | Martijn van Duren |
2020-10-24 | double word blunder; from sean davies | Jason McIntyre |
2020-09-10 | Move the tcp/udp keyword before <address>. This allows for easier adding | Martijn van Duren |
2020-09-06 | Remove snmpe_dispatch_parent. | Martijn van Duren |
2020-09-06 | replace duplicated sizeofa marco with predefined nitems | jan |
2020-09-06 | Split "trap receiver" into its own trap_address struct and clean up the | Martijn van Duren |
2020-08-23 | Merge listen_sock into address, since there's a 1:1 correlation. Save some | Martijn van Duren |
2020-08-17 | Previous commit broke two things: | Martijn van Duren |
2020-08-08 | Greatly simplify snmpe_parsevarbinds. | Martijn van Duren |
2020-07-01 | Allow hrStorageSize and hrStorageUsed to cope with sizes larger then | Martijn van Duren |
2020-07-01 | Remove control socket reference | Martijn van Duren |
2020-06-30 | Remove agentx and control socket support. | Martijn van Duren |
2020-06-05 | Remove redundant code | denis |
2020-05-15 | pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace | cheloha |
2020-05-02 | If read-write is set to disabled, also disable reading with the private | Martijn van Duren |
2020-03-11 | Make traphandler_parse also set vbinds for SNMPv1 traps. | Martijn van Duren |
2020-02-14 | Don't log a generr in stats when there is no error. | Martijn van Duren |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2020-01-28 | usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCAT | bket |
2020-01-02 | When many prefixes are stored in pf tables it is not sensible | Florian Obser |
2019-12-09 | Initialize length of uptime and trapoid for trap_agentx. | Martijn van Duren |
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler |
2019-10-09 | Revert previous. This introduces problems when requesting the base oid of a | Martijn van Duren |
2019-10-03 | For getnext request check if the requested oid or one of its parent | Martijn van Duren |
2019-08-14 | Fix ber_scanf_elements for traphandler: | Martijn van Duren |
2019-08-13 | snmpd was using ifq_len for ifOutQLen, apart from being the wrong variable | Stuart Henderson |
2019-08-13 | Report if_iqdrops (input queue drops) as ifInDiscards. This is pretty | Claudio Jeker |
2019-08-09 | Replace snmpctl(8) references with snmp(1). | Martijn van Duren |
2019-08-08 | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | Ricardo Mestre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-11 | Implement SHA-2 (RFC7860) support for authentication. | Martijn van Duren |
2019-06-11 | The digestlength is not always 12 bytes. Make this value variable in | Martijn van Duren |
2019-05-16 | Allow arbitrary oids to be specified for the getnext request, instead of | Martijn van Duren |
2019-05-13 | According to RFC3414 section 4 applications should be able to discover the | Martijn van Duren |
2019-05-13 | According to RFC3414 section 4 applications should be able to discover the | Martijn van Duren |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2019-05-02 | Index 0 is out of range for hrStorageIndex. | Gerhard Roth |
2019-04-29 | Remove unnecessary end-of-contents octets. | rob |
2019-04-27 | Only apply sign extension when less than eight bytes have been consumed. This | rob |
2019-03-24 | Include two new functions added by martijn@. Still a work in progress. | rob |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2019-01-08 | The child processes of snmpd(8) did not detach from the terminal. | Alexander Bluhm |
2018-12-13 | fix printf statements when compiled with -DDEBUG. | Martijn van Duren |
2018-12-10 | Add a velocity sensor type (displayed as m/s) | Landry Breuil |