Age | Commit message (Expand) | Author |
2009-11-11 | progressmeter puts STDOUT in autoflush if -t, so that it can display to it in... | Marc Espie |
2009-11-11 | Fix crlf issue in buf_getln, similar to that in smtp_session.c r1.123. | Jacek Masiulaniec |
2009-11-11 | improve buf_getln readability, no fuctional change. | Jacek Masiulaniec |
2009-11-11 | state->progress->print => $state->print | Marc Espie |
2009-11-11 | make things so that $state->print always work, with or without progressmeter, | Marc Espie |
2009-11-11 | remove forwarders, and provide a sensible API that says what's going on | Marc Espie |
2009-11-11 | bad idea to inherit from Error, compose object instead | Marc Espie |
2009-11-11 | Fix some memory leaks in error cases. | Jonathan Gray |
2009-11-11 | Ensure all replies are at least 4 chars long. If only 3 chars were | Jacek Masiulaniec |
2009-11-11 | add missing headers needed by time() | Charles Longeau |
2009-11-11 | Only need to chmod +x or -x the socket when a client is created, lost or | Nicholas Marriott |
2009-11-11 | Fix an obvious use after free. Found by parfait. Reported and OK jsg@ | Claudio Jeker |
2009-11-11 | Regress for skipping evaluation of else-type conditional if previous | Federico G. Schwindt |
2009-11-11 | If this is an else-type conditional and previous corresponding one | Federico G. Schwindt |
2009-11-11 | Pass the structure by reference. pointed out and ok by miod@ | Federico G. Schwindt |
2009-11-10 | Use buffered fwrite(3) to build the udl Huffman table, | Marco Pfatschbacher |
2009-11-10 | Handle LOMlite2 in an interrupt-driven way; avoids using delay(9) once the | Mark Kettenis |
2009-11-10 | sync | Theo de Raadt |
2009-11-10 | tweak previous; | Jason McIntyre |
2009-11-10 | There is no real standard for modifier plus function keys. Previously, tmux | Nicholas Marriott |
2009-11-10 | Don't output rxvtisms either. | Nicholas Marriott |
2009-11-10 | Twiddling the last bit is an rxvtism, so do not support it in the table by | Nicholas Marriott |
2009-11-10 | Whoops, this is needed for last commit as well. | Nicholas Marriott |
2009-11-10 | Lookup key as a named key (eg 'Space') before checking for single character | Nicholas Marriott |
2009-11-10 | Might as well roff iockbc.4 | Miod Vallat |
2009-11-10 | Add iockbc(4), a driver for the PS/2 keyboard and mouse interface found on | Joel Sing |
2009-11-10 | Don't return 1 unless there was actually a problem (signal/lost server) rather | Nicholas Marriott |
2009-11-10 | Eliminate space after colon in "RCPT TO:" as required by RFC. | Jacek Masiulaniec |
2009-11-10 | In absence of the ehlo parameter, generate one based on locally | Jacek Masiulaniec |
2009-11-10 | Fix indentation. | Joel Sing |
2009-11-10 | In relay case, avoid freeing garbage pointer by copying the required struct | Jacek Masiulaniec |
2009-11-10 | zap old API | Marc Espie |
2009-11-10 | kill more unused code | Marc Espie |
2009-11-10 | remove dead code: as far as possible, we use only | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-11-10 | proposing details when we remove one single package is ridiculous | Marc Espie |
2009-11-10 | switch to match_locations, and so we can use choose_location, yippee! | Marc Espie |
2009-11-10 | tweak doc to only reference location objects | Marc Espie |
2009-11-10 | zap match | Marc Espie |
2009-11-10 | zap match | Marc Espie |
2009-11-10 | remove a stale comment from a previous revision of the diff i | David Gwynne |
2009-11-10 | kill one use of old-style match | Marc Espie |
2009-11-10 | zap handle method, we finally no longer use it. | Marc Espie |
2009-11-10 | dont compare devids when we dont have a devid to compare with. | David Gwynne |
2009-11-10 | document what's going on... | Marc Espie |
2009-11-10 | move format expansion to the right place, from gilles@ | Jacek Masiulaniec |
2009-11-10 | fix the NO_CCB handling i broke when working on simplifying the midlayer. | David Gwynne |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-10 | sync code with comment, from gilles@ | Jacek Masiulaniec |
2009-11-10 | adjust one of the examples/descriptions for nat-to; it used to be | Stuart Henderson |