Displaying 20 results from an estimated 42 matches for "mm_answer_authpassword".
2002 Nov 20
0
[marco.ortisi@flashcom.it: Re: bug on openssh 3.5p1]
...41 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 3
debug3: mm_answer_authserv: service=ssh-connection, style=
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed none for root from 192.168.0.66 port 32982 ssh2
debug3: mm_request_receive entering
debug3: mm_auth_password: user not authenticated
Failed none for root from 192.168.0.66 port 32982 ssh2
debug1: userauth-request for user root servi...
2003 Oct 05
2
OpenSSH Authentication on Solaris w/ NIS+ Problem
...43 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 3
debug3: mm_answer_authserv: service=ssh-connection, style=
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed none for student from 10.0.0.1 port 1583 ssh2
debug3: mm_request_receive entering
debug3: mm_auth_password: user not authenticated
Failed none for student from 10.0.0.1 port 1583 ssh2
debug1: userauth-request for user student servic...
2003 Jan 21
3
X11 forwarding problem -- openssh-3.5p1 -- redhat 8.0 -- linux 2.4.18
...41 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 3
debug3: mm_answer_authserv: service=ssh-connection, style=
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed none for download from 129.24.246.132 port 1179 ssh2
debug3: mm_request_receive entering
debug3: mm_auth_password: user not authenticated
Failed none for download from 129.24.246.132 port 1179 ssh2
debug1: userauth-request for user...
2002 Mar 27
0
[Bug 192] New: monitor.c:545: undefined reference to `auth_password with USE_PAM on
...rsa.o auth-sia.o sshpty.o sshlogin.o
loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o
auth-skey.o auth-bsdauth.o monitor_mm.o monitor.o -L. -Lopenbsd-compat/
-L/local/pkg/openssl/lib -lssh -lopenbsd-compat -lwrap -lpam -ldl -lutil
-lz -lnsl -lcrypto
monitor.o: In function `mm_answer_authpassword':
/local/pkg/openssh/src/openssh/monitor.c:545: undefined reference to
`auth_password'
But auth_password is defined in auth-passwd.c, and the whole file is
surrounded by
#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
------- You are receiving this mail because: -------
You a...
2002 Mar 27
3
[Bug 192] monitor.c:545: undefined reference to `auth_password with USE_PAM on
.../show_bug.cgi?id=192
------- Additional Comments From mouring at eviladmin.org 2002-03-28 04:04 -------
If I understand the PAM code (none of the PRIVSEP code has been made to work
with it right now) one should never called auth_password() they should
be calling auth_pam_password()..
So in mm_answer_authpassword() function it should look something like this
(untested, and unsure if any other PAM tweaks are needed), but I won't commit
anything until someone says ya or na for it being correct.
passwd = buffer_get_string(m, &plen);
/* Only authenticate if the context is valid */
+...
2003 Mar 26
0
Password expiry in auth-krb5.c
...rb5.c to do so.
Here's a backtrace when stopped in auth_krb5_password:
#0 auth_krb5_password (authctxt=0x8e148, password=0x90250 "XXXXXXXX") at auth-krb5.c:270
#1 0x274d8 in auth_password (authctxt=0x8e148, password=0x90250 "XXXXXXXX") at auth-passwd.c:140
#2 0x380fc in mm_answer_authpassword (socket=9, m=0xffbeef28) at monitor.c:608
#3 0x376c4 in monitor_read (pmonitor=0x8bec0, ent=0x84150, pent=0xffbeefbc) at monitor.c:371
#4 0x37244 in monitor_child_preauth (pmonitor=0x8bec0) at monitor.c:280
#5 0x1aaac in privsep_preauth () at sshd.c:603
#6 0x1d45c in main (ac=3, av=0xffbefaac)...
2003 Mar 03
1
AIX 4.3.3/OpenSSH 3.5p1 Crashing
...at it looks like from the client side:
[ruhl at pstrain ruhl]$ ssh -p 1212 localhost
ruhl at localhost's password:
Connection closed by 127.0.0.1
[ruhl at pstrain ruhl]$
And this from the server side:
debug3: mm_request_send entering: type 10
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
debug3: mm_auth_password: waiting for MONITOR_ANS_AUTHPASSWORDFailed none
for ruhl from 127.0.0.1 port 63536 ssh2
debug3: mm_request_receive entering
debug3: mm_request_receive_expect entering: type 11
debug3: mm_request_receive entering...
2003 Dec 03
1
LinuxPAM woes on the 3.6 series of openssh portable - strange behaviour
...d entering: type 10
debug3: monitor_read: checking request 10
debug3: mm_auth_password: waiting for MONITOR_ANS_AUTHPASSWORD
debug3: mm_request_receive_expect entering: type 11
debug3: mm_request_receive entering
debug1: PAM password authentication failed for e341518: Authentication failure
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed none for e341518 from XXX.XXX.XXX.XXX port 44847 ssh2
debug3: mm_request_receive entering
debug3: mm_auth_password: user not authenticated
Failed none for e341518 from XXX.XXX.XXX.XXX port 44847 ssh2
2003 Apr 17
0
pam_mkhomedir and priv separation
...authserv: service=ssh-connection, style=
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug2: input_userauth_request: try method none
debug3: mm_auth_password entering
debug3: mm_request_send entering: type 10
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed none for ldapguy from 10.1.10.107 port 33304 ssh2
debug3: mm_request_receive entering
debug3: mm_auth_password: waiting for MONITOR_ANS_AUTHPASSWORD
debug3: mm_request_receive_expect entering: type 11
debug3: mm_request_receive ente...
2004 Sep 07
0
Please review openssh patch for selinux
...+
#ifdef USE_PAM
int mm_answer_pam_start(int, Buffer *);
int mm_answer_pam_account(int, Buffer *);
@@ -178,6 +182,9 @@
{MONITOR_REQ_AUTHSERV, MON_ONCE, mm_answer_authserv},
{MONITOR_REQ_AUTH2_READ_BANNER, MON_ONCE, mm_answer_auth2_read_banner},
{MONITOR_REQ_AUTHPASSWORD, MON_AUTH, mm_answer_authpassword},
+#ifdef WITH_SELINUX
+ {MONITOR_REQ_AUTHROLE, MON_ONCE, mm_answer_authrole},
+#endif
#ifdef USE_PAM
{MONITOR_REQ_PAM_START, MON_ONCE, mm_answer_pam_start},
{MONITOR_REQ_PAM_ACCOUNT, 0, mm_answer_pam_account},
@@ -602,6 +609,9 @@
else {
/* Allow service/style information on the...
2002 Jul 18
1
[Bug 342] RhostsRSAAuthentication does not work with 3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=342
stevesk at pobox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From stevesk at pobox.com 2002-07-18
2004 Jan 22
1
AIX and openssh 3.7.1p2 with privsep
...ng: type 10
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug3: mm_request_receive_expect entering: type 11
debug3: mm_request_receive entering
debug3: AIX/authenticate failed for user atompkin: 3004-300 You entered an
invalid login name or password.
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
debug3: mm_auth_password: user not authenticated
Failed none for atompkin from 169.198.11.77 port 42915 ssh2
debug3: mm_request_receive entering
debug1: userauth-request for user atompkin service ssh-connection method
keyboard-interactive...
2010 Jun 02
1
openssh sftp fails to start a session
...ive_expect entering: type 11
debug3: mm_request_receive entering
debug3: monitor_read: checking request 3
debug3: mm_answer_authserv: service=ssh-connection, style=
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed none for testu from 127.0.0.1 port 34117 ssh2
debug3: mm_request_receive entering
debug3: mm_auth_password: user not authenticated
debug1: userauth-request for user testu service ssh-connection method publickey
debug1: attempt 1 fai...
2006 Feb 12
1
sshd double-logging
..., MON_ONCE|MON_AUTHDECIDE, mm_answer_pam_free_ctx},
#endif
#ifdef SSH_AUDIT_EVENTS
@@ -231,8 +231,8 @@ struct mon_table mon_dispatch_proto15[]
{MONITOR_REQ_SESSKEY, MON_ONCE, mm_answer_sesskey},
{MONITOR_REQ_SESSID, MON_ONCE, mm_answer_sessid},
{MONITOR_REQ_AUTHPASSWORD, MON_AUTH, mm_answer_authpassword},
- {MONITOR_REQ_RSAKEYALLOWED, MON_ISAUTH, mm_answer_rsa_keyallowed},
- {MONITOR_REQ_KEYALLOWED, MON_ISAUTH, mm_answer_keyallowed},
+ {MONITOR_REQ_RSAKEYALLOWED, MON_AUTH, mm_answer_rsa_keyallowed},
+ {MONITOR_REQ_KEYALLOWED, MON_AUTH, mm_answer_keyallowed},
{MONITOR_REQ_RSACHALLE...
2012 Nov 01
5
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|pgsery at swcp.com |djm at mindrot.org
--- Comment #58 from Damien Miller
2002 Jun 28
0
Newer OSF patch.
...if
+
static Authctxt *authctxt;
static BIGNUM *ssh1_challenge = NULL; /* used for ssh1 rsa auth */
@@ -154,6 +158,9 @@
{MONITOR_REQ_AUTHSERV, MON_ONCE, mm_answer_authserv},
{MONITOR_REQ_AUTH2_READ_BANNER, MON_ONCE, mm_answer_auth2_read_banner},
{MONITOR_REQ_AUTHPASSWORD, MON_AUTH, mm_answer_authpassword},
+#ifdef HAVE_OSF_SIA
+ {MONITOR_REQ_SETUP_SIA, MON_ONCE, mm_answer_setup_sia},
+#endif
#ifdef USE_PAM
{MONITOR_REQ_PAM_START, MON_ONCE, mm_answer_pam_start},
#endif
@@ -196,6 +203,9 @@
{MONITOR_REQ_SKEYQUERY, MON_ISAUTH, mm_answer_skeyquery},
{MONITOR_REQ_SKEYRESPOND, MON_AUTH...
2010 Jul 13
5
[Bug 1794] New: sshd segfault when calling pam_authenticate() in pam_unix module which has option "try_first_pass"
...in sshpam_auth_passwd (authctxt=0x400118d8,
password=0x73745f72 <Error reading address 0x73745f72: Bad address>)
at auth-pam.c:1208
#6 0xced4 in auth_password (authctxt=0x6, password=0x72656164 <Error
reading address 0x72656164: Bad address>)
at auth-passwd.c:116
#7 0x20f38 in mm_answer_authpassword (sock=1073813720, m=0x400039fc)
at monitor.c:740
#8 0x21734 in monitor_read (pmonitor=0x40011920, ent=0x40001600,
pent=0x5b800) at monitor.c:493
#9 0x21b98 in monitor_child_preauth (_authctxt=0x40008f40,
pmonitor=0x40017b48) at monitor.c:369
#10 0xbdfc in main (ac=2139031728, av=0x40001684) at ss...
2002 Dec 06
0
Error Msg --> "fork of unprivileged child failed"
...m_auth_password: waiting for MONITOR_ANS_AUTHPASSWORD
debug3: mm_answer_authserv: service=ssh-connection, style=
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 10
debug3: mm_request_receive_expect entering: type 11
debug3: mm_answer_authpassword: sending result 1
debug3: mm_request_send entering: type 11
Accepted password for sshd from 148.63.229.186 port 2079 ssh2
debug1: monitor_child_preauth: sshd has been authenticated by privileged process
debug3: mm_get_keystate: Waiting for new keys
debug3: mm_request_receive_expect entering: type 2...
2006 Nov 22
10
[Bug 1264] Channel not close by sshd Server
...45 used once,
disabling now debug3: mm_request_receive entering debug3: monitor_read:
checking request 3 debug3: mm_answer_authserv: service=ssh-connection,
style= debug2: monitor_read: 3 used once, disabling now debug3:
mm_request_receive entering debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0 debug3:
mm_request_send entering: type 11 debug3: mm_auth_password: user not
authenticated Failed none for root from 15.1.196.211 port 1023 ssh2
debug3: audit failed auth attempt, method none euid 102 debug3:
auth_allowed: method=publickey user=root debug3: auth_allowed:
method=pa...
2003 Sep 26
0
openssh 3.7.1p2 linux port problem
...authserv: service=ssh-connection,
style=
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug2: input_userauth_request: try method none
debug3: mm_auth_password entering
debug3: mm_request_send entering: type 10
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed none for root from 192.168.1.253 port 32896
ssh2
debug3: mm_request_receive entering
debug3: mm_auth_password: waiting for
MONITOR_ANS_AUTHPASSWORD
debug3: mm_request_receive_expect entering: type 11
debug3: mm_request_receive enter...