Age | Commit message (Collapse) | Author |
|
- stevesk@cvs.openbsd.org 2002/01/24 21:09:25
[channels.c misc.c misc.h packet.c]
add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).
no nagle changes just yet; ok djm@ markus@
|
|
[sshd_config] put back in line that tells what PATH was compiled into sshd.
|
|
|
|
and grabbing can cause deadlocks with kinput2.
|
|
can cause deadlocks with kinput2
|
|
|
|
did it to handle SonyOS. If that is the case than we will
do a special case for them.
|
|
|
|
|
|
Dave Dykstra <dwd@bell-labs.com>
|
|
|
|
bogus in configure
|
|
changes
|
|
[servconf.c]
typo in error message; from djast@cs.toronto.edu
|
|
[channels.c nchan.c]
cleanup channels faster if the are empty and we are in drain-state; ok deraadt@
|
|
[cipher.c compat.c myproposal.h]
remove "rijndael-*", just use "aes-" since this how rijndael is called
in the drafts; ok stevesk@
|
|
[sshconnect.c]
use read_passphrase+ECHO in confirm(), allows use of ssh-askpass
for hostkey confirm.
|
|
[sshd.8]
clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from
allard@oceanpark.com; ok markus@
|
|
[authfd.c bufaux.c buffer.c cipher.c packet.c ssh-agent.c ssh-keygen.c]
unneeded cast cleanup; ok markus@
|
|
[sshd.8]
correct Ciphers default; paola.mannaro@ubs.com
|
|
[log.c]
casts to silence enum type warnings for bugzilla bug 37; ok markus@
|
|
[ssh_config]
correct some commented defaults. add Ciphers default. ok markus@
|
|
[ssh.1]
correct defaults for -i/IdentityFile; ok markus@
|
|
[sshd_config]
The stategy now used for options in the default sshd_config shipped
with OpenSSH is to specify options with their default value where
possible, but leave them commented. Uncommented options change a
default value. Subsystem is currently the only default option
changed. ok markus@
|
|
[channels.c channels.h serverloop.c ssh.c]
wrapper for channel_setup_fwd_listener
|
|
[channels.h nchan.c]
(c) 2002
|
|
[channels.c channels.h nchan.c]
remove function pointers for events, remove chan_init*; ok provos@
|
|
[nchan.c]
remove duplicated code; ok provos@
|
|
[nchan.c]
correct fn names for ssh2, do not switch from closed to closed; ok provos@
|
|
[nchan.c]
merge chan_[io]buf_empty[12]; ok provos@
|
|
[channels.h nchan.c]
add chan_set_[io]state(), order states, state is now an u_int,
simplifies debugging messages; ok provos@
|
|
[auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
use buffer API and avoid static strings of fixed size; ok provos@/mouring@
|
|
[ssh-agent.c]
change to use queue.h macros; okay markus@
|
|
[auth-skey.c]
undo local change
|
|
[auth-skey.c]
use snprintf; mouring@
|
|
[auth2-chall.c]
use snprintf; mouring@
|
|
[readpass.c]
use _PATH_TTY
|
|
[auth2-chall.c auth-skey.c]
use strlcpy not strlcat; mouring@
|
|
[auth2.c dispatch.c dispatch.h kex.c]
a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'
dispatch_range(): set handler for a ranges message types
use dispatch_protocol_ignore() for authentication requests after
successful authentication (the drafts requirement).
serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting.
|
|
[ssh2.h]
add defines for msg type ranges
|
|
[packet.c]
handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@
|
|
[nchan.c]
more unused code (with channels.c:1.156)
|
|
[nchan.c]
remove dead code (skip drain)
|
|
[clientloop.c]
handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@
|
|
[serverloop.c]
skip client_alive_check until there are channels; ok beck@
|
|
[channels.c nchan.c]
replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@
|
|
[channels.c]
merge channel_pre_open_15/channel_pre_open_20; ok provos@
|
|
[ssh-keygen.c]
append \n only for public keys
|
|
[ssh.1 sshd.8]
some missing and misplaced periods
|
|
[channels.c]
fix hanging x11 channels for rejected cookies (e.g. XAUTHORITY=/dev/null xbiff)
bug #36, based on patch from djast@cs.toronto.edu
|