Mailing List Archive

CVS: shitei.mindrot.org: openssh
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/07 13:24:24

Modified files:
. : ChangeLog session.c

Log message:
- (dtucker) [session.c] Have session_break_req not attempt to send a break
if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).

cvs -n rdiff -u -r1.2879 -r1.2880 openssh/ChangeLog
cvs -n rdiff -u -r1.242 -r1.243 openssh/session.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/07 13:29:04

Modified files:
. : ChangeLog canohost.c

Log message:
- (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
defined (fixes compile error on really old Linuxes).

cvs -n rdiff -u -r1.2880 -r1.2881 openssh/ChangeLog
cvs -n rdiff -u -r1.38 -r1.39 openssh/canohost.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/07 15:58:28

Modified files:
. : ChangeLog defines.h

Log message:
- (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
not already defined (eg Linux with some versions of libc5), based on those
from OpenBSD.

cvs -n rdiff -u -r1.2881 -r1.2882 openssh/ChangeLog
cvs -n rdiff -u -r1.99 -r1.100 openssh/defines.h
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/08 13:43:37

Modified files:
. : ChangeLog auth-pam.c

Log message:
- (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@

cvs -n rdiff -u -r1.2885 -r1.2886 openssh/ChangeLog
cvs -n rdiff -u -r1.65 -r1.66 openssh/auth-pam.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/11 22:55:36

Modified files:
. : ChangeLog auth-krb5.c

Log message:
- (dtucker) OpenBSD CVS Sync
(thanks to Simon Wilkinson for help with this -dt)
- markus@cvs.openbsd.org 2003/07/16 15:02:06
[auth-krb5.c]
mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
otherwise the kerberos credentinal is stored in a memory cache
in the privileged sshd. ok jabob@, hin@ (some time ago)

cvs -n rdiff -u -r1.2886 -r1.2887 openssh/ChangeLog
cvs -n rdiff -u -r1.13 -r1.14 openssh/auth-krb5.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/11 23:03:53

Modified files:
. : CREDITS

Log message:
Update Corinna's address.

cvs -n rdiff -u -r1.72 -r1.73 openssh/CREDITS
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/13 20:28:15

Modified files:
. : ChangeLog session.c

Log message:
- (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.

cvs -n rdiff -u -r1.2888 -r1.2889 openssh/ChangeLog
cvs -n rdiff -u -r1.244 -r1.245 openssh/session.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/13 20:31:05

Modified files:
. : ChangeLog session.c

Log message:
- markus@cvs.openbsd.org 2003/08/13 08:33:02
[session.c]
use more portable tcsendbreak(3) and ignore break_length;
ok deraadt, millert

cvs -n rdiff -u -r1.2889 -r1.2890 openssh/ChangeLog
cvs -n rdiff -u -r1.245 -r1.246 openssh/session.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/13 20:37:05

Modified files:
. : ChangeLog auth1.c readconf.c readconf.h
servconf.c servconf.h ssh.c ssh_config
ssh_config.5 sshconnect1.c sshd.8 sshd.c
sshd_config sshd_config.5

Log message:
- markus@cvs.openbsd.org 2003/08/13 08:46:31
[.auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
fgsch@, miod@, henning@, jakob@ and others

cvs -n rdiff -u -r1.2890 -r1.2891 openssh/ChangeLog
cvs -n rdiff -u -r1.87 -r1.88 openssh/auth1.c
cvs -n rdiff -u -r1.90 -r1.91 openssh/readconf.c
cvs -n rdiff -u -r1.44 -r1.45 openssh/readconf.h
cvs -n rdiff -u -r1.109 -r1.110 openssh/servconf.c
cvs -n rdiff -u -r1.54 -r1.55 openssh/servconf.h
cvs -n rdiff -u -r1.177 -r1.178 openssh/ssh.c
cvs -n rdiff -u -r1.20 -r1.21 openssh/ssh_config
cvs -n rdiff -u -r1.16 -r1.17 openssh/ssh_config.5
cvs -n rdiff -u -r1.54 -r1.55 openssh/sshconnect1.c
cvs -n rdiff -u -r1.155 -r1.156 openssh/sshd.8
cvs -n rdiff -u -r1.256 -r1.257 openssh/sshd.c
cvs -n rdiff -u -r1.60 -r1.61 openssh/sshd_config
cvs -n rdiff -u -r1.22 -r1.23 openssh/sshd_config.5
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/13 20:38:36

Modified files:
. : ChangeLog readconf.c ssh.c

Log message:
- markus@cvs.openbsd.org 2003/08/13 09:07:10
[readconf.c ssh.c]
socks4->socks, since with support both 4 and 5; dtucker@zip.com.au

cvs -n rdiff -u -r1.2891 -r1.2892 openssh/ChangeLog
cvs -n rdiff -u -r1.91 -r1.92 openssh/readconf.c
cvs -n rdiff -u -r1.178 -r1.179 openssh/ssh.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 16:11:31

Modified files:
. : Tag: V_3_6_1 ChangeLog sshd.c

Log message:
- (dtucker) [sshd.c] Bug #529: sshd doesn't work correctly after SIGHUP
(copy argv correctly), fix by djm from -current.

cvs -n rdiff -u -rNo revision control -rNo revision control openssh/Tag:
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/V_3_6_1
cvs -n rdiff -u -r1.2648.2.2 -r1.2648.2.3 openssh/ChangeLog
cvs -n rdiff -u -r1.236.4.0 -r1.236.4.1 openssh/sshd.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 16:16:22

Modified files:
. : Tag: V_3_6_1 ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
searching libraries for it. Fixes build errors on NCR MP-RAS.
- (dtucker) [configure.ac] Define STREAMS_PUSH_ACQUIRES_CTTY for NCR MP-RAS
and Reliant Unix. Fixes "can't set controlling tty errors".

cvs -n rdiff -u -rNo revision control -rNo revision control openssh/Tag:
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/V_3_6_1
cvs -n rdiff -u -r1.2648.2.3 -r1.2648.2.4 openssh/ChangeLog
cvs -n rdiff -u -r1.113.2.1 -r1.113.2.2 openssh/configure.ac
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 16:44:07

Modified files:
. : ChangeLog ssh-keygen.c

Log message:
- markus@cvs.openbsd.org 2003/08/14 16:08:58
[ssh-keygen.c]
exit after primetest, ok djm@

cvs -n rdiff -u -r1.2893 -r1.2894 openssh/ChangeLog
cvs -n rdiff -u -r1.108 -r1.109 openssh/ssh-keygen.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 16:49:41

Modified files:
. : ChangeLog defines.h

Log message:
- (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
consistency.

cvs -n rdiff -u -r1.2894 -r1.2895 openssh/ChangeLog
cvs -n rdiff -u -r1.100 -r1.101 openssh/defines.h
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 17:08:43

Modified files:
. : Tag: V_3_6_1 ChangeLog defines.h

Log message:
- (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
not already defined (eg Linux with some versions of libc5), based on those
from OpenBSD.

cvs -n rdiff -u -rNo revision control -rNo revision control openssh/Tag:
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/V_3_6_1
cvs -n rdiff -u -r1.2648.2.5 -r1.2648.2.6 openssh/ChangeLog
cvs -n rdiff -u -r1.97.4.0 -r1.97.4.1 openssh/defines.h
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 17:38:20

Modified files:
. : Tag: V_3_6_1 ChangeLog configure.ac
monitor_fdpass.c

Log message:
- (dtucker) [configure.ac monitor_fdpass.c] Bug #544: ignore invalid cmsg_type
on Linux 1.x and 2.0 kernels, privsep should now work.

cvs -n rdiff -u -rNo revision control -rNo revision control openssh/Tag:
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/V_3_6_1
cvs -n rdiff -u -r1.2648.2.6 -r1.2648.2.7 openssh/ChangeLog
cvs -n rdiff -u -r1.113.2.2 -r1.113.2.3 openssh/configure.ac
cvs -n rdiff -u -r1.11.6.0 -r1.11.6.1 openssh/monitor_fdpass.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 17:42:34

Modified files:
. : Tag: V_3_6_1 ChangeLog acconfig.h configure.ac

Log message:
- (dtucker) [acconfig.h configure.ac sshd.c] STREAMS_PUSH_ACQUIRES_CTTY ->
SSHD_ACQUIRES_CTTY.

cvs -n rdiff -u -rNo revision control -rNo revision control openssh/Tag:
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/V_3_6_1
cvs -n rdiff -u -r1.2648.2.7 -r1.2648.2.8 openssh/ChangeLog
cvs -n rdiff -u -r1.149.4.0 -r1.149.4.1 openssh/acconfig.h
cvs -n rdiff -u -r1.113.2.3 -r1.113.2.4 openssh/configure.ac
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 17:43:26

Modified files:
. : Tag: V_3_6_1 sshd.c

Log message:
- (dtucker) [acconfig.h configure.ac sshd.c] STREAMS_PUSH_ACQUIRES_CTTY ->
SSHD_ACQUIRES_CTTY.

cvs -n rdiff -u -rNo revision control -rNo revision control openssh/Tag:
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/V_3_6_1
cvs -n rdiff -u -r1.236.4.1 -r1.236.4.2 openssh/sshd.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 17:56:30

Modified files:
. : Tag: V_3_6_1 ChangeLog acconfig.h

Log message:
- (dtucker) [acconfig.h configure.ac monitor_fdpass.c] Bug #544: ignore
invalid cmsg_type on Linux 1.x and 2.0 kernels, privsep should now work.

Missed acconfig.h, whoops.

cvs -n rdiff -u -rNo revision control -rNo revision control openssh/Tag:
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/V_3_6_1
cvs -n rdiff -u -r1.2648.2.8 -r1.2648.2.9 openssh/ChangeLog
cvs -n rdiff -u -r1.149.4.1 -r1.149.4.2 openssh/acconfig.h
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 17:58:29

Modified files:
. : ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
and after normal openpty test.

cvs -n rdiff -u -r1.2895 -r1.2896 openssh/ChangeLog
cvs -n rdiff -u -r1.139 -r1.140 openssh/configure.ac
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/21 18:23:13

Modified files:
. : Tag: V_3_6_1 ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Bug #536: Test for and work around openpty/
controlling tty problem on Linux (fixes "could not set controlling tty"
errors).

cvs -n rdiff -u -rNo revision control -rNo revision control openssh/Tag:
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/V_3_6_1
cvs -n rdiff -u -r1.2648.2.9 -r1.2648.2.10 openssh/ChangeLog
cvs -n rdiff -u -r1.113.2.4 -r1.113.2.5 openssh/configure.ac
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm@shitei.mindrot.org 2003/08/25 10:58:26

Modified files:
. : ChangeLog scard-opensc.c

Log message:
- (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
larsch@trustcenter.de

cvs -n rdiff -u -r1.2898 -r1.2899 openssh/ChangeLog
cvs -n rdiff -u -r1.11 -r1.12 openssh/scard-opensc.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/25 11:51:19

Modified files:
. : ChangeLog acconfig.h auth.c configure.ac sshd.8

Log message:
- (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
any access to locked accounts. ok djm@

cvs -n rdiff -u -r1.2901 -r1.2902 openssh/ChangeLog
cvs -n rdiff -u -r1.160 -r1.161 openssh/acconfig.h
cvs -n rdiff -u -r1.74 -r1.75 openssh/auth.c
cvs -n rdiff -u -r1.140 -r1.141 openssh/configure.ac
cvs -n rdiff -u -r1.156 -r1.157 openssh/sshd.8
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm@shitei.mindrot.org 2003/08/25 13:08:49

Modified files:
. : ChangeLog auth-pam.c auth-pam.h auth1.c auth2.c
monitor.c monitor.h monitor_wrap.c
monitor_wrap.h session.c

Log message:
- (djm) Bug #564: Perform PAM account checks for all authentications when
UsePAM=yes; ok dtucker

cvs -n rdiff -u -r1.2902 -r1.2903 openssh/ChangeLog
cvs -n rdiff -u -r1.66 -r1.67 openssh/auth-pam.c
cvs -n rdiff -u -r1.18 -r1.19 openssh/auth-pam.h
cvs -n rdiff -u -r1.88 -r1.89 openssh/auth1.c
cvs -n rdiff -u -r1.120 -r1.121 openssh/auth2.c
cvs -n rdiff -u -r1.51 -r1.52 openssh/monitor.c
cvs -n rdiff -u -r1.14 -r1.15 openssh/monitor.h
cvs -n rdiff -u -r1.30 -r1.31 openssh/monitor_wrap.c
cvs -n rdiff -u -r1.12 -r1.13 openssh/monitor_wrap.h
cvs -n rdiff -u -r1.246 -r1.247 openssh/session.c
CVS: shitei.mindrot.org: openssh [ In reply to ]
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker@shitei.mindrot.org 2003/08/25 13:27:40

Modified files:
. : ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@

cvs -n rdiff -u -r1.2903 -r1.2904 openssh/ChangeLog
cvs -n rdiff -u -r1.141 -r1.142 openssh/configure.ac

1 2 3 4 5 6 7 8 9 10  View All