Displaying 4 results from an estimated 4 matches for "authctx".
Did you mean:
authctxt
2003 Sep 18
11
[Bug 684] ssh cannot access keys stored in agent
http://bugzilla.mindrot.org/show_bug.cgi?id=684
Summary: ssh cannot access keys stored in agent
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2002 Feb 12
0
[Bug 111] New: sshd syslogs raw untrusted data
...s() whenever
they are passed to log() et al (I had to re-add vis.[ch]) but I am not sure
whether I got all cases covered. It would probably be more efficient to add
vis() to do_log()...as long as the potential ambiguity in cases where more than
one piece of untrusted data is logged (e.g. method and authctx->user in
auth_log()) is considered harmless.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2004 Dec 17
1
why openssh tries `none` authentication method
...ficance of trying `none` method during
authentication sequence. Is there any way to avoid unnecessary trying of
this none authentication method first. We are writing a patch to log bad
login into btmp for all traditional authentication methods supported by SSH.
The `none` method increments the authctx-failures and we are facing problems
with this.
-logu
2006 May 15
2
[PATCH 10/12 bugfix: openssh-4.3p2: memory leak
The variable local_user was allocated by xstrdup and is not freed or
pointed to in this branch. This patch adds the xfree. This entire set
of patches passed the regression tests on my system. Bug found by
Coverity.
Signed-off-by: Kylene Hall <kjhall at us.ibm.com>
---
sshconnect.c | 1 +
1 files changed, 1 insertion(+)
diff -uprN openssh-4.3p2/sshconnect.c