Age | Commit message (Expand) | Author |
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 |
2020-09-06 | Split "trap receiver" into its own trap_address struct and clean up the | Martijn van Duren |
2019-01-08 | The child processes of snmpd(8) did not detach from the terminal. | Alexander Bluhm |
2018-11-05 | snmpd(8)'s main process needs to open the config file and /dev/pf both with | Ricardo Mestre |
2018-08-05 | Remove cpath pledge(2) promise. We decided that not deleting the unix control | Ricardo Mestre |
2018-04-15 | Add TCP support to snmpd. | Marco Pfatschbacher |
2017-08-12 | Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass. | rob |
2017-04-04 | Rewrite tohexstr() to use the common idiom of converting a byte | Todd C. Miller |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2016-10-28 | Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec. | Rafael Zalamena |
2016-08-16 | stop including sys/param.h for nitems. define locally as needed. | Ted Unangst |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2015-11-23 | Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK). | Reyk Floeter |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-02-08 | revert debug changes. reyk would like debug to remain a counter. | Ted Unangst |
2015-02-08 | flags should be flags, not counters. from martijn van duren | Ted Unangst |
2015-01-16 | first batch of cleanup to programs based upon the namespace cleanups | Theo de Raadt |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore it | Reyk Floeter |
2014-05-23 | clean up after the traphandler children, otherwise they will live on | Sebastian Benoit |
2014-04-28 | better proc id name (it handles traps, not alerts) for the | Bret Lambert |
2014-04-25 | Support running user-defined actions on receipt of snmp traps. | Bret Lambert |
2014-04-21 | Copy the updated proc.c from relayd to use the same file. Adjust | Reyk Floeter |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2013-10-17 | Update snmpd(8) to use the proc.c privsep style from iked and relayd. | Reyk Floeter |
2013-10-16 | no more -r; ok blambert | Jason McIntyre |
2013-10-16 | 1) move the creation of 'restricted' communication sockets | Bret Lambert |
2012-11-29 | Wrong argument was passed to control_dispatch_imsg(). Use always | YASUOKA Masahiko |
2012-09-18 | knf | Reyk Floeter |
2012-09-17 | Update copyright and my email address in snmpd while I'm here. | Reyk Floeter |
2012-09-17 | Add initial SNMPv3 support to snmpd(8). | Reyk Floeter |
2012-05-28 | Plug a couple more fd leaks. As part of the fix, make all the *init | Joel Knight |
2012-02-23 | Bring in PF-MIB to snmpd. | Joel Knight |
2009-06-06 | sync snmpd with the common imsg code, making it lib ready as well. | Pierre-Yves Ritschard |
2008-09-26 | allow to add an additional restricted control socket for trap sending | Reyk Floeter |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-03-16 | usage statements are preceeded with usage: | David Gwynne |
2008-02-16 | sort flags in both synopsis and usage | Igor Sobrado |
2008-01-16 | implementation of the SNMP trap sender interface | Reyk Floeter |
2008-01-16 | bump copyright | Reyk Floeter |
2007-12-28 | split code handling the "structure of management information" and the | Reyk Floeter |
2007-12-05 | Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation | Reyk Floeter |