Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-24 | - markus@cvs.openbsd.org 2001/04/23 21:57:07 | Ben Lindstrom | |
[ssh-keygen.1 ssh-keygen.c] allow public key for -e, too | |||
2001-04-24 | - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net | Ben Lindstrom | |
2001-04-23 | - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll | Ben Lindstrom | |
<dan@mesastate.edu> | |||
2001-04-23 | - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD | Kevin Steves | |
2001-04-23 | start_pam() not pam_start() | Kevin Steves | |
2001-04-23 | - (stevesk) pam_start() doesn't use DNS now for sshd -u0. | Kevin Steves | |
2001-04-23 | - markus@cvs.openbsd.org 2001/04/22 23:58:36 | Ben Lindstrom | |
[ssh-keygen.1 ssh.1 sshd.8] document hostbased and other cleanup | |||
2001-04-22 | - markus@cvs.openbsd.org 2001/04/22 13:41:02 | Ben Lindstrom | |
[ssh-keygen.1 ssh-keygen.c] style, noted by stevesk; sort flags in usage | |||
2001-04-22 | - markus@cvs.openbsd.org 2001/04/22 13:32:27 | Ben Lindstrom | |
[sftp-server.8 sftp.1 ssh.1 sshd.8] xref draft-ietf-secsh-* | |||
2001-04-22 | - markus@cvs.openbsd.org 2001/04/22 13:25:37 | Ben Lindstrom | |
[ssh-keygen.1 ssh-keygen.c] rename arguments -x -> -e (export key), -X -> -i (import key) xref draft-ietf-secsh-publickeyfile-01.txt | |||
2001-04-22 | - markus@cvs.openbsd.org 2001/04/22 12:34:05 | Ben Lindstrom | |
[scp.c] scp > 2GB; niles@scyld.com; ok deraadt@, djm@ | |||
2001-04-22 | - djm@cvs.openbsd.org 2001/04/22 08:13:30 | Ben Lindstrom | |
[ssh.1] typos spotted by stevesk@; ok deraadt@ | |||
2001-04-22 | - mouring@cvs.openbsd.org 2001/04/21 00:55:57 | Ben Lindstrom | |
[sftp.1] Spelling | |||
2001-04-22 | - markus@cvs.openbsd.org 2001/04/20 16:32:22 | Ben Lindstrom | |
[uidswap.c] set non-privileged gid before uid; tholo@ and deraadt@ | |||
2001-04-21 | fix perl test, fix nroff test, fix Makefile to build outside source tree | Tim Rice | |
2001-04-20 | - (stevesk) document PAM service name change in INSTALL | Kevin Steves | |
2001-04-20 | - (stevesk) set the default PAM service name to __progname instead | Kevin Steves | |
of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net> | |||
2001-04-20 | - Update RPM spec files for CVS version.h | Damien Miller | |
2001-04-20 | - djm@cvs.openbsd.org 2001/04/20 07:17:51 | Ben 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 upstream | Ben Lindstrom | |
tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp> | |||
2001-04-19 | - markus@cvs.openbsd.org 2001/04/19 00:05:11 | Ben 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:51 | Ben Lindstrom | |
[authfile.c] error->debug; noted by fries@ | |||
2001-04-19 | - markus@cvs.openbsd.org 2001/04/18 23:43:26 | Ben 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:26 | Ben Lindstrom | |
[auth2.c] no longer const | |||
2001-04-19 | - markus@cvs.openbsd.org 2001/04/18 22:03:45 | Ben 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:42 | Ben 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:05 | Ben Lindstrom | |
[ssh-keyscan.1] Fix typo reported in PR/1779 | |||
2001-04-18 | - (bal) Makfile day... Cleaned up multiple mantype support (Patch by | Ben 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 should | Ben Lindstrom | |
be working again. | |||
2001-04-18 | - markus@cvs.openbsd.org 2001/04/18 14:15:00 | Ben Lindstrom | |
[canohost.c] debug->debug3 | |||
2001-04-18 | - markus@cvs.openbsd.org 2001/04/17 19:34:25 | Ben 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:04 | Ben 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:26 | Ben 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:48 | Ben Lindstrom | |
[clientloop.c] handle EINTR/EAGAIN on read; ok deraadt@ | |||
2001-04-17 | - markus@cvs.openbsd.org 2001/04/17 08:14:01 | Ben Lindstrom | |
[sshconnect1.c] check for key!=NULL, thanks to costa | |||
2001-04-17 | - deraadt@cvs.openbsd.org 2001/04/16 08:26:04 | Ben Lindstrom | |
[key.c] better safe than sorry in later mods; yongari@kt-is.co.kr | |||
2001-04-17 | Spelling. | Ben Lindstrom | |
2001-04-17 | - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in | Ben 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 quiet | Damien Miller | |
logins and logins where access was denied by SIA. Patch from Chris Adams <cmadams@hiwaay.net> | |||
2001-04-16 | doh - missed these in sync | Damien Miller | |
2001-04-16 | - djm@cvs.openbsd.org 2001/04/16 08:19:31 | Damien 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:34 | Damien Miller | |
[xmalloc.c] xrealloc dealing with ptr == nULL; mouring | |||
2001-04-16 | - (djm) OpenBSD CVS Sync | Damien 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:35 | Ben 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:21 | Ben Lindstrom | |
[sshd.8] some ClientAlive cleanup; ok markus@ | |||
2001-04-16 | - markus@cvs.openbsd.org 2001/04/15 17:16:00 | Ben 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:03 | Ben 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:47 | Ben 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 |