search for: jbasney

Displaying 13 results from an estimated 13 matches for "jbasney".

2004 Dec 02
1
[Bug 958] patch to support GSI GSSAPI mechanism
...Version: 3.9p1 Platform: All URL: http://grid.ncsa.uiuc.edu/ssh/ OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: jbasney at ncsa.uiuc.edu The following patch adds support for the GSI GSSAPI mechanism to OpenSSH. It adds gss-serv-gsi.c (similar to gss-serv-krb5.c) and modifies Makefile.in, acconfig.h, configure.ac, and gss-serv.c to support the new GSSAPI mechanism. It also makes a one-line change to auth2-gss.c t...
2006 Jul 25
2
[Bug 1100] GSSAPI-with-mic doesn't handle empty usernames
http://bugzilla.mindrot.org/show_bug.cgi?id=1100 jbasney at ncsa.uiuc.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbasney at ncsa.uiuc.edu ------- You are receiving this mail because: ------- You are...
2006 Sep 29
0
[Bug 958] patch to support GSI GSSAPI mechanism
http://bugzilla.mindrot.org/show_bug.cgi?id=958 jbasney at ncsa.uiuc.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #744 is|0 |1 obsolete| | ------- Comment #2 from jbasney at...
2004 Jan 14
6
[Bug 788] request for zlib.h configure test
...test Product: Portable OpenSSH Version: -current Platform: PPC OS/Version: AIX Status: NEW Severity: enhancement Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: jbasney at ncsa.uiuc.edu I see a configure test for the presence of zlib.h was removed from configure.in in the following revision. ---------------------------- revision 1.317 date: 2001/10/24 05:36:55; author: tim; state: Exp; lines: +10 -10 [configure.in] Fix test for broken dirname. Based on pat...
2006 Nov 15
0
[Bug 1100] GSSAPI-with-mic doesn't handle empty usernames
http://bugzilla.mindrot.org/show_bug.cgi?id=1100 ------- Comment #2 from jbasney at ncsa.uiuc.edu 2006-11-15 11:17 ------- Created an attachment (id=1207) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1207&action=view) patch to support empty usernames with gssapi-with-mic This patch (against CVS tag V_4_5_P1) works for me. Hope it's useful. ------- You a...
2009 Sep 05
3
[Bug 958] patch to support GSI GSSAPI mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=958 Christoph Anton Mitterer <calestyo at scientia.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |calestyo at scientia.net --- Comment #3 from Christoph Anton Mitterer <calestyo at
2015 Nov 12
10
[Bug 2495] New: add GSI GSSAPI SSO authentication to OpenSSH
https://bugzilla.mindrot.org/show_bug.cgi?id=2495 Bug ID: 2495 Summary: add GSI GSSAPI SSO authentication to OpenSSH Product: Portable OpenSSH Version: 7.1p1 Hardware: amd64 OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Kerberos support Assignee:
2010 Jan 21
6
[Bug 1702] New: PreferredAuthentications setting doesn't work when spaces are used as documented
https://bugzilla.mindrot.org/show_bug.cgi?id=1702 Summary: PreferredAuthentications setting doesn't work when spaces are used as documented Product: Portable OpenSSH Version: 5.3p1 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: ssh
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2005 Mar 02
12
Call for release testing
Hi, We are preparing to release another stable OpenSSH soon, so once again we are asking for your help in testing CVS snapshots. Changes include: * ssh(1) now allows the optional specification of an address to bind to in port forwarding connections (local, remote and dynamic). See the -L, -R options in the ssh(1) man page as well as LocalForward and RemoteForward options in
2008 Sep 23
0
X11 forwarding fails from Mac OS 10.5.5
Hello, When I use an ssh client built from the openssh.org OpenSSH_5.1p1 sources on Mac OS 10.5.5 (Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386), I get the following error when trying to launch an xterm in a remote ssh session: debug1: client_input_channel_open: ctype x11 rchan 3 win 2097152 max 16384 debug1: client_request_x11: request from
2009 Sep 10
1
need -lresolv on MacOSX 10.6
Hi, When building OpenSSH 5.2p1 on MacOSX 10.6.0, I get the following ld error gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o mux.o -L. -Lopenbsd-compat/ -fstack-protector-all -lssh -lopenbsd-compat -lcrypto -lz Undefined symbols: "_res_9_query", referenced from: _getrrsetbyname in libopenbsd-compat.a(getrrsetbyname.o)
2010 Apr 19
0
daemon() before bind()
Hello OpenSSH developers, I hope you won't mind confirming something for me. Recently an OpenSSH user objected to me about the sshd exiting with status 0 when the bind to port 22 fails ("Address already in use"), because it makes it not obvious to the init script that something went wrong in sshd startup. As I understand it, this behavior is due to the sshd calling daemon() before