Ben Lindstrom
1ee9ec32a3
- markus@cvs.openbsd.org 2002/03/21 10:21:20
...
[ssh-add.c]
ignore errors for nonexisting default keys in ssh-add,
fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
2002-03-22 03:14:45 +00:00
Ben Lindstrom
c743134191
- stevesk@cvs.openbsd.org 2002/03/20 19:12:25
...
[servconf.c servconf.h ssh.h sshd.c]
for unprivileged user, group do:
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
2002-03-22 03:11:49 +00:00
Ben Lindstrom
f34e4eb6c7
- markus@cvs.openbsd.org 2002/03/19 15:31:47
...
[auth.c]
check for NULL; from provos@
2002-03-22 03:08:30 +00:00
Ben Lindstrom
7ebb635d81
- markus@cvs.openbsd.org 2002/03/19 14:27:39
...
[auth.c auth1.c auth2.c]
make getpwnamallow() allways call pwcopy()
2002-03-22 03:04:08 +00:00
Ben Lindstrom
6328ab3989
- markus@cvs.openbsd.org 2002/03/19 10:49:35
...
[auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
ttymodes.c]
KNF whitespace
2002-03-22 02:54:23 +00:00
Ben Lindstrom
08105192fd
- markus@cvs.openbsd.org 2002/03/19 10:35:39
...
[auth-options.c auth.h session.c session.h sshd.c]
clean up prototypes
2002-03-22 02:50:06 +00:00
Ben Lindstrom
cb1f60efb5
- mpech@cvs.openbsd.org 2002/03/19 06:32:56
...
[sftp-int.c]
use xfree() after xstrdup().
markus@ ok
2002-03-22 02:47:28 +00:00
Ben Lindstrom
85520a6705
- stevesk@cvs.openbsd.org 2002/03/19 05:23:08
...
[sshd.8]
Banner has no default.
2002-03-22 02:44:40 +00:00
Ben Lindstrom
7a7edf77ed
- stevesk@cvs.openbsd.org 2002/03/19 03:03:43
...
[pathnames.h servconf.c servconf.h sshd.c]
_PATH_PRIVSEP_CHROOT_DIR; ok provos@
2002-03-22 02:42:37 +00:00
Ben Lindstrom
01426a67c8
- stevesk@cvs.openbsd.org 2002/03/18 23:52:51
...
[servconf.c]
UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
provos@
2002-03-22 02:40:03 +00:00
Ben Lindstrom
191c8e5eb9
- provos@cvs.openbsd.org 2002/03/18 17:59:09
...
[sshd.8]
document UsePrivilegeSeparation
2002-03-22 02:37:50 +00:00
Ben Lindstrom
000dda5373
- provos@cvs.openbsd.org 2002/03/18 17:53:08
...
[sshd.8]
credits for privsep
2002-03-22 02:33:12 +00:00
Ben Lindstrom
7a2073c50b
- provos@cvs.openbsd.org 2002/03/18 17:50:31
...
[auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h
auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c
session.h servconf.h serverloop.c session.c sshd.c]
integrate privilege separated openssh; its turned off by default for now.
work done by me and markus@
applied, but outside of ensure that smaller code bits migrated with
their owners.. no work was tried to 'fix' it to work. =) Later project!
2002-03-22 02:30:41 +00:00
Ben Lindstrom
0f345f5ee1
- provos@cvs.openbsd.org 2002/03/18 17:31:54
...
[compress.c]
export compression streams for ssh-privsep
2002-03-22 01:51:24 +00:00
Ben Lindstrom
88aa1b4527
- provos@cvs.openbsd.org 2002/03/18 17:25:29
...
[bufaux.c bufaux.h]
buffer_skip_string and extra sanity checking; needed by ssh-privsep
2002-03-22 01:47:52 +00:00
Ben Lindstrom
a674e8df80
- markus@cvs.openbsd.org 2002/03/18 17:23:31
...
[key.c key.h]
add key_demote() for ssh-privsep
2002-03-22 01:45:53 +00:00
Ben Lindstrom
f6027d3407
- markus@cvs.openbsd.org 2002/03/18 17:16:38
...
[packet.c packet.h]
export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
2002-03-22 01:42:04 +00:00
Ben Lindstrom
212facacde
- markus@cvs.openbsd.org 2002/03/18 17:13:15
...
[cipher.c cipher.h]
export/import cipher states; needed by ssh-privsep
2002-03-22 01:39:44 +00:00
Ben Lindstrom
b481e1323e
- provos@cvs.openbsd.org 2002/03/18 03:41:08
...
[auth.c session.c]
move auth_approval into getpwnamallow with help from millert@
2002-03-22 01:35:47 +00:00
Ben Lindstrom
abf3144064
- dugsong@cvs.openbsd.org 2002/03/18 01:30:10
...
[auth-krb4.c]
set client to NULL after xfree(), from Rolf Braun
<rbraun+ssh@andrew.cmu.edu>
2002-03-22 01:30:40 +00:00
Ben Lindstrom
73ab9ba45d
- provos@cvs.openbsd.org 2002/03/18 01:12:14
...
[auth.h auth1.c auth2.c sshd.c]
have the authentication functions return the authentication context
and then do_authenticated; okay millert@
2002-03-22 01:27:35 +00:00
Ben Lindstrom
2ae18f40a7
- provos@cvs.openbsd.org 2002/03/17 20:25:56
...
[auth.c auth.h auth1.c auth2.c]
getpwnamallow returns struct passwd * only if user valid; okay markus@
2002-03-22 01:24:38 +00:00
Ben Lindstrom
eacc71b558
- stevesk@cvs.openbsd.org 2002/03/16 17:41:25
...
[auth-krb5.c]
BSD license. from Daniel Kouril via Dug Song. ok markus@
2002-03-22 01:22:27 +00:00
Ben Lindstrom
186b7da2d7
- markus@cvs.openbsd.org 2002/03/16 17:22:09
...
[auth-rh-rsa.c auth.h]
split auth_rhosts_rsa(), ok provos@
2002-03-22 01:20:32 +00:00
Ben Lindstrom
ce398b2278
- markus@cvs.openbsd.org 2002/03/16 11:24:53
...
[compress.c]
skip inflateEnd if inflate fails; ok provos@
2002-03-22 01:17:52 +00:00
Ben Lindstrom
b61e6df9f3
- itojun@cvs.openbsd.org 2002/03/15 11:00:38
...
[auth.c]
fix file type checking (use S_ISREG). ok by markus
2002-03-22 01:15:33 +00:00
Ben Lindstrom
9c8aefe750
- markus@cvs.openbsd.org 2002/03/14 16:56:33
...
[auth-rh-rsa.c auth-rsa.c auth.h]
split auth_rsa() for better readability and privsep; ok provos@
2002-03-22 01:12:58 +00:00
Ben Lindstrom
abcb145b38
- markus@cvs.openbsd.org 2002/03/14 16:38:26
...
[sshd.c]
split out ssh1 session key decryption; ok provos@
2002-03-22 01:10:21 +00:00
Ben Lindstrom
5c15958230
- markus@cvs.openbsd.org 2002/03/14 15:24:27
...
[sshconnect1.c]
don't trust size sent by (rogue) server; noted by s.esser@e-matters.de
2002-03-22 01:08:07 +00:00
Ben Lindstrom
83b79e48df
- itojun@cvs.openbsd.org 2002/03/11 03:19:53
...
[sftp-client.c]
indent
2002-03-22 01:05:27 +00:00
Ben Lindstrom
eb50545365
- itojun@cvs.openbsd.org 2002/03/11 03:18:49
...
[sftp-client.c]
correct type mismatches (u_int64_t != unsigned long long)
2002-03-22 01:03:15 +00:00
Ben Lindstrom
d45f28c116
- itojun@cvs.openbsd.org 2002/03/08 06:10:16
...
[sftp-client.c]
printf type mismatch
2002-03-22 01:00:57 +00:00
Tim Rice
3a4234699e
[contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
...
build fixes. Patch by Darren Tucker <dtucker@zip.com.au>
[contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
postinstall check for $piddir and add if necessary.
2002-03-17 14:05:24 -08:00
Tim Rice
88f2ab5efb
[configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
...
warn if directory doesn not exist. Put system directories in front of
PATH for finding entorpy commands.
2002-03-17 12:17:34 -08:00
Tim Rice
29bdd2c9bc
[contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
...
build on all platforms that support SVR4 style package tools. Now runs
from build dir. Parts are based on patches from Antonio Navarro, and
Darren Tucker.
2002-03-11 20:55:53 -08:00
Damien Miller
4a10d2e90b
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
2002-03-11 22:53:29 +11:00
Kevin Steves
581930735a
- (stevesk) entropy.c: typo in debug message
2002-03-11 00:16:34 +00:00
Damien Miller
c7375ac466
- (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6.
...
Known issue: Blowfish for SSH1 does not work
2002-03-11 10:51:17 +11:00
Damien Miller
ff8f94c3e6
- (djm) Revert bits of Markus' OpenSSL compat patch which was accidentally
...
committed.
2002-03-11 10:48:53 +11:00
Ben Lindstrom
784e234c19
- (bal) Test for IRIX JOBS support at runtime. Patch provided
...
by David Kaelbling <drk@sgi.com>
2002-03-08 03:50:57 +00:00
Ben Lindstrom
7577fd83c1
- (bal) Add in check for rpc/types.h since it is needed on
...
some platforms for INADDR_LOOPBACK. We should retest
SCO 3 to see if this fixes their problem also.
2002-03-08 03:11:07 +00:00
Ben Lindstrom
dc16354aaa
- (bal) Updated INSTALL to reflect 0.9.6 OpenSSL requirement
2002-03-07 17:49:39 +00:00
Damien Miller
6e96c88c16
- (djm) Update RPM spec files with new version number
2002-03-07 13:04:37 +11:00
Damien Miller
3fd2872407
- markus@cvs.openbsd.org 2002/03/06 00:25:55
...
[version.h]
OpenSSH_3.1
2002-03-07 13:02:19 +11:00
Damien Miller
4e431d4b8e
- markus@cvs.openbsd.org 2002/03/06 00:24:39
...
[compat.c]
compat.c
2002-03-07 12:59:02 +11:00
Damien Miller
6d6c5d202f
- markus@cvs.openbsd.org 2002/03/06 00:23:27
...
[compat.c dh.c]
undo
2002-03-07 12:58:42 +11:00
Damien Miller
6ba693f70e
- OpenBSD CVS Sync
...
- markus@cvs.openbsd.org 2002/03/06 00:20:54
[compat.c dh.c]
compat.c
2002-03-07 12:58:24 +11:00
Kevin Steves
664b243ae4
- stevesk@cvs.openbsd.org 2002/03/02 09:34:42
...
[LICENCE]
correct copyright dates for scp license; ok markus@
2002-03-05 18:03:10 +00:00
Ben Lindstrom
01e7fa13b4
- (bal) Added contrib/aix/ to support BFF package generation provided
...
by Darren Tucker <dtucker@zip.com.au>
2002-03-05 03:38:35 +00:00
Ben Lindstrom
795488785e
- markus@cvs.openbsd.org 2002/03/04 19:37:58
...
[channels.c]
off by one; thanks to joost@pine.nl
2002-03-05 01:57:44 +00:00
Ben Lindstrom
6b28c35a04
- stevesk@cvs.openbsd.org 2002/03/04 18:30:23
...
[ssh-keyscan.c]
handle connection close during read of protocol version string.
fixes erroneous "bad greeting". ok markus@
2002-03-05 01:54:52 +00:00
Ben Lindstrom
05764b9286
- stevesk@cvs.openbsd.org 2002/03/04 17:27:39
...
[auth-krb5.c auth-options.h auth.h authfd.h authfile.h bufaux.h buffer.h
channels.h cipher.h compat.h compress.h crc32.h deattack.c getput.h
groupaccess.c misc.c mpaux.h packet.h readconf.h rsa.h scard.h
servconf.h ssh-agent.c ssh.h ssh2.h sshpty.h sshtty.c ttymodes.h
uuencode.c xmalloc.h]
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
files. ok markus@
2002-03-05 01:53:02 +00:00
Ben Lindstrom
84fcb312ff
- markus@cvs.openbsd.org 2002/03/04 13:10:46
...
[misc.c]
error-> debug, because O_NONBLOCK for /dev/null causes too many different
errnos; ok stevesk@, deraadt@
unused include
2002-03-05 01:48:09 +00:00
Ben Lindstrom
d96c8b3b56
- markus@cvs.openbsd.org 2002/03/04 12:43:06
...
[auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
unused include
2002-03-05 01:45:56 +00:00
Ben Lindstrom
3fb5d00ffd
- markus@cvs.openbsd.org 2002/03/01 13:12:10
...
[auth.c match.c match.h]
undo the 'delay hostname lookup' change
match.c must not use compress.c (via canonhost.c/packet.c)
thanks to wilfried@
2002-03-05 01:42:42 +00:00
Ben Lindstrom
6ef9ec6b6b
- stevesk@cvs.openbsd.org 2002/02/28 20:56:00
...
[auth.c]
log user not allowed details, from dwd@bell-labs.com ; ok markus@
2002-03-05 01:40:37 +00:00
Ben Lindstrom
ea03db9dbb
- stevesk@cvs.openbsd.org 2002/02/28 20:46:10
...
[sshd.8]
-u0 DNS for user@host
2002-03-05 01:38:57 +00:00
Ben Lindstrom
778bf55d89
- stevesk@cvs.openbsd.org 2002/02/28 20:36:42
...
[sshd.8]
DenyUsers allows user@host pattern also
2002-03-05 01:37:12 +00:00
Ben Lindstrom
916d83d208
- stevesk@cvs.openbsd.org 2002/02/28 19:36:28
...
[auth.c match.c match.h]
delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers
for sshd -u0; ok markus@
2002-03-05 01:35:23 +00:00
Ben Lindstrom
80cb27dd7c
- markus@cvs.openbsd.org 2002/02/28 15:46:33
...
[authfile.c kex.c kexdh.c kexgex.c key.c ssh-dss.c]
add some const EVP_MD for openssl-0.9.7
2002-03-05 01:33:36 +00:00
Ben Lindstrom
733a2351f5
- stevesk@cvs.openbsd.org 2002/02/27 21:23:13
...
[canohost.c channels.c packet.c sshd.c]
remove unneeded casts in [gs]etsockopt(); ok markus@
2002-03-05 01:31:28 +00:00
Ben Lindstrom
e86de51afb
- stevesk@cvs.openbsd.org 2002/02/26 20:03:51
...
[misc.c]
use socklen_t
2002-03-05 01:28:14 +00:00
Ben Lindstrom
3612bda7fd
- deraadt@cvs.openbsd.org 2002/02/26 19:06:43
...
[sftp.1]
no, look closely. the comma was highlighted. split .Ic even more
2002-03-05 01:26:38 +00:00
Ben Lindstrom
a48f3681f4
- mouring@cvs.openbsd.org 2002/02/26 19:04:37
...
[sftp.1]
> Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
Last Ic on the first line should not have a space between it and the final
comma.
2002-03-05 01:24:52 +00:00
Ben Lindstrom
a54f61c1c0
- deraadt@cvs.openbsd.org 2002/02/26 18:52:32
...
[sftp.1]
Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
2002-03-05 01:23:13 +00:00
Tim Rice
200a5c0581
correction to sig_atomic_t test
2002-02-26 22:12:34 -08:00
Tim Rice
7d2d1f1e67
correction to Bug 123 fix
2002-02-26 22:05:11 -08:00
Ben Lindstrom
88c0cd8596
- (bal) Imported missing fatal.c and fixed up Makefile.in
2002-02-26 19:24:21 +00:00
Ben Lindstrom
c58ab02e45
- markus@cvs.openbsd.org 2002/02/25 16:33:27
...
[ssh-keygen.c sshconnect2.c uuencode.c uuencode.h]
more u_* fixes
2002-02-26 18:15:09 +00:00
Ben Lindstrom
1ebd7a5342
- stevesk@cvs.openbsd.org 2002/02/24 19:59:42
...
[channels.c misc.c]
disable Nagle in connect_to() and channel_post_port_listener() (port
forwarding endpoints). the intention is to preserve the on-the-wire
appearance to applications at either end; the applications can then
enable TCP_NODELAY according to their requirements. ok markus@
2002-02-26 18:12:51 +00:00
Ben Lindstrom
90fd814f90
- markus@cvs.openbsd.org 2002/02/24 19:14:59
...
[auth2.c authfd.c authfd.h authfile.c kexdh.c kexgex.c key.c key.h
ssh-dss.c ssh-dss.h ssh-keygen.c ssh-rsa.c ssh-rsa.h sshconnect2.c]
signed vs. unsigned: make size arguments u_int, ok stevesk@
2002-02-26 18:09:42 +00:00
Ben Lindstrom
e45a2cb2b7
- markus@cvs.openbsd.org 2002/02/24 18:31:09
...
[uuencode.c]
typo in comment
2002-02-26 18:07:26 +00:00
Ben Lindstrom
4a7714a43a
- markus@cvs.openbsd.org 2002/02/24 16:58:32
...
[packet.c]
make 'cp' unsigned and merge with 'ucp'; ok stevesk@
2002-02-26 18:04:38 +00:00
Ben Lindstrom
021fcd3a36
- markus@cvs.openbsd.org 2002/02/24 16:57:19
...
[sftp-client.c]
early close(), missing free; ok stevesk@
2002-02-26 18:02:43 +00:00
Ben Lindstrom
13c5d3b370
- stevesk@cvs.openbsd.org 2002/02/24 16:09:52
...
[sshd.c]
use u_char* here; ok markus@
2002-02-26 18:00:48 +00:00
Ben Lindstrom
14519086e4
- markus@cvs.openbsd.org 2002/02/23 17:59:02
...
[kex.c kexdh.c kexgex.c]
don't allow garbage after payload.
2002-02-26 17:58:29 +00:00
Ben Lindstrom
9c8edc96fc
- markus@cvs.openbsd.org 2002/02/22 12:20:34
...
[log.c log.h ssh-keyscan.c]
overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@
2002-02-26 17:52:14 +00:00
Ben Lindstrom
351e919690
- (bal) Update sshd_config CVSID
2002-02-26 17:49:55 +00:00
Ben Lindstrom
b855028ff6
- markus@cvs.openbsd.org 2002/02/15 23:54:10
...
[auth-krb5.c]
krb5_get_err_text() does not like context==NULL; he@nordu.net via google;
ok provos@
2002-02-26 17:46:11 +00:00
Kevin Steves
a2b9607a86
- (stevesk) openbsd-compat/base64.h: typo in comment
2002-02-26 16:59:58 +00:00
Tim Rice
4cec93faed
Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
...
based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney)
Bug 45 [configure.ac] modify skey test to work around conflict with autoconf
reported by nolan@naic.edu (Michael Nolan)
patch by Pekka Savola <pekkas@netcore.fi>
Bug 74 [configure.ac defines.h] add sig_atomic_t test
reported by dwd@bell-labs.com (Dave Dykstra)
Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com
[configure.ac Makefile.in] link libwrap only with sshd
based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>
Bug 123 link libpam only with sshd
reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky)
[configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7
[acconfig.h] remove unused HAVE_REGCOMP
2002-02-26 08:40:48 -08:00
Ben Lindstrom
c004135b72
- (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()
...
since we need more session information than provided by that function.
2002-02-25 15:48:02 +00:00
Tim Rice
e06ae4a4bc
[loginrec.c session.c sshlogin.c sshlogin.h] Bug 84
...
patch by wknox@mitre.org (William Knox).
[sshlogin.h] declare record_utmp_only for session.c
2002-02-24 17:56:46 -08:00
Ben Lindstrom
839ac4f8aa
- (bal) Part two.. Drop unused AIX header, fix up missing char *cp. All
...
that is left is handling aix_usrinfo().
2002-02-24 20:42:46 +00:00
Ben Lindstrom
127398c6ec
- (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we
...
need to do the jobs (AIX still does not fully compile, but that is
coming).
2002-02-24 20:25:46 +00:00
Ben Lindstrom
3107efc12a
- (bal) Minor session.c for cygwin. mispelt 'is_winnt' variable.
2002-02-21 15:37:02 +00:00
Ben Lindstrom
e37f63ffa0
- markus@cvs.openbsd.org 2002/02/16 00:51:44
...
[session.c]
typo
- (bal) CVS ID sync since the last two patches were merged mistakenly
2002-02-19 21:58:19 +00:00
Ben Lindstrom
4e97e85c03
- (bal) OpenBSD CVS Sync
...
- markus@cvs.openbsd.org 2002/02/15 23:11:26
[session.c]
split do_child(), ok mouring@
Compiles under Redhat 7.2.. I cannot give any promises.. but I spent a
good hour and half ensure all the right bits are in the right spots.. and
it does seem to help out quite a bit for readiblity.
2002-02-19 21:50:43 +00:00
Ben Lindstrom
a9c039cf04
- (bal) Migrated AIX getuserattr and usrinfo code to
...
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and
simplify our diffs against upstream source.
2002-02-19 20:27:55 +00:00
Ben Lindstrom
f095a85882
- (bal) Migrate IRIX jobs/projects/audit/etc code to
...
openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
2002-02-19 20:02:48 +00:00
Damien Miller
95ca7e9f1f
- deraadt@cvs.openbsd.org 2002/02/19 02:50:59
...
[sshd_config]
stategy is not an english word
2002-02-19 15:29:02 +11:00
Damien Miller
85221b2818
- markus@cvs.openbsd.org 2002/02/18 17:55:20
...
[ssh.1]
-q: Fatal errors are _not_ displayed.
2002-02-19 15:27:23 +11:00
Damien Miller
21cf4e0628
- markus@cvs.openbsd.org 2002/02/18 13:05:32
...
[cipher.c cipher.h]
switch to EVP, ok djm@ deraadt@
2002-02-19 15:26:42 +11:00
Damien Miller
a93c6d87ef
- millert@cvs.openbsd.org 2002/02/17 19:42:32
...
[auth.h]
Manual cleanup of remaining userland __P use (excluding packages
maintained outside the tree)
2002-02-19 15:25:29 +11:00
Damien Miller
b046211483
- millert@cvs.openbsd.org 2002/02/16 21:27:53
...
[auth.h]
Part one of userland __P removal. Done with a simple regexp with
some minor hand editing to make comments line up correctly. Another
pass is forthcoming that handles the cases that could not be done
automatically.
2002-02-19 15:24:43 +11:00
Damien Miller
993dd55094
- stevesk@cvs.openbsd.org 2002/02/16 20:40:08
...
[ssh-keygen.c]
default to rsa keyfile path for non key generation operations where
keyfile not specified. fixes core dump in those cases. ok markus@
2002-02-19 15:22:47 +11:00
Damien Miller
55fafa09f2
- stevesk@cvs.openbsd.org 2002/02/16 14:53:37
...
[ssh-keygen.1]
-t required now for key generation
2002-02-19 15:22:07 +11:00
Damien Miller
963f6b25e2
- markus@cvs.openbsd.org 2002/02/14 23:41:01
...
[authfile.c cipher.c cipher.h kex.c kex.h packet.c]
hide some more implementation details of cipher.[ch] and prepares for move
to EVP, ok deraadt@
2002-02-19 15:21:23 +11:00
Damien Miller
19a5945105
- markus@cvs.openbsd.org 2002/02/14 23:28:00
...
[channels.h session.c ssh.c]
increase the SSH v2 window size to 4 packets. comsumes a little
bit more memory for slow receivers but increases througput.
2002-02-19 15:20:57 +11:00
Damien Miller
2aa0c1995c
- markus@cvs.openbsd.org 2002/02/14 23:27:59
...
[channels.c]
increase the SSH v2 window size to 4 packets. comsumes a little
bit more memory for slow receivers but increases througput.
2002-02-19 15:20:08 +11:00