summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2002-02-26 - markus@cvs.openbsd.org 2002/02/23 17:59:02Ben Lindstrom
[kex.c kexdh.c kexgex.c] don't allow garbage after payload.
2002-02-26 - markus@cvs.openbsd.org 2002/02/22 12:20:34Ben Lindstrom
[log.c log.h ssh-keyscan.c] overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@
2002-02-26 - (bal) Update sshd_config CVSIDBen Lindstrom
2002-02-26 - markus@cvs.openbsd.org 2002/02/15 23:54:10Ben Lindstrom
[auth-krb5.c] krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok provos@
2002-02-26 - (stevesk) openbsd-compat/base64.h: typo in commentKevin Steves
2002-02-26Bug 12 [configure.ac] add sys/bitypes.h to int64_t testsTim Rice
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-25 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()Ben Lindstrom
since we need more session information than provided by that function.
2002-02-24[loginrec.c session.c sshlogin.c sshlogin.h] Bug 84Tim Rice
patch by wknox@mitre.org (William Knox). [sshlogin.h] declare record_utmp_only for session.c
2002-02-24 - (bal) Part two.. Drop unused AIX header, fix up missing char *cp. AllBen Lindstrom
that is left is handling aix_usrinfo().
2002-02-24 - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what weBen Lindstrom
need to do the jobs (AIX still does not fully compile, but that is coming).
2002-02-21- (bal) Minor session.c for cygwin. mispelt 'is_winnt' variable.Ben Lindstrom
2002-02-19 - markus@cvs.openbsd.org 2002/02/16 00:51:44Ben Lindstrom
[session.c] typo - (bal) CVS ID sync since the last two patches were merged mistakenly
2002-02-19 - (bal) OpenBSD CVS SyncBen Lindstrom
- 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 - (bal) Migrated AIX getuserattr and usrinfo code toBen Lindstrom
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source.
2002-02-19 - (bal) Migrate IRIX jobs/projects/audit/etc code toBen Lindstrom
openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
2002-02-19 - deraadt@cvs.openbsd.org 2002/02/19 02:50:59Damien Miller
[sshd_config] stategy is not an english word
2002-02-19 - markus@cvs.openbsd.org 2002/02/18 17:55:20Damien Miller
[ssh.1] -q: Fatal errors are _not_ displayed.
2002-02-19 - markus@cvs.openbsd.org 2002/02/18 13:05:32Damien Miller
[cipher.c cipher.h] switch to EVP, ok djm@ deraadt@
2002-02-19 - millert@cvs.openbsd.org 2002/02/17 19:42:32Damien Miller
[auth.h] Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
2002-02-19 - millert@cvs.openbsd.org 2002/02/16 21:27:53Damien Miller
[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 - stevesk@cvs.openbsd.org 2002/02/16 20:40:08Damien Miller
[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 - stevesk@cvs.openbsd.org 2002/02/16 14:53:37Damien Miller
[ssh-keygen.1] -t required now for key generation
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@