CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Vatro

Search: Search took 0.04 seconds.

  1. Replies
    18
    Views
    2,782

    Re: linking library in GINA

    >Yes i created my own set of dialog boxes...
    Well, that sounds like the easiest solution...
    I thought I could use the original dialogs and simply hook my functions to it, like in GinaHook example....
  2. Replies
    18
    Views
    2,782

    Re: linking library in GINA

    >I attach the dialog to the GINA by using the
    >WlxDialogBoxParam function and pass in the
    >WlxContext as the lParam.
    You actually hooked the original MS GINA dialog boxes? Don't you need proper...
  3. Replies
    18
    Views
    2,782

    Re: linking library in GINA

    I compiled and replaced the original GINA, but iserted calls to WlxMessageBox in functions, in order to trace the real path of execution. LoggedOutSAS function gets called normally, but the dialog...
  4. Replies
    18
    Views
    2,782

    Re: linking library in GINA

    I realized that, thanx for the tip. But there's another... Problem? I have tried to replace the original GINA with the GinaHooh PSDK sample. It does something with the logon dialog boxes. But as far...
  5. Replies
    7
    Views
    1,468

    Re: Logon using smart card. WlxSetOption(...)

    That must be a relly old Platform SDK that you are using if there is no 1_3 structure. This structure is included in msgina DLL for Win2000 (and WinNT SP6?). If you still cannot find a newre version...
  6. Replies
    0
    Views
    955

    WDJ article on GINA?

    Hi!
    Anyone has Paula Tomlinson's article on GINA from "Windows Developer's Journal", "Understanding NT" column, nov 1999- feb 2000? If you could be so kind to mail it...
  7. Thread: Gina.dll sample

    by Vatro
    Replies
    3
    Views
    10,672

    Re: Gina.dll sample

    Look in the SDK:)))) Just kidding! But there are two examples there, GinaHook and GinaStub, in Winbase\Security\WinNT. Apparenty, they won't do anything useful if you install the, they are some kind...
  8. Replies
    18
    Views
    2,782

    Re: linking library in GINA

    Unfortunately, it doesn't work on a local workstation, only if someone tries to log on a remote machine. And the local logon is what I'm working on :( Plus secure PIN entry.
    What's bugging me is...
  9. Replies
    18
    Views
    2,782

    Re: linking library in GINA

    I took a look at PSDK August 2001, but, as you noticed, it takes a bit more effort to find what you're looking for:) So I'm not sure where to look at. I found 2 examples (GinaStub and GinaHook) which...
  10. Thread: W2K msgina code

    by Vatro
    Replies
    4
    Views
    2,791

    Re: W2K msgina code

    Hi, cassan, sorry for interrupting.
    I'm trying to do quite similar thing, GINA smart card logon, so if you could send me some links or material (beside Platform SDK)... Thanx.
  11. Replies
    18
    Views
    2,782

    Re: linking library in GINA

    Hi, cassan, sorry for interrupting.
    I'm trying to do quite similar thing, GINA smart card logon, so if you could send me some links or material (beside Platform SDK)... Thanx.
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured