Age | Commit message (Expand) | Author |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson |
2011-04-21 | no need to escape `|'; | Jason McIntyre |
2011-04-21 | Add a "filter-routes" option; when set, snmpd asks the kernel not to | Stuart Henderson |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-03-16 | fix trap sending in snmpd by adjusting snmpctl to the imsg libutil | Reyk Floeter |
2011-03-07 | continguous -> contiguous | Henning Brauer |
2010-10-18 | Missing ; to appease yyextract, ok martinh@ | Stuart Henderson |
2010-10-15 | return numeric 0 rather than attempting to return a null string, | Stuart Henderson |
2010-10-15 | typo in comment | Stuart Henderson |
2010-09-23 | tweak the mclgeti algorithm to behave better under load. | David Gwynne |
2010-09-20 | fix-up the sysORTable by using the same name (sensorsMIBObjects) as used | Stuart Henderson |
2010-09-20 | Use strvis to encode octet strings in -DDEBUG mode. | Martin Hedenfal |
2010-09-20 | Return error on GET requests without an instance identifier, both for | Martin Hedenfal |
2010-09-20 | ber_scanf_elements "i" format expects a long long pointer. | Martin Hedenfal |
2010-09-20 | Allow output of null values with a context class. This is used in SNMPv2 to | Martin Hedenfal |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-18 | fix a double "is"; | Jason McIntyre |
2010-06-14 | Fixes unlinking the first element inside a set or a sequence, and | Martin Hedenfal |
2010-06-11 | Implement IP-FORWARD-MIB, ipv4 only for now. | Jonathan Gray |
2010-06-08 | ber_calc_len() is not an internal function, so adjust the comment. | Martin Hedenfal |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-14 | Use calloc() instead of malloc() to allocate the connection structure. This | Claudio Jeker |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-27 | Correct sensor logic so we don't get stuck in a loop. | Jonathan Gray |
2010-04-27 | Dumb mistake done twice. First in ospfd then synced to snmpd. rtm_errno | Claudio Jeker |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-20 | Add "frequency" type for sensors. (and teach userland how to print that | Owain Ainsworth |
2010-04-15 | add SENSOR_HUMIDITY to sensor framework to handle humidity values | Yojiro Uo |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-04-01 | Track blackhole and reject flags since the MIB knows about them. | Claudio Jeker |
2010-04-01 | After syncing kroute with bgpd sync now against ospfd's so that this code | Claudio Jeker |
2010-03-31 | Track interface addresses in a AF independent way. This is needed to support | Claudio Jeker |
2010-03-29 | Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs as | Claudio Jeker |
2010-02-25 | a little cleanup; | Jason McIntyre |
2010-02-24 | manual pages should not have blank lines outside literal context, | Ingo Schwarze |
2010-02-24 | match code and doc; ok claudio | Jason McIntyre |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-01-11 | Do not use after free kif->if_index; discovered with claudio | Theo de Raadt |
2010-01-11 | use calloc() instead of multiplying for malloc(); ok reyk | Theo de Raadt |
2009-12-16 | knf and unused variables | Theo de Raadt |
2009-12-02 | log_warn() consistency. | Michael Knudsen |
2009-11-26 | sync snmp_imsg_hdr with imsg_hdr and unbreak the snmp trap interface | Reyk Floeter |
2009-11-12 | accessses 1 entry too far, found by parfait, ok jsg claudio | Theo de Raadt |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-08-14 | SENSOR_WATTS; ok reyk deraadt | Constantine A. Murenin |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |