Age | Commit message (Expand) | Author |
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl |
2003-04-14 | avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-01-10 | hush socket() errors, except last. Fixes mindrot bug #408; ok markus@ | Damien Miller |
2003-01-01 | move big output buffer messages to debug2 | Markus Friedl |
2002-12-13 | cleanup debug messages, more useful information for the client user. | Markus Friedl |
2002-09-17 | don't quit while creating X11 listening socket. | Jun-ichiro itojun Hagino |
2002-09-13 | remove use of SO_LINGER, it should not be needed. error check | Kevin Steves |
2002-09-09 | signed vs unsigned from -pedantic; ok henning@ | Markus Friedl |
2002-07-04 | blah blah minor nothing as i read and re-read and re-read... | Theo de Raadt |
2002-06-26 | limit # of channels to 10000 | Markus Friedl |
2002-06-24 | move channel counter to u_int | Markus Friedl |
2002-06-23 | tcode is u_int | Markus Friedl |
2002-06-23 | display, screen, row, col, xpixel, ypixel are u_int; markus ok | Theo de Raadt |
2002-06-10 | move creation of agent socket to session.c; no need for uidswapping | Markus Friedl |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl |
2002-04-22 | request reply (success/failure) for -R style fwd in protocol v2, | Markus Friedl |
2002-03-25 | don't send stderr data after EOF, accept this from older known (broken) | Markus Friedl |
2002-03-04 | off by one; thanks to joost@pine.nl | Markus Friedl |
2002-02-27 | remove unneeded casts in [gs]etsockopt(); ok markus@ | Kevin Steves |
2002-02-24 | disable Nagle in connect_to() and channel_post_port_listener() (port | Kevin Steves |
2002-02-14 | increase the SSH v2 window size to 4 packets. comsumes a little | Markus Friedl |
2002-02-06 | channel_new never returns NULL, mouring@; ok djm@ | Markus Friedl |
2002-02-05 | merge channel_request() into channel_request_start() | Markus Friedl |
2002-02-03 | generic callbacks are not really used, remove and | Markus Friedl |
2002-02-03 | remove unused channel_input_channel_request | Markus Friedl |
2002-01-27 | add X11UseLocalhost; ok markus@ | Kevin Steves |
2002-01-24 | add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning). | Kevin Steves |
2002-01-21 | cleanup channels faster if the are empty and we are in drain-state; ok deraadt@ | Markus Friedl |
2002-01-16 | wrapper for channel_setup_fwd_listener | Markus Friedl |
2002-01-14 | remove function pointers for events, remove chan_init*; ok provos@ | Markus Friedl |
2002-01-09 | replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@ | Markus Friedl |
2002-01-09 | merge channel_pre_open_15/channel_pre_open_20; ok provos@ | Markus Friedl |
2002-01-05 | fix hanging x11 channels for rejected cookies (e.g. XAUTHORITY=/dev/null xbiff) | Markus Friedl |
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-28 | packet_read* no longer return the packet length, since it's not used. | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller |
2001-12-20 | setup x11 listen socket for just one connect if the client requests so. | Markus Friedl |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-08 | use only one path to X11 UNIX domain socket vs. an array of paths | Kevin Steves |
2001-12-06 | disable nagle for X11 fake server and client TCPs. from netbsd. | Kevin Steves |
2001-12-06 | strncpy->strlcpy. remaining strncpy's are necessary. ok markus@ | Kevin Steves |
2001-12-06 | shutdown(sock, SHUT_RDWR) not needed here; ok markus@ | Kevin Steves |
2001-12-05 | minor KNF | Theo de Raadt |
2001-12-05 | make it compile with more strict prototype checking | Jun-ichiro itojun Hagino |
2001-11-29 | sshd X11 fake server will now listen on localhost by default: | Kevin Steves |