XP SP3 Password Change
Tue, 15 Jul 2008 07:52:01 -0700
I am running Windows Server 2003 R2 SP1 with XP and 2k clients.
The newer machines I have are running XP SP3.
The problem I have on the SP3 machines is that I cannot perform a Change
Password. The Change Password Dialog box appears, but the New password is
never accepted as valid. It comes back with the enha ...
|
Changing execution context in the app.
Mon, 14 Jul 2008 16:58:59 -0700
Hello,
I am trying to see if I can change the execution context of my code to
'NT Authority\Network Service'. How can I do that?
If I execute my code, it will run as myself, but I would like some part
of my code to run as Network Service.
This is for testing purpose, my unit test ideally run some part of ...
|
RC4 without interop with older Crypto API.
Fri, 11 Jul 2008 16:47:20 +0100
People,
I've got a current application written r C++ and VB6 which uses RC4 (yes I
know its not very strong but was sufficient at the time) for certain
communications. All participants have access to a locally held shared
secret key which is a simple string on which I use a SHA1 hash to derive a
key.
Now ...
|
PSEXEC
Wed, 9 Jul 2008 10:51:11 -0700
I am using PSEXEC to remote install register some dlls and apps to my
workstations. Corp has decided to block the PSEXEC.EXE via McAfee. I got
around part of that by renameing my file to another name. The issue is that
when I am running my commands, the PSEXEC command window does not go away. I
am thinking t ...
|
nets and webs
Sat, 5 Jul 2008 23:05:00 -0700
use it wisely ...
|
Installing the exe assembly on each and every computer just isn't an option
Thu, 3 Jul 2008 12:06:11 +0200
I think I'm going nuts! I have a perfectly fine exe assembly built with
Microsoft Visual C# 2008 Express Edition. When executed from my local hard
drive it runs as exactly as expected. However, when trying to launch it from
a network drive it just won't run. I've been googling like crazy, and
thought I had f ...
|
Tracking a Process that deletes Users/computers
Wed, 2 Jul 2008 05:09:01 -0700
Can someone lead me in the right direction on how to find out what
service/user is running a script by development that deletes users/computers
from Active Directory based on certain criteria. is there a way to lead the
user/service to the script? I set auditing on Object Access and it shows
Events logged ...
|
|
|
How can I get domain name using domain's sid?
Mon, 30 Jun 2008 15:36:00 -0700
Hi,
I'm using vs2005 and .net 2 for a windows applicaiton. Does anyone know
how I can get the domain name if all I have is the domain sid? Thank you.
--
Thanks. ...
|
Is ECDiffieHellmanCn supported on Windows XP SP2
Mon, 30 Jun 2008 11:15:01 -0700
I wrote that ECDiffieHellmanCn class (framework 3.5) is supported on Win XP
SP2:
http://msdn.microsoft.com/en-us/library/system.security.cryptography.ecdiffiehellmancng.aspx
But i have this message when i run the code:
System.PlatformNotSupportedException.
Do i have to install something? ...
|
Problem with SslStream for data connection for FTP
Thu, 26 Jun 2008 13:03:00 -0700 (PDT)
Hello,
I'm trying do FTP over SSL and am running into a problem on the data
connection (control connection is working fine).
When logging in I first issue the AUTH TLS command on non-SSL
connection, then create a new SslStream, and use that to
AuthenticateAsClient, that works and then I issue the PBSZ 0 and ...
|