search for: tis_auth

Displaying 2 results from an estimated 2 matches for "tis_auth".

2000 Dec 07
1
[PATCH] tis authserv support
....0 diff -urN openssh-2.3.0p1/acconfig.h openssh-2.3.0p1-tis/acconfig.h --- openssh-2.3.0p1/acconfig.h Wed Oct 18 15:11:44 2000 +++ openssh-2.3.0p1-tis/acconfig.h Thu Dec 7 18:38:42 2000 @@ -276,6 +276,8 @@ /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ #undef IPV4_IN_IPV6 +#undef TIS_AUTH + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ diff -urN openssh-2.3.0p1/auth1.c openssh-2.3.0p1-tis/auth1.c --- openssh-2.3.0p1/auth1.c Sat Oct 14 07:23:11 2000 +++ openssh-2.3.0p1-tis/auth1.c Thu Dec 7 18:38:42 2000 @@ -12,6 +12,10 @@ #include...
2001 Mar 13
0
[PATCH] openssh 2.5.1p2 TIS authserv support
...sshd.0 sftp-server.0 sftp.0 diff -urN openssh-2.5.1p2/acconfig.h openssh-2.5.1p2-tis/acconfig.h --- openssh-2.5.1p2/acconfig.h Mon Feb 26 22:39:07 2001 +++ openssh-2.5.1p2-tis/acconfig.h Fri Mar 9 10:10:31 2001 @@ -299,6 +299,8 @@ /* Needed for SCO and NeXT */ #undef BROKEN_SAVED_UIDS +#undef TIS_AUTH + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ diff -urN openssh-2.5.1p2/auth-chall.c openssh-2.5.1p2-tis/auth-chall.c --- openssh-2.5.1p2/auth-chall.c Sun Feb 18 07:01:00 2001 +++ openssh-2.5.1p2-tis/auth-chall.c Fri Mar 9 11:07:39 2001 @@ -68,7...