summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-19 - markus@cvs.openbsd.org 2002/02/14 23:41:01Damien Miller
[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 - markus@cvs.openbsd.org 2002/02/14 23:28:00Damien Miller
[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 - markus@cvs.openbsd.org 2002/02/14 23:27:59Damien Miller
[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 - mpech@cvs.openbsd.org 2002/02/13 08:33:47Damien Miller
[ssh-keyscan.1] When you give command examples and etc., in a manual page prefix them with: $ command or # command
2002-02-18newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guessTim Rice
2002-02-14oops, remove some debugging junk that crept inDamien Miller
2002-02-14 - (djm) Bug #114 - not starting PAM for SSH protocol 1 invalid usersDamien Miller
2002-02-14 - (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.deDamien Miller
2002-02-13Add rpc/rpc.h for INADDR_LOOPBACK on SCO OSR3Tim Rice
2002-02-13 - (djm) Bug #106: Add --without-rpath configure option. Patch fromDamien Miller
Nicolas.Williams@ubsw.com
2002-02-13sync - don't know when this got out of syncDamien Miller
2002-02-13syncDamien Miller
2002-02-13unbreakDamien Miller
2002-02-13 - (djm) Sync openbsd-compat with OpenBSD CVS tooDamien Miller
2002-02-13 - djm@cvs.openbsd.org 2002/02/13 00:59:23Damien Miller
[sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp.h] [sftp-int.c sftp-int.h] API cleanup and backwards compat for filexfer v.0 servers; ok markus@
2002-02-13 - markus@cvs.openbsd.org 2002/02/13 00:39:15Damien Miller
[readpass.c] readpass.c is not longer from UCB, since we now use readpassphrase(3)
2002-02-13 - markus@cvs.openbsd.org 2002/02/13 00:28:13Damien Miller
[sftp-server.c] handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@
2002-02-13 - djm@cvs.openbsd.org 2002/02/12 12:44:46Damien Miller
[sftp-client.c] Let overlapped upload path handle servers which reorder ACKs. This may be permitted by the protocol spec; ok markus@
2002-02-13 - djm@cvs.openbsd.org 2002/02/12 12:32:27Damien Miller
[sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Perform multiple overlapping read/write requests in file transfer. Mostly done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
2002-02-13 - markus@cvs.openbsd.org 2002/02/11 16:21:42Damien Miller
[match.c] support up to 40 algorithms per proposal
2002-02-13 - markus@cvs.openbsd.org 2002/02/11 16:19:39Damien Miller
[sshd.c] include md5.h not hmac.h
2002-02-13 - markus@cvs.openbsd.org 2002/02/11 16:17:55Damien Miller
[sshd.c] do not complain about port > 1024 if rhosts-auth is disabled
2002-02-13 - markus@cvs.openbsd.org 2002/02/11 16:15:46Damien Miller
[sshconnect1.c] include md5.h, not evp.h
2002-02-13 - markus@cvs.openbsd.org 2002/02/11 16:10:15Damien Miller
[kex.c] restore kexinit handler if we reset the dispatcher, this unbreaks rekeying s/kex_clear_dispatch/kex_reset_dispatch/
2002-02-10 - deraadt@cvs.openbsd.org 2002/02/10 01:07:05Damien Miller
[readconf.h sshd.8] more /etc/ssh; openbsd@davidkrause.com
2002-02-10 - (djm) OpenBSD CVS SyncDamien Miller
- deraadt@cvs.openbsd.org 2002/02/09 17:37:34 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] move ssh config files to /etc/ssh - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
2002-02-08 - markus@cvs.openbsd.org 2002/02/07 09:35:39Damien Miller
[ssh.c] remove bogus comments
2002-02-08 - markus@cvs.openbsd.org 2002/02/06 14:55:16Damien Miller
[channels.c clientloop.c serverloop.c ssh.c] channel_new never returns NULL, mouring@; ok djm@
2002-02-08 - markus@cvs.openbsd.org 2002/02/06 14:37:22Damien Miller
[session.c] minor KNF
2002-02-08 - mpech@cvs.openbsd.org 2002/02/06 14:27:23Damien Miller
[sftp.c] sync usage() with manual.
2002-02-08 - markus@cvs.openbsd.org 2002/02/06 14:22:42Damien Miller
[sftp.1] sort options; ok mpech@, stevesk@
2002-02-08 - stevesk@cvs.openbsd.org 2002/02/05 15:50:12Damien Miller
[ssh-agent.c] use log interface and remove perror() in child. use fatal_add_cleanup() vs. atexit(). ok mouring@ markus@
2002-02-08 - markus@cvs.openbsd.org 2002/02/05 14:32:55Damien Miller
[channels.c channels.h ssh.c] merge channel_request() into channel_request_start()
2002-02-08 - djm@cvs.openbsd.org 2002/02/05 00:00:46Damien Miller
[sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Add "-B" option to specify copy buffer length (default 32k); ok markus@
2002-02-08 - stevesk@cvs.openbsd.org 2002/02/04 20:41:16Damien Miller
[ssh-agent.1] more sync for default ssh-add identities; ok markus@
2002-02-08 - (djm) OpenBSD CVS SyncDamien Miller
- markus@cvs.openbsd.org 2002/02/04 12:15:25 [sshd.c] add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
2002-02-05 - (djm) Cleanup after sync:Damien Miller
- :%s/reverse_mapping_check/verify_reverse_mapping/g
2002-02-05 - djm@cvs.openbsd.org 2002/02/05 00:00:46Damien Miller
[sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Add "-B" option to specify copy buffer length (default 32k); ok markus@
2002-02-05 - djm@cvs.openbsd.org 2002/02/04 21:53:12Damien Miller
[sftp.1 sftp.c] Add "-P" option to directly connect to a local sftp-server. Should be useful for regression testing; ok markus@
2002-02-05 - stevesk@cvs.openbsd.org 2002/02/04 20:41:16Damien Miller
[ssh-add.1] more sync for default ssh-add identities; ok markus@
2002-02-05 - markus@cvs.openbsd.org 2002/02/04 12:15:25Damien Miller
[log.c log.h readconf.c servconf.c] add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
2002-02-05 - markus@cvs.openbsd.org 2002/02/04 11:58:10Damien Miller
[auth2.c] cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok stevesk@
2002-02-05 - stevesk@cvs.openbsd.org 2002/02/04 00:53:39Damien Miller
[ssh-agent.c] unneeded includes
2002-02-05 - stevesk@cvs.openbsd.org 2002/02/03 23:22:59Damien Miller
[ssh-agent.1] ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.
2002-02-05 - stevesk@cvs.openbsd.org 2002/02/03 22:35:57Damien Miller
[ssh.1 sshd.8] some KeepAlive cleanup/clarify; ok markus@
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@