Age | Commit message (Expand) | Author |
2008-03-15 | space allocated is sum of CMSG_SPACE()'s. length given to the kernel | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt |
2008-03-15 | repair msg_controllen and also an errant buf[CMSG_LEN(..)] decl | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-15 | if the device supports the PCI capabilities list and the verbose flag | Reyk Floeter |
2008-03-15 | Because the shuffle code initialisation is a specific case of shuffling | Damien Miller |
2008-03-15 | explicitly report whether the lower or upper limit is exceeded; ok sthen@ cku... | Constantine A. Murenin |
2008-03-15 | move zerodotzero up so more stuff can use it | David Gwynne |
2008-03-14 | - punctuate and order the tokens list, to stop it looking scrappy | Jason McIntyre |
2008-03-14 | add a new ber function ber_add_astring() that strdups the string and | Reyk Floeter |
2008-03-14 | Add a "%l" token to signal whether a sensor value is in or out of bounds, | Chris Kuethe |
2008-03-13 | document the just-committed %s token. | Chris Kuethe |
2008-03-13 | Allow a program invoked on state change to receive sensor status. Perhaps | Chris Kuethe |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-03-12 | "usage:" should precede the first statement only | Igor Sobrado |
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-12 | nuke unused variable. | Pierre-Yves Ritschard |
2008-03-11 | oops | Marc Espie |
2008-03-10 | print better error message if child dies... with extra dark magic to grab | Marc Espie |
2008-03-10 | provide a partial implementation of the HOST-RESOURCES-MIB. this implements | David Gwynne |
2008-03-10 | Fix a null deref in link_state, which happens on config | Marco Pfatschbacher |
2008-03-09 | tweak previous; | Jason McIntyre |
2008-03-08 | rename forced to defines | Marc Espie |
2008-03-08 | better -q: mention once, and it speeds up (assumes normal files haven't | Marc Espie |
2008-03-08 | tweak messages mentioning checksums so that they mention checksums, not | Marc Espie |
2008-03-08 | let GetOpt count how many times it sees an option, removes special case | Marc Espie |
2008-03-08 | avoid request for input if lines are set to zero | Simon Bertrang |
2008-03-04 | Since the back-off goes 5,10,20,40 seconds, allow the retry timeout to | Chris Kuethe |
2008-03-03 | tweak previous; | Jason McIntyre |
2008-03-03 | log a different notification message when the tcp check times out. | Reyk Floeter |
2008-03-03 | fix utterly confusing message for updates. | Marc Espie |
2008-03-03 | Inherit global table options. | Reyk Floeter |
2008-03-03 | The fix removes the replacement of se_key from relay_dns_request. se_key | Reyk Floeter |
2008-03-03 | improve the compare function of addresses respecting the ports; this will fix | Reyk Floeter |
2008-03-02 | fix pkg_add -r -B | Marc Espie |
2008-03-02 | fix bugs formatting | Marc Espie |
2008-03-02 | introduce a isc_random_uniform() function to return a uniformly distributed | Damien Miller |
2008-03-02 | set the refid for v4 queries too. this allows sensor-driven ntpd to says its | Chris Kuethe |
2008-03-02 | another extra endpwent() not needed | Theo de Raadt |
2008-03-02 | Pass a buffer size to InterpretArg() and do not let it overflow it, saves | Miod Vallat |
2008-03-02 | PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usage | Mark Kettenis |
2008-02-29 | no , at end of enum; tobiasu@tmux.org | Theo de Raadt |
2008-02-29 | replacement algorithm. initialize a 64K-short buffer using Durstenfeld | Theo de Raadt |