Age | Commit message (Expand) | Author |
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 |
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 |