summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2001-04-22 - mouring@cvs.openbsd.org 2001/04/21 00:55:57Ben Lindstrom
[sftp.1] Spelling
2001-04-22 - markus@cvs.openbsd.org 2001/04/20 16:32:22Ben Lindstrom
[uidswap.c] set non-privileged gid before uid; tholo@ and deraadt@
2001-04-21fix perl test, fix nroff test, fix Makefile to build outside source treeTim Rice
2001-04-20 - (stevesk) document PAM service name change in INSTALLKevin Steves
2001-04-20 - (stevesk) set the default PAM service name to __progname insteadKevin Steves
of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
2001-04-20 - Update RPM spec files for CVS version.hDamien Miller
2001-04-20 - djm@cvs.openbsd.org 2001/04/20 07:17:51Ben Lindstrom
[clientloop.c ssh.1] Split out and improve escape character documentation, mention ~R in ~? help text; ok markus@
2001-04-20 - (bal) Put scp-common.h back into scp.c (it exists in the upstreamBen Lindstrom
tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
2001-04-19 - markus@cvs.openbsd.org 2001/04/19 00:05:11Ben Lindstrom
[auth2.c] use local variable, no function call needed. (btw, hostbased works now with ssh.com >= 2.0.13)
2001-04-19 - markus@cvs.openbsd.org 2001/04/18 23:44:51Ben Lindstrom
[authfile.c] error->debug; noted by fries@
2001-04-19 - markus@cvs.openbsd.org 2001/04/18 23:43:26Ben Lindstrom
[auth2.c compat.c sshconnect2.c] more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now (however the 2.1.0 server seems to work only if debug is enabled...)
2001-04-19 - markus@cvs.openbsd.org 2001/04/18 22:48:26Ben Lindstrom
[auth2.c] no longer const
2001-04-19 - markus@cvs.openbsd.org 2001/04/18 22:03:45Ben Lindstrom
[auth2.c sshconnect2.c] use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
2001-04-19 - markus@cvs.openbsd.org 2001/04/18 21:57:42Ben Lindstrom
[readpass.c ssh-add.c] call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
2001-04-19 - ian@cvs.openbsd.org 2001/04/18 16:21:05Ben Lindstrom
[ssh-keyscan.1] Fix typo reported in PR/1779
2001-04-18 - (bal) Makfile day... Cleaned up multiple mantype support (Patch byBen Lindstrom
Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
2001-04-18 - (bal) renabled 'catman-do:' and fixed it. So now catman pages shouldBen Lindstrom
be working again.
2001-04-18 - markus@cvs.openbsd.org 2001/04/18 14:15:00Ben Lindstrom
[canohost.c] debug->debug3
2001-04-18 - markus@cvs.openbsd.org 2001/04/17 19:34:25Ben Lindstrom
[session.c] move auth_approval to do_authenticated(). do_child(): nuke hostkeys from memory don't source .ssh/rc for subsystems.
2001-04-17 - markus@cvs.openbsd.org 2001/04/17 12:55:04Ben Lindstrom
[channels.c ssh.c] undo socks5 and https support since they are not really used and only bloat ssh. remove -D from usage(), since '-D' is experimental.
2001-04-17 - markus@cvs.openbsd.org 2001/04/17 10:53:26Ben Lindstrom
[key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c] add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
2001-04-17 - markus@cvs.openbsd.org 2001/04/17 09:52:48Ben Lindstrom
[clientloop.c] handle EINTR/EAGAIN on read; ok deraadt@
2001-04-17 - markus@cvs.openbsd.org 2001/04/17 08:14:01Ben Lindstrom
[sshconnect1.c] check for key!=NULL, thanks to costa
2001-04-17 - deraadt@cvs.openbsd.org 2001/04/16 08:26:04Ben Lindstrom
[key.c] better safe than sorry in later mods; yongari@kt-is.co.kr
2001-04-17Spelling.Ben Lindstrom
2001-04-17 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.inBen Lindstrom
and temporary commneted out catman-do: since it's broken. Patches for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2001-04-16 - Fix OSF SIA support displaying too much information for quietDamien Miller
logins and logins where access was denied by SIA. Patch from Chris Adams <cmadams@hiwaay.net>
2001-04-16doh - missed these in syncDamien Miller
2001-04-16 - djm@cvs.openbsd.org 2001/04/16 08:19:31Damien Miller
[session.c] Split motd and hushlogin checks into seperate functions, helps for portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
2001-04-16 - deraadt@cvs.openbsd.org 2001/04/16 08:05:34Damien Miller
[xmalloc.c] xrealloc dealing with ptr == nULL; mouring
2001-04-16 - (djm) OpenBSD CVS SyncDamien Miller
- mouring@cvs.openbsd.org 2001/04/16 02:31:44 [scp.c sftp.c] IPv6 support for sftp (which I bungled in my last patch) which is borrowed from scp.c. Thanks to Markus@ for pointing it out.
2001-04-16 - stevesk@cvs.openbsd.org 2001/04/15 21:28:35Ben Lindstrom
[readconf.c servconf.c] use fatal() or error() vs. fprintf(); ok markus@
2001-04-16 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.Ben Lindstrom
2001-04-16 - stevesk@cvs.openbsd.org 2001/04/15 19:41:21Ben Lindstrom
[sshd.8] some ClientAlive cleanup; ok markus@
2001-04-16 - markus@cvs.openbsd.org 2001/04/15 17:16:00Ben Lindstrom
[clientloop.c] set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@ should fix some of the blocking problems for rsync over SSH-1
2001-04-16 - markus@cvs.openbsd.org 2001/04/15 16:58:03Ben Lindstrom
[authfile.c ssh-keygen.c sshd.c] don't use errno for key_{load,save}_private; discussion w/ solar@openwall
2001-04-16 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.Damien Miller
Roth <roth+openssh@feep.net>
2001-04-15 - markus@cvs.openbsd.org 2001/04/15 08:43:47Ben Lindstrom
[dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c] some unused variable and typos; from tomh@po.crl.go.jp
2001-04-15 - OpenBSD CVS SyncBen Lindstrom
- stevesk@cvs.openbsd.org 2001/04/15 01:35:22 [ttymodes.c] fix comments
2001-04-14 - Missed sshtty.[ch] in Sync.Ben Lindstrom
2001-04-14 - stevesk@cvs.openbsd.org 2001/04/14 17:04:42Ben Lindstrom
[scp.c] 'T' handling rcp/scp sync; ok markus@
2001-04-14 - stevesk@cvs.openbsd.org 2001/04/14 16:33:20Ben Lindstrom
[clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h] protocol 2 tty modes support; ok markus@
2001-04-14 - markus@cvs.openbsd.org 2001/04/14 16:27:57Ben Lindstrom
[ssh-add.c] use clear_pass instead of xfree()
2001-04-14 - markus@cvs.openbsd.org 2001/04/14 16:17:14Ben Lindstrom
[channels.c] remove some channels that are not appropriate for keepalive.
2001-04-14 - deraadt@cvs.openbsd.org 2001/04/14 04:31:01Ben Lindstrom
[ssh-add.c] do not double free
2001-04-13 - beck@cvs.openbsd.org 2001/04/13 22:46:54Ben Lindstrom
[channels.c channels.h servconf.c servconf.h serverloop.c sshd.8] Add options ClientAliveInterval and ClientAliveCountMax to sshd. This gives the ability to do a "keepalive" via the encrypted channel which can't be spoofed (unlike TCP keepalives). Useful for when you want to use ssh connections to authenticate people for something, and know relatively quickly when they are no longer authenticated. Disabled by default (of course). ok markus@
2001-04-14 - Cygwin sftp/sftp-server binary mode patch from Corinna VinschenDamien Miller
<vinschen@redhat.com>
2001-04-14 - Sync with OpenBSD glob.c, strlcat.c and vis.c changesDamien Miller
2001-04-13 - stevesk@cvs.openbsd.org 2001/04/13 01:26:17Ben Lindstrom
[ssh.c] missing \n in error message
2001-04-13 - mouring@cvs.openbsd.org 2001/04/12 23:17:54Ben Lindstrom
[sftp-int.c sftp-int.h sftp.1 sftp.c] Add support for: sftp [user@]host[:file [file]] - Fetch remote file(s) sftp [user@]host[:dir[/]] - Start in remote dir/ OK deraadt@