diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-11-27 13:05:54 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-11-27 13:05:54 +0000 |
commit | 8e4735df6c3c79ae01e631aea85729fce0264e47 (patch) | |
tree | c7080443282a44aef06f67c38e52d16d654e7983 /winsup/lsaauth/cyglsa.din | |
parent | c6caaa3429d1622d1f3b595a1a6c8ffbe59062c4 (diff) | |
download | newlib-8e4735df6c3c79ae01e631aea85729fce0264e47.zip newlib-8e4735df6c3c79ae01e631aea85729fce0264e47.tar.gz newlib-8e4735df6c3c79ae01e631aea85729fce0264e47.tar.bz2 |
Initial release of the Cygwin LSA authentication package.
* ChangeLog: New file.
* Makefile.in: Ditto.
* aclocal.m4: Ditto.
* configure.in: Ditto.
* configure: Ditto. Generated from configure.in.
* cyglsa-config: Ditto.
* cyglsa.c: Ditto.
* cyglsa.din: Ditto.
* cyglsa64.dll: Ditto.
* make-64bit-version-with-visual-c.bat: Ditto.
* mslsa.def: Ditto.
Diffstat (limited to 'winsup/lsaauth/cyglsa.din')
-rw-r--r-- | winsup/lsaauth/cyglsa.din | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/lsaauth/cyglsa.din b/winsup/lsaauth/cyglsa.din new file mode 100644 index 0000000..77a681b --- /dev/null +++ b/winsup/lsaauth/cyglsa.din @@ -0,0 +1,9 @@ +LIBRARY "cyglsa" + +EXPORTS +LsaApInitializePackage = LsaApInitializePackage@20 +LsaApLogonUser = LsaApLogonUser@52 +LsaApLogonTerminated = LsaApLogonTerminated@4 +LsaApCallPackage = LsaApCallPackage@28 +LsaApCallPackagePassthrough = LsaApCallPackage@28 +LsaApCallPackageUntrusted = LsaApCallPackage@28 |