]> andersk Git - openssh.git/log
openssh.git
17 years ago - stevesk@cvs.openbsd.org 2006/07/10 16:37:36
dtucker [Wed, 12 Jul 2006 12:15:16 +0000 (12:15 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/10 16:37:36
     [readpass.c log.h scp.c fatal.c xmalloc.c includes.h ssh-keyscan.c misc.c
     auth.c packet.c log.c]
     move #include <stdarg.h> out of includes.h; ok markus@

17 years ago - jmc@cvs.openbsd.org 2006/07/10 16:04:21
dtucker [Wed, 12 Jul 2006 12:07:59 +0000 (12:07 +0000)] 
   - jmc@cvs.openbsd.org 2006/07/10 16:04:21
     [sshd.8]
     s/and and/and/

17 years ago - stevesk@cvs.openbsd.org 2006/07/10 16:01:57
dtucker [Wed, 12 Jul 2006 12:07:08 +0000 (12:07 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/10 16:01:57
     [sftp-glob.c sftp-common.h sftp.c]
     buffer.h only needed in sftp-common.h and remove some unneeded
     user includes; ok djm@

17 years ago - (dtucker) [openbsd-compat/port-tun.c] OpenBSD needs <netinet/in.h> before
dtucker [Wed, 12 Jul 2006 09:05:56 +0000 (09:05 +0000)] 
 - (dtucker) [openbsd-compat/port-tun.c] OpenBSD needs <netinet/in.h> before
   <netinet/ip.h>.

17 years ago - (dtucker) [configure.ac] OpenBSD needs <sys/types.h> before <sys/socket.h>
dtucker [Wed, 12 Jul 2006 09:02:56 +0000 (09:02 +0000)] 
 - (dtucker) [configure.ac] OpenBSD needs <sys/types.h> before <sys/socket.h>
   for SHUT_RD.

17 years agorewrap
dtucker [Wed, 12 Jul 2006 09:01:29 +0000 (09:01 +0000)] 
rewrap

17 years ago - (dtucker) [configure.ac defines.h] Only define SHUT_RD (and friends) and O_NONBLOCK
dtucker [Wed, 12 Jul 2006 04:14:31 +0000 (04:14 +0000)] 
 - (dtucker) [configure.ac defines.h] Only define SHUT_RD (and friends) and O_NONBLOCK
   if they're really needed.  Fixes build errors on HP-UX, old Linuxes and probably
   more.

17 years ago - (dtucker) [entropy.c] More fcntl.h, this time on AIX (and probably
dtucker [Tue, 11 Jul 2006 09:01:51 +0000 (09:01 +0000)] 
 - (dtucker) [entropy.c] More fcntl.h, this time on AIX (and probably
   others).

17 years ago - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
dtucker [Tue, 11 Jul 2006 08:55:05 +0000 (08:55 +0000)] 
 - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
   openbsd-compat/daemon.c] Add includes needed by open(2).  Conditionally
   include paths.h.  Fixes build error on Solaris.

17 years ago - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
dtucker [Tue, 11 Jul 2006 08:00:06 +0000 (08:00 +0000)] 
 - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
   openbsd-compat/daemon.c] Add includes needed by open(2).  Conditionally
   include paths.h.  Fixes build error on Solaris.

17 years ago - (dtucker) [openbsd-compat/openbsd-compat.h] Need to include <sys/socket.h>
dtucker [Mon, 10 Jul 2006 14:20:51 +0000 (14:20 +0000)] 
 - (dtucker) [openbsd-compat/openbsd-compat.h] Need to include <sys/socket.h>
   for struct sockaddr on platforms that use the fake-rfc stuff.

17 years ago - dtucker@cvs.openbsd.org 2006/07/10 12:46:51
dtucker [Mon, 10 Jul 2006 13:04:19 +0000 (13:04 +0000)] 
   - dtucker@cvs.openbsd.org 2006/07/10 12:46:51
     [misc.c misc.h sshd.8 sshconnect.c]
     Add port identifier to known_hosts for non-default ports, based originally
     on a patch from Devin Nate in bz#910.
     For any connection using the default port or using a HostKeyAlias the
     format is unchanged, otherwise the host name or address is enclosed
     within square brackets in the same format as sshd's ListenAddress.
     Tested by many, ok markus@.

17 years ago - djm@cvs.openbsd.org 2006/07/10 12:08:08
djm [Mon, 10 Jul 2006 12:21:02 +0000 (12:21 +0000)] 
   - djm@cvs.openbsd.org 2006/07/10 12:08:08
     [channels.c]
     fix misparsing of SOCKS 5 packets that could result in a crash;
     reported by mk@ ok markus@

17 years ago - djm@cvs.openbsd.org 2006/07/10 12:03:20
djm [Mon, 10 Jul 2006 12:19:53 +0000 (12:19 +0000)] 
   - djm@cvs.openbsd.org 2006/07/10 12:03:20
     [scp.c]
     duplicate argv at the start of main() because it gets modified later;
     pointed out by deraadt@ ok markus@

17 years ago - (djm) [loginrec.c ssh-rand-helper.c sshd.c openbsd-compat/glob.c]
djm [Mon, 10 Jul 2006 11:33:04 +0000 (11:33 +0000)] 
 - (djm) [loginrec.c ssh-rand-helper.c sshd.c openbsd-compat/glob.c]
   [openbsd-compat/mktemp.c openbsd-compat/openbsd-compat.h]
   [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c]
   [openbsd-compat/xcrypt.c] Fix includes.h fallout, mainly fcntl.h

17 years ago - djm@cvs.openbsd.org 2006/07/10 11:25:53
djm [Mon, 10 Jul 2006 11:31:27 +0000 (11:31 +0000)] 
   - djm@cvs.openbsd.org 2006/07/10 11:25:53
     [sftp-server.c]
     don't log variables that aren't yet set

17 years ago - djm@cvs.openbsd.org 2006/07/10 11:24:54
djm [Mon, 10 Jul 2006 11:31:00 +0000 (11:31 +0000)] 
   - djm@cvs.openbsd.org 2006/07/10 11:24:54
     [sftp-server.c]
     remove optind - it isn't used here

17 years ago - stevesk@cvs.openbsd.org 2006/07/09 15:27:59
djm [Mon, 10 Jul 2006 11:14:00 +0000 (11:14 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/09 15:27:59
     [ssh-add.c]
     use O_RDONLY vs. 0 in open(); no binary change

17 years ago - stevesk@cvs.openbsd.org 2006/07/09 15:15:11
djm [Mon, 10 Jul 2006 11:13:46 +0000 (11:13 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/09 15:15:11
     [auth2-none.c authfd.c authfile.c includes.h misc.c monitor.c]
     [readpass.c scp.c serverloop.c sftp-client.c sftp-server.c]
     [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c]
     [sshlogin.c sshpty.c]
     move #include <fcntl.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/08 23:30:06
djm [Mon, 10 Jul 2006 11:09:22 +0000 (11:09 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/08 23:30:06
     [log.c]
     move user includes after /usr/include files

17 years ago - stevesk@cvs.openbsd.org 2006/07/08 21:48:53
djm [Mon, 10 Jul 2006 11:08:34 +0000 (11:08 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/08 21:48:53
     [monitor.c session.c]
     missed these from last commit:
     move #include <sys/socket.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/08 21:47:12
djm [Mon, 10 Jul 2006 11:08:03 +0000 (11:08 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/08 21:47:12
     [authfd.c canohost.c clientloop.c dns.c dns.h includes.h]
     [monitor_fdpass.c nchan.c packet.c servconf.c sftp.c ssh-agent.c]
     [ssh-keyscan.c ssh.c sshconnect.h sshd.c sshlogin.h]
     move #include <sys/socket.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/06 17:36:37
djm [Mon, 10 Jul 2006 10:53:45 +0000 (10:53 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/06 17:36:37
     [monitor_wrap.h]
     typo in comment

17 years ago - stevesk@cvs.openbsd.org 2006/07/06 16:22:39
djm [Mon, 10 Jul 2006 10:53:31 +0000 (10:53 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/06 16:22:39
     [ssh-keygen.c]
     move #include "dns.h" up

17 years ago - stevesk@cvs.openbsd.org 2006/07/06 16:03:53
djm [Mon, 10 Jul 2006 10:53:08 +0000 (10:53 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/06 16:03:53
     [auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c]
     [auth-rhosts.c auth-rsa.c auth.c auth.h auth2-hostbased.c]
     [auth2-pubkey.c auth2.c includes.h misc.c misc.h monitor.c]
     [monitor_wrap.c monitor_wrap.h scp.c serverloop.c session.c]
     [session.h sftp-common.c ssh-add.c ssh-keygen.c ssh-keysign.c]
     [ssh.c sshconnect.c sshconnect.h sshd.c sshpty.c sshpty.h uidswap.c]
     [uidswap.h]
     move #include <pwd.h> out of includes.h; ok markus@

17 years ago - djm@cvs.openbsd.org 2006/07/06 10:47:57
djm [Mon, 10 Jul 2006 10:46:55 +0000 (10:46 +0000)] 
   - djm@cvs.openbsd.org 2006/07/06 10:47:57
     [sftp-server.8 sftp-server.c]
     add commandline options to enable logging of transactions; ok markus@

17 years ago - djm@cvs.openbsd.org 2006/07/06 10:47:05
djm [Mon, 10 Jul 2006 10:36:47 +0000 (10:36 +0000)] 
   - djm@cvs.openbsd.org 2006/07/06 10:47:05
     [servconf.c servconf.h session.c sshd_config.5]
     support arguments to Subsystem commands; ok markus@

17 years ago - stevesk@cvs.openbsd.org 2006/07/05 02:42:09
djm [Mon, 10 Jul 2006 10:35:38 +0000 (10:35 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/05 02:42:09
     [canohost.c hostfile.c includes.h misc.c packet.c readconf.c]
     [serverloop.c sshconnect.c uuencode.c]
     move #include <netinet/in.h> out of includes.h; ok deraadt@
     (also ssh-rand-helper.c logintest.c loginrec.c)

17 years ago - stevesk@cvs.openbsd.org 2006/07/03 17:59:32
djm [Mon, 10 Jul 2006 10:26:27 +0000 (10:26 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/03 17:59:32
     [channels.c includes.h]
     move #include <arpa/inet.h> out of includes.h; old ok djm@
     (portable needed session.c too)

17 years ago - stevesk@cvs.openbsd.org 2006/07/03 08:54:20
djm [Mon, 10 Jul 2006 10:23:39 +0000 (10:23 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/03 08:54:20
     [includes.h ssh.c sshconnect.c sshd.c]
     move #include "version.h" out of includes.h; ok markus@

17 years ago - stevesk@cvs.openbsd.org 2006/07/02 23:01:55
djm [Mon, 10 Jul 2006 10:20:52 +0000 (10:20 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/02 23:01:55
     [clientloop.c ssh.1]
     use -KR[bind_address:]port here; ok djm@

17 years ago - stevesk@cvs.openbsd.org 2006/07/02 22:45:59
djm [Mon, 10 Jul 2006 10:20:33 +0000 (10:20 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/02 22:45:59
     [groupaccess.c groupaccess.h includes.h session.c sftp-common.c sshpty.c]
     move #include <grp.h> out of includes.h
     (portable needed uidswap.c too)

17 years ago - stevesk@cvs.openbsd.org 2006/07/02 18:36:47
djm [Mon, 10 Jul 2006 10:17:55 +0000 (10:17 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/02 18:36:47
     [gss-serv-krb5.c gss-serv.c]
     no "servconf.h" needed here
     (gss-serv-krb5.c change not applied, portable needs the server options)

17 years ago - stevesk@cvs.openbsd.org 2006/07/02 17:12:58
djm [Mon, 10 Jul 2006 10:16:27 +0000 (10:16 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/02 17:12:58
     [ssh.1 ssh.c ssh_config.5 sshd_config.5]
     more details and clarity for tun(4) device forwarding; ok and help
     jmc@

17 years ago - djm@cvs.openbsd.org 2006/06/26 10:36:15
djm [Mon, 10 Jul 2006 10:16:12 +0000 (10:16 +0000)] 
   - djm@cvs.openbsd.org 2006/06/26 10:36:15
     [clientloop.c]
     mention optional bind_address in runtime port forwarding setup
     command-line help. patch from santhi.amirta AT gmail.com

17 years ago - OpenBSD CVS Sync
djm [Mon, 10 Jul 2006 10:15:56 +0000 (10:15 +0000)] 
 - OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2006/06/14 10:50:42
     [sshconnect.c]
     limit the number of pre-banner characters we will accept; ok markus@

17 years ago - (dtucker) [INSTALL] New autoconf version: 2.60.
dtucker [Mon, 10 Jul 2006 02:55:24 +0000 (02:55 +0000)] 
 - (dtucker) [INSTALL] New autoconf version: 2.60.

17 years ago - (dtucker) [INSTALL] A bit more info on autoconf.
dtucker [Thu, 6 Jul 2006 09:12:08 +0000 (09:12 +0000)] 
 - (dtucker) [INSTALL] A bit more info on autoconf.

17 years ago - (dtucker) [configure.ac] Try AIX blibpath test in different order when
dtucker [Thu, 6 Jul 2006 01:56:25 +0000 (01:56 +0000)] 
 - (dtucker) [configure.ac] Try AIX blibpath test in different order when
   compiling with gcc.  gcc 4.1.x will accept (but ignore) -b flags so
   configure would not select the correct libpath linker flags.

17 years agowhitespace
djm [Wed, 5 Jul 2006 12:48:07 +0000 (12:48 +0000)] 
whitespace

17 years agowhitespace
djm [Wed, 5 Jul 2006 12:47:21 +0000 (12:47 +0000)] 
whitespace

17 years ago - (dtucker) [ssh-rand-helper.c] Don't exit if mkdir fails because the
dtucker [Wed, 5 Jul 2006 11:35:48 +0000 (11:35 +0000)] 
 - (dtucker) [ssh-rand-helper.c] Don't exit if mkdir fails because the
   target already exists.

17 years ago - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which
dtucker [Fri, 30 Jun 2006 06:20:58 +0000 (06:20 +0000)] 
 - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which
   version.

17 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it,
dtucker [Fri, 30 Jun 2006 01:47:49 +0000 (01:47 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it,
   prevents warnings on platforms where _res is in the system headers.

17 years ago - (dtucker) [openbsd-compat/openbsd-compat.h] SNPRINTF_CONST for snprintf
dtucker [Fri, 30 Jun 2006 00:51:32 +0000 (00:51 +0000)] 
 - (dtucker) [openbsd-compat/openbsd-compat.h] SNPRINTF_CONST for snprintf
   declaration too.  Patch from russ at sludge.net.

17 years ago - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
dtucker [Tue, 27 Jun 2006 01:20:28 +0000 (01:20 +0000)] 
 - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
   with autoconf 2.60.  Patch from vapier at gentoo.org.

17 years ago - (dtucker) [channels.c serverloop.c] Apply the bug #1102 workaround to ptys
dtucker [Sat, 24 Jun 2006 22:25:25 +0000 (22:25 +0000)] 
 - (dtucker) [channels.c serverloop.c] Apply the bug #1102 workaround to ptys
   only, otherwise sshd can hang exiting non-interactive sessions.

17 years ago - (dtucker) [serverloop.c] Get ifdef/ifndef the right way around for the bug
dtucker [Sat, 24 Jun 2006 06:58:45 +0000 (06:58 +0000)] 
 - (dtucker) [serverloop.c] Get ifdef/ifndef the right way around for the bug
   #1102 workaround.

17 years ago - (dtucker) [configure.ac] Bug #1193: Define PASSWD_NEEDS_USERNAME on Solaris.
dtucker [Sat, 24 Jun 2006 02:10:07 +0000 (02:10 +0000)] 
 - (dtucker) [configure.ac] Bug #1193: Define PASSWD_NEEDS_USERNAME on Solaris.
   Works around limitation in Solaris' passwd program for changing passwords
   where the username is longer than 8 characters.  ok djm@

17 years ago - (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIX
dtucker [Fri, 23 Jun 2006 11:24:12 +0000 (11:24 +0000)] 
 - (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIX
   4.3.3 ML3 or so, the AIX pty layer starting passing zero-length writes
   on the pty slave as zero-length reads on the pty master, which sshd
   interprets as the descriptor closing.  Since most things don't do zero
   length writes this rarely matters, but occasionally it happens, and when
   it does the SSH pty session appears to hang, so we add a special case for
   this condition.  ok djm@

17 years ago - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add
dtucker [Fri, 23 Jun 2006 11:05:12 +0000 (11:05 +0000)] 
 - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add
   tunnel support for Mac OS X/Darwin via a third-party tun driver.  Patch
   from reyk@, tested by anil@

17 years ago - (djm) [getput.h] This file has been replaced by functions in misc.c
djm [Tue, 13 Jun 2006 03:15:54 +0000 (03:15 +0000)] 
 - (djm) [getput.h] This file has been replaced by functions in misc.c

17 years ago - djm@cvs.openbsd.org 2006/06/13 01:18:36
djm [Tue, 13 Jun 2006 03:10:18 +0000 (03:10 +0000)] 
   - djm@cvs.openbsd.org 2006/06/13 01:18:36
     [ssh-agent.c]
     always use a format string, even when printing a constant
   - djm@cvs.openbsd.org 2006/06/13 02:17:07
     [ssh-agent.c]
     revert; i am on drugs. spotted by alexander AT beard.se

17 years ago - markus@cvs.openbsd.org 2006/06/08 14:45:49
djm [Tue, 13 Jun 2006 03:10:00 +0000 (03:10 +0000)] 
   - markus@cvs.openbsd.org 2006/06/08 14:45:49
     [readpass.c sshconnect.c sshconnect2.c uidswap.c uidswap.h]
     do not set the gid, noted by solar; ok djm

17 years ago - markus@cvs.openbsd.org 2006/06/06 10:20:20
djm [Tue, 13 Jun 2006 03:05:15 +0000 (03:05 +0000)] 
   - markus@cvs.openbsd.org 2006/06/06 10:20:20
     [readpass.c sshconnect.c sshconnect.h sshconnect2.c uidswap.c]
     replace remaining setuid() calls with permanently_set_uid() and
     check seteuid() return values; report Marcus Meissner; ok dtucker djm

17 years ago - markus@cvs.openbsd.org 2006/06/01 09:21:48
djm [Tue, 13 Jun 2006 03:03:53 +0000 (03:03 +0000)] 
   - markus@cvs.openbsd.org 2006/06/01 09:21:48
     [sshd.c]
     call get_remote_ipaddr() early; fixes logging after client disconnects;
     report mpf@; ok dtucker@

17 years ago - mk@cvs.openbsd.org 2006/05/30 11:46:38
djm [Tue, 13 Jun 2006 03:03:34 +0000 (03:03 +0000)] 
   - mk@cvs.openbsd.org 2006/05/30 11:46:38
     [ssh-add.c]
     Sync usage() with man page and reality.
     ok deraadt dtucker

17 years ago - jmc@cvs.openbsd.org 2006/05/29 16:13:23
djm [Tue, 13 Jun 2006 03:03:16 +0000 (03:03 +0000)] 
   - jmc@cvs.openbsd.org 2006/05/29 16:13:23
     [ssh.1]
     add GSSAPI to the list of authentication methods supported;

17 years ago - jmc@cvs.openbsd.org 2006/05/29 16:10:03
djm [Tue, 13 Jun 2006 03:01:41 +0000 (03:01 +0000)] 
   - jmc@cvs.openbsd.org 2006/05/29 16:10:03
     [ssh_config.5]
     oops - previous was too long; split the list of auths up

17 years ago - dtucker@cvs.openbsd.org 2006/05/29 12:56:33
djm [Tue, 13 Jun 2006 03:01:09 +0000 (03:01 +0000)] 
   - dtucker@cvs.openbsd.org 2006/05/29 12:56:33
     [ssh_config]
     Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample
     ssh_config.  ok markus@

17 years ago - dtucker@cvs.openbsd.org 2006/05/29 12:54:08
djm [Tue, 13 Jun 2006 03:00:55 +0000 (03:00 +0000)] 
   - dtucker@cvs.openbsd.org 2006/05/29 12:54:08
     [ssh_config.5]
     Add gssapi-with-mic to PreferredAuthentications default list; ok jmc

17 years ago - miod@cvs.openbsd.org 2006/05/18 21:27:25
djm [Tue, 13 Jun 2006 03:00:41 +0000 (03:00 +0000)] 
   - miod@cvs.openbsd.org 2006/05/18 21:27:25
     [kexdhc.c kexgexc.c]
     paramter -> parameter

17 years ago - markus@cvs.openbsd.org 2006/05/17 12:43:34
djm [Tue, 13 Jun 2006 03:00:25 +0000 (03:00 +0000)] 
   - markus@cvs.openbsd.org 2006/05/17 12:43:34
     [scp.c sftp.c ssh-agent.c ssh-keygen.c sshconnect.c]
     fix leak; coverity via Kylene Jo Hall

17 years ago - markus@cvs.openbsd.org 2006/05/16 09:00:00
djm [Tue, 13 Jun 2006 03:00:09 +0000 (03:00 +0000)] 
   - markus@cvs.openbsd.org 2006/05/16 09:00:00
     [clientloop.c]
     missing free; from Kylene Hall

17 years ago - djm@cvs.openbsd.org 2006/05/08 10:49:48
djm [Tue, 13 Jun 2006 02:59:53 +0000 (02:59 +0000)] 
   - djm@cvs.openbsd.org 2006/05/08 10:49:48
     [sshconnect2.c]
     uint32_t -> u_int32_t (which we use everywhere else)
     (Id sync only - portable already had this)

18 years ago - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
dtucker [Sun, 21 May 2006 08:26:40 +0000 (08:26 +0000)] 
 - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
   and slave, we can remove the special-case handling in the audit hook in
   auth_log.

18 years ago - (dtucker) [ssh-rand-helper.c] Check return code of mkdir and fix file
dtucker [Wed, 17 May 2006 12:24:56 +0000 (12:24 +0000)] 
 - (dtucker) [ssh-rand-helper.c] Check return code of mkdir and fix file
   pointer leak.  From kjhall at us.ibm.com, found by coverity.

18 years agotypo
dtucker [Mon, 15 May 2006 07:24:25 +0000 (07:24 +0000)] 
typo

18 years ago - (dtucker) [auth-pam.c] Bug #1188: pass result of do_pam_account back and
dtucker [Mon, 15 May 2006 07:22:33 +0000 (07:22 +0000)] 
 - (dtucker) [auth-pam.c] Bug #1188: pass result of do_pam_account back and
   do not allow kbdint again after the PAM account check fails.  ok djm@

18 years ago - (dtucker) [defines.h] Find a value for IOV_MAX or use a conservative
dtucker [Mon, 15 May 2006 07:17:29 +0000 (07:17 +0000)] 
 - (dtucker) [defines.h] Find a value for IOV_MAX or use a conservative
   default.  Patch originally from tim@, ok djm

18 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Use _compat_res instead of
dtucker [Mon, 15 May 2006 07:15:56 +0000 (07:15 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Use _compat_res instead of
   _res, prevents problems on some platforms that have _res as a global but
   don't have getrrsetbyname(), eg IRIX 5.3.  Found and tested by
   georg.schwarz at freenet.de, ok djm@.

18 years ago - dtucker@cvs.openbsd.org 2006/05/06 08:35:40
dtucker [Sat, 6 May 2006 08:40:53 +0000 (08:40 +0000)] 
   - dtucker@cvs.openbsd.org 2006/05/06 08:35:40
     [auth-krb5.c]
     Add $OpenBSD$ in comment here too

18 years ago - djm@cvs.openbsd.org 2006/04/01 05:37:46
dtucker [Sat, 6 May 2006 07:48:48 +0000 (07:48 +0000)] 
   - djm@cvs.openbsd.org 2006/04/01 05:37:46
     [OVERVIEW]
     $OpenBSD$ in here too

18 years ago - djm@cvs.openbsd.org 2006/05/04 14:55:23
dtucker [Sat, 6 May 2006 07:43:33 +0000 (07:43 +0000)] 
   - djm@cvs.openbsd.org 2006/05/04 14:55:23
     [dh.c]
     tighter DH exponent checks here too; feedback and ok markus@

18 years ago - dtucker@cvs.openbsd.org 2006/04/25 08:02:27
dtucker [Sat, 6 May 2006 07:41:51 +0000 (07:41 +0000)] 
   - dtucker@cvs.openbsd.org 2006/04/25 08:02:27
     [authfile.c authfile.h sshconnect2.c ssh.c sshconnect1.c]
     Prevent ssh from trying to open private keys with bad permissions more than
     once or prompting for their passphrases (which it subsequently ignores
     anyway), similar to a previous change in ssh-add.  bz #1186, ok djm@

18 years ago - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c
dtucker [Thu, 4 May 2006 06:24:34 +0000 (06:24 +0000)] 
 - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c
   session.c ssh-rand-helper.c sshd.c openbsd-compat/bsd-cygwin_util.c
   openbsd-compat/setproctitle.c] Convert malloc(foo*bar) -> calloc(foo,bar)
   in Portable-only code; since calloc zeros, remove now-redundant memsets.
   Also add a couple of sanity checks.  With & ok djm@

18 years ago - (dtucker) [packet.c] Remove in_systm.h since it's also in includes.h
dtucker [Wed, 3 May 2006 09:01:09 +0000 (09:01 +0000)] 
 - (dtucker) [packet.c] Remove in_systm.h since it's also in includes.h
   and double including it on IRIX 5.3 causes problems.  From Georg Schwarz,
   "no objections" tim@

18 years agomissing file
djm [Sun, 23 Apr 2006 02:31:27 +0000 (02:31 +0000)] 
missing file

18 years ago - (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
djm [Sun, 23 Apr 2006 02:28:53 +0000 (02:28 +0000)] 
 - (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
   sig_atomic_t

18 years ago - dtucker@cvs.openbsd.org 2006/04/18 10:44:28
djm [Sun, 23 Apr 2006 02:15:08 +0000 (02:15 +0000)] 
   - dtucker@cvs.openbsd.org 2006/04/18 10:44:28
     [bufaux.c bufbn.c Makefile.in]
     Move Buffer bignum functions into their own file, bufbn.c. This means
     that sftp and sftp-server (which use the Buffer functions in bufaux.c
     but not the bignum ones) no longer need to be linked with libcrypto.
     ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/04/22 18:29:33
djm [Sun, 23 Apr 2006 02:12:24 +0000 (02:12 +0000)] 
   - stevesk@cvs.openbsd.org 2006/04/22 18:29:33
     [crc32.c]
     remove extra spaces

18 years ago - djm@cvs.openbsd.org 2006/04/22 04:06:51
djm [Sun, 23 Apr 2006 02:11:57 +0000 (02:11 +0000)] 
   - djm@cvs.openbsd.org 2006/04/22 04:06:51
     [uidswap.c]
     use setres[ug]id() to permanently revoke privileges; ok deraadt@
     (ID Sync only - portable already uses setres[ug]id() whenever possible)

18 years ago - djm@cvs.openbsd.org 2006/04/20 21:53:44
djm [Sun, 23 Apr 2006 02:10:49 +0000 (02:10 +0000)] 
   - djm@cvs.openbsd.org 2006/04/20 21:53:44
     [includes.h session.c sftp.c]
     Switch from using pipes to socketpairs for communication between
     sftp/scp and ssh, and between sshd and its subprocesses. This saves
     a file descriptor per session and apparently makes userland ppp over
     ssh work; ok markus@ deraadt@ (ID Sync only - portable makes this
     decision on a per-platform basis)

18 years ago - markus@cvs.openbsd.org 2006/04/20 09:47:59
djm [Sun, 23 Apr 2006 02:08:59 +0000 (02:08 +0000)] 
   - markus@cvs.openbsd.org 2006/04/20 09:47:59
     [sshconnect.c]
     simplify; ok djm@

18 years ago - djm@cvs.openbsd.org 2006/04/20 09:27:09
djm [Sun, 23 Apr 2006 02:08:37 +0000 (02:08 +0000)] 
   - djm@cvs.openbsd.org 2006/04/20 09:27:09
     [auth.h clientloop.c dispatch.c dispatch.h kex.h]
     replace the last non-sig_atomic_t flag used in a signal handler with a
     sig_atomic_t, unfortunately with some knock-on effects in other (non-
     signal) contexts in which it is used; ok markus@

18 years ago - dtucker@cvs.openbsd.org 2006/04/18 10:44:28
djm [Sun, 23 Apr 2006 02:08:19 +0000 (02:08 +0000)] 
   - dtucker@cvs.openbsd.org 2006/04/18 10:44:28
     [bufaux.c bufbn.c]
     Move Buffer bignum functions into their own file, bufbn.c. This means
     that sftp and sftp-server (which use the Buffer functions in bufaux.c
     but not the bignum ones) no longer need to be linked with libcrypto.
     ok markus@

18 years ago - djm@cvs.openbsd.org 2006/04/16 07:59:00
djm [Sun, 23 Apr 2006 02:06:49 +0000 (02:06 +0000)] 
   - djm@cvs.openbsd.org 2006/04/16 07:59:00
     [atomicio.c]
     reorder sanity test so that it cannot dereference past the end of the
     iov array; well spotted canacar@!

18 years ago - djm@cvs.openbsd.org 2006/04/16 00:54:10
djm [Sun, 23 Apr 2006 02:06:35 +0000 (02:06 +0000)] 
   - djm@cvs.openbsd.org 2006/04/16 00:54:10
     [sftp-client.c]
     avoid making a tiny 4-byte write to send the packet length of sftp
     commands, which would result in a separate tiny packet on the wire by
     using atomiciov(writev, ...) to write the length and the command in one
     pass; ok deraadt@

18 years ago - djm@cvs.openbsd.org 2006/04/16 00:52:55
djm [Sun, 23 Apr 2006 02:06:20 +0000 (02:06 +0000)] 
   - djm@cvs.openbsd.org 2006/04/16 00:52:55
     [atomicio.c atomicio.h]
     introduce atomiciov() function that wraps readv/writev to retry
     interrupted transfers like atomicio() does for read/write;
     feedback deraadt@ dtucker@ stevesk@ ok deraadt@

18 years ago - djm@cvs.openbsd.org 2006/04/16 00:48:52
djm [Sun, 23 Apr 2006 02:06:03 +0000 (02:06 +0000)] 
   - djm@cvs.openbsd.org 2006/04/16 00:48:52
     [buffer.c buffer.h channels.c]
     Fix condition where we could exit with a fatal error when an input
     buffer became too large and the remote end had advertised a big window.
     The problem was a mismatch in the backoff math between the channels code
     and the buffer code, so make a buffer_check_alloc() function that the
     channels code can use to propsectivly check whether an incremental
     allocation will succeed.  bz #1131, debugged with the assistance of
     cove AT wildpackets.com; ok dtucker@ deraadt@

18 years ago - djm@cvs.openbsd.org 2006/04/03 07:10:38
djm [Sun, 23 Apr 2006 02:05:46 +0000 (02:05 +0000)] 
   - djm@cvs.openbsd.org 2006/04/03 07:10:38
     [gss-genr.c]
     GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066
     by dleonard AT vintela.com. use xasprintf() to simplify code while in
     there; "looks right" deraadt@

18 years ago - dtucker@cvs.openbsd.org 2006/04/02 08:34:52
djm [Sun, 23 Apr 2006 02:05:32 +0000 (02:05 +0000)] 
   - dtucker@cvs.openbsd.org 2006/04/02 08:34:52
     [ssh-keysign.c]
     sessionid can be 32 bytes now too when sha256 kex is used; ok djm@

18 years ago - djm@cvs.openbsd.org 2006/04/01 05:51:34
djm [Sun, 23 Apr 2006 02:05:16 +0000 (02:05 +0000)] 
   - djm@cvs.openbsd.org 2006/04/01 05:51:34
     [atomicio.c]
     ANSIfy; requested deraadt@

18 years ago - djm@cvs.openbsd.org 2006/04/01 05:50:29
djm [Sun, 23 Apr 2006 02:04:46 +0000 (02:04 +0000)] 
   - djm@cvs.openbsd.org 2006/04/01 05:50:29
     [scp.c]
     xasprintification; ok deraadt@

18 years ago - (djm) OpenBSD CVS Sync
djm [Sun, 23 Apr 2006 02:04:27 +0000 (02:04 +0000)] 
 - (djm) OpenBSD CVS Sync
   - deraadt@cvs.openbsd.org 2006/04/01 05:42:20
     [scp.c]
     minimal lint cleanup (unused crud, and some size_t); ok djm

18 years ago - (djm) [Makefile.in configure.ac session.c sshpty.c]
djm [Sat, 22 Apr 2006 11:26:08 +0000 (11:26 +0000)] 
 - (djm) [Makefile.in configure.ac session.c sshpty.c]
   [contrib/redhat/sshd.init openbsd-compat/Makefile.in]
   [openbsd-compat/openbsd-compat.h openbsd-compat/port-linux.c]
   [openbsd-compat/port-linux.h] Add support for SELinux, setting
   the execution and TTY contexts. based on patch from Daniel Walsh,
   bz #880; ok dtucker@

18 years ago - (djm) Reorder IP options check so that it isn't broken by
djm [Tue, 18 Apr 2006 05:13:16 +0000 (05:13 +0000)] 
 - (djm) Reorder IP options check so that it isn't broken by
   mapped addresses; bz #1179 reported by markw wtech-llc.com;
   ok dtucker@

18 years ago - djm@cvs.openbsd.org 2006/03/31 09:13:56
djm [Fri, 31 Mar 2006 12:14:57 +0000 (12:14 +0000)] 
   - djm@cvs.openbsd.org 2006/03/31 09:13:56
     [ssh_config.5]
     remote user escape is %r not %h; spotted by jmc@

18 years ago - jmc@cvs.openbsd.org 2006/03/31 09:09:30
djm [Fri, 31 Mar 2006 12:14:41 +0000 (12:14 +0000)] 
   - jmc@cvs.openbsd.org 2006/03/31 09:09:30
     [ssh_config.5]
     kill trailing whitespace;

18 years ago - dtucker@cvs.openbsd.org 2006/03/30 11:40:21
djm [Fri, 31 Mar 2006 12:14:23 +0000 (12:14 +0000)] 
   - dtucker@cvs.openbsd.org 2006/03/30 11:40:21
     [auth.c monitor.c]
     Prevent duplicate log messages when privsep=yes; ok djm@

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