Age | Commit message (Expand) | Author |
2001-10-15 | crank version | Theo de Raadt |
2001-10-13 | Resize buffer correctly, I'm an idiot. | Marc Espie |
2001-10-11 | missing arg to errx | Todd C. Miller |
2001-10-11 | fix bodun description; from Denis Afonin <dfa@solo.ee> | Michael Shalayeff |
2001-10-11 | clear select masks if we return before calling select(). | Markus Friedl |
2001-10-11 | delay detach of session if a channel gets closed but the child is still alive. | Markus Friedl |
2001-10-11 | Use RNUSERS_MAXHOSTLEN, RNUSERS_MAXUSERLEN and RNUSERS_MAXLINELEN | Todd C. Miller |
2001-10-11 | Sync with portable mktemp-1.4; the template is now optional. | Todd C. Miller |
2001-10-10 | Handle macro expansion even if argc==2, which can happen in indir() calls. | Marc Espie |
2001-10-10 | try to keep channels open until an exit-status message is sent. | Markus Friedl |
2001-10-10 | Prototypes shouldn't mention argument name. | Marc Espie |
2001-10-10 | Quote filename properly. | Marc Espie |
2001-10-10 | Fix indent | Marc Espie |
2001-10-09 | simplify session close: no more delayed session_close, no more blocking wait(... | Markus Friedl |
2001-10-09 | close all channels if the connection to the remote host has been closed, | Markus Friedl |
2001-10-09 | stat subsystem command before calling do_exec, and return error to client. | Markus Friedl |
2001-10-09 | chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu | Markus Friedl |
2001-10-09 | Don't assume that the RTF_HOST flag implies that a netmask is available. | brian |
2001-10-08 | some more IPv4or6 cleanup | Markus Friedl |
2001-10-08 | use correct family for -b option | Markus Friedl |
2001-10-08 | better debug | Markus Friedl |
2001-10-07 | BSD_AUTH supersedes SKEY, so SKEY is commented out. | Markus Friedl |
2001-10-07 | avoid possible FD_ISSET overflow for channels established | Markus Friedl |
2001-10-07 | grammer; Matthew_Clarke@mindlink.bc.ca | Markus Friedl |
2001-10-06 | unify hostkey check error messages, simplify prompt. | Markus Friedl |
2001-10-06 | This PUTBACK must be protected against EOF. The others are fine. | Marc Espie |
2001-10-06 | fix typo in error message, sync with do_exec_nopty | Markus Friedl |
2001-10-06 | remove unused argument | Markus Friedl |
2001-10-04 | comma splice; new master site. | Paul Janzen |
2001-10-04 | More accurate help. | Paul Janzen |
2001-10-04 | $OpenBSD$ tag. | Grigoriy Orlov |
2001-10-04 | Configuration utility for radio devices. | Grigoriy Orlov |
2001-10-04 | Deal with whois output that lacks a final newline. This is not legal | Todd C. Miller |
2001-10-04 | client_alive_check cleanup | Markus Friedl |
2001-10-04 | comment out bogus conditions for selecting on connection_in | Markus Friedl |
2001-10-04 | call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com | Markus Friedl |
2001-10-04 | Fix path to /bin/ls; ok millert | Peter Valchev |
2001-10-03 | o Only send port number in the HTTP request 'Host: ' specification | Heikki Korpela |
2001-10-03 | error printout fix; raj@cerias.purdue.edu | Theo de Raadt |
2001-10-03 | missing copyright | Markus Friedl |
2001-10-03 | use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp | Markus Friedl |
2001-10-02 | #include "channels.h" for channel_set_af() | Kevin Steves |
2001-10-02 | indent | Theo de Raadt |
2001-10-02 | add csearch | Jim Rees |
2001-10-02 | return non-zero exit code on error; ok markus@ | Damien Miller |
2001-10-02 | Be a bit more careful when sending signals to the parent. | Artur Grabowski |
2001-10-01 | add NoHostAuthenticationForLocalhost; note that the hostkey is | Markus Friedl |
2001-10-01 | remove ugliness; vp@drexel.edu via angelos | Markus Friedl |
2001-10-01 | Add -t and -d flags to allow script writers to easily take a user's TMPDIR | Todd C. Miller |
2001-10-01 | Typo, assign the new restart point to nrestart_point, not restart_point. | Todd C. Miller |