summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2001-10-01skip filenames containing \n; report jdamery@chiark.greenend.org.ukMarkus Friedl
2001-09-30-Wall cleanup; ok deraadtPeter Valchev
2001-09-29show level of macro expansion, not dummy 1 (finally found some gnu-m4Marc Espie
2001-09-29Synchronize comment with reality.Marc Espie
2001-09-29document tracing and compatibility with other m4.Marc Espie
2001-09-28bug: read user config first; report kaukasoi@elektroni.ee.tut.fiMarkus Friedl
2001-09-28bzero private key after loading to smartcard; ok markus@Damien Miller
2001-09-28Remove debugging scaffoldingMarc Espie
2001-09-28Fix segv when smartcard communication error occurs during key load. ok markus@Damien Miller
2001-09-28semicolon -> colonJan-Uwe Finck
2001-09-28Use the new KERN_SYSVIPC_*_INFO sysctls; simonb@netbsd.orgTodd C. Miller