]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- OpenBSD CVS Sync
authorBen Lindstrom <mouring@eviladmin.org>
Thu, 8 Mar 2001 03:39:10 +0000 (03:39 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Thu, 8 Mar 2001 03:39:10 +0000 (03:39 +0000)
   - markus@cvs.openbsd.org 2001/03/08 00:15:48
     [readconf.c ssh.1]
     turn off useprivilegedports by default. only rhost-auth needs
     this. older sshd's may need this, too.

ChangeLog
readconf.c
ssh.1

index a8a1a94e12418f8954cfa9eb1b683d62a4f0b38c..415000ca45121fcdb900c382e3703719697f5f50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
 20010308
  - OpenBSD CVS Sync
-  - djm@cvs.openbsd.org 2001/03/07 10:11:23
-    [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
-    Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
-    functions and small protocol change.
+   - djm@cvs.openbsd.org 2001/03/07 10:11:23
+     [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
+     Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
+     functions and small protocol change.
+   - markus@cvs.openbsd.org 2001/03/08 00:15:48
+     [readconf.c ssh.1]
+     turn off useprivilegedports by default. only rhost-auth needs
+     this. older sshd's may need this, too.
 
 20010307
  - (bal) OpenBSD CVS Sync
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.925 2001/03/07 23:08:49 djm Exp $
+$Id: ChangeLog,v 1.926 2001/03/08 03:39:10 mouring Exp $
index 33649a8d54f39b2a4a1c7ecd8cc07a1fc42d1276..948d7eddf7ddb9596528aabc6d68947b0d14ca9b 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.64 2001/03/04 17:42:28 millert Exp $");
+RCSID("$OpenBSD: readconf.c,v 1.65 2001/03/08 00:15:47 markus Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -745,7 +745,7 @@ fill_default_options(Options * options)
        if (options->gateway_ports == -1)
                options->gateway_ports = 0;
        if (options->use_privileged_port == -1)
-               options->use_privileged_port = 1;
+               options->use_privileged_port = 0;
        if (options->rhosts_authentication == -1)
                options->rhosts_authentication = 1;
        if (options->rsa_authentication == -1)
diff --git a/ssh.1 b/ssh.1
index 4426eb661b82e8f8ec83c5eaa4cf924af5024192..b4fc1a462f51e5579e1e5f99fd132d55a178d570 100644 (file)
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh.1,v 1.97 2001/03/07 04:05:58 deraadt Exp $
+.\" $OpenBSD: ssh.1,v 1.98 2001/03/08 00:15:48 markus Exp $
 .Dd September 25, 1999
 .Dt SSH 1
 .Os
@@ -990,7 +990,7 @@ The argument must be
 or
 .Dq no .
 The default is
-.Dq yes .
+.Dq no .
 Note that setting this option to
 .Dq no
 turns off