Age | Commit message (Expand) | Author |
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 |
2018-12-07 | Be more strict in converting a netmask into a prefixlen. Make sure | Claudio Jeker |
2018-11-27 | Sync with ldap(1) | Martijn van Duren |
2018-11-20 | Fix when ber_free_elements is called with a NULL-value. | Martijn van Duren |
2018-11-13 | Remove #if'ed 0 code around a broken pledge. Due to some ioctls and sysctls | Ricardo Mestre |
2018-11-05 | snmpd(8)'s main process needs to open the config file and /dev/pf both with | Ricardo Mestre |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-10-10 | RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255. | Reyk Floeter |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-08-31 | fix fd leak in an error path | Jonathan Gray |
2018-08-30 | fix double free in mib_carpgroupget() error path | Jonathan Gray |
2018-08-13 | basic macro cleanup, break lines of excessive length, fix order of sections | Ingo Schwarze |
2018-08-13 | Add more content. Tweaks from ingo. This man page is not yet hooked up to the | rob |
2018-08-12 | Change ber_write_elements() to return ssize_t instead of int. | rob |
2018-08-05 | Remove cpath pledge(2) promise. We decided that not deleting the unix control | Ricardo Mestre |
2018-08-03 | Place a limit on the number of elements in a ber sequence/set. This prevents | rob |
2018-07-31 | Relocate some public functions above the internal functions comment. | rob |
2018-07-31 | Fix some debugging output now that ber type and encoding are unsigned int. | rob |
2018-07-31 | Make ber type and encoding a unsigned int instead of unsigned long. | Claudio Jeker |
2018-07-24 | Remove defunct prototype leftover from previous code cleanup. | rob |
2018-07-23 | Add missing $OpenBSD$ CVS tag. | rob |
2018-07-13 | Fix some comments referencing sockets which are not used by the ber api. The | rob |
2018-07-13 | Fix loop condition in ber.c. Discussed with claudio. | rob |
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 |