Age | Commit message (Expand) | Author |
2009-11-13 | Use winlink_remove() to remove old winlinks when synchronizing grouped sessions | Nicholas Marriott |
2009-11-13 | Packets generated by ip_fragment() need to inherit the rdomain from the | Claudio Jeker |
2009-11-13 | Add logging of failed local deliveries. | Jacek Masiulaniec |
2009-11-13 | Log all 4yz and 5yz replies that we send to our clients. | Jacek Masiulaniec |
2009-11-13 | Initialize uninititialized variable. | Jordan Hargrave |
2009-11-13 | Include recipient address in "Recipient rejected" reply. | Jacek Masiulaniec |
2009-11-13 | Log FQDN and IP of the server we handed mail to. As a bonus, don't delay | Jacek Masiulaniec |
2009-11-13 | Zap unused functions, prompted by deraadt. | Nicholas Marriott |
2009-11-13 | sizeof -> nitems, found by parfait; ok dlg | Theo de Raadt |
2009-11-12 | fix an off by one in loop termination | Jonathan Gray |
2009-11-12 | Add more paranoia in lsa_router_check(). There needs to be at least one | Claudio Jeker |
2009-11-12 | get_rtr_link and get_net_link are not supposed to fail and returning | Claudio Jeker |
2009-11-12 | fix comparison, from NetBSD PR/42177 | Dariusz Swiderski |
2009-11-12 | memory leak in one more case, found by parfait; ok jsg | Theo de Raadt |
2009-11-12 | Avoid using the trick of malloc'ing more than a struct to grow the array | Theo de Raadt |
2009-11-12 | Do realloc() the paranoid way, at the very least to once again educate | Theo de Raadt |
2009-11-12 | Only allocate memory for the regex after we've validated it instead | Todd C. Miller |
2009-11-12 | More unused fields in struct sys_rec. | Miod Vallat |
2009-11-12 | memory leak if regex fails, found by parfait; ok miod | Theo de Raadt |
2009-11-12 | typo | Miod Vallat |
2009-11-12 | memory leaks from by parfait; ok millert jsg | Theo de Raadt |
2009-11-12 | Oops, I can't even spell `spurious' correctly. | Miod Vallat |
2009-11-12 | Only read mace interrupt registers once in the interrupt handler; and fix | Miod Vallat |
2009-11-12 | simplify the code looking for + in the password database, after analysis | Theo de Raadt |
2009-11-12 | Move the interrupt makemasks() code to the interrupt template; no functional | Miod Vallat |
2009-11-12 | Make life easier for parfait. I corporation with deraadt. -moj | Mats O Jansson |
2009-11-12 | fix memory leak found by parfait; ok jsg@ | Todd C. Miller |
2009-11-12 | free flagsp if flags variable indicates it was not used, found by parfait; ok... | Theo de Raadt |
2009-11-12 | 4 memory leaks found by parfait; ok millert | Theo de Raadt |
2009-11-12 | reading off the end of table bug, found by parfait | Theo de Raadt |
2009-11-12 | for packets with unknown payloads (outside the range of our knowledge) simply | Theo de Raadt |
2009-11-12 | Fix memory leak found by parfait. | Nicholas Marriott |
2009-11-12 | memory leak found by parfait; ok jsg | Theo de Raadt |
2009-11-12 | accessses 1 entry too far, found by parfait, ok jsg claudio | Theo de Raadt |
2009-11-12 | memory leak found by parfait in an ioctl path, ok damien jsg | Theo de Raadt |
2009-11-12 | simpler: the whole set fails | Marc Espie |
2009-11-12 | Make sure we have enough space for the trailing \0 on prepend/append | Jonathan Gray |
2009-11-12 | Fix a memleak in parse_config(). Correct return code in few error paths. | Jacek Masiulaniec |
2009-11-12 | - add AMD Hudson 2 to the list of supported devices | Stuart Henderson |
2009-11-12 | Don't reuse a loop counter specifying the size of an array outside | Jonathan Gray |
2009-11-12 | Use the number of products in the terminating condition when iterating | Jonathan Gray |
2009-11-12 | Emulate the ri (reverse index) capability: this allows tmux to at least start | Nicholas Marriott |
2009-11-12 | Support rxvt-style keys again, but this time: support all the variations, put | Nicholas Marriott |
2009-11-12 | Use the default 4 correctly if no type size is given to od -t. | Nicholas Marriott |
2009-11-12 | When values are changed, log the change in the ``name: old -> new'' | Alexandre Ratchov |
2009-11-12 | if a value is changed and -n is used, print the new value only. | Alexandre Ratchov |
2009-11-12 | be paranoid in case the action array changes size (again, grr) | Theo de Raadt |
2009-11-12 | count packets; from claudio | Theo de Raadt |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-12 | change back to preferring kqueue, now that nicm, tedu and i have | Theo de Raadt |