Age | Commit message (Expand) | Author |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore it | Reyk Floeter |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-12 | Sync msgbuf_write() changes from relayd. | Reyk Floeter |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-06-03 | Handle the event parameter of libevent callback function as a bit | YASUOKA Masahiko |
2014-05-23 | clean up after the traphandler children, otherwise they will live on | Sebastian Benoit |
2014-05-16 | improve logging messages and style; requested by and ok reyk | Mike Belopuhov |
2014-05-14 | Sync ktable code with bgpd to fetch, store and perform lookups in | Mike Belopuhov |
2014-05-08 | Bring back restricted sockets, inadvertantly removed in | Bret Lambert |
2014-05-07 | use calloc. from peter malone | Ted Unangst |
2014-05-06 | no need to include rand.h now the RAND_seed() calls are gone. | Jonathan Gray |
2014-05-04 | With the recent change by deraadt@ to introduce kern.nosuidcoredump=3, | Reyk Floeter |
2014-04-28 | fix memory leak | Bret Lambert |
2014-04-28 | Add support for exporting ARP table via ipNetToMediaTable OID. | Mike Belopuhov |
2014-04-28 | better proc id name (it handles traps, not alerts) for the | Bret Lambert |
2014-04-25 | sort; ok blambert | Jason McIntyre |
2014-04-25 | Remove NULL pointer dereference, which jsg insists I not | Bret Lambert |
2014-04-25 | Support running user-defined actions on receipt of snmp traps. | Bret Lambert |
2014-04-24 | fix copied text in error string | Bret Lambert |
2014-04-21 | Copy the updated proc.c from relayd to use the same file. Adjust | Reyk Floeter |
2014-04-20 | Just to be pedantic, fail if strlcpy managed to overflow the socket path. | Reyk Floeter |
2014-04-20 | Partially revert the previous: snmp_agentx_ping() didn't leak the pdu | Reyk Floeter |
2014-04-20 | Fix a small leak in the error path. | Reyk Floeter |
2014-04-18 | round up some enemy sympathizers found calling RAND_seed(). | Ted Unangst |
2014-04-14 | sundry macro chop; | Jason McIntyre |
2014-04-14 | No need to include ber.h here, probably overlooked while importing. | andre |
2014-04-14 | Make snmpd use the AgentX protcol for accepting trap requests. | Bret Lambert |
2014-04-14 | Fix the following idiom in the following way: | Bret Lambert |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-02-14 | remove unused function that distracts from cleaning up the imsg_flush() mess | Florian Obser |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2013-11-26 | remove "clever" shortcut that might bite later, ok gilles benno | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov |
2013-11-13 | handle msgbuf_write() returning EAGAIN | Sebastian Benoit |
2013-10-30 | another simple %i to %d conversion for obviousness | Theo de Raadt |
2013-10-19 | Fix receipt of OID varbinds when sending traps | Bret Lambert |
2013-10-17 | Less ambiguous wording concerning control socket configuration options. | Bret Lambert |
2013-10-17 | Update snmpd(8) to use the proc.c privsep style from iked and relayd. | Reyk Floeter |
2013-10-16 | some .Pa; | Jason McIntyre |
2013-10-16 | no more -r; ok blambert | Jason McIntyre |
2013-10-16 | 1) move the creation of 'restricted' communication sockets | Bret Lambert |
2013-10-02 | Fix GETBULK mode that got broken with r1.14. | Reyk Floeter |
2013-10-01 | Add net-snmp's PEN. | Reyk Floeter |
2013-10-01 | Tell strvisx() to encode newlines found in octet-strings to avoid ugly | Reyk Floeter |
2013-10-01 | add ber_oid_cmp() to the list | Reyk Floeter |
2013-10-01 | fix typo | Reyk Floeter |