0
votes
1answer
24 views
WCF: Why does passing in a remote endpoint fail?
The problem I am having connecting a wcf client application to a host running on a separate machine is documented in a question previously asked:
…
0
votes
1answer
39 views
Exception on SslStream.AuthenticateAsClient (The message was badly formatted)
I have got wierd problem going on. I am trying to connect to Apple server via TCP/SSL. I am using a Client certificate provided by Apple for push notifications. I installed the certificate on my …
0
votes
2answers
205 views
EncryptMessage returns SEC_E_INVALID_TOKEN
Hi
When using the EncryptMessage (SChannel) from the win32 API with a valid context, I am supplying the four buffers in the correct order I get the SEC_E_INVALID_TOKEN response which according to the …
0
votes
4answers
42 views
Cannot create SSPI context
Hi All,
I am working on a .NET application where I am trying to build the database scripts. While building the project, I am getting an error "Cannot create SSPI context.". This error is shown in the …
0
votes
1answer
77 views
AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
Hi
I have managed to open the certificate store by using CertOpenSystemStore and I can find my self signed certificate (created using OpenSSL) using CertFindCertificateInStore which I installed …
1
vote
2answers
311 views
Windows user credential validation on a different domain
Hi,
I'm trying to validate a user's windows credentials on a computer that's not joined to the domain. It seems like this should be possible to do using the SSPI API, but I haven't been able to get …
1
vote
3answers
445 views
Simple client/server, TCP/IP encrypting the message stream, SSL (C++)
Hi,
Basically my question is the exact same one as this:
http://stackoverflow.com/questions/937459/simple-client-server-tcp-ip-encrypting-the-message-stream-ssl
The difference is that I need this …
2
votes
1answer
324 views
NTLM proxy without password?
I work on a corporate windows network (which I log in to) with a HTTP proxy. When I use Internet Explorer it magically uses the proxy without me needing to type in my password. Certain other programs …
2
votes
4answers
631 views
Alternatives to LogonUser for network impersonation (C++)
Are there any alternatives to LogonUser and for impersonating given account in order to access network resources? I'm looking for the method of impersonation which would let me connect to machine in …
0
votes
2answers
222 views
How to Setup Multiple Authentication Types for 1 Subversion Repo?
We have an SVN 1.4 repository that uses Apache 2.0 for authentication; specifically, the mod-auth-sspi module to authenticate with our Windows Domain. The relevant portion of httpd.conf looks like …
0
votes
2answers
114 views
Need a csharp signature for AcquireCredentialsHandle win32 api function
I have somehow come out with a signature for this api call, but the call does not work in the expected fashion. Some vital data structures are not get populated properly hence I am not getting …
2
votes
2answers
582 views
integrated SQL-server authentication from untrusted domain
I really want to use SQL-server from a C#/.NET appliaction without using SQL-Server accounts or adding the affected computer to the same domain or to any domain at all or to use the same logon-name as …
2
votes
2answers
397 views
SSPI Connection in .Net 2.0 Web Service
I'm trying to test a .Net 2.0 Web Service I created in C#. One of our servers is on windows 2000 and can currently only support .Net 2.0 . I can test it local to my machine and it works fine but when …
0
votes
1answer
257 views
Access CVS through Apache service using SSPI
I'm running an Apache server (v2.2.10) with mod_python, Python 2.5 and Django. I have a small web app that will show the current projects we have in CVS and allow users to make a build of the …
0
votes
2answers
104 views
Unresolved external symbol CompleteAuthToken referenced
While porting a desktop application to windows mobile I've reached the following error:
Error LNK2019: unresolved external
symbol CompleteAuthToken referenced in
function
Reading MSDN it …
