Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-20 | Finish 1:3.8.1p1-2. | Colin Watson | |
2004-05-20 | Don't link against libnsl in udeb builds. | Colin Watson | |
2004-05-20 | Restore ssh-askpass-gnome binary, lost by mistake. | Colin Watson | |
2004-05-20 | Run debconf-updatepo. | Colin Watson | |
2004-05-14 | openssh-client-udeb and openssh-server-udeb depend on libnss-files-udeb | Colin Watson | |
(not yet uploaded). | |||
2004-05-13 | Add Catalan debconf template translation (thanks, Aleix Badia i Bosch; | Colin Watson | |
closes: #248748). | |||
2004-05-11 | Finish 1:3.8.1p1-1. | Colin Watson | |
2004-05-11 | Work around lack of res_query weak alias in libresolv on amd64 (see | Colin Watson | |
#242462, awaiting real fix upstream). | |||
2004-05-11 | Add openssh-client-udeb and openssh-server-udeb binary packages for use in | Colin Watson | |
debian-installer. They still need libnss_files to be supplied in udeb form by glibc. | |||
2004-05-05 | Note closure of #247538. | Colin Watson | |
2004-05-01 | Add .desktop file and icon for ssh-askpass-gnome (closes: #232333). | Colin Watson | |
2004-05-01 | msgmerge update. | Colin Watson | |
2004-05-01 | Add Turkish debconf template translation (thanks, Recai Oktaş; closes: | Colin Watson | |
#246068). | |||
2004-05-01 | Update Polish debconf template translation (thanks, Emil Nowak; closes: | Colin Watson | |
#242808). | |||
2004-05-01 | Fix grammar in sshd(8) (closes: #238753). | Colin Watson | |
2004-05-01 | Update changelog for 3.8.1p1. | Colin Watson | |
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). |