summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-05 - markus@cvs.openbsd.org 2002/02/03 17:59:23Damien Miller
[sshconnect2.c] more cross checking if announced vs. used key type; ok stevesk@
2002-02-05 - markus@cvs.openbsd.org 2002/02/03 17:58:21Damien Miller
[channels.c channels.h ssh.c] generic callbacks are not really used, remove and add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION ok djm@
2002-02-05 - markus@cvs.openbsd.org 2002/02/03 17:55:55Damien Miller
[channels.c channels.h] remove unused channel_input_channel_request
2002-02-05 - markus@cvs.openbsd.org 2002/02/03 17:53:25Damien Miller
[auth1.c serverloop.c session.c session.h] don't use channel_input_channel_request and callback use new server_input_channel_req() instead: server_input_channel_req does generic request parsing on server side session_input_channel_req handles just session specific things now ok djm@
2002-02-05 - markus@cvs.openbsd.org 2002/01/31 15:00:05Damien Miller
[serverloop.c] no need for WNOHANG; ok stevesk@
2002-02-05 - markus@cvs.openbsd.org 2002/01/31 13:35:11Damien Miller
[kexdh.c kexgex.c] cross check announced key type and type from key blob
2002-02-05 - markus@cvs.openbsd.org 2002/01/29 23:50:37Damien Miller
[scp.1 ssh.1] mention exit status; ok stevesk@
2002-02-05 - markus@cvs.openbsd.org 2002/01/29 22:46:41Damien Miller
[session.c] don't depend on servconf.c; ok djm@
2002-02-05 - markus@cvs.openbsd.org 2002/01/29 16:41:19Damien Miller
[ssh-add.1] add DIAGNOSTICS; ok stevesk@
2002-02-05 - stevesk@cvs.openbsd.org 2002/01/29 16:29:02Damien Miller
[session.c] limit subsystem length in log; ok markus@
2002-02-05 - markus@cvs.openbsd.org 2002/01/29 14:32:03Damien Miller
[auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c servconf.c servconf.h session.c sshd.8 sshd_config] s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@
2002-02-05 - markus@cvs.openbsd.org 2002/01/29 14:27:57Damien Miller
[ssh-add.c] exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@
2002-02-05 - stevesk@cvs.openbsd.org 2002/01/27 18:08:17Damien Miller
[ssh.c] handle simple case to identify FamilyLocal display; ok markus@
2002-02-05 - stevesk@cvs.openbsd.org 2002/01/27 14:57:46Damien Miller
[channels.c servconf.c servconf.h session.c sshd.8 sshd_config] add X11UseLocalhost; ok markus@
2002-02-05 - stevesk@cvs.openbsd.org 2002/01/26 16:44:22Damien Miller
[includes.h session.c] revert code to add x11 localhost display authorization entry for hostname/unix:d and uts.nodename/unix:d if nodename was different than hostname. just add entry for unix:d instead. ok markus@
2002-02-05 - markus@cvs.openbsd.org 2002/01/25 22:07:40Damien Miller
[kex.c kexdh.c kexgex.c key.c mac.c] use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
2002-02-05 - markus@cvs.openbsd.org 2002/01/25 21:42:11Damien Miller
[ssh-dss.c ssh-rsa.c] use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@ don't use evp_md->md_size, it's not public.
2002-02-05 - markus@cvs.openbsd.org 2002/01/25 21:00:24Damien Miller
[sshconnect2.c] unused include
2002-02-05 - stevesk@cvs.openbsd.org 2002/01/24 21:13:23Damien Miller
[packet.c] need misc.h for set_nodelay()
2002-02-05 - (djm) OpenBSD CVS SyncDamien Miller
- 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@
2002-01-30[configure.ac] fix logic on when ssh-rand-helper is installed.Tim Rice
[sshd_config] put back in line that tells what PATH was compiled into sshd.
2002-01-30 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@Damien Miller
2002-01-26Fix spec file version numbersDamien Miller
2002-01-25 - (djm) Don't grab Xserver or pointer by default. x11-ssh-askpass doesn'tDamien Miller
and grabbing can cause deadlocks with kinput2.
2002-01-25 - (djm) Don't grab Xserver by default. x11-ssh-askpass doesn't and grabbingDamien Miller
can cause deadlocks with kinput2
2002-01-23 - (stevesk) Makefile.in: bug #61; delete commented line for now.Kevin Steves
2002-01-23 - (bal) reverted out of 5/2001 change to atexit(). I assume IBen Lindstrom
did it to handle SonyOS. If that is the case than we will do a special case for them.
2002-01-23 - (djm) Use case statements in autoconf to clean up some testsDamien Miller
2002-01-22 - (stevesk) fix --with-zlib=Kevin Steves
2002-01-23 - (djm) Fix non-standard shell syntax in autoconf. Patch fromDamien Miller
Dave Dykstra <dwd@bell-labs.com>
2002-01-22 - (djm) Use local sys/queue.h if necessary in ssh-agent.cDamien Miller
2002-01-22- (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it asDamien Miller
bogus in configure
2002-01-22- (djm) Make auth2-pam.c compile again after dispatch.h and packet.hDamien Miller
changes
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/22 02:52:41Damien Miller
[servconf.c] typo in error message; from djast@cs.toronto.edu
2002-01-22 - markus@cvs.openbsd.org 2002/01/21 23:27:10Damien Miller
[channels.c nchan.c] cleanup channels faster if the are empty and we are in drain-state; ok deraadt@
2002-01-22 - markus@cvs.openbsd.org 2002/01/21 22:30:12Damien Miller
[cipher.c compat.c myproposal.h] remove "rijndael-*", just use "aes-" since this how rijndael is called in the drafts; ok stevesk@
2002-01-22 - markus@cvs.openbsd.org 2002/01/21 15:13:51Damien Miller
[sshconnect.c] use read_passphrase+ECHO in confirm(), allows use of ssh-askpass for hostkey confirm.
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/18 20:46:34Damien Miller
[sshd.8] clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from allard@oceanpark.com; ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/18 18:14:17Damien Miller
[authfd.c bufaux.c buffer.c cipher.c packet.c ssh-agent.c ssh-keygen.c] unneeded cast cleanup; ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/18 17:14:16Damien Miller
[sshd.8] correct Ciphers default; paola.mannaro@ubs.com
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/17 04:27:37Damien Miller
[log.c] casts to silence enum type warnings for bugzilla bug 37; ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/16 17:55:33Damien Miller
[ssh_config] correct some commented defaults. add Ciphers default. ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/16 17:42:33Damien Miller
[ssh.1] correct defaults for -i/IdentityFile; ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/16 17:40:23Damien Miller
[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@
2002-01-22 - markus@cvs.openbsd.org 2002/01/16 13:17:51Damien Miller
[channels.c channels.h serverloop.c ssh.c] wrapper for channel_setup_fwd_listener
2002-01-22 - markus@cvs.openbsd.org 2002/01/14 13:57:03Damien Miller
[channels.h nchan.c] (c) 2002
2002-01-22 - markus@cvs.openbsd.org 2002/01/14 13:55:55Damien Miller
[channels.c channels.h nchan.c] remove function pointers for events, remove chan_init*; ok provos@
2002-01-22 - markus@cvs.openbsd.org 2002/01/14 13:41:13Damien Miller
[nchan.c] remove duplicated code; ok provos@
2002-01-22 - markus@cvs.openbsd.org 2002/01/14 13:40:10Damien Miller
[nchan.c] correct fn names for ssh2, do not switch from closed to closed; ok provos@
2002-01-22 - markus@cvs.openbsd.org 2002/01/14 13:34:07Damien Miller
[nchan.c] merge chan_[io]buf_empty[12]; ok provos@