]> andersk Git - openssh.git/log
openssh.git
19 years ago - djm@cvs.openbsd.org 2004/06/21 22:41:31
dtucker [Tue, 22 Jun 2004 03:08:21 +0000 (03:08 +0000)] 
   - djm@cvs.openbsd.org 2004/06/21 22:41:31
     [sftp.1]
     document sort options

19 years ago - djm@cvs.openbsd.org 2004/06/21 22:30:45
dtucker [Tue, 22 Jun 2004 03:07:58 +0000 (03:07 +0000)] 
   - djm@cvs.openbsd.org 2004/06/21 22:30:45
     [sftp.c]
     prefix ls option flags with LS_

19 years ago - djm@cvs.openbsd.org 2004/06/21 22:04:50
dtucker [Tue, 22 Jun 2004 03:06:45 +0000 (03:06 +0000)] 
   - djm@cvs.openbsd.org 2004/06/21 22:04:50
     [sftp.c]
     introduce sorting for ls, same options as /bin/ls; ok markus@

19 years ago - djm@cvs.openbsd.org 2004/06/21 22:02:58
dtucker [Tue, 22 Jun 2004 02:57:44 +0000 (02:57 +0000)] 
   - djm@cvs.openbsd.org 2004/06/21 22:02:58
     [log.h]
     mark fatal and cleanup exit as __dead; ok markus@

19 years ago - djm@cvs.openbsd.org 2004/06/21 17:53:03
dtucker [Tue, 22 Jun 2004 02:57:08 +0000 (02:57 +0000)] 
   - djm@cvs.openbsd.org 2004/06/21 17:53:03
     [session.c]
     fix fd leak for multiple subsystem connections; with markus@

19 years ago - avsm@cvs.openbsd.org 2004/06/21 17:36:31
dtucker [Tue, 22 Jun 2004 02:56:01 +0000 (02:56 +0000)] 
   - avsm@cvs.openbsd.org 2004/06/21 17:36:31
     [auth-rsa.c auth2-gss.c auth2-pubkey.c authfile.c canohost.c channels.c
     cipher.c dns.c kex.c monitor.c monitor_fdpass.c monitor_wrap.c
     monitor_wrap.h nchan.c packet.c progressmeter.c scp.c sftp-server.c sftp.c
     ssh-gss.h ssh-keygen.c ssh.c sshconnect.c sshconnect1.c sshlogin.c
     sshpty.c]
     make ssh -Wshadow clean, no functional changes
     markus@ ok

There are also some portable-specific -Wshadow warnings to be fixed in
monitor.c and montior_wrap.c.

19 years ago - djm@cvs.openbsd.org 2004/06/20 19:28:12
dtucker [Tue, 22 Jun 2004 02:31:23 +0000 (02:31 +0000)] 
   - djm@cvs.openbsd.org 2004/06/20 19:28:12
     [sftp.1]
     mention new -n flag

19 years ago - djm@cvs.openbsd.org 2004/06/20 18:53:39
dtucker [Tue, 22 Jun 2004 02:30:53 +0000 (02:30 +0000)] 
   - djm@cvs.openbsd.org 2004/06/20 18:53:39
     [sftp.c]
     make "ls -l" listings print user/group names, add "ls -n" to show uid/gid
     (like /bin/ls); idea & ok markus@

19 years ago - djm@cvs.openbsd.org 2004/06/20 17:36:59
dtucker [Tue, 22 Jun 2004 02:29:23 +0000 (02:29 +0000)] 
   - djm@cvs.openbsd.org 2004/06/20 17:36:59
     [ssh.c]
     filter passed env vars at slave in connection sharing case; ok markus@

19 years ago(tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
tim [Sun, 20 Jun 2004 17:37:32 +0000 (17:37 +0000)] 
(tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
OK dtucker@

19 years ago - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd
tim [Sun, 20 Jun 2004 02:31:06 +0000 (02:31 +0000)] 
 - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd
   init script to top level directory.

19 years ago - (dtucker) [auth-pam.c] Don't use PAM namespace for
dtucker [Sat, 19 Jun 2004 02:54:38 +0000 (02:54 +0000)] 
 - (dtucker) [auth-pam.c] Don't use PAM namespace for
    pam_password_change_required either.

19 years ago - djm@cvs.openbsd.org 2004/06/18 11:11:54
djm [Fri, 18 Jun 2004 12:23:22 +0000 (12:23 +0000)] 
   - djm@cvs.openbsd.org 2004/06/18 11:11:54
     [channels.c clientloop.c]
     Don't explode in clientloop when we receive a bogus channel id, but
     also don't generate them to begin with; ok markus@

19 years ago - markus@cvs.openbsd.org 2004/06/18 10:55:43
djm [Fri, 18 Jun 2004 12:21:55 +0000 (12:21 +0000)] 
   - markus@cvs.openbsd.org 2004/06/18 10:55:43
     [ssh.1 ssh.c]
     trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djm

19 years ago - (djm) OpenBSD CVS Sync
djm [Fri, 18 Jun 2004 12:20:57 +0000 (12:20 +0000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2004/06/18 10:40:19
     [ssh.c]
     delay signal handler setup until we have finished talking to the master.
     allow interrupting of setup (e.g. if master is stuck); ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/06/18 06:15:51
dtucker [Fri, 18 Jun 2004 06:25:35 +0000 (06:25 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/18 06:15:51
     [multiplex.sh]
     Use -S for scp/sftp to force the use of the ssh being tested.
     ok djm@,markus@

19 years ago - dtucker@cvs.openbsd.org 2004/06/18 06:13:25
dtucker [Fri, 18 Jun 2004 06:23:43 +0000 (06:23 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/18 06:13:25
     [sftp.c]
     Use execvp instead of execv so sftp -S ssh works.  "makes sense" markus@

19 years ago - djm@cvs.openbsd.org 2004/06/17 23:56:57
dtucker [Fri, 18 Jun 2004 06:22:39 +0000 (06:22 +0000)] 
   - djm@cvs.openbsd.org 2004/06/17 23:56:57
     [ssh.1 ssh.c]
     sync usage() and SYNPOSIS with connection sharing changes

19 years ago - (dtucker) [regress/README.regress] Add detail on how to run a single
dtucker [Fri, 18 Jun 2004 04:14:43 +0000 (04:14 +0000)] 
 - (dtucker) [regress/README.regress] Add detail on how to run a single
   test from the top-level Makefile.

19 years ago - djm@cvs.openbsd.org 2004/06/17 14:53:27
djm [Thu, 17 Jun 2004 15:23:03 +0000 (15:23 +0000)] 
   - djm@cvs.openbsd.org 2004/06/17 14:53:27
     [regress/multiplex.sh]
     shared connection env passing regress test

19 years ago - djm@cvs.openbsd.org 2004/06/17 15:10:14
djm [Thu, 17 Jun 2004 15:19:03 +0000 (15:19 +0000)] 
   - djm@cvs.openbsd.org 2004/06/17 15:10:14
     [clientloop.c misc.h readconf.c readpass.c ssh.c ssh_config.5]
     Add option for confirmation (ControlMaster=ask) via ssh-askpass before
     opening shared connections; ok markus@

19 years ago - (djm) OpenBSD CVS Sync
djm [Thu, 17 Jun 2004 15:17:29 +0000 (15:17 +0000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2004/06/17 14:52:48
     [clientloop.c clientloop.h ssh.c]
     support environment passing over shared connections; ok markus@

19 years ago - (dtucker) [regress/multiplex.sh] Increase sleep time to 120 sec (60 is not
dtucker [Thu, 17 Jun 2004 07:01:21 +0000 (07:01 +0000)] 
 - (dtucker) [regress/multiplex.sh] Increase sleep time to 120 sec (60 is not
   enough for slow systems, especially if they don't have a kernel RNG).

19 years ago - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
dtucker [Thu, 17 Jun 2004 06:36:27 +0000 (06:36 +0000)] 
 - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
   it.

19 years ago - dtucker@cvs.openbsd.org 2004/06/17 06:19:06
dtucker [Thu, 17 Jun 2004 06:34:02 +0000 (06:34 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/17 06:19:06
     [regress/multiplex.sh]
     Add small description of failing test to failure message; ok djm@

19 years ago - dtucker@cvs.openbsd.org 2004/06/17 06:00:05
dtucker [Thu, 17 Jun 2004 06:32:45 +0000 (06:32 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/17 06:00:05
     [regress/multiplex.sh]
     Use DATA and COPY for test data rather than hard-coded paths; ok djm@

19 years ago - dtucker@cvs.openbsd.org 2004/06/17 05:51:59
dtucker [Thu, 17 Jun 2004 06:27:43 +0000 (06:27 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/17 05:51:59
     [regress/multiplex.sh]
     Remove datafile between and after tests, kill sshd rather than wait;
     ok djm@

19 years ago - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some
dtucker [Thu, 17 Jun 2004 05:18:32 +0000 (05:18 +0000)] 
 - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some
   platforms), so test if diff understands it.  Pointed out by tim@, ok djm@

19 years agoAdd missing regress.
dtucker [Wed, 16 Jun 2004 13:24:19 +0000 (13:24 +0000)] 
Add missing regress.

19 years ago - dtucker@cvs.openbsd.org 2004/06/16 13:16:40
dtucker [Wed, 16 Jun 2004 13:23:50 +0000 (13:23 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/16 13:16:40
     [multiplex.sh]
     Silence multiplex sftp and scp tests.  ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/06/16 13:15:09
dtucker [Wed, 16 Jun 2004 13:22:37 +0000 (13:22 +0000)] 
  - dtucker@cvs.openbsd.org 2004/06/16 13:15:09
    [regress/scp.sh]
    Make scp -r tests use diff -rN not cmp (which won't do dirs.  ok markus@

19 years ago - (dtucker) [regress/README.regress]
dtucker [Wed, 16 Jun 2004 11:08:32 +0000 (11:08 +0000)] 
 - (dtucker) [regress/README.regress]
   Add $TEST_SHELL to readme.

19 years ago - (dtucker) [regress/test-exec.sh]
dtucker [Wed, 16 Jun 2004 10:36:16 +0000 (10:36 +0000)] 
 - (dtucker) [regress/test-exec.sh]
   Move Portable-only StrictModes to top of list to make syncs easier.

19 years agoAdd missing regress/envpass.sh
dtucker [Wed, 16 Jun 2004 10:33:55 +0000 (10:33 +0000)] 
Add missing regress/envpass.sh

19 years ago - djm@cvs.openbsd.org 2004/06/13 15:16:54
dtucker [Wed, 16 Jun 2004 10:31:18 +0000 (10:31 +0000)] 
   - djm@cvs.openbsd.org 2004/06/13 15:16:54
     [regress/test-exec.sh]
     remove duplicate setting of $SCP; spotted by markus@

19 years ago - djm@cvs.openbsd.org 2004/06/13 15:04:08
dtucker [Wed, 16 Jun 2004 10:22:22 +0000 (10:22 +0000)] 
   - djm@cvs.openbsd.org 2004/06/13 15:04:08
     [regress/Makefile regress/test-exec.sh, added regress/multiplex.sh]
     regress test for client multiplexing; ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/06/13 13:51:02
dtucker [Wed, 16 Jun 2004 10:15:59 +0000 (10:15 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/13 13:51:02
     [regress/Makefile regress/test-exec.sh, added regress/scp-ssh-wrapper.sh
     regress/scp.sh]
     Add scp regression test; with & ok markus@

19 years ago - djm@cvs.openbsd.org 2004/04/27 09:47:30
dtucker [Wed, 16 Jun 2004 10:08:56 +0000 (10:08 +0000)] 
   - djm@cvs.openbsd.org 2004/04/27 09:47:30
     [regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
     regress test for environment passing, SendEnv & AcceptEnv options;
     ok markus@

19 years ago - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
dtucker [Wed, 16 Jun 2004 02:01:15 +0000 (02:01 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
   code changes.

19 years ago - djm@cvs.openbsd.org 2004/06/15 05:45:04
djm [Tue, 15 Jun 2004 05:47:51 +0000 (05:47 +0000)] 
   - djm@cvs.openbsd.org 2004/06/15 05:45:04
     [clientloop.c]
     missed one unset_nonblock; spotted by Tim Rice

19 years agofix typo
tim [Tue, 15 Jun 2004 04:25:33 +0000 (04:25 +0000)] 
fix typo

19 years ago - (djm) [ssh.c] Use separate var for address length
djm [Tue, 15 Jun 2004 01:14:45 +0000 (01:14 +0000)] 
 - (djm) [ssh.c] Use separate var for address length

19 years ago - (djm) Fix Makefile.in for connection sharing changes
djm [Tue, 15 Jun 2004 00:44:40 +0000 (00:44 +0000)] 
 - (djm) Fix Makefile.in for connection sharing changes

19 years ago - djm@cvs.openbsd.org 2004/06/14 01:44:39
djm [Tue, 15 Jun 2004 00:35:30 +0000 (00:35 +0000)] 
   - djm@cvs.openbsd.org 2004/06/14 01:44:39
     [channels.c clientloop.c misc.c misc.h packet.c ssh-agent.c ssh-keyscan.c]
     [sshd.c]
     set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@

19 years ago - djm@cvs.openbsd.org 2004/06/13 15:03:02
djm [Tue, 15 Jun 2004 00:34:08 +0000 (00:34 +0000)] 
   - djm@cvs.openbsd.org 2004/06/13 15:03:02
     [channels.c channels.h clientloop.c clientloop.h includes.h readconf.c]
     [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5]
     implement session multiplexing in the client (the server has supported
     this since 2.0); ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/06/13 14:01:42
djm [Tue, 15 Jun 2004 00:30:39 +0000 (00:30 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/13 14:01:42
     [ssh.1 ssh_config.5 sshd_config.5]
     List supported ciphers in man pages, tidy up ssh -c;
     "looks fine" jmc@, ok markus@

19 years ago - djm@cvs.openbsd.org 2004/06/13 12:53:24
djm [Tue, 15 Jun 2004 00:30:09 +0000 (00:30 +0000)] 
   - djm@cvs.openbsd.org 2004/06/13 12:53:24
     [dh.c dh.h kex.c kex.h kexdhc.c kexdhs.c monitor.c myproposal.h]
     [ssh-keyscan.c sshconnect2.c sshd.c]
     implement diffie-hellman-group14-sha1 kex method (trivial extension to
     existing diffie-hellman-group1-sha1); ok markus@

19 years ago - pedro@cvs.openbsd.org 2004/06/03 12:22:20
djm [Tue, 15 Jun 2004 00:28:56 +0000 (00:28 +0000)] 
   - pedro@cvs.openbsd.org 2004/06/03 12:22:20
     [sftp-client.c sftp.c]
     initialize pointers, ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/06/01 14:20:45
djm [Tue, 15 Jun 2004 00:28:24 +0000 (00:28 +0000)] 
   - dtucker@cvs.openbsd.org 2004/06/01 14:20:45
     [auth2-chall.c]
     Remove redundant #include; ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/05/27 00:50:13
djm [Tue, 15 Jun 2004 00:27:55 +0000 (00:27 +0000)] 
   - dtucker@cvs.openbsd.org 2004/05/27 00:50:13
     [readconf.c]
     Kill dead code after fatal(); ok djm@

19 years ago - markus@cvs.openbsd.org 2004/05/26 23:02:39
djm [Tue, 15 Jun 2004 00:27:15 +0000 (00:27 +0000)] 
   - markus@cvs.openbsd.org 2004/05/26 23:02:39
     [channels.c]
     missing freeaddrinfo; Andrey Matveev

19 years ago - djm@cvs.openbsd.org 2004/05/26 08:59:57
djm [Tue, 15 Jun 2004 00:24:13 +0000 (00:24 +0000)] 
   - djm@cvs.openbsd.org 2004/05/26 08:59:57
     [sftp.c]
     exit -> _exit in forked child on error; from andrushock AT korovino.net

20 years ago - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.
dtucker [Thu, 3 Jun 2004 04:53:12 +0000 (04:53 +0000)] 
 - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.
   ok djm@

20 years ago - (djm) [auth-pam.c] Add copyright for local changes
djm [Tue, 1 Jun 2004 01:28:20 +0000 (01:28 +0000)] 
 - (djm) [auth-pam.c] Add copyright for local changes

20 years ago[buildpkg.sh.in] Last minute fix didn't make it in the .in file. :-(
tim [Mon, 31 May 2004 04:48:40 +0000 (04:48 +0000)] 
[buildpkg.sh.in] Last minute fix didn't make it in the .in file.  :-(

20 years ago - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@
tim [Mon, 31 May 2004 04:38:51 +0000 (04:38 +0000)] 
 - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@
 - (tim) [buildpkg.sh.in] New file. A more flexible version of
   contrib/solaris/buildpkg.sh used for "make package".

20 years ago - (dtucker) [auth-pam.c] Use an invalid password for root if
dtucker [Sun, 30 May 2004 12:04:56 +0000 (12:04 +0000)] 
 - (dtucker) [auth-pam.c] Use an invalid password for root if
   PermitRootLogin != yes or the login is invalid, to prevent leaking
   information.  Based on Openwall's owl-always-auth patch.  ok djm@

20 years ago - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM
dtucker [Sun, 30 May 2004 10:43:59 +0000 (10:43 +0000)] 
 - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM
   support for PasswordAuthentication=yes.  ok djm@

20 years ago - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec
dtucker [Wed, 26 May 2004 23:59:31 +0000 (23:59 +0000)] 
 - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec
   contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass
   and Jim Knoble's email address , from Jim himself.

20 years ago - (dtucker) [sshd.c] Fix typo in comment.
dtucker [Mon, 24 May 2004 03:37:13 +0000 (03:37 +0000)] 
 - (dtucker) [sshd.c] Fix typo in comment.

20 years ago - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
dtucker [Mon, 24 May 2004 01:55:36 +0000 (01:55 +0000)] 
 - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
   is terminated if the privsep slave exits during keyboard-interactive
   authentication.  ok djm@

20 years ago - dtucker@cvs.openbsd.org 2004/05/23 23:59:53
dtucker [Mon, 24 May 2004 00:36:23 +0000 (00:36 +0000)] 
   - dtucker@cvs.openbsd.org 2004/05/23 23:59:53
     [auth.c auth.h auth1.c auth2.c servconf.c servconf.h sshd_config sshd_config.5]
     Add MaxAuthTries sshd config option; ok markus@

20 years ago - jmc@cvs.openbsd.org 2004/05/22 16:01:05
dtucker [Mon, 24 May 2004 00:35:14 +0000 (00:35 +0000)] 
   - jmc@cvs.openbsd.org 2004/05/22 16:01:05
     [ssh.1]
     kill whitespace at eol;

20 years ago - djm@cvs.openbsd.org 2004/05/22 06:32:12
dtucker [Mon, 24 May 2004 00:34:36 +0000 (00:34 +0000)] 
   - djm@cvs.openbsd.org 2004/05/22 06:32:12
     [clientloop.c ssh.1]
     use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@

20 years ago - djm@cvs.openbsd.org 2004/05/21 11:33:11
dtucker [Mon, 24 May 2004 00:18:05 +0000 (00:18 +0000)] 
   - djm@cvs.openbsd.org 2004/05/21 11:33:11
     [channels.c channels.h clientloop.c serverloop.c ssh.1]
     bz #756: add support for the cancel-tcpip-forward request for the server and
     the client (through the ~C commandline). reported by z3p AT twistedmatrix.com;
     ok markus@

20 years ago - markus@cvs.openbsd.org 2004/05/21 08:43:03
dtucker [Mon, 24 May 2004 00:14:24 +0000 (00:14 +0000)] 
   - markus@cvs.openbsd.org 2004/05/21 08:43:03
     [kex.h moduli.c tildexpand.c]
     add prototypes for -Wall; ok djm

20 years ago - dtucker@cvs.openbsd.org 2004/05/20 10:58:05
dtucker [Mon, 24 May 2004 00:13:07 +0000 (00:13 +0000)] 
   - dtucker@cvs.openbsd.org 2004/05/20 10:58:05
     [clientloop.c]
     Trivial type fix 0 -> '\0'; ok markus@

20 years ago - djm@cvs.openbsd.org 2004/05/19 12:17:33
dtucker [Mon, 24 May 2004 00:12:19 +0000 (00:12 +0000)] 
   - djm@cvs.openbsd.org 2004/05/19 12:17:33
     [sftp-client.c sftp.c]
     gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while
     waiting for a command; ok markus@

20 years ago - (bal) [openbsd-compat/sys-queue.h] Reintroduce machinary to handle
mouring [Sun, 23 May 2004 06:22:27 +0000 (06:22 +0000)] 
 - (bal) [openbsd-compat/sys-queue.h] Reintroduce machinary to handle
   old/broken/incomplete <sys/queue.h>.

20 years ago - (djm) [configure.ac] Warn if the system has no known way of figuring out
djm [Sun, 23 May 2004 04:09:40 +0000 (04:09 +0000)] 
 - (djm) [configure.ac] Warn if the system has no known way of figuring out
   which user is on the other end of a Unix domain socket; ok dtucker@

20 years ago - (djm) Explain consequences of UsePAM=yes a little better in sshd_config;
djm [Sun, 23 May 2004 01:47:58 +0000 (01:47 +0000)] 
 - (djm) Explain consequences of UsePAM=yes a little better in sshd_config;
   ok dtucker@

20 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
dtucker [Thu, 13 May 2004 10:24:10 +0000 (10:24 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
   -> HAVE_DECL_H_ERRNO.

20 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERROR
dtucker [Thu, 13 May 2004 10:10:38 +0000 (10:10 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERROR
   is defined before using.

20 years ago - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses
dtucker [Thu, 13 May 2004 07:29:35 +0000 (07:29 +0000)] 
 - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses
   readpass.h, grep says scard-opensc.c does too.  Replace with misc.h.

20 years ago - (dtucker) [sshd.8] Bug #843: Add warning about PasswordAuthentication to
dtucker [Thu, 13 May 2004 06:51:40 +0000 (06:51 +0000)] 
 - (dtucker) [sshd.8] Bug #843: Add warning about PasswordAuthentication to
   UsePAM section.  Parts from djm@ and jmc@.

20 years ago - dtucker@cvs.openbsd.org 2004/05/13 02:47:50
dtucker [Thu, 13 May 2004 06:45:46 +0000 (06:45 +0000)] 
   - dtucker@cvs.openbsd.org 2004/05/13 02:47:50
     [ssh-agent.1]
     Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@

20 years ago - deraadt@cvs.openbsd.org 2004/05/11 19:01:43
dtucker [Thu, 13 May 2004 06:39:33 +0000 (06:39 +0000)] 
   - deraadt@cvs.openbsd.org 2004/05/11 19:01:43
     [auth.c auth2-none.c authfile.c channels.c monitor.c monitor_mm.c
     packet.c packet.h progressmeter.c session.c openbsd-compat/xmmap.c]
     improve some code lint did not like; djm millert ok

20 years ago - djm@cvs.openbsd.org 2004/05/09 01:26:48
dtucker [Thu, 13 May 2004 06:31:48 +0000 (06:31 +0000)] 
   - djm@cvs.openbsd.org 2004/05/09 01:26:48
     [kex.c]
     don't overwrite what we are trying to compute

20 years ago - djm@cvs.openbsd.org 2004/05/09 01:19:28
dtucker [Thu, 13 May 2004 06:30:44 +0000 (06:30 +0000)] 
   - djm@cvs.openbsd.org 2004/05/09 01:19:28
     [OVERVIEW auth-rsa.c auth1.c kex.c monitor.c session.c sshconnect1.c
     sshd.c] removed: mpaux.c mpaux.h
     kill some more tiny files; ok deraadt@

20 years ago - djm@cvs.openbsd.org 2004/05/09 00:06:47
dtucker [Thu, 13 May 2004 06:24:32 +0000 (06:24 +0000)] 
   - djm@cvs.openbsd.org 2004/05/09 00:06:47
     [moduli.c ssh-keygen.c] removed: moduli.h
     zap another tiny header; ok deraadt@

20 years ago - djm@cvs.openbsd.org 2004/05/08 00:21:31
dtucker [Thu, 13 May 2004 06:15:47 +0000 (06:15 +0000)] 
   - djm@cvs.openbsd.org 2004/05/08 00:21:31
     [clientloop.c misc.h readpass.c scard.c ssh-add.c ssh-agent.c ssh-keygen.c
     sshconnect.c sshconnect1.c sshconnect2.c] removed: readpass.h
     kill a tiny header; ok deraadt@

20 years ago - deraadt@cvs.openbsd.org 2004/05/08 00:01:37
dtucker [Thu, 13 May 2004 06:06:46 +0000 (06:06 +0000)] 
   - deraadt@cvs.openbsd.org 2004/05/08 00:01:37
     [auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c
     tildexpand.c], removed: sshtty.h tildexpand.h
     make two tiny header files go away; djm ok

20 years ago - jmc@cvs.openbsd.org 2004/05/06 11:24:23
dtucker [Thu, 13 May 2004 03:03:56 +0000 (03:03 +0000)] 
   - jmc@cvs.openbsd.org 2004/05/06 11:24:23
     [ssh_config.5]
     typo from John Cosimano (PR 3770);

20 years ago - jmc@cvs.openbsd.org 2004/05/04 18:36:07
dtucker [Thu, 13 May 2004 03:03:04 +0000 (03:03 +0000)] 
   - jmc@cvs.openbsd.org 2004/05/04 18:36:07
     [scp.1]
     SendEnv here too;

20 years ago - (dtucker) [configure.ac] Bug #867: Additional tests for res_query in
dtucker [Thu, 13 May 2004 01:56:16 +0000 (01:56 +0000)] 
 - (dtucker) [configure.ac] Bug #867: Additional tests for res_query in
   libresolv, fixes problems detecting it on some platforms
   (eg Linux/x86-64).  From Kurt Roeckx via Debian, ok mouring@

20 years ago - dtucker@cvs.openbsd.org 2004/05/02 23:17:51
dtucker [Sun, 2 May 2004 23:19:03 +0000 (23:19 +0000)] 
   - dtucker@cvs.openbsd.org 2004/05/02 23:17:51
     [scp.1]
     ConnectionTimeout -> ConnectTimeout for scp.1 too.

20 years ago - dtucker@cvs.openbsd.org 2004/05/02 23:02:17
dtucker [Sun, 2 May 2004 23:13:15 +0000 (23:13 +0000)] 
   - dtucker@cvs.openbsd.org 2004/05/02 23:02:17
     [sftp.1]
     ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@

20 years ago - dtucker@cvs.openbsd.org 2004/05/02 11:57:52
dtucker [Sun, 2 May 2004 12:15:52 +0000 (12:15 +0000)] 
   - dtucker@cvs.openbsd.org 2004/05/02 11:57:52
     [ssh.1]
     ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via
     Debian.  ok djm@

20 years ago - dtucker@cvs.openbsd.org 2004/05/02 11:54:31
dtucker [Sun, 2 May 2004 12:15:08 +0000 (12:15 +0000)] 
   - dtucker@cvs.openbsd.org 2004/05/02 11:54:31
     [sshd.8]
     Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk
     via Debian; ok djm@

20 years ago - jmc@cvs.openbsd.org 2004/04/28 07:13:42
dtucker [Sun, 2 May 2004 12:14:03 +0000 (12:14 +0000)] 
   - jmc@cvs.openbsd.org 2004/04/28 07:13:42
     [sftp.1 ssh.1]
     add SendEnv to -o list;

20 years ago - jmc@cvs.openbsd.org 2004/04/28 07:02:56
dtucker [Sun, 2 May 2004 12:13:20 +0000 (12:13 +0000)] 
   - jmc@cvs.openbsd.org 2004/04/28 07:02:56
     [sshd_config.5]
     remove unnecessary .Pp;

20 years ago - djm@cvs.openbsd.org 2004/04/28 05:17:10
dtucker [Sun, 2 May 2004 12:12:48 +0000 (12:12 +0000)] 
   - djm@cvs.openbsd.org 2004/04/28 05:17:10
     [ssh_config.5 sshd_config.5]
     manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)

20 years ago - djm@cvs.openbsd.org 2004/04/27 09:46:37
dtucker [Sun, 2 May 2004 12:11:30 +0000 (12:11 +0000)] 
   - djm@cvs.openbsd.org 2004/04/27 09:46:37
     [readconf.c readconf.h servconf.c servconf.h session.c session.h ssh.c
     ssh_config.5 sshd_config.5]
     bz #815: implement ability to pass specified environment variables from
     the client to the server; ok markus@

20 years ago - djm@cvs.openbsd.org 2004/04/22 11:56:57
dtucker [Sun, 2 May 2004 12:09:00 +0000 (12:09 +0000)] 
   - djm@cvs.openbsd.org 2004/04/22 11:56:57
     [moduli.c]
     Bugzilla #850: Sophie Germain is the correct name of the French
     mathematician, "Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr

20 years ago - (dtucker) [README.platform] List prereqs for building on Cygwin.
dtucker [Fri, 23 Apr 2004 08:57:13 +0000 (08:57 +0000)] 
 - (dtucker) [README.platform] List prereqs for building on Cygwin.

20 years ago - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
dtucker [Fri, 23 Apr 2004 08:53:10 +0000 (08:53 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
   as extern int if not already declared.  Fixes compile errors on old SCO
   platforms.  ok tim@

20 years ago - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@
djm [Wed, 21 Apr 2004 02:29:13 +0000 (02:29 +0000)] 
 - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@

20 years ago - (djm) [configure.ac] Check whether libroken is required when building
djm [Tue, 20 Apr 2004 10:28:55 +0000 (10:28 +0000)] 
 - (djm) [configure.ac] Check whether libroken is required when building
   with Heimdal

20 years agorewrap
djm [Tue, 20 Apr 2004 10:20:40 +0000 (10:20 +0000)] 
rewrap

20 years ago - djm@cvs.openbsd.org 2004/04/19 21:51:49
djm [Tue, 20 Apr 2004 10:14:07 +0000 (10:14 +0000)] 
   - djm@cvs.openbsd.org 2004/04/19 21:51:49
     [ssh.c]
     fix idiot typo that i introduced in my last commit;
     spotted by cschneid AT cschneid.com

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