CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Gina.dll sample

  1. #1
    Join Date
    Nov 2001
    Posts
    1

    Gina.dll sample

    Anybody know where to get the Gina.dll sample? But don't tell me : look in the SDK. If anybody know the correct path/url, please, write.


  2. #2
    Join Date
    Nov 2001
    Location
    Croatia, Europe
    Posts
    11

    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 of pass-througt to the "real" msgina.dll.
    There are some samples at www.rsdn.ru (or .org? .net? .com?), ginaext.rar, the comments are in Russian, but the code language is universal, isn't it?

    Take a look at these links. Some of them are project containing a GINA implementation as a subproject:
    http://www.microsoft.com/windows2000/zipdocs/msgina.exe
    http://services.simac.be/ntunix/download/gina-1.01.zip
    http://services.simac.be/ntunix/download/gina.1.16.zip
    http://services.simac.be/ntunix/down...gina_pre09.zip
    http://services.simac.be/ntunix/download/ni_pam.zip
    http://services.simac.be/ntunix/download/ni_pam_src.zip
    http://services.simac.be/ntunix/down...na-1.0.2.0.zip
    http://services.simac.be/ntunix/down...a-1.0.2.0a.zip
    http://services.simac.be/ntunix/down...02_release.exe
    http://services.simac.be/ntunix/down...g_sources_.zip
    http://www.citi.umich.edu/u/itoi/ni_pam/ni_pam_src.zip
    http://www.fastflow.it/~vipi/kerberos/gina.cmu.tar.gz
    http://www.ilstu.edu/cus/ds-systems/...na/newgina.zip
    http://www.ilstu.edu/cus/ds-systems/...ina/readme.txt
    http://nisgina.deakin.edu.au/nisgina2000.zip

    Take a look at the Platform SDK docs (Security\ Winlogon&Gina), there are also some examples there.


  3. #3
    Join Date
    Jul 2009
    Posts
    6

    Re: Gina.dll sample

    Every where not possible to get the sample .ridiculous

    Quote Originally Posted by Vatro View Post
    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 of pass-througt to the "real" msgina.dll.
    There are some samples at www.rsdn.ru (or .org? .net? .com?), ginaext.rar, the comments are in Russian, but the code language is universal, isn't it?

    Take a look at these links. Some of them are project containing a GINA implementation as a subproject:
    http://www.microsoft.com/windows2000/zipdocs/msgina.exe
    http://services.simac.be/ntunix/download/gina-1.01.zip
    http://services.simac.be/ntunix/download/gina.1.16.zip
    http://services.simac.be/ntunix/down...gina_pre09.zip
    http://services.simac.be/ntunix/download/ni_pam.zip
    http://services.simac.be/ntunix/download/ni_pam_src.zip
    http://services.simac.be/ntunix/down...na-1.0.2.0.zip
    http://services.simac.be/ntunix/down...a-1.0.2.0a.zip
    http://services.simac.be/ntunix/down...02_release.exe
    http://services.simac.be/ntunix/down...g_sources_.zip
    http://www.citi.umich.edu/u/itoi/ni_pam/ni_pam_src.zip
    http://www.fastflow.it/~vipi/kerberos/gina.cmu.tar.gz
    http://www.ilstu.edu/cus/ds-systems/...na/newgina.zip
    http://www.ilstu.edu/cus/ds-systems/...ina/readme.txt
    http://nisgina.deakin.edu.au/nisgina2000.zip

    Take a look at the Platform SDK docs (Security\ Winlogon&Gina), there are also some examples there.

  4. #4
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: Gina.dll sample

    A 12 year old thread?

    gina .dlls are ignored in Windows Vista and above.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured