Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-01 | Merge 3.8.1p1 to the trunk, minus RFC.nroff (#211640). | Colin Watson | |
2004-05-01 | Import OpenSSH 3.8.1p1. | Colin Watson | |
2004-04-29 | Remove /usr/share/doc/ssh/RFC.gz from the ssh binary package (although it's | Colin Watson | |
still in the source, so this only addresses part of #211640 rather than closing it). It isn't DFSG-free and only documents the obsolete SSH1 protocol, not to mention that it was never a real RFC but only an Internet-Draft. It's available from http://www.free.lp.se/bamse/draft-ylonen-ssh-protocol-00.txt if you want it for some reason. | |||
2004-04-20 | Make sure there's a newline at the end of sshd_config before adding 'UsePAM | Colin Watson | |
yes' (closes: #244829). | |||
2004-04-20 | Finish 1:3.8p1-3 (actually, I did this ages ago ...). | Colin Watson | |
2004-04-18 | mark release | Damien Miller | |
2004-04-18 | Add people with several and/or large contributions | Darren Tucker | |
2004-04-18 | - (djm) [openbsd-compat/bsd-cygwin_util.c] Recent versions of Cygwin allow | Damien Miller | |
change of user context without a password, so relax auth method restrictions; from vinschen AT redhat.com; ok dtucker@ | |||
2004-04-18 | update relnotes URL for release | Damien Miller | |
2004-04-18 | - (dtucker) [auth-pam.c] Log username and source host for failed PAM | Darren Tucker | |
authentication attempts. With & ok djm@ | |||
2004-04-16 | - (tim) [configure.ac] Set SETEUID_BREAKS_SETUID, BROKEN_SETREUID and | Tim Rice | |
BROKEN_SETREGID for SCO OpenServer 3 | |||
2004-04-16 | - (djm) [auth-krb5.c auth.h session.c] Explicitly refer to Kerberos ccache | Damien Miller | |
file using FILE: method, fixes problems on Mac OSX. Patch from simon@sxw.org.uk; ok dtucker@ | |||
2004-04-16 | - (dtucker) [regress/sftp-cmds.sh] Skip quoting test on Cygwin, since | Darren Tucker | |
FAT/NTFS does not permit quotes in filenames. From vinschen at redhat.com | |||
2004-04-16 | Typo fix in comment | Darren Tucker | |
2004-04-14 | - (djm) [configure.ac] Fix detection of libwrap on OpenBSD; ok dtucker@ | Damien Miller | |
2004-04-14 | - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly | Darren Tucker | |
4-arg, with compatibility for 3-arg versions. From djm@, ok me. | |||
2004-04-14 | - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg | Darren Tucker | |
skeychallenge(), eg on NetBSD. ok mouring@ | |||
2004-04-14 | - (dtucker) [sshd_config.5] Add PermitRootLogin without-password warning | Darren Tucker | |
from bug #701 (text from jfh at cise.ufl.edu). | |||
2004-04-08 | - (bal) [monitor.c monitor_wrap.c] Ok.. Last time. Promise. Tim suggested | Ben Lindstrom | |
limiting scope and dtucker@ agreed. | |||
2004-04-08 | - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and | Darren Tucker | |
simplify loginrec.c. ok tim@ | |||
2004-04-08 | - (bal) [monitor.c monitor_wrap.c] Second try. Put the zlib.h headers | Ben Lindstrom | |
back and #undef TARGET_OS_MAC instead. (Bug report pending with Apple) | |||
2004-04-08 | - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating | Darren Tucker | |
pty name on Linux 2.6.x systems. Patch from jpe at eisenmenger.org. | |||
2004-04-07 | - (bal) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Check to see | Ben Lindstrom | |
if Krb5 library exports krb5_init_etc() since some OSes (like MacOS/X) are starting to restrict it as internal since it is not needed by developers any more. (Patch based on Apple tree) - (bal) [monitor.c monitor_wrap.c] monitor_wrap.c] moved zlib.h higher since krb5 on MacOS/X conflicts. There may be a better solution, but this will work for now. | |||
2004-04-07 | - (dtucker) [session.c] Flush stdout after displaying loginmsg. From | Darren Tucker | |
f_mohr at yahoo.de. | |||
2004-04-06 | Oops, leftover from testing | Darren Tucker | |
2004-04-06 | - (dtucker) [configure.ac] Bug #816, #748 (again): Attempt to detect | Darren Tucker | |
broken getaddrinfo and friends on HP-UX. ok djm@ | |||
2004-04-06 | - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use | Darren Tucker | |
updwtmpx() on IRIX since it seems to clobber utmp. ok djm@ | |||
2004-04-04 | Some older kernels are missing setresuid() and setresgid(), so don't try to | Colin Watson | |
use them. setreuid() and setregid() will do well enough for our purposes (closes: #239999). | |||
2004-03-31 | - (djm) Bug #825: Fix ip_options_check() for mapped IPv4/IPv6 connection; | Damien Miller | |
with & ok dtucker@ | |||
2004-03-30 | - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.c | Darren Tucker | |
to reduce potential confusion with the one in sshd.c. ok djm@ | |||
2004-03-30 | - (dtucker) [configure.ac] Bug #811: Use "!" for LOCKED_PASSWD_PREFIX on | Darren Tucker | |
Linuxes, since that's what many use. ok djm@ | |||
2004-03-28 | Build everything apart from contrib in a subdirectory, to allow for | Colin Watson | |
multiple builds. | |||
2004-03-27 | - (dtucker) [session.c] Bug #817: Clear loginmsg after fork to prevent | Darren Tucker | |
duplicate login messages for mutli-session logins. ok djm@ | |||
2004-03-25 | Remove deprecated ReverseMappingCheck option from newly generated | Colin Watson | |
sshd_config files (closes: #239987). | |||
2004-03-22 | - (djm) Crank RPM spec versions | Damien Miller | |
2004-03-22 | - markus@cvs.openbsd.org 2004/03/20 10:40:59 | Damien Miller | |
[version.h] 3.8.1 | |||
2004-03-22 | - markus@cvs.openbsd.org 2004/03/11 10:21:17 | Damien Miller | |
[ssh.c sshd.c] ssh, sshd: sync version output, ok djm | |||
2004-03-22 | - markus@cvs.openbsd.org 2004/03/11 08:36:26 | Damien Miller | |
[sshd.c] trim usage; ok deraadt | |||
2004-03-22 | - markus@cvs.openbsd.org 2004/03/10 09:45:06 | Damien Miller | |
[ssh.c] trim usage to match ssh(1) and look more like unix. ok djm@ | |||
2004-03-22 | - markus@cvs.openbsd.org 2004/03/09 22:11:05 | Damien Miller | |
[ssh.c] increase x11 cookie lifetime to 20 minutes; ok djm | |||
2004-03-22 | - (djm) [sshd.c] Drop supplemental groups if started as root | Damien Miller | |
2004-03-11 | - (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker | Damien Miller | |
2004-03-10 | Finish 1:3.8p1-2. | Colin Watson | |
2004-03-10 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo | Darren Tucker | |
before redefining it, silences warnings on Tru64. | |||
2004-03-10 | Turn off the new ForwardX11Trusted by default, returning to the semantics | Colin Watson | |
of 3.7 and earlier, since it seems immature and causes far too many problems with existing setups. See README.Debian for details (closes: #237021). | |||
2004-03-08 | - (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal | Tim Rice | |
2004-03-08 | Disable PasswordAuthentication for new installations (closes: #236810). | Colin Watson | |
2004-03-08 | - dtucker@cvs.openbsd.org 2004/03/08 10:18:57 | Damien Miller | |
[sshd_config.5] Document KerberosGetAFSToken; ok markus@ | |||
2004-03-08 | - djm@cvs.openbsd.org 2004/03/08 09:38:05 | Damien Miller | |
[ssh-keyscan.c] explicitly initialise remote_major and remote_minor. from cjwatson AT debian.org; ok markus@ | |||
2004-03-08 | - markus@cvs.openbsd.org 2004/03/05 10:53:58 | Damien Miller | |
[readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c] add IdentitiesOnly; ok djm@, pb@ |