]>
git.ipfire.org Git - thirdparty/openssh-portable.git/log
Damien Miller [Mon, 24 Feb 2003 01:35:08 +0000 (12:35 +1100)]
- (djm) Bug #501: gai_strerror should return char*;
fix from dtucker@zip.com.au
Damien Miller [Mon, 24 Feb 2003 01:18:46 +0000 (12:18 +1100)]
- (djm) Add new object files to Makefile and reorder
Damien Miller [Mon, 24 Feb 2003 01:05:18 +0000 (12:05 +1100)]
- mpech@cvs.openbsd.org 2003/02/21 10:34:48
[auth-krb4.c]
...sizeof(&adat.session) is not good here.
henning@, deraadt@, millert@
Damien Miller [Mon, 24 Feb 2003 01:04:33 +0000 (12:04 +1100)]
- markus@cvs.openbsd.org 2003/02/21 09:05:53
[servconf.c]
print sshd_config filename in debug2 mode.
Damien Miller [Mon, 24 Feb 2003 01:03:38 +0000 (12:03 +1100)]
- markus@cvs.openbsd.org 2003/02/16 17:30:33
[monitor.c monitor_wrap.c]
fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@
Damien Miller [Mon, 24 Feb 2003 01:03:03 +0000 (12:03 +1100)]
- markus@cvs.openbsd.org 2003/02/16 17:09:57
[kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c]
split kex into client and server code, no need to link
server code into the client; ok provos@
Damien Miller [Mon, 24 Feb 2003 01:02:12 +0000 (12:02 +1100)]
- markus@cvs.openbsd.org 2003/02/12 21:39:50
[crc32.c crc32.h]
replace crc32.c with a BSD licensed version; noted by David Turner
Damien Miller [Mon, 24 Feb 2003 01:01:40 +0000 (12:01 +1100)]
- markus@cvs.openbsd.org 2003/02/12 09:33:04
[key.c key.h ssh-dss.c ssh-rsa.c]
merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
Damien Miller [Mon, 24 Feb 2003 01:00:16 +0000 (12:00 +1100)]
- markus@cvs.openbsd.org 2003/02/10 11:51:47
[ssh-add.1]
xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490
Damien Miller [Mon, 24 Feb 2003 00:59:26 +0000 (11:59 +1100)]
- markus@cvs.openbsd.org 2003/02/06 21:22:43
[auth1.c auth2.c]
undo broken fix for #387, fixes #486
Damien Miller [Mon, 24 Feb 2003 00:58:44 +0000 (11:58 +1100)]
- markus@cvs.openbsd.org 2003/02/06 09:29:18
[sftp-server.c]
fix races in rename/symlink; from Tony Finch; ok djm@
Damien Miller [Mon, 24 Feb 2003 00:57:32 +0000 (11:57 +1100)]
- markus@cvs.openbsd.org 2003/02/06 09:27:29
[ssh.c ssh_config.5]
support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@
Damien Miller [Mon, 24 Feb 2003 00:57:01 +0000 (11:57 +1100)]
- markus@cvs.openbsd.org 2003/02/06 09:26:23
[session.c]
missing call to setproctitle() after authentication; ok provos@
Damien Miller [Mon, 24 Feb 2003 00:56:27 +0000 (11:56 +1100)]
- markus@cvs.openbsd.org 2003/02/05 09:02:28
[readconf.c]
simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@
Damien Miller [Mon, 24 Feb 2003 00:55:46 +0000 (11:55 +1100)]
- markus@cvs.openbsd.org 2003/02/04 09:33:22
[monitor.c monitor_wrap.c]
skey/bsdauth: use 0 to indicate failure instead of -1, because
the buffer API only supports unsigned ints.
Damien Miller [Mon, 24 Feb 2003 00:54:57 +0000 (11:54 +1100)]
- markus@cvs.openbsd.org 2003/02/04 09:32:08
[key.c]
better debug3 message
Damien Miller [Mon, 24 Feb 2003 00:54:10 +0000 (11:54 +1100)]
- markus@cvs.openbsd.org 2003/02/03 08:56:16
[sshpty.c]
don't call error() for readonly /dev; from soekris list; ok mcbride,
henning, deraadt.
Damien Miller [Mon, 24 Feb 2003 00:53:32 +0000 (11:53 +1100)]
- markus@cvs.openbsd.org 2003/02/02 10:56:08
[kex.c]
add support for key exchange guesses; based on work by
avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@
Damien Miller [Mon, 24 Feb 2003 00:52:58 +0000 (11:52 +1100)]
- markus@cvs.openbsd.org 2003/02/02 10:51:13
[scp.c]
call okname() only when using system(3) for remote-remote copy;
fixes bugs #483, #472; ok deraadt@, mouring@
Damien Miller [Mon, 24 Feb 2003 00:52:26 +0000 (11:52 +1100)]
- jmc@cvs.openbsd.org 2003/01/31 21:54:40
[sshd.8]
typos; sshd(8): help and ok markus@
help and ok millert@
Damien Miller [Mon, 24 Feb 2003 00:51:32 +0000 (11:51 +1100)]
- stevesk@cvs.openbsd.org 2003/01/28 17:24:51
[scp.1]
remove example not pertinent with -1 addition; ok markus@
Damien Miller [Mon, 24 Feb 2003 00:50:50 +0000 (11:50 +1100)]
- markus@cvs.openbsd.org 2003/01/28 16:11:52
[scp.1]
document -l; pekkas@netcore.fi
Damien Miller [Mon, 24 Feb 2003 00:50:18 +0000 (11:50 +1100)]
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/01/27 17:06:31
[sshd.c]
more specific error message when /var/empty has wrong permissions;
bug #46, map@appgate.com; ok henning@, provos@, stevesk@
Damien Miller [Mon, 24 Feb 2003 00:48:22 +0000 (11:48 +1100)]
- (djm) Tweak gnome-ssh-askpass2:
- Retry kb and mouse grab a couple of times, so passphrase dialog doesn't
immediately fail if you are doing something else when it appears (e.g.
dragging a window)
- Perform server grab after we have the keyboard and/or pointer to avoid
races.
Damien Miller [Mon, 10 Feb 2003 23:04:03 +0000 (10:04 +1100)]
- (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
Damien Miller [Wed, 5 Feb 2003 23:50:42 +0000 (10:50 +1100)]
- (djm) Teach fake-getaddrinfo to use getservbyname() when provided a
string service name. Suggested by markus@, review by itojun@
Ben Lindstrom [Sat, 1 Feb 2003 04:43:34 +0000 (04:43 +0000)]
- (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by
dtucker@zip.com.au
Damien Miller [Wed, 29 Jan 2003 23:20:56 +0000 (10:20 +1100)]
- (djm) Unbreak root password auth. Spotted by dtucker@zip.com.au
Damien Miller [Tue, 28 Jan 2003 00:33:42 +0000 (11:33 +1100)]
- (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au
and openssh-unix-dev@thewrittenword.com
Ben Lindstrom [Mon, 27 Jan 2003 21:15:10 +0000 (21:15 +0000)]
- (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for
cray. Also removed test for tcgetpgrp in configure.ac since it
is no longer used.
Damien Miller [Fri, 24 Jan 2003 00:50:32 +0000 (11:50 +1100)]
- (djm) Add TIMEVAL_TO_TIMESPEC macros
Damien Miller [Fri, 24 Jan 2003 00:37:38 +0000 (11:37 +1100)]
- markus@cvs.openbsd.org 2003/01/23 14:06:15
[scp.1 scp.c]
scp -12; Sam Smith and others; ok provos@, deraadt@
Damien Miller [Fri, 24 Jan 2003 00:36:58 +0000 (11:36 +1100)]
- markus@cvs.openbsd.org 2003/01/23 14:01:53
[scp.c]
bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@
Damien Miller [Fri, 24 Jan 2003 00:36:23 +0000 (11:36 +1100)]
- markus@cvs.openbsd.org 2003/01/23 13:50:27
[authfd.c authfd.h readpass.c ssh-add.1 ssh-add.c ssh-agent.c]
ssh-add -c, prompt user for confirmation (using ssh-askpass) when
private agent key is used; with djm@; test by dugsong@, djm@;
ok deraadt@
Damien Miller [Fri, 24 Jan 2003 00:34:52 +0000 (11:34 +1100)]
- (djm) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2003/01/23 08:58:47
[sshd_config.5]
typos; ok millert@
Damien Miller [Thu, 23 Jan 2003 06:41:20 +0000 (17:41 +1100)]
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2003/01/23 00:03:00
[auth1.c]
Don't log TIS auth response; "get rid of it" - markus@
Damien Miller [Wed, 22 Jan 2003 06:53:16 +0000 (17:53 +1100)]
- (djm) Sync regress with OpenBSD -current
Damien Miller [Wed, 22 Jan 2003 05:21:02 +0000 (16:21 +1100)]
unbreak for PAM case
Damien Miller [Wed, 22 Jan 2003 04:42:26 +0000 (15:42 +1100)]
- (djm) Reorganise PAM & SIA password handling to eliminate some common code
Damien Miller [Wed, 22 Jan 2003 00:47:19 +0000 (11:47 +1100)]
- (djm) OpenBSD CVS Sync
- marc@cvs.openbsd.org 2003/01/21 18:14:36
[ssh-agent.1 ssh-agent.c]
Add a -t life option to ssh-agent that set the default lifetime.
The default can still be overriden by using -t in ssh-add.
OK markus@
Tim Rice [Mon, 20 Jan 2003 04:20:24 +0000 (20:20 -0800)]
[configure.ac] Add -belf to build ELF binaries on OpenServer 5 when
using cc. (gcc already did)
Tim Rice [Mon, 20 Jan 2003 04:15:13 +0000 (20:15 -0800)]
[progressmeter.c] make compilers without long long happy.
Damien Miller [Mon, 20 Jan 2003 02:15:10 +0000 (13:15 +1100)]
- (djm) Fix compilation for NetBSD from dtucker@zip.com.au
Damien Miller [Sat, 18 Jan 2003 05:24:06 +0000 (16:24 +1100)]
- (djm) Revert fix for Bug #442 for now.
Damien Miller [Thu, 16 Jan 2003 23:31:38 +0000 (10:31 +1100)]
- (djm) Bug #470: Detect strnvis, not strvis in configure.
From d_wllms@lanl.gov
Damien Miller [Thu, 16 Jan 2003 04:39:13 +0000 (15:39 +1100)]
20030116
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2003/01/16 03:41:55
[sftp-int.c]
explicitly use first glob result
Damien Miller [Tue, 14 Jan 2003 11:24:47 +0000 (22:24 +1100)]
- djm@cvs.openbsd.org 2003/01/14 10:58:00
[sftp-client.c sftp-int.c]
Don't try to upload or download non-regular files. Report from
apoloval@pantuflo.escet.urjc.es; ok markus@
Damien Miller [Tue, 14 Jan 2003 11:24:19 +0000 (22:24 +1100)]
oops
Damien Miller [Tue, 14 Jan 2003 11:24:05 +0000 (22:24 +1100)]
- djm@cvs.openbsd.org 2003/01/13 11:04:04
[sftp-int.c]
make cmds[] array static to avoid conflict with BSDI libc.
Damien Miller [Tue, 14 Jan 2003 11:23:23 +0000 (22:23 +1100)]
- markus@cvs.openbsd.org 2003/01/12 16:57:02
[progressmeter.c]
allow WARNINGS=yes; ok djm@
Damien Miller [Tue, 14 Jan 2003 11:22:43 +0000 (22:22 +1100)]
- markus@cvs.openbsd.org 2003/01/11 18:29:43
[log.c]
set fatal_cleanups to NULL in fatal_remove_all_cleanups();
dtucker@zip.com.au
Damien Miller [Tue, 14 Jan 2003 11:22:11 +0000 (22:22 +1100)]
- (djm) OpenBSD CVS Sync
- fgsch@cvs.openbsd.org 2003/01/10 23:23:24
[sftp-int.c]
typo; from Nils Nordman <nino at nforced dot com>.
Damien Miller [Mon, 13 Jan 2003 05:55:22 +0000 (16:55 +1100)]
- (djm) Bug #467: Add a --disable-strip option to turn off stripping of
installed binaries. From mdev@idg.nl
Damien Miller [Sun, 12 Jan 2003 23:04:58 +0000 (10:04 +1100)]
- (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
detection to configure.ac. Prompted by stevesk@
Damien Miller [Sun, 12 Jan 2003 23:00:34 +0000 (10:00 +1100)]
more
Damien Miller [Fri, 10 Jan 2003 10:46:02 +0000 (21:46 +1100)]
- fgsch@cvs.openbsd.org 2003/01/10 08:19:07
[scp.c sftp.1 sftp.c sftp-client.c sftp-int.c progressmeter.c]
[progressmeter.h]
sftp progress meter support.
original diffs by Nils Nordman <nino at nforced dot com> via
markus@, merged to -current by me, djm@ ok.
Damien Miller [Fri, 10 Jan 2003 10:45:12 +0000 (21:45 +1100)]
- djm@cvs.openbsd.org 2003/01/10 10:32:54
[channels.c]
hush socket() errors, except last. Fixes mindrot bug #408; ok markus@
Damien Miller [Fri, 10 Jan 2003 10:44:48 +0000 (21:44 +1100)]
- djm@cvs.openbsd.org 2003/01/10 10:29:35
[scp.c]
Don't ftruncate after write error, creating sparse files of
incorrect length
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
Damien Miller [Fri, 10 Jan 2003 10:43:58 +0000 (21:43 +1100)]
- djm@cvs.openbsd.org 2003/01/10 08:48:15
[sftp-client.c]
Simplify and avoid redundancy in packet send and receive
functions; ok fgs@
Damien Miller [Fri, 10 Jan 2003 10:43:24 +0000 (21:43 +1100)]
- fgsch@cvs.openbsd.org 2003/01/10 08:19:07
[scp.c sftp.1 sftp.c sftp-client.c sftp-int.c]
sftp progress meter support.
original diffs by Nils Nordman <nino at nforced dot com> via
markus@, merged to -current by me, djm@ ok.
Damien Miller [Fri, 10 Jan 2003 10:40:00 +0000 (21:40 +1100)]
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2003/01/08 23:53:26
[sftp.1 sftp.c sftp-int.c sftp-int.h]
Cleanup error handling for batchmode
Allow blank lines and comments in input
Ability to suppress abort on error in batchmode ("-put blah")
Fixes mindrot bug #452; markus@ ok
Damien Miller [Thu, 9 Jan 2003 22:53:12 +0000 (09:53 +1100)]
- (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More
systems may be added later.
Tim Rice [Thu, 9 Jan 2003 04:09:30 +0000 (20:09 -0800)]
[scp.c] make compilers without long long happy.
Tim Rice [Thu, 9 Jan 2003 04:04:27 +0000 (20:04 -0800)]
[auth.c] declare today at top of allowed_user() to keep older compilers happy.
Tim Rice [Thu, 9 Jan 2003 01:22:59 +0000 (17:22 -0800)]
[Makefile.in configure.ac] replace fixpath with sed script. Patch by Mo DeJong.
Damien Miller [Wed, 8 Jan 2003 12:28:40 +0000 (23:28 +1100)]
- (djm) Update README to reflect AIX's status as a well supported platform.
From dtucker@zip.com.au
Damien Miller [Wed, 8 Jan 2003 03:05:23 +0000 (14:05 +1100)]
- fgsch@cvs.openbsd.org 2003/01/07 23:42:54
[sftp.1]
add version; from Nils Nordman <nino at nforced dot com> via markus@.
markus@ ok
Damien Miller [Wed, 8 Jan 2003 03:04:53 +0000 (14:04 +1100)]
- djm@cvs.openbsd.org 2003/01/06 23:51:22
[sftp-client.c]
Fix "get -p" download to not add user-write perm. mindrot bug #426
reported by gfernandez@livevault.com; ok markus@
Damien Miller [Wed, 8 Jan 2003 03:04:09 +0000 (14:04 +1100)]
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/01/01 18:08:52
[channels.c]
move big output buffer messages to debug2
Damien Miller [Wed, 8 Jan 2003 01:37:03 +0000 (12:37 +1100)]
- (djm) Avoid redundant xstrdup/xfree in auth2-pam.c. From Solar via markus@
Damien Miller [Wed, 8 Jan 2003 00:16:48 +0000 (11:16 +1100)]
- (djm) Sync openbsd-compat/ with OpenBSD -current
Damien Miller [Tue, 7 Jan 2003 13:06:48 +0000 (00:06 +1100)]
missing newline
Damien Miller [Tue, 7 Jan 2003 12:55:59 +0000 (23:55 +1100)]
- (djm) Fix my fix of the fix for the Bug #442 for PAM case. Spotted by
dtucker@zip.com.au. Reorder for clarity too.
Damien Miller [Tue, 7 Jan 2003 06:38:58 +0000 (17:38 +1100)]
- (djm) Bug #178: On AIX /etc/nologin wasnt't shown to users. Fix from
Ralf.Wenk@fh-karlsruhe.de and dtucker@zip.com.au
Damien Miller [Tue, 7 Jan 2003 06:04:18 +0000 (17:04 +1100)]
- (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate
nasties. Report from peak@argo.troja.mff.cuni.cz
Damien Miller [Tue, 7 Jan 2003 05:46:58 +0000 (16:46 +1100)]
- (djm) Bug #110: bogus error messages in lastlog_get_entry(). Fix based
on one by peak@argo.troja.mff.cuni.cz
Damien Miller [Tue, 7 Jan 2003 05:15:20 +0000 (16:15 +1100)]
- (djm) Fix Bug #442 for PAM case
Damien Miller [Tue, 7 Jan 2003 04:18:32 +0000 (15:18 +1100)]
- (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes
Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch
Damien Miller [Tue, 7 Jan 2003 01:19:32 +0000 (12:19 +1100)]
- (djm) Bug #442: Check for and deny access to accounts with locked
passwords. Patch from dtucker@zip.com.au
Damien Miller [Mon, 6 Jan 2003 23:51:23 +0000 (10:51 +1100)]
- (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses.
Based on fix from yoshfuji@linux-ipv6.org
Damien Miller [Fri, 3 Jan 2003 03:52:53 +0000 (14:52 +1100)]
- (djm) Bug #446: Set LOGIN env var to pw_name on AIX. Patch from
mii@ornl.gov
Damien Miller [Fri, 3 Jan 2003 03:42:27 +0000 (14:42 +1100)]
- (djm) Bug #460: Filling utmp[x]->ut_addr_v6 if present. Patch from
cjwatson@debian.org
Damien Miller [Fri, 3 Jan 2003 03:34:06 +0000 (14:34 +1100)]
- (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from
cjwatson@debian.org
Kevin Steves [Wed, 1 Jan 2003 23:43:55 +0000 (23:43 +0000)]
- (stevesk) [session.c sshlogin.c sshlogin.h] complete portable
parts of pass addrlen with sockaddr * fix.
from Hajimu UMEMOTO <ume@FreeBSD.org>
Ben Lindstrom [Mon, 23 Dec 2002 02:58:17 +0000 (02:58 +0000)]
- (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c] Resync CVS IDs since
we already did s/msg_send/ssh_msg_send/
Ben Lindstrom [Mon, 23 Dec 2002 02:53:08 +0000 (02:53 +0000)]
- markus@cvs.openbsd.org 2002/12/13 15:20:52
[scp.c]
1) include stalling time in total time
2) truncate filenames to 45 instead of 20 characters
3) print rate instead of progress bar, no more stars
4) scale output to tty width
based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
Ben Lindstrom [Mon, 23 Dec 2002 02:44:36 +0000 (02:44 +0000)]
- markus@cvs.openbsd.org 2002/12/13 10:03:15
[channels.c misc.c sshconnect2.c]
cleanup debug messages, more useful information for the client user.
Ben Lindstrom [Mon, 23 Dec 2002 02:42:52 +0000 (02:42 +0000)]
- markus@cvs.openbsd.org 2002/12/10 19:47:14
[packet.c]
static
Ben Lindstrom [Mon, 23 Dec 2002 02:41:41 +0000 (02:41 +0000)]
- markus@cvs.openbsd.org 2002/12/10 19:26:50
[packet.c]
move tos handling to packet_set_tos; ok provos/henning/deraadt
Ben Lindstrom [Mon, 23 Dec 2002 02:26:08 +0000 (02:26 +0000)]
- markus@cvs.openbsd.org 2002/12/10 08:56:00
[session.c]
Make sure $SHELL points to the shell from the password file, even if shell
is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@
Ben Lindstrom [Mon, 23 Dec 2002 02:24:54 +0000 (02:24 +0000)]
- millert@cvs.openbsd.org 2002/12/09 16:50:30
[ssh.c]
Avoid setting optind to 0 as GNU getopt treats that like we do optreset.
markus@ OK
Ben Lindstrom [Mon, 23 Dec 2002 02:23:37 +0000 (02:23 +0000)]
- djm@cvs.openbsd.org 2002/12/06 05:20:02
[sftp.1]
Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
Ben Lindstrom [Mon, 23 Dec 2002 02:22:09 +0000 (02:22 +0000)]
- markus@cvs.openbsd.org 2002/12/05 11:08:35
[scp.c]
use roundup() similar to rcp/util.c and avoid problems with strange
filesystem block sizes, noted by tjr@freebsd.org; ok djm@
Ben Lindstrom [Mon, 23 Dec 2002 02:15:57 +0000 (02:15 +0000)]
- stevesk@cvs.openbsd.org 2002/12/04 04:36:47
[session.c]
remove xauth entries before add; PR 2994 from janjaap@stack.nl.
ok markus@
Ben Lindstrom [Mon, 23 Dec 2002 02:14:51 +0000 (02:14 +0000)]
- markus@cvs.openbsd.org 2002/11/27 17:53:35
[scp.c sftp.c ssh.c]
allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;
http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
Ben Lindstrom [Mon, 23 Dec 2002 02:13:37 +0000 (02:13 +0000)]
- stevesk@cvs.openbsd.org 2002/11/26 02:38:54
[canohost.c]
KNF, comment and error message repair; ok markus@
Ben Lindstrom [Mon, 23 Dec 2002 02:11:54 +0000 (02:11 +0000)]
- stevesk@cvs.openbsd.org 2002/11/26 02:35:30
[ssh-keygen.1]
remove outdated statement; ok markus@ deraadt@
Ben Lindstrom [Mon, 23 Dec 2002 02:11:02 +0000 (02:11 +0000)]
- wcobb@cvs.openbsd.org 2002/11/26 00:45:03
[scp.c ssh-keygen.c]
Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
ok markus@
Ben Lindstrom [Mon, 23 Dec 2002 02:09:59 +0000 (02:09 +0000)]
- stevesk@cvs.openbsd.org 2002/11/24 21:46:24
[ssh-keysign.8]
typo: "the the"
Ben Lindstrom [Mon, 23 Dec 2002 02:08:57 +0000 (02:08 +0000)]
- markus@cvs.openbsd.org 2002/11/21 23:04:33
[ssh.c]
debug->debug2