Age | Commit message (Expand) | Author |
2009-01-03 | Sync with ypldap. Add ber_{add,get}_enumerated. | aschrijver |
2008-12-23 | Link the directory containing the MIB definitions for snmpd(8). | Reyk Floeter |
2008-12-23 | export the livelock counter in a private mib openBSD.5. | Reyk Floeter |
2008-12-19 | fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtos | Reyk Floeter |
2008-12-08 | report memory and swap in hrStorage, and implement hrProcessor to report | Reyk Floeter |
2008-12-05 | add a few HOST-RESOURCES-MIB types (just names, no functionality yet) | Reyk Floeter |
2008-12-05 | fix a possible crash in debugging mode (if compiled for with -DDEBUG) | Reyk Floeter |
2008-11-04 | word better than number here. | Igor Sobrado |
2008-11-03 | use colon before a list. | Igor Sobrado |
2008-11-03 | improve description in .Nd macros. | Igor Sobrado |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-10-09 | plug memleak by calling ber_free() after sending a trap to cleanup the | Reyk Floeter |
2008-10-03 | Unify code between the various flavors of imsg buffer.c. | Eric Faurot |
2008-09-26 | allow to add an additional restricted control socket for trap sending | Reyk Floeter |
2008-09-03 | Missing breaks. | Jonathan Gray |
2008-07-24 | reserve a few OpenBSD MIBs that might be implemented later or to avoid | Reyk Floeter |
2008-07-18 | merge host_v6 with relayd's version to use getaddrinfo instead of | Reyk Floeter |
2008-07-18 | merge log_host with relayd's version using getnameinfo and rename it | Reyk Floeter |
2008-06-29 | Use C99, not gcc-specific variadics. Ok miod@. | Anders Magnusson |
2008-06-13 | correction from Tamas TEVESZ; | Jason McIntyre |
2008-05-22 | - fix a bug in msgbuf_write() that caused a descriptor to stay in the fd | Gilles Chehade |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-03-30 | .Xr snmpctl | Martin Reindl |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-20 | Fix HISTORY. OK reyk@ | Todd C. Miller |
2008-03-18 | remove ber_add_astring and make it the default behaviour in | Reyk Floeter |
2008-03-18 | fix bug that ber_oid2ber skips the first byte when encoding powers of | Reyk Floeter |
2008-03-17 | convert more strings to use the new ber_add_astring() function which | Reyk Floeter |
2008-03-17 | another sizeofa instead of sizeof fix | Reyk Floeter |
2008-03-17 | fix incorrect use of sizeof() where there sizeofa() macro should be used | Reyk Floeter |
2008-03-16 | implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whats | David Gwynne |
2008-03-16 | usage statements are preceeded with usage: | David Gwynne |
2008-03-15 | provide sizeofa for counting the number of elements in an array. use it for | David Gwynne |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-15 | move zerodotzero up so more stuff can use it | David Gwynne |
2008-03-14 | add a new ber function ber_add_astring() that strdups the string and | Reyk Floeter |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-03-12 | remove noisy warning message | Reyk Floeter |
2008-03-12 | fix a memleak in the ber_read_elements() error case. | Reyk Floeter |
2008-03-12 | Check that the current ber element is a sequence or a set when '{' or '(' | Claudio Jeker |
2008-03-12 | mostly stylistic - always print the client host name in snmpe error | Reyk Floeter |
2008-03-12 | if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE) | Claudio Jeker |
2008-03-12 | SNMP has a restricted BER encoding especially all encodings use the | Claudio Jeker |
2008-03-12 | Return an error if more data is requested even though the buffer is empty. | Claudio Jeker |
2008-03-10 | provide a partial implementation of the HOST-RESOURCES-MIB. this implements | David Gwynne |
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher |
2008-02-27 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-02-26 | Fix memory leak in the parser. Found by Matthew Dempsky but using the more | Claudio Jeker |
2008-02-16 | sort flags in both synopsis and usage | Igor Sobrado |
2008-02-09 | fix a memleak in the snmp engine and the ber i/o; free the dynamically | Reyk Floeter |