Displaying 3 results from an estimated 3 matches for "braindeath".
Did you mean:
braindead
2002 Apr 04
0
[Bug 204] New: Authentication fails when username contains an at-sign
...ired to log in using domain-qualified usernames
like "user at host.com", for instance:
ssh hostname -l user at host.com
This worked with SSH version 2.9p2-11.7 but fails with 3.1p1. I tracked the
problem down to a change at line 376 in auth1.c:
/* XXX - SSH.com Kerberos v5 braindeath. */
if ((p = strchr(user, '@')) != NULL)
*p = '\0';
Commenting out that code fixes the problem, although now I'm having a problem
with pty allocation. Sigh.
-britt
------- You are receiving this mail because: -------
You are the assignee for the bu...
2006 Jan 17
0
asterisk.ctl limitations
...e <netinet/in.h> /* sockaddr_in, htons, in_addr */
#include <netinet/in_systm.h> /* misc crud that netinet/ip.h references */
#include <netinet/ip.h> /* IPOPT_LSRR, header stuff */
@@ -87,6 +88,7 @@
/* handy stuff: */
#define SA struct sockaddr /* socket overgeneralization braindeath */
+#define SAU struct sockaddr_un /* */
#define SAI struct sockaddr_in /* ... whoever came up with this model */
#define IA struct in_addr /* ... should be taken out and shot, */
/* ... not that TLI is any better. sigh.. */
@@ -149,12 +151,16 @@
unsig...
2001 Nov 20
3
problem with AFS token forwarding
Hello,
I came across an interoperability problem in OpenSSH 3.0p1 and 3.0.1p1
concerning the AFS token forwarding. That means that the new versions are
not able to exchange AFS tokens (and Kerberos TGTs) with older OpenSSH
releases (including 2.9p2) and with the old SSH 1.2.2x. In my opinion this
problem already existed in Openssh 2.9.9p1, but I have never used this
version (I only looked at the