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