Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Work by Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | Deal with whois output that lacks a final newline. This is not legal | Todd C. Miller | |
but apparently there are broken whois servers out there. | |||
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 | |
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-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 | |
call sectok_close on exit | |||
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 | |
Don't send SIGUSR1 to init. | |||
2001-10-01 | add NoHostAuthenticationForLocalhost; note that the hostkey is | Markus Friedl | |
now check for localhost, too. | |||
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 | |
environment variable into account. This came out of a discussion with Solar Designer. | |||
2001-10-01 | Typo, assign the new restart point to nrestart_point, not restart_point. | Todd C. Miller | |
Fixes an uninitialized use of nrestart_point. | |||
2001-10-01 | skip filenames containing \n; report jdamery@chiark.greenend.org.uk | Markus Friedl | |
and matthew@debian.org | |||
2001-09-30 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-09-29 | show level of macro expansion, not dummy 1 (finally found some gnu-m4 | Marc 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-29 | Synchronize 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-29 | document tracing and compatibility with other m4. | Marc Espie | |
2001-09-28 | bug: read user config first; report kaukasoi@elektroni.ee.tut.fi | Markus Friedl | |
2001-09-28 | bzero private key after loading to smartcard; ok markus@ | Damien Miller | |
2001-09-28 | Remove debugging scaffolding | Marc Espie | |
2001-09-28 | Fix segv when smartcard communication error occurs during key load. ok markus@ | Damien Miller | |
2001-09-28 | semicolon -> colon | Jan-Uwe Finck | |
detected by mihaak@lecturax.tmfweb.nl | |||
2001-09-28 | Use the new KERN_SYSVIPC_*_INFO sysctls; simonb@netbsd.org | Todd C. Miller | |
2001-09-28 | more emacs regexps in -g mode. Ok millert@ | Marc Espie | |
With this, some autoconf 2.52 scripts are now working completely. | |||
2001-09-27 | pass all properties of builtins when defn... | Marc Espie | |
2001-09-27 | Add missing "and semaphores" at the end of the description of the -T option | Todd C. Miller | |
2001-09-27 | o Add an extra byte for out_line and out_name in struct myutmp so we | Todd 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-27 | some fixes and cleanups some from dfa@solo.ee, some pointed | Michael Shalayeff | |
out by pjanzen@ . | |||
2001-09-27 | don't talk about compile-time options | Camiel Dobbelaar | |
ok markus@ | |||
2001-09-27 | oops | Theo de Raadt | |
2001-09-27 | typos; from solar | Markus Friedl | |
2001-09-27 | Needed logic to handle newlines correctly. | Marc Espie | |
2001-09-27 | missing called=1; chombier@mac.com | Markus Friedl | |
2001-09-27 | mem leak; chombier@mac.com | Markus Friedl | |
2001-09-27 | traceon/traceoff built-ins. | Marc Espie | |
2001-09-27 | calendar escaped which is not ready yet | Michael Shalayeff | |