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