Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-19 | - markus@cvs.openbsd.org 2003/07/16 10:34:53 | Darren Tucker | |
[ssh.c sshd.c] don't exit on multiple -v or -d; ok deraadt@ | |||
2003-07-19 | - markus@cvs.openbsd.org 2003/07/14 12:36:37 | Darren Tucker | |
[sshd.c] remove undocumented -V option. would be only useful if openssh is used as ssh v1 server for ssh.com's ssh v2. | |||
2003-07-08 | - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h] | Darren Tucker | |
Convert aixloginmsg into platform-independant Buffer loginmsg. | |||
2003-07-03 | - deraadt@cvs.openbsd.org 2003/06/28 16:23:06 | Darren Tucker | |
[atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c sshd.c] deal with typing of write vs read in atomicio | |||
2003-07-03 | - djm@cvs.openbsd.org 2003/06/28 07:48:10 | Darren Tucker | |
[sshd.c] report pidfile creation errors, based on patch from Roumen Petrov; ok markus@ | |||
2003-06-28 | - markus@cvs.openbsd.org 2003/06/24 08:23:46 | Darren Tucker | |
[auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c] int -> u_int; ok djm@, deraadt@, mouring@ | |||
2003-06-04 | - (djm) Always use mysignal() for SIGALRM | Damien Miller | |
2003-06-04 | - djm@cvs.openbsd.org 2003/06/04 10:23:48 | Damien Miller | |
[sshd.c] remove duplicated group-dropping code; ok markus@ | |||
2003-06-02 | - deraadt@cvs.openbsd.org 2003/05/29 16:58:45 | Damien Miller | |
[sshd.c uidswap.c] seteuid and setegid; markus ok | |||
2003-06-02 | RCS ID sync | Damien Miller | |
2003-06-02 | - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may | Damien Miller | |
clobber | |||
2003-05-26 | - djm@cvs.openbsd.org 2003/05/24 09:30:40 | Damien Miller | |
[authfile.c monitor.c sftp-common.c sshpty.c] cast some types for printing; ok markus@ (missed a hunk) | |||
2003-05-18 | - (djm) Remove IPv4 by default hack now that we can specify AF in config | Damien Miller | |
2003-05-15 | - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv | Damien Miller | |
correctly) | |||
2003-05-14 | - (djm) Add new UsePAM configuration directive to allow runtime control | Damien Miller | |
over usage of PAM. This allows non-root use of sshd when built with --with-pam | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/04/14 14:17:50 | Damien Miller | |
[channels.c sshconnect.c sshd.c ssh-keyscan.c] avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | |||
2003-05-14 | - (djm) RCSID sync w/ OpenBSD | Damien Miller | |
2003-05-10 | - (dtucker) Bug #536: Test for and work around openpty/controlling tty | Darren Tucker | |
problem on Linux (fixes "could not set controlling tty" errors). Also renames STREAMS_PUSH_ACQUIRES_CTTY to the more generic SSHD_ACQUIRES_CTTY and moves the Solaris-specific comments to configure.ac. | |||
2003-04-09 | *** empty log message *** | Damien Miller | |
2003-03-10 | - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ and | Damien Miller | |
dtucker@zip.com.au | |||
2003-02-24 | - markus@cvs.openbsd.org 2003/02/16 17:09:57 | Damien Miller | |
[kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c] split kex into client and server code, no need to link server code into the client; ok provos@ | |||
2003-02-24 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- markus@cvs.openbsd.org 2003/01/27 17:06:31 [sshd.c] more specific error message when /var/empty has wrong permissions; bug #46, map@appgate.com; ok henning@, provos@, stevesk@ | |||
2003-01-10 | - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More | Damien Miller | |
systems may be added later. | |||
2002-11-09 | - markus@cvs.openbsd.org 2002/11/07 16:28:47 | Ben Lindstrom | |
[sshd.c] log to stderr if -ie is given, bug #414, prj@po.cwru.edu | |||
2002-09-30 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- mickey@cvs.openbsd.org 2002/09/27 10:42:09 [compat.c compat.h sshd.c] add a generic match for a prober, such as sie big brother; idea from stevesk@; markus@ ok | |||
2002-09-27 | - markus@cvs.openbsd.org 2002/09/25 15:19:02 | Damien Miller | |
[sshd.c] typo; pilot@monkey.org | |||
2002-09-25 | Cray fixes (bug 367) based on patch from Wendy Palm @ cray. | Tim Rice | |
This does not include the deattack.c fixes. | |||
2002-09-19 | - stevesk@cvs.openbsd.org 2002/09/13 19:23:09 | Damien Miller | |
[channels.c sshconnect.c sshd.c] remove use of SO_LINGER, it should not be needed. error check SO_REUSEADDR. fixup comments. ok markus@ | |||
2002-07-23 | - stevesk@cvs.openbsd.org 2002/07/23 16:03:10 | Ben Lindstrom | |
[sshd.c] utmp_len is unsigned; display error consistent with other options. ok markus@ | |||
2002-07-23 | - markus@cvs.openbsd.org 2002/07/19 15:43:33 | Ben Lindstrom | |
[log.c log.h session.c sshd.c] remove fatal cleanups after fork; based on discussions with and code from solar. | |||
2002-07-22 | - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync | Ben Lindstrom | |
with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com. | |||
2002-07-07 | [acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/ | Tim Rice | |
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/30 21:59:45 | Ben Lindstrom | |
[auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c sshconnect2.c sshd.c] minor KNF | |||
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/30 21:54:16 | Ben Lindstrom | |
[auth2.c session.c sshd.c] lint asks that we use names that do not overlap | |||
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/28 23:05:06 | Ben Lindstrom | |
[sshd.c] gidset[2] -> gidset[1]; markus ok | |||
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/28 10:08:25 | Ben Lindstrom | |
[sshd.c] range check -u option at invocation | |||
2002-06-27 | - (bal) Cygwin uid0 fix by vinschen@redhat.com | Ben Lindstrom | |
2002-06-25 | - markus@cvs.openbsd.org 2002/06/25 18:51:04 | Ben Lindstrom | |
[sshd.c] lightweight do_setusercontext after chroot() | |||
2002-06-25 | [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus | Tim Rice | |
for Cygwin, Cray, & SCO | |||
2002-06-23 | - deraadt@cvs.openbsd.org 2002/06/23 10:29:52 | Ben Lindstrom | |
[ssh-agent.c sshd.c] some minor KNF and %u | |||
2002-06-23 | - deraadt@cvs.openbsd.org 2002/06/23 03:30:58 | Ben Lindstrom | |
[scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c sshpty.c] various KNF and %d for unsigned | |||
2002-06-23 | - stevesk@cvs.openbsd.org 2002/06/22 20:05:27 | Ben Lindstrom | |
[sshd.c] don't call setsid() if debugging or run from inetd; no "Operation not permitted" errors now; ok millert@ markus@ | |||
2002-06-23 | - stevesk@cvs.openbsd.org 2002/06/22 16:40:19 | Ben Lindstrom | |
[sshd.c] check /var/empty owner mode; ok provos@ | |||
2002-06-21 | - markus@cvs.openbsd.org 2002/06/20 23:05:56 | Ben Lindstrom | |
[servconf.c servconf.h session.c sshd.c] allow Compression=yes/no in sshd_config | |||
2002-06-12 | - (bal) Build noop setgroups() for cygwin to clean up code (For other | Ben Lindstrom | |
platforms without the setgroups() requirement, you MUST define SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com | |||
2002-06-11 | - mpech@cvs.openbsd.org 2002/06/11 05:46:20 | Ben Lindstrom | |
[auth-krb4.c monitor.h serverloop.c session.c ssh-agent.c sshd.c] pid_t cleanup. Markus need this now to keep hacking. markus@, millert@ ok | |||
2002-06-06 | - markus@cvs.openbsd.org 2002/05/29 11:21:57 | Ben Lindstrom | |
[sshd.c] don't start if privsep is enabled and SSH_PRIVSEP_USER or _PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@ | |||
2002-06-06 | - deraadt@cvs.openbsd.org 2002/05/22 23:18:25 | Ben Lindstrom | |
[ssh.c sshd.c] spelling; abishoff@arc.nasa.gov | |||
2002-05-21 | - (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups() | Kevin Steves | |
2002-05-21 | - (stevesk) [sshd.c] bug 245; disable setsid() for now | Kevin Steves | |