summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-13Use winlink_remove() to remove old winlinks when synchronizing grouped sessionsNicholas Marriott
2009-11-13Packets generated by ip_fragment() need to inherit the rdomain from theClaudio Jeker
2009-11-13Add logging of failed local deliveries.Jacek Masiulaniec
2009-11-13Log all 4yz and 5yz replies that we send to our clients.Jacek Masiulaniec
2009-11-13Initialize uninititialized variable.Jordan Hargrave
2009-11-13Include recipient address in "Recipient rejected" reply.Jacek Masiulaniec
2009-11-13Log FQDN and IP of the server we handed mail to. As a bonus, don't delayJacek Masiulaniec
2009-11-13Zap unused functions, prompted by deraadt.Nicholas Marriott
2009-11-13sizeof -> nitems, found by parfait; ok dlgTheo de Raadt
2009-11-12fix an off by one in loop terminationJonathan Gray
2009-11-12Add more paranoia in lsa_router_check(). There needs to be at least oneClaudio Jeker
2009-11-12get_rtr_link and get_net_link are not supposed to fail and returningClaudio Jeker
2009-11-12fix comparison, from NetBSD PR/42177Dariusz Swiderski
2009-11-12memory leak in one more case, found by parfait; ok jsgTheo de Raadt
2009-11-12Avoid using the trick of malloc'ing more than a struct to grow the arrayTheo de Raadt
2009-11-12Do realloc() the paranoid way, at the very least to once again educateTheo de Raadt
2009-11-12Only allocate memory for the regex after we've validated it insteadTodd C. Miller
2009-11-12More unused fields in struct sys_rec.Miod Vallat
2009-11-12memory leak if regex fails, found by parfait; ok miodTheo de Raadt
2009-11-12typoMiod Vallat
2009-11-12memory leaks from by parfait; ok millert jsgTheo de Raadt
2009-11-12Oops, I can't even spell `spurious' correctly.Miod Vallat
2009-11-12Only read mace interrupt registers once in the interrupt handler; and fixMiod Vallat
2009-11-12simplify the code looking for + in the password database, after analysisTheo de Raadt
2009-11-12Move the interrupt makemasks() code to the interrupt template; no functionalMiod Vallat
2009-11-12Make life easier for parfait. I corporation with deraadt. -mojMats O Jansson
2009-11-12fix memory leak found by parfait; ok jsg@Todd C. Miller
2009-11-12free flagsp if flags variable indicates it was not used, found by parfait; ok...Theo de Raadt
2009-11-124 memory leaks found by parfait; ok millertTheo de Raadt
2009-11-12reading off the end of table bug, found by parfaitTheo de Raadt
2009-11-12for packets with unknown payloads (outside the range of our knowledge) simplyTheo de Raadt
2009-11-12Fix memory leak found by parfait.Nicholas Marriott
2009-11-12memory leak found by parfait; ok jsgTheo de Raadt
2009-11-12accessses 1 entry too far, found by parfait, ok jsg claudioTheo de Raadt
2009-11-12memory leak found by parfait in an ioctl path, ok damien jsgTheo de Raadt
2009-11-12simpler: the whole set failsMarc Espie
2009-11-12Make sure we have enough space for the trailing \0 on prepend/appendJonathan Gray
2009-11-12Fix 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 devicesStuart Henderson
2009-11-12Don't reuse a loop counter specifying the size of an array outsideJonathan Gray
2009-11-12Use the number of products in the terminating condition when iteratingJonathan Gray
2009-11-12Emulate the ri (reverse index) capability: this allows tmux to at least startNicholas Marriott
2009-11-12Support rxvt-style keys again, but this time: support all the variations, putNicholas Marriott
2009-11-12Use the default 4 correctly if no type size is given to od -t.Nicholas Marriott
2009-11-12When values are changed, log the change in the ``name: old -> new''Alexandre Ratchov
2009-11-12if a value is changed and -n is used, print the new value only.Alexandre Ratchov
2009-11-12be paranoid in case the action array changes size (again, grr)Theo de Raadt
2009-11-12count packets; from claudioTheo de Raadt
2009-11-12revert midlayer back to it was before i put my big rewrite in. this isDavid Gwynne
2009-11-12change back to preferring kqueue, now that nicm, tedu and i haveTheo de Raadt