search for: siad

Displaying 11 results from an estimated 11 matches for "siad".

Did you mean: said
2000 Oct 15
1
Patch for Digital Unix SIA authentication
...ist/auth-sia.c openssh-2.2.0p1/auth-sia.c --- openssh-2.2.0p1-dist/auth-sia.c Wed Dec 31 18:00:00 1969 +++ openssh-2.2.0p1/auth-sia.c Sat Oct 14 21:24:19 2000 @@ -0,0 +1,34 @@ +#include "includes.h" + +#ifdef HAVE_OSF_SIA +#include "ssh.h" + +#include <sia.h> +#include <siad.h> + +extern int saved_argc; +extern char **saved_argv; + +int +auth_sia_password (user, pass) + char *user; + char *pass; +{ + SIAENTITY *ent = NULL; + int ret; + + if (sia_ses_init (&ent, saved_argc, saved_argv, + get_canonical_hostname(), user, NULL, 0, NULL) != SIASUCCESS) + return...
2001 Dec 29
3
Solution to XP/2000 joining Samba 2.2.x Domain Problem!
...nto the domain after a reboot, so I tried to view the System Event in the XP and found this: ------------------------------------------------------------------ Source : Netlogon Type : Error Description: The session setup to the Windows NT or Windows 2000 Domain Controller \\ORACLE for the domain SIAD failed because \\ORACLE does not support signing or sealing the Netlogon session. Either upgrade the Domain controller or set the RequireSignOrSeal registry entry on this machine to 0. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. ---------------...
2001 Feb 12
2
OSF_SIA bug in 2.3.0p1
Is anyone maintaining the OSF_SIA support in openssh? This seems to be an obvious bug triggered if you try to connect as a non-existant user. >From auth1.c line 459 #elif defined(HAVE_OSF_SIA) (sia_validate_user(NULL, saved_argc, saved_argv, get_canonical_hostname(), pw->pw_name, NULL, 0, NULL, "") == SIASUCCESS)) { #else /*
2003 May 24
2
problem getting remote printer working
...nd I have set up print sharing. I then proceded to install samba and komba2 on my system....all set up and komba2 sees mt workgroup and sees the shared printer...it registers it with CUPS and everything........ however, I tried printing and nothing happened. I checked CUPS on the laptop and it siad it could not connect to the remote printer... I tried setting up a new printer in cups and everything seemed ok, CUPS said that it was able to connect and everything. so I try printing again....nothing. I checked CUPS on the Mac and it did not register any job at all. I saw that the device was...
2000 Oct 07
0
OpenSSH changes for BSD/OS
...=================================================================== RCS file: /master/contrib/openssh/auth1.c,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 auth1.c *** auth1.c 2000/08/17 16:17:52 1.1.1.1 --- auth1.c 2000/10/06 20:45:57 *************** *** 23,28 **** --- 23,34 ---- # include <siad.h> #endif + #ifdef HAVE_BSD_AUTH + # include <login_cap.h> + # include <bsd_auth.h> + static char *bsduser=NULL; /* XXX -- ugly, but we need the original */ + #endif + /* import */ extern ServerOptions options; extern char *forced_command; *************** *** 315,321 ****...
2005 Jan 28
2
I want to display my numbers for incoming calls when some one dials my number from any where
Hi to all, I and using asterisk with following 1. TDM400p card with four FXS modules, So there are four analog phone lines on four zap channels, My setup is working fine. And version is like such Asterisk CVS-v1-0-11/27/04-20:48:45 But when some dials form his number (suppose abc) to my number (suppose xxxx) I get abc number on my analog phone, but now I have purchased more than one numbers
2003 Sep 24
1
Patches for compatibility with Heimdal's libsia_krb5 SIA module
...-- openssh-3.7.1p2.orig/auth-sia.c Tue Jun 3 02:25:48 2003 +++ openssh-3.7.1p2/auth-sia.c Wed Sep 24 00:05:39 2003 @@ -31,6 +31,7 @@ #include "log.h" #include "servconf.h" #include "canohost.h" +#include "xmalloc.h" #include <sia.h> #include <siad.h> @@ -45,11 +46,12 @@ extern int saved_argc; extern char **saved_argv; +static SIAENTITY *ent = NULL; + int auth_sia_password(Authctxt *authctxt, char *pass) { int ret; - SIAENTITY *ent = NULL; const char *host; host = get_canonical_hostname(options.use_dns); @@ -57,6 +59,12 @@...
2003 Nov 18
5
Testing of recent commits
There have been a few recent commits to portable OpenSSH that require testing. It would be appreciated if you could grab the 20031118 (or later) snapshot and give it a try on your platforms of choice. Ideally, "giving it a try" means running the regress tests, in addition to casual (non-production) use and reporting your experiences back to the list. The more platforms and compile-time
2002 Apr 05
14
PLEASE TEST snapshots
The next OpenSSH release is close, too. If you want OpenSSH 3.2 to be the best version of OpenSSH, then please test the snapshots. If you like to see new features in future OpenSSH releases, then test the snapshots. If you are running OpenBSD then please test the OpenBSD snapshots. If you are running the portable OpenSSH release then please test the nightly snapshots from
2000 Dec 07
1
[PATCH] tis authserv support
...sh-2.3.0p1-tis/auth1.c Thu Dec 7 18:38:42 2000 @@ -12,6 +12,10 @@ #include "includes.h" RCSID("$OpenBSD: auth1.c,v 1.6 2000/10/11 20:27:23 markus Exp $"); +#ifdef TIS_AUTH +#include "tisauth.h" +#endif + #ifdef HAVE_OSF_SIA # include <sia.h> # include <siad.h> @@ -40,6 +44,10 @@ extern char **saved_argv; #endif /* HAVE_OSF_SIA */ +#if defined(SKEY) && defined(TIS_AUTH) +#error "S/Key and TIS authentication is not supported at the same time" +#endif + /* * convert ssh auth msg type into description */ @@ -60,6 +68,10 @@...
2006 Aug 30
30
Testing for the 4.4p1 release
Hi, The 4.4p1 release is approaching now, so we are now asking people to actively test snapshots or CVS and report back to the mailing list. Snapshots are available from http://www.mindrot.org/openssh_snap or from any of the mirrors listed on http://www.openssh.org/portable.html The latter page also includes instructions for checking out portable OpenSSH via anonymous CVS. This release