FreeBSD Bugzilla – Attachment 11881 Details for
Bug 23203
opie doesn't know that ssh connections are secure and you can't tell it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.29 KB, created by
Bill Fenner
on 2000-12-01 06:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bill Fenner
Created:
2000-12-01 06:30:02 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/src/usr.bin/opiekey/Makefile,v >retrieving revision 1.4.2.1 >diff -u -r1.4.2.1 Makefile >--- Makefile 2000/05/14 21:15:05 1.4.2.1 >+++ Makefile 2000/12/01 05:51:26 >@@ -6,7 +6,7 @@ > SRCS= opiekey.c > MAN1= opiekey.1 > >-CFLAGS+= -I${OPIE_DIST} >+CFLAGS+= -I${OPIE_DIST} -DINSECURE_OVERRIDE > > DPADD= ${LIBOPIE} ${LIBMD} > LDADD= -lopie -lmd >Index: Makefile >=================================================================== >RCS file: /home/ncvs/src/usr.bin/opiepasswd/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- Makefile 1999/08/28 01:04:47 1.4 >+++ Makefile 2000/12/01 05:51:40 >@@ -6,7 +6,7 @@ > SRCS= opiepasswd.c > MAN1= opiepasswd.1 > >-CFLAGS+=-I${OPIE_DIST} >+CFLAGS+=-I${OPIE_DIST} -DINSECURE_OVERRIDE > > DPADD= ${LIBOPIE} ${LIBMD} > LDADD= -lopie -lmd >Index: opiekey.c >=================================================================== >RCS file: /home/ncvs/src/contrib/opie/opiekey.c,v >retrieving revision 1.1.1.2.6.1 >diff -u -r1.1.1.2.6.1 opiekey.c >--- opiekey.c 2000/06/09 07:14:56 1.1.1.2.6.1 >+++ opiekey.c 2000/12/01 05:53:59 >@@ -138,7 +138,7 @@ > char *slash; > int hex = 0; > int type = RESPONSE_STANDARD; >- int force; >+ int force = 0; > > if (slash = strchr(argv[0], '/')) > slash++;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23203
: 11881