]> andersk Git - openssh.git/log
openssh.git
18 years ago - djm@cvs.openbsd.org 2005/10/30 08:52:18
djm [Sat, 5 Nov 2005 04:14:59 +0000 (04:14 +0000)] 
   - djm@cvs.openbsd.org 2005/10/30 08:52:18
     [clientloop.c packet.c serverloop.c session.c ssh-agent.c ssh-keygen.c]
     [ssh.c sshconnect.c sshconnect1.c sshd.c]
     no need to escape single quotes in comments, no binary change

18 years ago - jmc@cvs.openbsd.org 2005/10/30 08:43:47
djm [Sat, 5 Nov 2005 04:13:49 +0000 (04:13 +0000)] 
   - jmc@cvs.openbsd.org 2005/10/30 08:43:47
     [ssh_config.5]
     remove trailing whitespace;

18 years ago - dtucker@cvs.openbsd.org 2005/10/30 08:29:29
djm [Sat, 5 Nov 2005 04:13:24 +0000 (04:13 +0000)] 
   - dtucker@cvs.openbsd.org 2005/10/30 08:29:29
     [canohost.c sshd.c]
     Check for connections with IP options earlier and drop silently.  ok djm@

18 years ago - djm@cvs.openbsd.org 2005/10/30 04:03:24
djm [Sat, 5 Nov 2005 04:12:59 +0000 (04:12 +0000)] 
   - djm@cvs.openbsd.org 2005/10/30 04:03:24
     [ssh.c]
     fix misleading debug message; ok dtucker@

18 years ago - djm@cvs.openbsd.org 2005/10/30 04:01:03
djm [Sat, 5 Nov 2005 04:12:28 +0000 (04:12 +0000)] 
   - djm@cvs.openbsd.org 2005/10/30 04:01:03
     [ssh-keyscan.c]
     make ssh-keygen discard junk from server before SSH- ident, spotted by
     dave AT cirt.net; ok dtucker@

18 years ago - djm@cvs.openbsd.org 2005/10/30 01:23:19
djm [Sat, 5 Nov 2005 04:11:48 +0000 (04:11 +0000)] 
   - djm@cvs.openbsd.org 2005/10/30 01:23:19
     [ssh_config.5]
     mention control socket fallback behaviour, reported by
     tryponraj AT gmail.com

18 years ago - stevesk@cvs.openbsd.org 2005/10/17 14:13:35
djm [Sat, 5 Nov 2005 04:11:15 +0000 (04:11 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/17 14:13:35
     [dns.c dns.h]
     more cleanups; ok jakob@

18 years ago - stevesk@cvs.openbsd.org 2005/10/17 14:01:28
djm [Sat, 5 Nov 2005 04:10:42 +0000 (04:10 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/17 14:01:28
     [dns.c]
     remove #ifdef LWRES; ok jakob@

18 years ago - stevesk@cvs.openbsd.org 2005/10/17 13:45:05
djm [Sat, 5 Nov 2005 04:09:27 +0000 (04:09 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/17 13:45:05
     [dns.c]
     fix memory leaks from 2 sources:
         1) key_fingerprint_raw()
         2) malloc in dns_read_rdata()
     ok jakob@

18 years ago - stevesk@cvs.openbsd.org 2005/10/15 15:28:12
djm [Sat, 5 Nov 2005 04:08:57 +0000 (04:08 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/15 15:28:12
     [sshconnect.c]
     make external definition static; ok deraadt@

18 years ago - stevesk@cvs.openbsd.org 2005/10/14 02:29:37
djm [Sat, 5 Nov 2005 04:07:59 +0000 (04:07 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/14 02:29:37
     [channels.c clientloop.c]
     free()->xfree(); ok djm@

18 years ago - stevesk@cvs.openbsd.org 2005/10/14 02:17:59
djm [Sat, 5 Nov 2005 04:07:33 +0000 (04:07 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/14 02:17:59
     [ssh-keygen.c ssh.c sshconnect2.c]
     no trailing "\n" for log functions; ok djm@

18 years ago - stevesk@cvs.openbsd.org 2005/10/13 22:24:31
djm [Sat, 5 Nov 2005 04:07:05 +0000 (04:07 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/13 22:24:31
     [auth2-gss.c gss-genr.c gss-serv.c monitor.c]
     KNF; ok djm@

18 years ago - stevesk@cvs.openbsd.org 2005/10/13 19:13:41
djm [Sat, 5 Nov 2005 04:06:38 +0000 (04:06 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/13 19:13:41
     [dns.c]
     unneeded #include, unused declaration, little knf; ok deraadt@

18 years ago - stevesk@cvs.openbsd.org 2005/10/13 19:08:08
djm [Sat, 5 Nov 2005 04:05:28 +0000 (04:05 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/13 19:08:08
     [gss-serv-krb5.c gss-serv.c]
     unused declarations; ok deraadt@
     (id sync only for gss-serv-krb5.c)

18 years ago - stevesk@cvs.openbsd.org 2005/10/13 14:20:37
djm [Sat, 5 Nov 2005 04:03:48 +0000 (04:03 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/13 14:20:37
     [gss-serv.c]
     spelling in comments

18 years ago - stevesk@cvs.openbsd.org 2005/10/13 14:03:01
djm [Sat, 5 Nov 2005 04:03:24 +0000 (04:03 +0000)] 
   - stevesk@cvs.openbsd.org 2005/10/13 14:03:01
     [auth2-gss.c gss-genr.c gss-serv.c]
     remove unneeded #includes; ok markus@

18 years ago - djm@cvs.openbsd.org 2005/10/11 23:37:37
djm [Sat, 5 Nov 2005 03:53:39 +0000 (03:53 +0000)] 
   - djm@cvs.openbsd.org 2005/10/11 23:37:37
     [channels.c]
     bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventing
     bind() failure when a previous connection's listeners are in TIME_WAIT,
     reported by plattner AT inf.ethz.ch; ok dtucker@

18 years ago - djm@cvs.openbsd.org 2005/10/10 10:23:08
djm [Sat, 5 Nov 2005 03:52:50 +0000 (03:52 +0000)] 
   - djm@cvs.openbsd.org 2005/10/10 10:23:08
     [channels.c channels.h clientloop.c serverloop.c session.c]
     fix regression I introduced in 4.2: X11 forwardings initiated after
     a session has exited (e.g. "(sleep 5; xterm) &") would not start.
     bz #1086 reported by t8m AT centrum.cz; ok markus@ dtucker@

18 years ago - (djm) OpenBSD CVS Sync
djm [Sat, 5 Nov 2005 03:52:18 +0000 (03:52 +0000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2005/10/07 11:13:57
     [ssh-keygen.c]
     change DSA default back to 1024, as it's defined for 1024 bits only
     and this causes interop problems with other clients.  moreover,
     in order to improve the security of DSA you need to change more
     components of DSA key generation (e.g. the internal SHA1 hash);
     ok deraadt

18 years ago - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
dtucker [Tue, 1 Nov 2005 22:07:31 +0000 (22:07 +0000)] 
 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
   Reported by olavi at ipunplugged.com and antoine.brodin at laposte.net
   via FreeBSD.

18 years ago - (dtucker) [session.c] Bug #1045do not check /etc/nologin when PAM is
dtucker [Sun, 30 Oct 2005 04:31:55 +0000 (04:31 +0000)] 
 - (dtucker) [session.c] Bug #1045do not check /etc/nologin when PAM is
   enabled, instead allow PAM to handle it.  Note that on platforms using PAM,
   the pam_nologin module should be added to sshd's session stack in order to
   maintain exising behaviour.  Based on patch and discussion from t8m at
   centrum.cz, ok djm@

18 years ago - (djm) [contrib/suse/openssh.spec contrib/suse/rc.
djm [Sun, 30 Oct 2005 00:55:45 +0000 (00:55 +0000)] 
 - (djm) [contrib/suse/openssh.spec contrib/suse/rc.
   sshd contrib/suse/sysconfig.ssh] Bug #1106: Updated SuSE spec and init
   files from imorgan AT nas.nasa.gov

18 years ago - (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
dtucker [Tue, 25 Oct 2005 08:55:00 +0000 (08:55 +0000)] 
 - (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
   prompt.  Patch from vinschen at redhat.com.

18 years ago - (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
dtucker [Tue, 25 Oct 2005 08:52:31 +0000 (08:52 +0000)] 
 - (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
   understand "%lld", even though the compiler has "long long", so handle
   it as a special case.  Patch tested by mcaskill.scott at epa.gov.

(actually was included in previous commit)

18 years ago - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the
dtucker [Tue, 25 Oct 2005 08:38:33 +0000 (08:38 +0000)] 
 - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the
   sizeof(long long) checks, to make fixing bug #1104 easier (no changes
   yet).

18 years ago - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
dtucker [Mon, 17 Oct 2005 13:29:23 +0000 (13:29 +0000)] 
 - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
   /etc/default/login report and testing from aabaker at iee.org, corrections
   from tim@.

18 years ago - (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current
dtucker [Sun, 9 Oct 2005 01:40:03 +0000 (01:40 +0000)] 
 - (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current
   versions from OpenBSD.  ok djm@

18 years ago - (djm) [configure.ac] missing 'test' call for -with-Werror test
djm [Sat, 8 Oct 2005 06:21:19 +0000 (06:21 +0000)] 
 - (djm) [configure.ac] missing 'test' call for -with-Werror test

18 years ago - (dtucker) [configure.ac] Bug #1098: define $MAIL for HP-UX; report from
dtucker [Sat, 8 Oct 2005 02:07:01 +0000 (02:07 +0000)] 
 - (dtucker) [configure.ac] Bug #1098: define $MAIL for HP-UX; report from
   brian.smith at agilent com.

18 years agotypo
dtucker [Wed, 5 Oct 2005 15:39:58 +0000 (15:39 +0000)] 
typo

18 years ago - (dtucker) [configure.ac sshd.8] Enable locked account check (a prepended
dtucker [Wed, 5 Oct 2005 13:02:16 +0000 (13:02 +0000)] 
 - (dtucker) [configure.ac sshd.8] Enable locked account check (a prepended
   "*LOCKED*" string) for FreeBSD.  Patch jeremie at le-hen.org and
   senthilkumar_sen at hotpop.com.

18 years ago - (dtucker) [regress/README.regress] Bug #989: Document limitation that scp
dtucker [Mon, 3 Oct 2005 10:14:18 +0000 (10:14 +0000)] 
 - (dtucker) [regress/README.regress] Bug #989: Document limitation that scp
   is required in the system path for the multiplex test to work.

18 years ago - dtucker@cvs.openbsd.org 2005/10/03 07:44:42
dtucker [Mon, 3 Oct 2005 08:23:44 +0000 (08:23 +0000)] 
   - dtucker@cvs.openbsd.org 2005/10/03 07:44:42
     [canohost.c]
     Relocate check_ip_options call to prevent logging of garbage for
     connections with IP options set.  bz#1092 from David Leonard,
     "looks good" deraadt@

18 years ago - jaredy@cvs.openbsd.org 2005/09/30 20:34:26
dtucker [Mon, 3 Oct 2005 08:20:28 +0000 (08:20 +0000)] 
   - jaredy@cvs.openbsd.org 2005/09/30 20:34:26
     [ssh-keyscan.1]
     deploy .An -nosplit; ok jmc

18 years ago - djm@cvs.openbsd.org 2005/09/21 23:37:11
dtucker [Mon, 3 Oct 2005 08:20:00 +0000 (08:20 +0000)] 
   - djm@cvs.openbsd.org 2005/09/21 23:37:11
     [sshd.c]
     change label at markus@'s request

18 years ago - djm@cvs.openbsd.org 2005/09/21 23:36:54
dtucker [Mon, 3 Oct 2005 08:19:06 +0000 (08:19 +0000)] 
   - djm@cvs.openbsd.org 2005/09/21 23:36:54
     [sshd_config.5]
     aquire -> acquire, from stevesk@

18 years ago - djm@cvs.openbsd.org 2005/09/19 23:31:31
dtucker [Mon, 3 Oct 2005 08:18:40 +0000 (08:18 +0000)] 
   - djm@cvs.openbsd.org 2005/09/19 23:31:31
     [ssh.1]
     spelling nit from stevesk@

18 years ago - jmc@cvs.openbsd.org 2005/09/19 15:42:44
dtucker [Mon, 3 Oct 2005 08:18:05 +0000 (08:18 +0000)] 
   - jmc@cvs.openbsd.org 2005/09/19 15:42:44
     [ssh.c]
     update -D usage here too;

18 years ago - jmc@cvs.openbsd.org 2005/09/19 15:38:27
dtucker [Mon, 3 Oct 2005 08:17:38 +0000 (08:17 +0000)] 
   - jmc@cvs.openbsd.org 2005/09/19 15:38:27
     [ssh.1]
     some more .Bk/.Ek to avoid ugly line split;

18 years ago - djm@cvs.openbsd.org 2005/09/19 11:48:10
dtucker [Mon, 3 Oct 2005 08:17:02 +0000 (08:17 +0000)] 
   - djm@cvs.openbsd.org 2005/09/19 11:48:10
     [gss-serv.c]
     typo

18 years ago - djm@cvs.openbsd.org 2005/09/19 11:47:09
dtucker [Mon, 3 Oct 2005 08:16:02 +0000 (08:16 +0000)] 
   - djm@cvs.openbsd.org 2005/09/19 11:47:09
     [sshd.c]
     stop connection abort on rekey with delayed compression enabled when
     post-auth privsep is disabled (e.g. when root is logged in); ok dtucker@

18 years ago - djm@cvs.openbsd.org 2005/09/19 11:37:34
dtucker [Mon, 3 Oct 2005 08:13:42 +0000 (08:13 +0000)] 
   - djm@cvs.openbsd.org 2005/09/19 11:37:34
     [ssh_config.5 ssh.1]
     mention ability to specify bind_address for DynamicForward and -D options;
     bz#1077 spotted by Haruyama Seigo

18 years ago - djm@cvs.openbsd.org 2005/09/13 23:40:07
dtucker [Mon, 3 Oct 2005 08:11:24 +0000 (08:11 +0000)] 
   - djm@cvs.openbsd.org 2005/09/13 23:40:07
     [sshd.c ssh.c misc.h sftp.c ssh-keygen.c ssh-keysign.c sftp-server.c
     scp.c misc.c ssh-keyscan.c ssh-add.c ssh-agent.c]
     ensure that stdio fds are attached; ok deraadt@

18 years ago - markus@cvs.openbsd.org 2005/09/09 19:18:05
dtucker [Mon, 3 Oct 2005 08:05:26 +0000 (08:05 +0000)] 
   - markus@cvs.openbsd.org 2005/09/09 19:18:05
     [clientloop.c]
     typo; from mark at mcs.vuw.ac.nz, bug #1082

18 years ago - markus@cvs.openbsd.org 2005/09/07 08:53:53
dtucker [Mon, 3 Oct 2005 08:03:05 +0000 (08:03 +0000)] 
   - markus@cvs.openbsd.org 2005/09/07 08:53:53
     [channels.c]
     enforce chanid != NULL; ok djm

18 years ago - (dtucker) [monitor.c] Bug #1087: Send loginmsg to preauth privsep
dtucker [Fri, 30 Sep 2005 00:23:21 +0000 (00:23 +0000)] 
 - (dtucker) [monitor.c] Bug #1087: Send loginmsg to preauth privsep
   child during PAM account check without clearing it.  This restores the
   post-login warnings such as LDAP password expiry.  Patch from Tomas Mraz
   with help from several others.

18 years ago - (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
dtucker [Thu, 29 Sep 2005 23:55:49 +0000 (23:55 +0000)] 
 - (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
   for strtoll.  Patch from o.flebbe at science-computing.de.

18 years ago - (dtucker) [monitor_wrap.c] Remove duplicate definition of loginmsg
dtucker [Thu, 29 Sep 2005 12:01:10 +0000 (12:01 +0000)] 
 - (dtucker) [monitor_wrap.c] Remove duplicate definition of loginmsg
   introduced during sync.

18 years ago - (dtucker) [auth-pam.c] Bug #1028: send final non-query messages from
dtucker [Wed, 28 Sep 2005 12:33:27 +0000 (12:33 +0000)] 
 - (dtucker) [auth-pam.c] Bug #1028: send final non-query messages from
   PAM via keyboard-interactive.  Patch tested by the folks at Vintela.

18 years ago - (dtucker) [entropy.c] Use u_char for receiving RNG seed for consistency
dtucker [Tue, 27 Sep 2005 22:26:30 +0000 (22:26 +0000)] 
 - (dtucker) [entropy.c] Use u_char for receiving RNG seed for consistency

18 years ago - (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'ed
dtucker [Tue, 27 Sep 2005 12:46:32 +0000 (12:46 +0000)] 
 - (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'ed
   process when sshd relies on ssh-random-helper.  Should result in faster
   logins on systems without a real random device or prngd.  ok djm@

18 years ago - (dtucker) [entropy.c] Remove unnecessary tests for getuid and geteuid
dtucker [Tue, 27 Sep 2005 09:50:25 +0000 (09:50 +0000)] 
 - (dtucker) [entropy.c] Remove unnecessary tests for getuid and geteuid
   calls, since they can't possibly fail.  ok djm@

18 years ago - (dtucker) [auth2.c] Move start_pam() calls out of if-else block to remove
dtucker [Sat, 24 Sep 2005 02:43:51 +0000 (02:43 +0000)] 
 - (dtucker) [auth2.c] Move start_pam() calls out of if-else block to remove
   duplicate call.  ok djm@

18 years ago - (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten at
dtucker [Thu, 22 Sep 2005 10:19:54 +0000 (10:19 +0000)] 
 - (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten at
   shillest.net.

18 years ago - (dtucker) [configure.ac] Use -R linker flag for libedit too; patch from
dtucker [Thu, 22 Sep 2005 10:15:08 +0000 (10:15 +0000)] 
 - (dtucker) [configure.ac] Use -R linker flag for libedit too; patch from
   skeleten at shillest.net.

18 years agoremove acconfig.h
tim [Mon, 19 Sep 2005 16:36:55 +0000 (16:36 +0000)] 
remove acconfig.h

18 years ago - (tim) [aclocal.m4 configure.ac] Delete acconfig.h and add templates to
tim [Mon, 19 Sep 2005 16:33:39 +0000 (16:33 +0000)] 
 - (tim) [aclocal.m4 configure.ac] Delete acconfig.h and add templates to
   AC_DEFINE and AC_DEFINE_UNQUOTED to quiet autoconf 2.59 warning messages.

18 years ago - (tim) [configure.ac] Bug 1078. Fix --without-kerberos5. Reported by
tim [Tue, 13 Sep 2005 00:36:10 +0000 (00:36 +0000)] 
 - (tim) [configure.ac] Bug 1078. Fix --without-kerberos5. Reported by
   Mike Frysinger.

18 years agoLast commit skipped defines.h
tim [Fri, 9 Sep 2005 05:04:59 +0000 (05:04 +0000)] 
Last commit skipped defines.h
 - (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to
   OpenServer 6 and add osr5bigcrypt support so when someone migrates
   passwords between UnixWare and OpenServer they will still work. OK dtucker@

18 years ago - (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to
tim [Fri, 9 Sep 2005 04:56:33 +0000 (04:56 +0000)] 
 - (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to
   OpenServer 6 and add osr5bigcrypt support so when someone migrates
   passwords between UnixWare and OpenServer they will still work. OK dtucker@

18 years ago - (djm) Update RPM spec file versions V_4_2_P1
djm [Thu, 1 Sep 2005 09:10:48 +0000 (09:10 +0000)] 
 - (djm) Update RPM spec file versions

18 years ago - (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.c
tim [Wed, 31 Aug 2005 16:59:49 +0000 (16:59 +0000)] 
 - (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.c
   openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] libiaf cleanup. Disable
   libiaf bits for OpenServer6. Free memory allocated by ia_get_logpwd().
   Feedback and OK dtucker@

18 years ago - (dtucker) [README] Update release note URL to 4.2
dtucker [Wed, 31 Aug 2005 14:05:56 +0000 (14:05 +0000)] 
 - (dtucker) [README] Update release note URL to 4.2

18 years ago - markus@cvs.openbsd.org 2005/08/31 09:28:42
djm [Wed, 31 Aug 2005 09:47:07 +0000 (09:47 +0000)] 
   - markus@cvs.openbsd.org 2005/08/31 09:28:42
     [version.h]
     4.2

18 years ago - (djm) OpenBSD CVS Sync
djm [Wed, 31 Aug 2005 09:46:26 +0000 (09:46 +0000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2005/08/30 22:08:05
     [gss-serv.c sshconnect2.c]
     destroy credentials if krb5_kuserok() call fails. Stops credentials being
     delegated to users who are not authorised for GSSAPIAuthentication when
     GSSAPIDeletegateCredentials=yes and another authentication mechanism
     succeeds; bz#1073 reported by paul.moore AT centrify.com, fix by
     simon AT sxw.org.uk, tested todd@ biorn@ jakob@; ok deraadt@

18 years agocorrect bug number
djm [Wed, 31 Aug 2005 09:42:20 +0000 (09:42 +0000)] 
correct bug number

18 years ago - (tim) [configure.ac] Back out last change. It needs to be done differently.
tim [Tue, 30 Aug 2005 14:12:02 +0000 (14:12 +0000)] 
 - (tim) [configure.ac] Back out last change. It needs to be done differently.

18 years ago - (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long
tim [Tue, 30 Aug 2005 00:17:37 +0000 (00:17 +0000)] 
 - (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long
   password support to 7.x for now.

18 years ago - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c
tim [Fri, 26 Aug 2005 20:15:19 +0000 (20:15 +0000)] 
 - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c
   openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h
   openbsd-compat/xcrypt.c] New files [openssh/openbsd-compat/port-uw.c
   openssh/openbsd-compat/port-uw.h] Support long passwords (> 8-char)
   on UnixWare 7 from Dhiraj Gulati and Ahsan Rashid. Cleanup and testing
   by tim@. Feedback and OK dtucker@

18 years ago - (tim) [defines.h] PATH_MAX bits for OpenServer OK dtucker@
tim [Wed, 24 Aug 2005 00:18:21 +0000 (00:18 +0000)] 
 - (tim) [defines.h] PATH_MAX bits for OpenServer OK dtucker@

18 years ago - (tim) [configure.ac ] Not all gcc's support -Wsign-compare
tim [Wed, 24 Aug 2005 00:11:26 +0000 (00:11 +0000)] 
 - (tim) [configure.ac ] Not all gcc's support -Wsign-compare

18 years ago - (dtucker) [regress/test-exec.sh] Do not prepend an extra "/" to a fully-
dtucker [Tue, 23 Aug 2005 13:32:05 +0000 (13:32 +0000)] 
 - (dtucker) [regress/test-exec.sh] Do not prepend an extra "/" to a fully-
   qualified sshd pathname since some systems (eg Cygwin) may consider "/foo"
   and "//foo" to be different.  Spotted by vinschen at redhat.com.

18 years ago - (dtucker) [configure.ac defines.h includes.h sftp.c] Add support for
dtucker [Mon, 22 Aug 2005 22:06:55 +0000 (22:06 +0000)] 
 - (dtucker) [configure.ac defines.h includes.h sftp.c] Add support for
   LynxOS, patch from Olli Savia (ops at iki.fi).  ok djm@

18 years ago - (djm) [ttymodes.c] bugzilla #1054: Fix encoding of _POSIX_VDISABLE,
djm [Tue, 16 Aug 2005 11:32:09 +0000 (11:32 +0000)] 
 - (djm) [ttymodes.c] bugzilla #1054: Fix encoding of _POSIX_VDISABLE,
   from Jacob Nevins; ok dtucker@

18 years ago - (tim) [configure.ac] corrections to libedit tests. Report and patches
tim [Tue, 16 Aug 2005 00:48:40 +0000 (00:48 +0000)] 
 - (tim) [configure.ac] corrections to libedit tests. Report and patches
   by skeleten AT shillest.net

18 years ago - (tim) wrap el_end() in #ifdef USE_LIBEDIT
tim [Mon, 15 Aug 2005 21:52:50 +0000 (21:52 +0000)] 
 - (tim) wrap el_end() in #ifdef USE_LIBEDIT

18 years ago - jaredy@cvs.openbsd.org 2005/08/08 13:22:48
djm [Fri, 12 Aug 2005 12:16:22 +0000 (12:16 +0000)] 
   - jaredy@cvs.openbsd.org 2005/08/08 13:22:48
     [sftp.c]
     sftp prompt enhancements:
     - in non-interactive mode, do not print an empty prompt at the end
       before finishing
     - print newline after EOF in editline mode
     - call el_end() in editline mode
     ok dtucker djm

18 years agooops, that last commit was:
djm [Fri, 12 Aug 2005 12:11:58 +0000 (12:11 +0000)] 
oops, that last commit was:

     Report from Janusz Mucka; ok djm@

18 years ago - dtucker@cvs.openbsd.org 2005/08/06 10:03:12
djm [Fri, 12 Aug 2005 12:11:37 +0000 (12:11 +0000)] 
   - dtucker@cvs.openbsd.org 2005/08/06 10:03:12
     [servconf.c]
     Unbreak sshd ListenAddress for bare IPv6 addresses.

18 years ago - djm@cvs.openbsd.org 2005/07/30 02:03:47
djm [Fri, 12 Aug 2005 12:11:18 +0000 (12:11 +0000)] 
   - djm@cvs.openbsd.org 2005/07/30 02:03:47
     [readconf.c]
     listen_hosts initialisation here too; spotted greg AT y2005.nest.cx

18 years ago - djm@cvs.openbsd.org 2005/07/30 01:26:16
djm [Fri, 12 Aug 2005 12:10:56 +0000 (12:10 +0000)] 
   - djm@cvs.openbsd.org 2005/07/30 01:26:16
     [ssh.c]
     fix -D listen_host initialisation, so it picks up gateway_ports setting
     correctly

18 years ago - markus@cvs.openbsd.org 2005/07/28 17:36:22
djm [Fri, 12 Aug 2005 12:10:28 +0000 (12:10 +0000)] 
   - markus@cvs.openbsd.org 2005/07/28 17:36:22
     [packet.c]
     missing packet_init_compression(); from solar

18 years ago - (dtucker) [LICENCE configure.ac defines.h openbsd-compat/realpath.c]
dtucker [Wed, 10 Aug 2005 11:52:36 +0000 (11:52 +0000)] 
 - (dtucker) [LICENCE configure.ac defines.h openbsd-compat/realpath.c]
   Sync current (thread-safe) version of realpath.c from OpenBSD (which is
   in turn based on FreeBSD's).  ok djm@

18 years ago - (dtucker) [configure.ac] Test libedit library and headers for compatibility.
dtucker [Wed, 10 Aug 2005 10:34:15 +0000 (10:34 +0000)] 
 - (dtucker) [configure.ac] Test libedit library and headers for compatibility.
   Report from skeleten AT shillest.net, ok djm@

18 years ago - (tim) [configure.ac] Allow --with-audit=no. OK dtucker@
tim [Tue, 9 Aug 2005 17:09:53 +0000 (17:09 +0000)] 
 - (tim) [configure.ac] Allow --with-audit=no. OK dtucker@
   Report by skeleten AT shillest.net

18 years ago - (dtucker) [openbsd-compat/fake-rfc2553.h] MAX_INT -> INT_MAX since the
dtucker [Wed, 3 Aug 2005 05:36:21 +0000 (05:36 +0000)] 
 - (dtucker) [openbsd-compat/fake-rfc2553.h] MAX_INT -> INT_MAX since the
   latter is specified in the standard.

18 years ago - (dtucker) [openbsd-compat/fake-rfc2553.h] Check for EAI_* defines
dtucker [Wed, 3 Aug 2005 00:57:15 +0000 (00:57 +0000)] 
 - (dtucker) [openbsd-compat/fake-rfc2553.h] Check for EAI_* defines
   individually and use a value less likely to collide with real values from
   netdb.h.  Fixes compile warnings on FreeBSD 5.3.  ok djm@

18 years ago - (dtucker) [configure.ac] Add a --with-Werror option to configure for
dtucker [Tue, 2 Aug 2005 14:20:15 +0000 (14:20 +0000)] 
 - (dtucker) [configure.ac] Add a --with-Werror option to configure for
   adding -Werror to CFLAGS when all of the configure tests are done. ok djm@

18 years ago - (dtucker) [configure.ac] Enable -Wuninitialized by default when compiling
dtucker [Tue, 2 Aug 2005 07:21:29 +0000 (07:21 +0000)] 
 - (dtucker) [configure.ac] Enable -Wuninitialized by default when compiling
   with gcc.  ok djm@

18 years ago - dtucker@cvs.openbsd.org 2005/07/27 10:39:03
dtucker [Tue, 2 Aug 2005 07:07:07 +0000 (07:07 +0000)] 
   - dtucker@cvs.openbsd.org 2005/07/27 10:39:03
     [scp.c hostfile.c sftp-client.c]
     Silence bogus -Wuninitialized warnings; ok djm@

18 years ago - markus@cvs.openbsd.org 2005/07/25 11:59:40
djm [Tue, 26 Jul 2005 11:54:56 +0000 (11:54 +0000)] 
   - markus@cvs.openbsd.org 2005/07/25 11:59:40
     [kex.c kex.h myproposal.h packet.c packet.h servconf.c session.c]
     [sshconnect2.c sshd.c sshd_config sshd_config.5]
     add a new compression method that delays compression until the user
     has been authenticated successfully and set compression to 'delayed'
     for sshd.
     this breaks older openssh clients (< 3.5) if they insist on
     compression, so you have to re-enable compression in sshd_config.
     ok djm@

18 years ago - (djm) OpenBSD CVS Sync
djm [Tue, 26 Jul 2005 11:54:11 +0000 (11:54 +0000)] 
 - (djm) OpenBSD CVS Sync
   - otto@cvs.openbsd.org 2005/07/19 15:32:26
     [auth-passwd.c]
     auth_usercheck(3) can return NULL, so check for that. Report from
     mpech@. ok markus@

18 years ago - (dtucker) [configure.ac] Update zlib warning message too, pointed out by
dtucker [Tue, 26 Jul 2005 02:00:42 +0000 (02:00 +0000)] 
 - (dtucker) [configure.ac] Update zlib warning message too, pointed out by
   tim@.

18 years ago - (dtucker) [configure.ac] Update zlib version check for CAN-2005-2096.
dtucker [Mon, 25 Jul 2005 05:24:21 +0000 (05:24 +0000)] 
 - (dtucker) [configure.ac] Update zlib version check for CAN-2005-2096.

18 years ago - (djm) [monitor.c monitor_wrap.c] -Wsign-compare for PAM monitor calls
djm [Sun, 17 Jul 2005 07:53:31 +0000 (07:53 +0000)] 
 - (djm) [monitor.c monitor_wrap.c] -Wsign-compare for PAM monitor calls

18 years ago -(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c]
djm [Sun, 17 Jul 2005 07:26:43 +0000 (07:26 +0000)] 
 -(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c]
  [ssh-rand-helper.c] fix portable 2nd level indents at 4 spaces too

18 years ago - djm@cvs.openbsd.org 2005/07/17 07:17:55
djm [Sun, 17 Jul 2005 07:22:45 +0000 (07:22 +0000)] 
   - djm@cvs.openbsd.org 2005/07/17 07:17:55
     [auth-rh-rsa.c auth-rhosts.c auth2-chall.c auth2-gss.c channels.c]
     [cipher-ctr.c gss-genr.c gss-serv.c kex.c moduli.c readconf.c]
     [serverloop.c session.c sftp-client.c sftp.c ssh-add.c ssh-keygen.c]
     [sshconnect.c sshconnect2.c]
     knf says that a 2nd level indent is four (not three or five) spaces

18 years ago - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
djm [Sun, 17 Jul 2005 07:19:24 +0000 (07:19 +0000)] 
 - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
   - djm@cvs.openbsd.org 2005/07/17 06:49:04
     [channels.c channels.h session.c session.h]
     Fix a number of X11 forwarding channel leaks:
     1. Refuse multiple X11 forwarding requests on the same session
     2. Clean up all listeners after a single_connection X11 forward, not just
        the one that made the single connection
     3. Destroy X11 listeners when the session owning them goes away
     testing and ok dtucker@

18 years ago - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
djm [Sun, 17 Jul 2005 07:18:49 +0000 (07:18 +0000)] 
 - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line

This page took 0.238428 seconds and 4 git commands to generate.