summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
Work by Vladimir Popov <jumbo@narod.ru>
2001-10-04Deal with whois output that lacks a final newline. This is not legalTodd C. Miller
but apparently there are broken whois servers out there.
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
if it is non-default (i.e., != 80) to circumvent bugs in some broken HTTP servers. naddy@ got hit by this with a port, lebel@ spotted the problem. o Print the HTTP request if debug (the ``-d'' flag) is specified. millert@ ok
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
call sectok_close on exit
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
Don't send SIGUSR1 to init.
2001-10-01add NoHostAuthenticationForLocalhost; note that the hostkey isMarkus Friedl
now check for localhost, too.
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
environment variable into account. This came out of a discussion with Solar Designer.
2001-10-01Typo, assign the new restart point to nrestart_point, not restart_point.Todd C. Miller
Fixes an uninitialized use of nrestart_point.
2001-10-01skip filenames containing \n; report jdamery@chiark.greenend.org.ukMarkus Friedl
and matthew@debian.org
2001-09-30-Wall cleanup; ok deraadtPeter Valchev
2001-09-29show level of macro expansion, not dummy 1 (finally found some gnu-m4Marc Espie
scripts where that level != 1, hard to test otherwise...) Put a space after comma. Both these make trace output much closer to gnu-m4 output for debugging purposes.
2001-09-29Synchronize comment with reality.Marc Espie
In gnu-m4 mode, pass the real number of arguments to changequote/changecom, since those distinguish changequote() from changequote.
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
detected by mihaak@lecturax.tmfweb.nl
2001-09-28Use the new KERN_SYSVIPC_*_INFO sysctls; simonb@netbsd.orgTodd C. Miller
2001-09-28more emacs regexps in -g mode. Ok millert@Marc Espie
With this, some autoconf 2.52 scripts are now working completely.
2001-09-27pass all properties of builtins when defn...Marc Espie
2001-09-27Add missing "and semaphores" at the end of the description of the -T optionTodd C. Miller
2001-09-27o Add an extra byte for out_line and out_name in struct myutmp so weTodd C. Miller
can treat these as normal C strings. Fixes PR 2092 o KNF and ANSI fixes o Avoid strncpy() since well-meaning folks will try to convert to strlcpy() even when it is not sensible to do so. o Document the fact that the rwho protocol only supports up to 8 chars for a username.
2001-09-27some fixes and cleanups some from dfa@solo.ee, some pointedMichael Shalayeff
out by pjanzen@ .
2001-09-27don't talk about compile-time optionsCamiel Dobbelaar
ok markus@
2001-09-27oopsTheo de Raadt
2001-09-27typos; from solarMarkus Friedl
2001-09-27Needed logic to handle newlines correctly.Marc Espie
2001-09-27missing called=1; chombier@mac.comMarkus Friedl
2001-09-27mem leak; chombier@mac.comMarkus Friedl
2001-09-27traceon/traceoff built-ins.Marc Espie
2001-09-27calendar escaped which is not ready yetMichael Shalayeff