Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - markus@cvs.openbsd.org 2001/10/09 21:59:41 | Damien Miller | 2001-10-10 | 6 | -69/+45 |
| | | | | | [channels.c channels.h serverloop.c session.c session.h] simplify session close: no more delayed session_close, no more blocking wait() calls. | ||||
* | - markus@cvs.openbsd.org 2001/10/09 19:51:18 | Damien Miller | 2001-10-10 | 2 | -5/+13 |
| | | | | | | [serverloop.c] close all channels if the connection to the remote host has been closed, should fix sshd's hanging with WCHAN==wait | ||||
* | - markus@cvs.openbsd.org 2001/10/09 19:32:49 | Damien Miller | 2001-10-10 | 2 | -7/+18 |
| | | | | | [session.c] stat subsystem command before calling do_exec, and return error to client. | ||||
* | - markus@cvs.openbsd.org 2001/10/09 10:12:08 | Damien Miller | 2001-10-10 | 6 | -29/+27 |
| | | | | | [session.c] chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu | ||||
* | - markus@cvs.openbsd.org 2001/10/08 16:15:47 | Damien Miller | 2001-10-10 | 2 | -3/+6 |
| | | | | | [sshconnect.c] use correct family for -b option | ||||
* | - markus@cvs.openbsd.org 2001/10/08 11:48:57 | Damien Miller | 2001-10-10 | 2 | -3/+6 |
| | | | | | [channels.c] better debug | ||||
* | - markus@cvs.openbsd.org 2001/10/07 17:49:40 | Damien Miller | 2001-10-10 | 3 | -12/+36 |
| | | | | | | [channels.c channels.h] avoid possible FD_ISSET overflow for channels established during channnel_after_select() (used for dynamic channels). | ||||
* | - markus@cvs.openbsd.org 2001/10/07 10:29:52 | Damien Miller | 2001-10-10 | 2 | -6/+9 |
| | | | | | [authfile.c] grammer; Matthew_Clarke@mindlink.bc.ca | ||||
* | - markus@cvs.openbsd.org 2001/10/06 11:18:19 | Damien Miller | 2001-10-10 | 4 | -10/+11 |
| | | | | | [sshconnect1.c sshconnect2.c sshconnect.c] unify hostkey check error messages, simplify prompt. | ||||
* | - markus@cvs.openbsd.org 2001/10/06 00:36:42 | Damien Miller | 2001-10-10 | 2 | -13/+12 |
| | | | | | [session.c] fix typo in error message, sync with do_exec_nopty | ||||
* | - markus@cvs.openbsd.org 2001/10/06 00:14:50 | Damien Miller | 2001-10-10 | 2 | -17/+9 |
| | | | | | [sshconnect.c] remove unused argument | ||||
* | - markus@cvs.openbsd.org 2001/10/04 15:12:37 | Damien Miller | 2001-10-10 | 2 | -28/+28 |
| | | | | | [serverloop.c] client_alive_check cleanup | ||||
* | - markus@cvs.openbsd.org 2001/10/04 15:05:40 | Damien Miller | 2001-10-10 | 3 | -7/+16 |
| | | | | | [channels.c serverloop.c] comment out bogus conditions for selecting on connection_in | ||||
* | - markus@cvs.openbsd.org 2001/10/04 14:34:16 | Damien Miller | 2001-10-10 | 2 | -3/+9 |
| | | | | | [key.c] call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com | ||||
* | Cleaned out dead entries. | Ben Lindstrom | 2001-10-08 | 1 | -9/+1 |
| | |||||
* | - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys. | Ben Lindstrom | 2001-10-08 | 2 | -2/+6 |
| | | | | Prompted by Matthew Vernon <matthew@sel.cam.ac.uk> | ||||
* | - (bal) AES works under Cray, no more hack. | Ben Lindstrom | 2001-10-06 | 2 | -7/+4 |
| | |||||
* | - (bal) nchan2.ms resync. BSD License applied. | Ben Lindstrom | 2001-10-04 | 2 | -1/+28 |
| | |||||
* | - markus@cvs.openbsd.org 2001/10/03 10:01:20 | Ben Lindstrom | 2001-10-03 | 2 | -4/+12 |
| | | | | | [auth.c] use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp | ||||
* | - stevesk@cvs.openbsd.org 2001/10/02 22:56:09 | Ben Lindstrom | 2001-10-03 | 2 | -2/+6 |
| | | | | | [sshd.c] #include "channels.h" for channel_set_af() | ||||
* | - djm@cvs.openbsd.org 2001/10/02 08:38:50 | Ben Lindstrom | 2001-10-03 | 2 | -35/+61 |
| | | | | | [ssh-add.c] return non-zero exit code on error; ok markus@ | ||||
* | - markus@cvs.openbsd.org 2001/10/01 21:51:16 | Ben Lindstrom | 2001-10-03 | 5 | -7/+31 |
| | | | | | | [readconf.c readconf.h ssh.1 sshconnect.c] add NoHostAuthenticationForLocalhost; note that the hostkey is now check for localhost, too. | ||||
* | - markus@cvs.openbsd.org 2001/10/01 21:38:53 | Ben Lindstrom | 2001-10-03 | 5 | -7/+19 |
| | | | | | [channels.c channels.h ssh.c sshd.c] remove ugliness; vp@drexel.edu via angelos | ||||
* | - markus@cvs.openbsd.org 2001/10/01 08:06:28 | Ben Lindstrom | 2001-10-03 | 2 | -2/+11 |
| | | | | | | [scp.c] skip filenames containing \n; report jdamery@chiark.greenend.org.uk and matthew@debian.org | ||||
* | - markus@cvs.openbsd.org 2001/09/28 15:46:29 | Ben Lindstrom | 2001-10-03 | 2 | -4/+7 |
| | | | | | [ssh.c] bug: read user config first; report kaukasoi@elektroni.ee.tut.fi | ||||
* | - djm@cvs.openbsd.org 2001/09/28 12:07:09 | Ben Lindstrom | 2001-10-03 | 2 | -2/+13 |
| | | | | | [ssh-keygen.c] bzero private key after loading to smartcard; ok markus@ | ||||
* | - camield@cvs.openbsd.org 2001/09/27 17:53:24 | Ben Lindstrom | 2001-10-03 | 2 | -5/+8 |
| | | | | | | [sshd.8] don't talk about compile-time options ok markus@ | ||||
* | - markus@cvs.openbsd.org 2001/09/27 15:31:17 | Ben Lindstrom | 2001-10-03 | 4 | -9/+12 |
| | | | | | [auth2.c auth2-chall.c sshconnect1.c] typos; from solar | ||||
* | - markus@cvs.openbsd.org 2001/09/27 11:59:37 | Ben Lindstrom | 2001-10-03 | 2 | -5/+10 |
| | | | | | [packet.c] missing called=1; chombier@mac.com | ||||
* | - markus@cvs.openbsd.org 2001/09/27 11:58:16 | Ben Lindstrom | 2001-10-03 | 2 | -3/+6 |
| | | | | | [compress.c] mem leak; chombier@mac.com | ||||
* | - (bal) CVS ID fix up in version.h | Ben Lindstrom | 2001-10-03 | 1 | -1/+4 |
| | |||||
* | - (stevesk) loginrec.c: fix type conversion problems exposed when using | Kevin Steves | 2001-10-02 | 2 | -7/+11 |
| | | | | 64-bit off_t. | ||||
* | 20010929 | Ben Lindstrom | 2001-09-29 | 2 | -2/+6 |
| | | | | | - (bal) move reading 'config.h' up higher. Patch by albert chin <china@thewrittenword.com) | ||||
* | Sync version numbers with stable branch | Damien Miller | 2001-09-28 | 4 | -5/+5 |
| | |||||
* | - (djm) Update spec files for new x11-askpass | Damien Miller | 2001-09-28 | 3 | -4/+5 |
| | |||||
* | - (djm) OpenBSD CVS sync: | Damien Miller | 2001-09-28 | 2 | -2/+10 |
| | | | | | | | - djm@cvs.openbsd.org 2001/09/28 09:49:31 [scard.c] Fix segv when smartcard communication error occurs during key load. ok markus@ | ||||
* | - (stevesk) session.c: declare do_pre_login() before use | Kevin Steves | 2001-09-27 | 2 | -1/+8 |
| | | | | wayned@users.sourceforge.net | ||||
* | We are a "SSH protocol implementation" not a "SSH implementation" | Damien Miller | 2001-09-26 | 2 | -2/+2 |
| | |||||
* | - (djm) Avoid bad and unportable sprintf usage in compat code | Damien Miller | 2001-09-25 | 2 | -3/+6 |
| | |||||
* | - (djm) Add AC_SYS_LARGEFILE configure test | Damien Miller | 2001-09-25 | 2 | -2/+6 |
| | |||||
* | - (djm) Sync $sysconfdir/moduli | Damien Miller | 2001-09-25 | 2 | -69/+159 |
| | |||||
* | Possible sia cleanup opportunity | Damien Miller | 2001-09-25 | 1 | -1/+3 |
| | |||||
* | - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used. | Damien Miller | 2001-09-25 | 2 | -1/+263 |
| | |||||
* | Sync | Damien Miller | 2001-09-25 | 1 | -0/+6 |
| | |||||
* | Add warning that code is still in development | Damien Miller | 2001-09-25 | 1 | -2/+6 |
| | |||||
* | - (bal) Updated all *.specs for 2.9.9p1 and updated version.h | Ben Lindstrom | 2001-09-25 | 5 | -7/+8 |
| | |||||
* | - (bal) Removed 'extern int optopt;' since it is dead wood. | Ben Lindstrom | 2001-09-25 | 2 | -2/+2 |
| | |||||
* | - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done | Ben Lindstrom | 2001-09-24 | 2 | -4/+7 |
| | | | | by stevesk@ | ||||
* | - markus@cvs.openbsd.org 2001/09/23 09:58:13 | Ben Lindstrom | 2001-09-23 | 2 | -19/+29 |
| | | | | | [LICENCE] new rijndael implementation | ||||
* | <grumble> Editing ChangeLog in the wrong directory. | Ben Lindstrom | 2001-09-23 | 1 | -1/+7 |
| | | | | | | - markus@cvs.openbsd.org 2001/09/23 11:09:13 [authfile.c] relax permission check for private key files. |