PERFORCE change 30890 for review

Peter Wemm peter at FreeBSD.org
Fri May 9 15:50:38 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=30890

Change 30890 by peter at peter_hammer on 2003/05/09 15:49:52

	revert to vendor now that pam_ssh has been identified as a culprit

Affected files ...

.. //depot/projects/hammer/crypto/heimdal/appl/telnet/telnetd/telnetd.c#4 edit
.. //depot/projects/hammer/crypto/telnet/telnetd/telnetd.c#4 edit
.. //depot/projects/hammer/libexec/telnetd/telnetd.c#3 edit

Differences ...

==== //depot/projects/hammer/crypto/heimdal/appl/telnet/telnetd/telnetd.c#4 (text+ko) ====

@@ -116,7 +116,7 @@
 int	lowpty = 0, highpty;	/* low, high pty numbers */
 #endif /* CRAY */
 
-static int debug = 0;
+int debug = 0;
 int keepalive = 1;
 char *progname;
 

==== //depot/projects/hammer/crypto/telnet/telnetd/telnetd.c#4 (text+ko) ====

@@ -78,7 +78,7 @@
 
 int	hostinfo = 1;			/* do we print login banner? */
 
-static int debug = 0;
+int debug = 0;
 int keepalive = 1;
 const char *altlogin;
 

==== //depot/projects/hammer/libexec/telnetd/telnetd.c#3 (text+ko) ====

@@ -71,7 +71,7 @@
 
 int	hostinfo = 1;			/* do we print login banner? */
 
-debug int debug = 0;
+int debug = 0;
 int keepalive = 1;
 const char *altlogin;
 


More information about the p4-projects mailing list