[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2023-12-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 Tim Connors changed: What|Removed |Added CC||tim.w.conn...@gmail.com -- You are

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 Marco Trevisan changed: What|Removed |Added CC||m...@3v1n0.net --- Comment #15 from

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2023-05-19 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 bill.laze...@gmail.com changed: What|Removed |Added CC||bill.laze...@gmail.com ---

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2022-08-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 --- Comment #12 from Magnus Svendsen --- Sorry, forgot to comment my patch, quite new to this bugzilla stuff. Does anyone know why sshpam_respond only wants num=1? I tried doing num=2 from the PAM_TEXT_INFO case, but ended up just getting

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2022-08-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 Magnus Svendsen changed: What|Removed |Added CC||magnusgsv...@gmail.com --- Comment #11

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2019-08-01 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 James Ralston changed: What|Removed |Added CC||rals...@pobox.com --- Comment #10 from

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-19 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 --- Comment #9 from Damien Miller --- That diff is insufficient (or maybe wrong). It gets the PAM subprocess desyncronised in sshpam_respond(), since that expects num==1 only. -- You are receiving this mail because: You are watching someone on

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 --- Comment #8 from Damien Miller --- Created attachment 3160 --> https://bugzilla.mindrot.org/attachment.cgi?id=3160=edit assign ERROR_MSG/TEXT_INFO messages to kbd-int information field I think we can just assign these messages to *info -

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 --- Comment #7 from Martin --- INFO is the only message I want to send and first doesn't make a difference (in my case it's always first). It's never sent immediately. PROMPT allways gets sent immediately. -- You are receiving this mail

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 --- Comment #6 from Darren Tucker --- (In reply to Damien Miller from comment #4) > The code below that comment appears to be filling in the > challenge-response prompts, which gets sent immediately via It's dependent on the ordering of the PAM

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 --- Comment #5 from Martin --- All I know is that it works for PAM_PROMPT_ECHO_[ON|OFF] in OpenSSH and it doesn't for PAM_TEXT_INFO. Also, in pamtester they work both. -- You are receiving this mail because: You are watching someone on the CC

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 --- Comment #4 from Damien Miller --- The code below that comment appears to be filling in the challenge-response prompts, which gets sent immediately via auth2-chall.c:send_userauth_info_request -> kbdintctxt->device->query

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 Darren Tucker changed: What|Removed |Added CC||dtuc...@dtucker.net --- Comment #3 from

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 --- Comment #2 from Martin --- This is what debug tells me at the moment my PAM pluging takes over: debug1: Next authentication method: keyboard-interactive -- You are receiving this mail because: You are watching someone on the CC list of the

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2018-06-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org --- Comment #1 from