]> andersk Git - openssh.git/log
openssh.git
18 years ago - djm@cvs.openbsd.org 2006/03/07 09:07:40
djm [Wed, 15 Mar 2006 01:08:28 +0000 (01:08 +0000)] 
   - djm@cvs.openbsd.org 2006/03/07 09:07:40
     [kex.c kex.h monitor.c myproposal.h ssh-keyscan.c sshconnect2.c sshd.c]
     Implement the diffie-hellman-group-exchange-sha256 key exchange method
     using the SHA256 code in libc (and wrapper to make it into an OpenSSL
     EVP), interop tested against CVS PuTTY
     NB. no portability bits committed yet

18 years ago - markus@cvs.openbsd.org 2006/03/14 16:32:48
djm [Wed, 15 Mar 2006 01:06:55 +0000 (01:06 +0000)] 
   - markus@cvs.openbsd.org 2006/03/14 16:32:48
     [ssh_config.5 sshd_config.5]
     *AliveCountMax applies to protcol v2 only; ok dtucker, djm

18 years ago - djm@cvs.openbsd.org 2006/03/14 00:15:39
djm [Wed, 15 Mar 2006 01:06:41 +0000 (01:06 +0000)] 
   - djm@cvs.openbsd.org 2006/03/14 00:15:39
     [canohost.c]
     log the originating address and not just the name when a reverse
     mapping check fails, requested by linux AT linuon.com

18 years ago - dtucker@cvs.openbsd.org 2006/03/13 10:26:52
djm [Wed, 15 Mar 2006 01:06:23 +0000 (01:06 +0000)] 
   - dtucker@cvs.openbsd.org 2006/03/13 10:26:52
     [authfile.c authfile.h ssh-add.c]
     Make ssh-add check file permissions before attempting to load private
     key files multiple times; it will fail anyway and this prevents confusing
     multiple prompts and warnings.  mindrot #1138, ok djm@

18 years ago - dtucker@cvs.openbsd.org 2006/03/13 10:14:29
djm [Wed, 15 Mar 2006 01:05:59 +0000 (01:05 +0000)] 
   - dtucker@cvs.openbsd.org 2006/03/13 10:14:29
     [misc.c ssh_config.5 sshd_config.5]
     Allow config directives to contain whitespace by surrounding them by double
     quotes.  mindrot #482, man page help from jmc@, ok djm@

18 years ago - dtucker@cvs.openbsd.org 2006/03/13 08:43:16
djm [Wed, 15 Mar 2006 01:05:40 +0000 (01:05 +0000)] 
   - dtucker@cvs.openbsd.org 2006/03/13 08:43:16
     [ssh-keygen.c]
     Make ssh-keygen handle CR and CRLF line termination when converting IETF
     format keys, in adition to vanilla LF.  mindrot #1157, tested by Chris
     Pepper, ok djm@

18 years ago - dtucker@cvs.openbsd.org 2006/03/13 08:33:00
djm [Wed, 15 Mar 2006 01:05:22 +0000 (01:05 +0000)] 
   - dtucker@cvs.openbsd.org 2006/03/13 08:33:00
     [packet.c]
     Set TCP_NODELAY for all connections not just "interactive" ones.  Fixes
     poor performance and protocol stalls under some network conditions (mindrot
     bugs #556 and #981). Patch originally from markus@, ok djm@

18 years ago - djm@cvs.openbsd.org 2006/03/13 08:16:00
djm [Wed, 15 Mar 2006 01:04:36 +0000 (01:04 +0000)] 
   - djm@cvs.openbsd.org 2006/03/13 08:16:00
     [sshd.c]
     don't log that we are listening on a socket before the listen() call
     actually succeeds, bz #1162 reported by Senthil Kumar; ok dtucker@

18 years ago - djm@cvs.openbsd.org 2006/03/12 04:23:07
djm [Wed, 15 Mar 2006 01:03:53 +0000 (01:03 +0000)] 
   - djm@cvs.openbsd.org 2006/03/12 04:23:07
     [ssh.c]
     knf nit

18 years ago - djm@cvs.openbsd.org 2006/03/04 04:12:58
djm [Wed, 15 Mar 2006 01:01:34 +0000 (01:01 +0000)] 
   - djm@cvs.openbsd.org 2006/03/04 04:12:58
     [serverloop.c]
     move a debug() outside of a signal handler; ok markus@ a little while back

18 years ago - djm@cvs.openbsd.org 2006/02/28 01:10:21
djm [Wed, 15 Mar 2006 01:01:14 +0000 (01:01 +0000)] 
   - djm@cvs.openbsd.org 2006/02/28 01:10:21
     [session.c]
     fix logout recording when privilege separation is disabled, analysis and
     patch from vinschen at redhat.com; tested by dtucker@ ok deraadt@
     NB. ID sync only - patch already in portable

18 years ago - jmc@cvs.openbsd.org 2006/02/26 18:03:10
djm [Wed, 15 Mar 2006 00:59:39 +0000 (00:59 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/26 18:03:10
     [ssh_config.5]
     comma;

18 years ago - jmc@cvs.openbsd.org 2006/02/26 18:01:13
djm [Wed, 15 Mar 2006 00:59:25 +0000 (00:59 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/26 18:01:13
     [sshd_config.5]
     subsection is pointless here;

18 years ago - jmc@cvs.openbsd.org 2006/02/26 17:17:18
djm [Wed, 15 Mar 2006 00:59:08 +0000 (00:59 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/26 17:17:18
     [ssh_config.5]
     move PATTERNS to the end of the main body; requested by dtucker

18 years ago - jmc@cvs.openbsd.org 2006/02/25 12:28:34
djm [Wed, 15 Mar 2006 00:58:49 +0000 (00:58 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/25 12:28:34
     [sshd_config.5]
     document the order in which allow/deny directives are processed;
     help/ok dtucker

18 years agomissed in commit message:
djm [Wed, 15 Mar 2006 00:58:25 +0000 (00:58 +0000)] 
missed in commit message:

     help/ok dtucker

18 years ago - jmc@cvs.openbsd.org 2006/02/25 12:26:17
djm [Wed, 15 Mar 2006 00:57:55 +0000 (00:57 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/25 12:26:17
     [ssh_config.5]
     document the possible values for KbdInteractiveDevices;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 23:51:17
djm [Wed, 15 Mar 2006 00:57:25 +0000 (00:57 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 23:51:17
     [sshd_config.5]
     oops - bits i missed;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 23:43:57
djm [Wed, 15 Mar 2006 00:56:56 +0000 (00:56 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 23:43:57
     [sshd_config.5]
     some grammar/wording fixes;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 23:20:07
djm [Wed, 15 Mar 2006 00:56:18 +0000 (00:56 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 23:20:07
     [ssh_config.5]
     some grammar/wording fixes;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 20:31:31
djm [Wed, 15 Mar 2006 00:56:03 +0000 (00:56 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 20:31:31
     [ssh.1 ssh_config.5 sshd.8 sshd_config.5]
     more consistency fixes;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 20:22:16
djm [Wed, 15 Mar 2006 00:55:31 +0000 (00:55 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 20:22:16
     [ssh-keysign.8 ssh_config.5 sshd_config.5]
     some consistency fixes;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 10:39:52
djm [Wed, 15 Mar 2006 00:55:08 +0000 (00:55 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 10:39:52
     [sshd.8]
     signpost to PATTERNS section;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 10:37:07
djm [Wed, 15 Mar 2006 00:54:36 +0000 (00:54 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 10:37:07
     [ssh_config.5]
     tidy up the refs to PATTERNS;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 10:33:54
djm [Wed, 15 Mar 2006 00:54:21 +0000 (00:54 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 10:33:54
     [sshd_config.5]
     signpost to PATTERNS;

18 years ago - jmc@cvs.openbsd.org 2006/02/24 10:25:14
djm [Wed, 15 Mar 2006 00:54:05 +0000 (00:54 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/24 10:25:14
     [ssh_config.5]
     add section on patterns;
     from dtucker + myself

18 years ago - stevesk@cvs.openbsd.org 2006/02/22 00:04:45
djm [Wed, 15 Mar 2006 00:53:45 +0000 (00:53 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/22 00:04:45
     [canohost.c clientloop.c includes.h match.c readconf.c scp.c ssh.c]
     [sshconnect.c]
     move #include <ctype.h> out of includes.h; ok djm@

18 years agooops, this commit is really:
djm [Wed, 15 Mar 2006 00:52:09 +0000 (00:52 +0000)] 
oops, this commit is really:

   - stevesk@cvs.openbsd.org 2006/02/20 17:02:44
     [clientloop.c includes.h monitor.c progressmeter.c scp.c]
     [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c]
     move #include <signal.h> out of includes.h; ok markus@

the previous was:

   - stevesk@cvs.openbsd.org 2006/02/20 17:19:54
     [auth-rhosts.c auth-rsa.c auth.c auth2-none.c auth2-pubkey.c]
     [authfile.c clientloop.c includes.h readconf.c scp.c session.c]
     [sftp-client.c sftp-common.c sftp-common.h sftp-glob.c]
     [sftp-server.c sftp.c ssh-add.c ssh-keygen.c ssh.c sshconnect.c]
     [sshconnect2.c sshd.c sshpty.c]
     move #include <sys/stat.h> out of includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/20 17:02:44
djm [Wed, 15 Mar 2006 00:45:54 +0000 (00:45 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/20 17:02:44
     [clientloop.c includes.h monitor.c progressmeter.c scp.c]
     [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c]
     move #include <signal.h> out of includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/20 16:36:15
djm [Wed, 15 Mar 2006 00:40:10 +0000 (00:40 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/20 16:36:15
     [authfd.c channels.c includes.h session.c ssh-agent.c ssh.c]
     move #include <sys/un.h> out of includes.h; ok djm@

18 years ago - jmc@cvs.openbsd.org 2006/02/19 20:12:25
djm [Wed, 15 Mar 2006 00:37:02 +0000 (00:37 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/19 20:12:25
     [ssh_config.5]
     add some vertical space;

18 years ago - jmc@cvs.openbsd.org 2006/02/19 20:05:00
djm [Wed, 15 Mar 2006 00:36:45 +0000 (00:36 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/19 20:05:00
     [sshd.8]
     grammar;

18 years ago - jmc@cvs.openbsd.org 2006/02/19 20:02:17
djm [Wed, 15 Mar 2006 00:36:18 +0000 (00:36 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/19 20:02:17
     [sshd.8]
     sync the (s)hosts.equiv FILES entries w/ those from ssh.1;

18 years ago - jmc@cvs.openbsd.org 2006/02/19 19:52:10
djm [Wed, 15 Mar 2006 00:35:54 +0000 (00:35 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/19 19:52:10
     [sshd.8]
     move the sshrc stuff out of FILES, and into its own section:
     FILES is not a good place to document how stuff works;

18 years ago - jmc@cvs.openbsd.org 2006/02/16 09:05:34
djm [Wed, 15 Mar 2006 00:35:27 +0000 (00:35 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/16 09:05:34
     [sshd.8]
     sync some of the FILES entries w/ ssh.1;

18 years ago - jmc@cvs.openbsd.org 2006/02/15 16:55:33
djm [Wed, 15 Mar 2006 00:35:05 +0000 (00:35 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/15 16:55:33
     [sshd.8]
     remove ietf draft references; RFC list now maintained in ssh.1;

18 years ago - jmc@cvs.openbsd.org 2006/02/15 16:53:20
djm [Wed, 15 Mar 2006 00:34:45 +0000 (00:34 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/15 16:53:20
     [ssh.1]
     remove the IETF draft references and replace them with some updated RFCs;

18 years ago - david@cvs.openbsd.org 2006/02/15 05:08:24
djm [Wed, 15 Mar 2006 00:34:25 +0000 (00:34 +0000)] 
   - david@cvs.openbsd.org 2006/02/15 05:08:24
     [sftp-client.c]
     typo in comment; ok djm@

18 years ago - jmc@cvs.openbsd.org 2006/02/13 11:27:25
djm [Wed, 15 Mar 2006 00:33:56 +0000 (00:33 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/13 11:27:25
     [sshd.8]
     sort FILES and use a -compact list;

18 years ago - jmc@cvs.openbsd.org 2006/02/13 11:08:43
djm [Wed, 15 Mar 2006 00:33:25 +0000 (00:33 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/13 11:08:43
     [sshd.8]
     - avoid nasty line split
     - `*' does not need to be escaped

18 years ago - jmc@cvs.openbsd.org 2006/02/13 11:02:26
djm [Wed, 15 Mar 2006 00:33:00 +0000 (00:33 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/13 11:02:26
     [sshd.8]
     turn this into an example ssh_known_hosts file; ok djm

18 years ago - jmc@cvs.openbsd.org 2006/02/13 10:21:25
djm [Wed, 15 Mar 2006 00:32:42 +0000 (00:32 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/13 10:21:25
     [sshd.8]
     small tweaks for the ssh_known_hosts section;

18 years ago - jmc@cvs.openbsd.org 2006/02/13 10:16:39
djm [Wed, 15 Mar 2006 00:32:06 +0000 (00:32 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/13 10:16:39
     [sshd.8]
     no need to subsection the authorized_keys examples - instead, convert
     this to look like an actual file. also use proto 2 keys, and use IETF
     example addresses;

18 years ago - jmc@cvs.openbsd.org 2006/02/12 17:57:19
djm [Wed, 15 Mar 2006 00:31:44 +0000 (00:31 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/12 17:57:19
     [sshd.8]
     sort the list of options permissable w/ authorized_keys;
     ok djm dtucker

18 years ago - jmc@cvs.openbsd.org 2006/02/12 10:52:41
djm [Wed, 15 Mar 2006 00:31:22 +0000 (00:31 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/12 10:52:41
     [sshd.8]
     rework the description of authorized_keys a little;

18 years ago - jmc@cvs.openbsd.org 2006/02/12 10:49:44
djm [Wed, 15 Mar 2006 00:31:01 +0000 (00:31 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/12 10:49:44
     [ssh_config.5]
     slight rewording; ok djm

18 years ago - djm@cvs.openbsd.org 2006/02/12 10:44:18
djm [Wed, 15 Mar 2006 00:30:38 +0000 (00:30 +0000)] 
   - djm@cvs.openbsd.org 2006/02/12 10:44:18
     [readconf.c]
     raise error when the user specifies a RekeyLimit that is smaller than 16
     (the smallest of our cipher's blocksize) or big enough to cause integer
     wraparound; ok & feedback dtucker@

18 years ago - djm@cvs.openbsd.org 2006/02/12 06:45:34
djm [Wed, 15 Mar 2006 00:30:13 +0000 (00:30 +0000)] 
   - djm@cvs.openbsd.org 2006/02/12 06:45:34
     [ssh.c ssh_config.5]
     add a %l expansion code to the ControlPath, which is filled in with the
     local hostname at runtime. Requested by henning@ to avoid some problems
     with /home on NFS; ok dtucker@

18 years ago - otto@cvs.openbsd.org 2006/02/11 19:31:18
djm [Wed, 15 Mar 2006 00:29:51 +0000 (00:29 +0000)] 
   - otto@cvs.openbsd.org 2006/02/11 19:31:18
     [atomicio.c]
     type correctness; from Ray Lai in PR 5011; ok millert@

18 years ago - stevesk@cvs.openbsd.org 2006/02/10 01:44:27
djm [Wed, 15 Mar 2006 00:29:24 +0000 (00:29 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/10 01:44:27
     [includes.h monitor.c readpass.c scp.c serverloop.c session.c^?]
     [sftp.c sshconnect.c sshconnect2.c sshd.c]
     move #include <sys/wait.h> out of includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/10 00:27:13
djm [Wed, 15 Mar 2006 00:28:34 +0000 (00:28 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/10 00:27:13
     [channels.c clientloop.c includes.h misc.c progressmeter.c sftp.c]
     [ssh.c sshd.c sshpty.c]
     move #include <sys/ioctl.h> out of includes.h; ok markus@

18 years ago - jmc@cvs.openbsd.org 2006/02/09 10:10:47
djm [Wed, 15 Mar 2006 00:27:20 +0000 (00:27 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/09 10:10:47
     [sshd.8]
     - move some text into a CAVEATS section
     - merge the COMMAND EXECUTION... section into AUTHENTICATION

18 years ago - stevesk@cvs.openbsd.org 2006/02/09 00:32:07
djm [Wed, 15 Mar 2006 00:26:55 +0000 (00:26 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/09 00:32:07
     [includes.h]
     #include <sys/endian.h> not needed; ok djm@
     NB. ID Sync only - we still need this (but it may move later)

18 years ago - stevesk@cvs.openbsd.org 2006/02/08 23:51:24
djm [Wed, 15 Mar 2006 00:25:13 +0000 (00:25 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/08 23:51:24
     [includes.h scp.c sftp-glob.c sftp-server.c]
     move #include <dirent.h> out of includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/08 14:38:18
djm [Wed, 15 Mar 2006 00:24:12 +0000 (00:24 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/08 14:38:18
     [includes.h packet.c]
     move #include <netinet/in_systm.h> and <netinet/ip.h> out of
     includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/08 14:31:30
djm [Wed, 15 Mar 2006 00:22:47 +0000 (00:22 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/08 14:31:30
     [includes.h ssh-agent.c ssh-keyscan.c ssh.c]
     move #include <sys/resource.h> out of includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/08 14:16:59
djm [Wed, 15 Mar 2006 00:20:46 +0000 (00:20 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/08 14:16:59
     [sshconnect.c]
     <openssl/bn.h> not needed

18 years ago - stevesk@cvs.openbsd.org 2006/02/08 13:15:44
djm [Wed, 15 Mar 2006 00:20:03 +0000 (00:20 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/08 13:15:44
     [gss-serv.c monitor.c]
     small KNF

18 years ago - stevesk@cvs.openbsd.org 2006/02/08 12:32:49
djm [Wed, 15 Mar 2006 00:19:42 +0000 (00:19 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/08 12:32:49
     [includes.h misc.c]
     move #include <netinet/tcp.h> out of includes.h; ok markus@

18 years agofix spacing of include
djm [Wed, 15 Mar 2006 00:18:26 +0000 (00:18 +0000)] 
fix spacing of include

18 years ago - stevesk@cvs.openbsd.org 2006/02/08 12:15:27
djm [Wed, 15 Mar 2006 00:16:59 +0000 (00:16 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/08 12:15:27
     [auth.c clientloop.c includes.h misc.c monitor.c readpass.c]
     [session.c sftp.c ssh-agent.c ssh-keysign.c ssh.c sshconnect.c]
     [sshd.c sshpty.c]
     move #include <paths.h> out of includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/07 03:59:20
djm [Wed, 15 Mar 2006 00:12:38 +0000 (00:12 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/07 03:59:20
     [deattack.c]
     duplicate #include

18 years ago - stevesk@cvs.openbsd.org 2006/02/07 03:47:05
djm [Wed, 15 Mar 2006 00:12:13 +0000 (00:12 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/07 03:47:05
     [hostfile.c]
     "packet.h" not needed

18 years ago - stevesk@cvs.openbsd.org 2006/02/07 01:52:50
djm [Wed, 15 Mar 2006 00:11:56 +0000 (00:11 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/07 01:52:50
     [sshtty.c]
     "log.h" not needed

18 years ago - stevesk@cvs.openbsd.org 2006/02/07 01:42:00
djm [Wed, 15 Mar 2006 00:11:28 +0000 (00:11 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/07 01:42:00
     [channels.c clientloop.c clientloop.h includes.h packet.h]
     [serverloop.c sshpty.c sshpty.h sshtty.c ttymodes.c]
     move #include <termios.h> out of includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/07 01:18:09
djm [Wed, 15 Mar 2006 00:09:42 +0000 (00:09 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/07 01:18:09
     [includes.h ssh-agent.c ssh-keyscan.c sshconnect2.c]
     move #include <sys/queue.h> out of includes.h; ok markus@

18 years ago - stevesk@cvs.openbsd.org 2006/02/07 01:08:04
djm [Wed, 15 Mar 2006 00:08:02 +0000 (00:08 +0000)] 
   - stevesk@cvs.openbsd.org 2006/02/07 01:08:04
     [auth-rhosts.c includes.h]
     move #include <netgroup.h> out of includes.h; ok markus@

18 years ago - jmc@cvs.openbsd.org 2006/02/06 21:44:47
djm [Wed, 15 Mar 2006 00:05:59 +0000 (00:05 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/06 21:44:47
     [ssh.1]
     make this a little less ambiguous...

18 years ago - msf@cvs.openbsd.org 2006/02/06 15:54:07
djm [Wed, 15 Mar 2006 00:05:35 +0000 (00:05 +0000)] 
   - msf@cvs.openbsd.org 2006/02/06 15:54:07
     [ssh.1]
     - typo fix
     ok jmc@

18 years ago - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
dtucker [Mon, 13 Mar 2006 08:06:51 +0000 (08:06 +0000)] 
 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
   since not all platforms support it.  Instead, use internal equivalent while
   computing LLONG_MIN and LLONG_MAX.  Remove special case for alpha-dec-osf*
   as it's no longer required.  Tested by Bernhard Simon, ok djm@

18 years agotypo
dtucker [Fri, 3 Mar 2006 22:00:19 +0000 (22:00 +0000)] 
typo

18 years ago - (dtucker) [gss-serv-krb5.c] Bug #1166: Correct #ifdefs for gssapi_krb5.h
dtucker [Fri, 3 Mar 2006 21:59:39 +0000 (21:59 +0000)] 
 - (dtucker) [gss-serv-krb5.c] Bug #1166: Correct #ifdefs for gssapi_krb5.h
   includes.  Patch from gentoo.riverrat at gmail.com.

18 years ago - (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as a
dtucker [Fri, 3 Mar 2006 21:50:31 +0000 (21:50 +0000)] 
 - (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as a
   file rather than directory, required as Cygwin will be importing lastlog(1).
   Also tightens up permissions on the file.  Patch from vinschen@redhat.com.

18 years ago - (dtucker) [configure.ac] Bug #1156: QNX apparently needs SSHD_ACQUIRES_CTTY
dtucker [Sun, 26 Feb 2006 01:31:48 +0000 (01:31 +0000)] 
 - (dtucker) [configure.ac] Bug #1156: QNX apparently needs SSHD_ACQUIRES_CTTY
   patch from kraai at ftbfs.org.

18 years ago - (dtucker) [sshd_config sshd_config.5] Update UsePAM to reflect current
dtucker [Thu, 23 Feb 2006 10:35:30 +0000 (10:35 +0000)] 
 - (dtucker) [sshd_config sshd_config.5] Update UsePAM to reflect current
   reality.  Pointed out by tryponraj at gmail.com.

18 years ago - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Minor tidy up: only
dtucker [Wed, 22 Feb 2006 11:24:47 +0000 (11:24 +0000)] 
 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Minor tidy up: only
   compile in compat code if required.

18 years ago - (dtucker) [openbsd-compat/openssl-compat.h] Prevent warning about
dtucker [Tue, 21 Feb 2006 13:00:27 +0000 (13:00 +0000)] 
 - (dtucker) [openbsd-compat/openssl-compat.h] Prevent warning about
   redefinition of SSLeay_add_all_algorithms.

18 years ago - (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}]
dtucker [Mon, 20 Feb 2006 09:17:35 +0000 (09:17 +0000)] 
 - (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}]
   Add optional enabling of OpenSSL's (hardware) Engine support, via
   configure --with-ssl-engine.  Based in part on a diff by michal at
   logix.cz.

18 years ago - (dtucker) [Makefile.in configure.ac, added openbsd-compat/regress/]
dtucker [Sun, 19 Feb 2006 11:50:20 +0000 (11:50 +0000)] 
 - (dtucker) [Makefile.in configure.ac, added openbsd-compat/regress/]
   Add first attempt at regress tests for compat library.  ok djm@

18 years ago - (tim) [buildpkg.sh.in] Make the names consistent.
tim [Mon, 13 Feb 2006 20:46:44 +0000 (20:46 +0000)] 
 - (tim) [buildpkg.sh.in] Make the names consistent.
   s/pkg_post_make_install_fixes.sh/pkg-post-make-install-fixes.sh/ OK dtucker@

18 years ago - (dtucker) [README version.h contrib/caldera/openssh.spec
dtucker [Sun, 12 Feb 2006 05:48:56 +0000 (05:48 +0000)] 
 - (dtucker) [README version.h contrib/caldera/openssh.spec
   contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version
   strings to match 4.3p2 release.

18 years ago - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
tim [Sun, 12 Feb 2006 02:37:48 +0000 (02:37 +0000)] 
 - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.

18 years ago - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
dtucker [Sun, 12 Feb 2006 00:59:08 +0000 (00:59 +0000)] 
 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
   to silence compiler warning, from vinschen at redhat.com.

18 years ago - (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGP
dtucker [Wed, 8 Feb 2006 11:11:27 +0000 (11:11 +0000)] 
 - (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGP
   -> NEED_SETPGRP), reported by Berhard Simon.  ok tim@

18 years ago - (tim) [session.c] Logout records were not updated on systems with
tim [Tue, 7 Feb 2006 23:17:44 +0000 (23:17 +0000)] 
 - (tim) [session.c] Logout records were not updated on systems with
   post auth privsep disabled due to bug 1086 changes. Analysis and patch
   by vinschen at redhat.com. OK tim@, dtucker@.

18 years ago - (tim) [configure.ac] Remove unnecessary tests for net/if.h and
tim [Sun, 5 Feb 2006 19:27:10 +0000 (19:27 +0000)] 
 - (tim) [configure.ac] Remove unnecessary tests for net/if.h and
   netinet/in_systm.h. OK dtucker@.

18 years ago - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
tim [Sun, 5 Feb 2006 01:42:58 +0000 (01:42 +0000)] 
 - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
   kraai at ftbfs.org.

18 years ago - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test
tim [Sun, 5 Feb 2006 01:33:55 +0000 (01:33 +0000)] 
 - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test
   for Solaris. OK dtucker@.

18 years ago - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
tim [Fri, 3 Feb 2006 03:11:56 +0000 (03:11 +0000)] 
 - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
   AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run
   by a platform specific check, builtin standard includes tests will be
   skipped on the other platforms.
   Analysis and suggestion by vinschen at redhat.com, patch by dtucker@.
   OK tim@, djm@.

18 years ago - (dtucker) [configure.ac] Bug #1148: Fix "crippled AES" test so that it
dtucker [Thu, 2 Feb 2006 07:44:19 +0000 (07:44 +0000)] 
 - (dtucker) [configure.ac] Bug #1148: Fix "crippled AES" test so that it
   works with picky compilers.  Patch from alex.kiernan at thus.net.

18 years ago - (djm) Release OpenSSH 4.3p1
djm [Wed, 1 Feb 2006 11:32:17 +0000 (11:32 +0000)] 
 - (djm) Release OpenSSH 4.3p1

18 years ago - markus@cvs.openbsd.org 2006/02/01 11:27:22
djm [Wed, 1 Feb 2006 11:27:31 +0000 (11:27 +0000)] 
   - markus@cvs.openbsd.org 2006/02/01 11:27:22
     [version.h]
     openssh 4.3

18 years ago - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
djm [Wed, 1 Feb 2006 11:10:47 +0000 (11:10 +0000)] 
 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] Update versions ahead of release

18 years ago - jmc@cvs.openbsd.org 2006/02/01 09:11:41
djm [Wed, 1 Feb 2006 11:05:42 +0000 (11:05 +0000)] 
   - jmc@cvs.openbsd.org 2006/02/01 09:11:41
     [sshd.8]
     small tweak;

18 years ago - (djm) OpenBSD CVS Sync
djm [Wed, 1 Feb 2006 11:05:25 +0000 (11:05 +0000)] 
 - (djm) OpenBSD CVS Sync
   - jmc@cvs.openbsd.org 2006/02/01 09:06:50
     [sshd.8]
     - merge sections on protocols 1 and 2 into a single section
     - remove configuration file section
     ok markus

18 years ago - (djm) [regress/test-exec.sh] Try 'logname' as well as 'whoami' to
djm [Wed, 1 Feb 2006 00:21:01 +0000 (00:21 +0000)] 
 - (djm) [regress/test-exec.sh] Try 'logname' as well as 'whoami' to
   determine the user's login name - needed for regress tests on Solaris
   10 and OpenSolaris

18 years ago - djm@cvs.openbsd.org 2006/01/31 10:35:43
djm [Tue, 31 Jan 2006 11:11:37 +0000 (11:11 +0000)] 
   - djm@cvs.openbsd.org 2006/01/31 10:35:43
     [scp.c]
     "scp a b c" shouldn't clobber "c" when it is not a directory, report and
     fix from biorn@; ok markus@

18 years ago - djm@cvs.openbsd.org 2006/01/31 10:36:33
djm [Tue, 31 Jan 2006 11:06:41 +0000 (11:06 +0000)] 
   - djm@cvs.openbsd.org 2006/01/31 10:36:33
     [scp.sh]
     regress test for "scp a b c" where "c" is not a directory

18 years ago - djm@cvs.openbsd.org 2006/01/31 10:23:23
djm [Tue, 31 Jan 2006 11:06:14 +0000 (11:06 +0000)] 
   - djm@cvs.openbsd.org 2006/01/31 10:23:23
     [scp.sh]
     regression test for CVE-2006-0225 written by dtucker@

18 years ago - djm@cvs.openbsd.org 2006/01/27 06:49:21
djm [Tue, 31 Jan 2006 11:05:23 +0000 (11:05 +0000)] 
   - djm@cvs.openbsd.org 2006/01/27 06:49:21
     [scp.sh]
     regress test for local to local scp copies; ok dtucker@

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