Displaying 20 results from an estimated 88 matches for "opi".
Did you mean:
op
2001 Nov 04
2
OPIE patch for current CVS
I redid my previous OPIE patch for the current ssh tree. It seems
to work fine here, and I'ld love to see it merged before the 3.0
release.
Wichert.
diff -x CVS -wNur ../cvs/other/openssh_cvs/Makefile.in openssh_cvs/Makefile.in
--- ../cvs/other/openssh_cvs/Makefile.in Mon Oct 22 02:53:59 2001
+++ openssh_cvs/Makefi...
2001 Jun 03
1
OPIE support patch
I just cobbled up a little patch to add support for OPIE to
OpenSSH. Currently untested, but feedback is welcome.
Wichert.
--
_________________________________________________________________
/ Nothing is fool-proof to a sufficiently talented fool \
| wichert at cistron.nl http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D...
2006 Mar 22
0
FreeBSD Security Advisory FreeBSD-SA-06:12.opie
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-06:12.opie Security Advisory
The FreeBSD Project
Topic: OPIE arbitrary password change
Category: contrib
Module: contrib_opie
Announced: 2006-03-22
Credits: Mykola Zubach
Affec...
2006 Mar 22
0
FreeBSD Security Advisory FreeBSD-SA-06:12.opie
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-06:12.opie Security Advisory
The FreeBSD Project
Topic: OPIE arbitrary password change
Category: contrib
Module: contrib_opie
Announced: 2006-03-22
Credits: Mykola Zubach
Affec...
2005 Aug 15
2
recompile sshd with OPIE?
Hi,
I'm having trouble getting an answer to the following problem on -questions
- I hope someone here has done something similar and can help.
I'd like to compile support for FreeBSD OPIE into sshd. Presently I have
to use PAM to achieve one-time password support. On a 4.x system I have
in /etc/ssh/sshd_config
ChallengeResponseAuthentication yes
and in /etc/pam.conf
sshd auth sufficient pam_opie.so no_fake_prompts
To avoid the extra PAM process on 5.x, I'd pr...
2012 Dec 08
4
read.table()
...can 12-17 1.8149 0.46677 any
Spanish (Spain) 12-17 6.1971 0.98386 any
Multi Hisp Eth 12-17 6.7006 1.12464 any
NH White 12-17 4.8442 0.08660 any
NH Black 12-17 3.6943 0.16045 any
NH AM-AK 12-17 9.6325 1.06100 any
NH HI-OPI 12-17 3.9189 1.08047 any
NH Asian 12-17 1.9115 0.28432 any
NH Multiracial 12-17 6.4255 0.51434 any
Mexican 18-25 8.9284 0.73022 any
Puerto Rican 18-25 6.1364 0.28394 any
Cuban 18-25 8.6782 1.45543 any
C-S Amer...
2000 Dec 02
2
pam, openssh and opie
Hello folks, this looks about the only place I can find on issues dealing
with the subject line. The message that got me posting is included below the
line of *'s.
Basically I've tried getting this working with Pam authentication and using
the new login binary that comes with Opie 2.32. No joy.
I am using
RedHat 6.0
OpenSSH 2.3.0p1
Pam 0.66-18
I can get the opie challenge only on a console (no openssh), if I attempt to
to include the opie_pam module in the /etc/pam.d/sshd file, all
authentication fails and no login is possible. Has anyone come up with any
workarounds...
2004 Jul 02
0
[Bug 330] Add OPIE support
http://bugzilla.mindrot.org/show_bug.cgi?id=330
------- Additional Comments From dtucker at zip.com.au 2004-07-02 13:10 -------
I tried compiling this with opie-2.4 (from http://www.inner.net/opie) but
configure wouldn't detect OPIE ("undefined reference to `opie_keyinfo").
Even making configure find opie.h and libopie, sshd won't link:
undefined reference to `opie_haskey'
undefined reference to `opie_passverify'
It appears tha...
2002 Jul 03
4
opie support?
I see that you have s/key support in ssh, any plans to add opie support as
well ?
just asking ..
2006 Nov 20
1
OPIE + single user mode
Hallo all,
Have a problem and while OPIE seems to be the solution, not sure it
will work. The issue here is the only way I can access my remote box
in single user mode is via telnetting to a termserv I have setup that
connects to the FBSD servers serial port. Problem of course being that
to log on to FBSD in single user mode I have to...
2000 Apr 29
0
PAM support, OPIE
Hello,
on my Debian woody system, I tried to get sshd to accept OPIE (one
time password) authorization through PAM. This currently fails because
there is no way to permit the OPIE challenge to be displayed at the
password prompt.
Starting from the patch at
http://www.debian.org/Bugs/db/61/61906.html
I managed to get OPIE working. However, the patch above is no...
2002 Jul 02
0
[Bug 330] New: Add OPIE support
http://bugzilla.mindrot.org/show_bug.cgi?id=330
Summary: Add OPIE support
Product: Portable OpenSSH
Version: -current
Platform: All
URL: http://people.freebsd.org/~des/software/opie.diff
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd...
2010 Nov 05
0
[LLVMdev] Basic block liveouts
...;s "next" value exists outside of the
basic block.
for instance:
std::vector<unsigned> findLiveOut( MachineBasicBlock * mbb ) {
std::vector<unsigned> liveout;
for( MachineBasicBlock::iterator mbbi = mbb->begin(), mbbe = mbb->end();
mbbi != mbbe; ++mbbi ) {
for( opi = 0, ope = mbbi->getNumOperands(); opi < ope; ++opi ) {
MachineOperand & operand = mbbi->getOperand(opi);
if( operand.isReg() == false )
continue;
if( operand.getReg() == 0 )
continue;
if( ! TargetRegisterInfo::isVirtualRegister(operand.getReg())...
2015 Apr 17
0
[Bug 330] Add OPIE support
...---------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|REOPENED |RESOLVED
--- Comment #6 from Damien Miller <djm at mindrot.org> ---
I don't think we'll ever implement OPIE; better 2FA mechanisms exist
now. If we were to offer some non-PAM, non-bsd_auth system it would
need to be more general than just OPIE.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching someone on the CC list of the bug.
2009 Apr 08
1
[Bug 330] Add OPIE support
https://bugzilla.mindrot.org/show_bug.cgi?id=330
--- Comment #4 from Alessandro Soraruf <soraruf at ntd.homelinux.org> 2009-04-09 03:59:33 ---
Created an attachment (id=1626)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1626)
Patch to add support to OPIE
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching someone on the CC list of the bug.
2000 Jul 21
0
OpenSsh 2.1.1p4 - OPIE patch
Welcome :)
This patch is ported version of opie patch to 1.2pre release which never
be released. Why ? I don't known. Ask Damien. ;)
--
Piotr "Charvel" Majka | PGP & GPG Public Key: finger charvel at link.pl | Uin: 20873695
GCM d- s-:- a- C++ UL++++ P+ L+++ E--- W+ N+++ !o !K w--- !O M V- PS+ PE !Y
PGP+ t--- !5 X R tv- b !D...
2003 Nov 02
1
opie bug or ..?
Hi. I have a question related to freebsd opie implementation.
I am running 4.9-RELEASE and I've tried to setup opie.
*** 1 *** opiepasswd/opiekey
I've added user using `opiepasswd -c "ssa"`
mx2# opiepasswd -c "ssa"
Adding ssa:
Only use this method from the console; NEVER from remote. If you are using...
2005 Aug 16
0
OPIE S/Key One-Time Password support on CentOS 4
I am curious to know if anyone has OPIE, S/Key, or any similar open source
One-Time Password or Dual Authentication system working on Centos 4.
Sincerely,
Trevor Hammonds
SkyHost / SkyNet Information Systems
2010 Nov 05
4
[LLVMdev] Basic block liveouts
Is there an easy way to obtain all liveout variables of a basic block? Liveins
can be found for each MachineBasicBlock, but I can only find liveouts for the
whole function, at MachineRegisterInfo. Do I need to find them out manually?
2010 Aug 29
1
[LLVMdev] [Query] Programming Register Allocation
...ock:
for( MachineFunction::iterator mfi=Fn.begin(), mfe=Fn.end(); mfi != mfe;
++mfi ) {
// for each byte code line:
for( MachineBasicBlock::iterator mbbi = mfi->begin(), mbbe =
mfi->end(); mbbi != mbbe; ++mbbi ) {
// for each variable used:
for( int opi=0, ope=mbbi->getNumOperands(); opi != ope; ++opi )
{
// Get the variable
const MachineOperand mop = mbbi->getOperand( opi );
// If it is a register, notify the class.
if( mop.isReg() ) {
// DEBUG( dbgs() <&...