- Lsasrv: Create the LsaAuthenticationPort and add a basic server loop that listens...
authorEric Kohl <eric.kohl@reactos.org>
Mon, 28 Dec 2009 11:59:20 +0000 (11:59 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 28 Dec 2009 11:59:20 +0000 (11:59 +0000)
commitb837d58c19c689c128213c5642745a5c98e81906
treeb6652deaa51c317b3dd16f4f6cdf226ec86e5793
parent050435c284c9c19224a9e296b442ec725f8995ad
- Lsasrv: Create the LsaAuthenticationPort and add a basic server loop that listens to incoming requests.
- Lsalib: Combine request and reply data of the register request into a connection info struct.

My test application can now connect to the LsaAuthenticationPort.

svn path=/trunk/; revision=44793
reactos/dll/win32/lsasrv/authport.c [new file with mode: 0644]
reactos/dll/win32/lsasrv/lsasrv.c
reactos/dll/win32/lsasrv/lsasrv.h
reactos/dll/win32/lsasrv/lsasrv.rbuild
reactos/include/reactos/subsys/lsass/lsass.h
reactos/lib/lsalib/lsa.c