Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « lsaauth « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e91cdbb6ffdaf911974aa9eab77884fc2cfe2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
2010-12-10  Illia Bobyr <Illia.Bobyr@ronin-capital.com>

	* cyglsa-config: Unset GREP_OPTIONS when calling grep.

2010-01-29  Corinna Vinschen  <corinna@vinschen.de>

	* cyglsa.c: Include lmcons.h instead of lm.h to make newer WinDDK happy.
	(LsaApLogonUserEx): Use CYG_LSA_MAGIC as checksum start value to 
	decouple from Cygwin release.
	* make-64bit-version-with-visual-c.bat: Avoid compiler warning.
	* cyglsa64.dll: New build.

2009-02-23  Sjors Gielen <mailinglist@dazjorz.com>

	* Makefile.in: Add DESTDIR functionality.

2008-10-12  Christopher Faylor  <me+cygwin@cgf.cx>

	* Makefile.in: Rearrange to avoid -mno-cygwin.
	* configure.in: Use mingw front-end from utils directory as compiler
	front-end.
	* configure: Regenerate.
	* cyglsa.c (cyglsa_printf): Rename from 'printf' to avoid a compiler
	error.
	(print_sid, print_groups, print_privs, print_dacl, print_tokinf,
	LsaApLogonUserEx): Ditto.

2008-08-13  Corinna Vinschen  <corinna@vinschen.de>

	* cyglsa-config: Copy the DLL instead of moving.

2008-07-16  Corinna Vinschen  <corinna@vinschen.de>

	* cyglsa-config: Always create a /bin/cyglsa directory and copy the
	LSA DLL there.  Register this copy in the registry.

2008-07-15  Corinna Vinschen  <corinna@vinschen.de>

	* cyglsa.c: Include ntddk.h again, but only if __MINGW32__ is defined.
	* cyglsa64.dll: Regenerate.
	* make-64bit-version-with-visual-c.bat: Fix comment.

2008-07-13  Corinna Vinschen  <corinna@vinschen.de>

	* cyglsa.c: Don't include ntddk.h.
	(RtlInitEmptyUnicodeString): Use Visual-C compatible "__inline" instead
	of "inline".
	(uni_alloc): Change second argument to USHORT.
	(printf): Move definition of ap to make Visual-C++ happy.
	(LsaApLogonUserEx): Compute size of datastructure returned to
	LSA on 64 bit systems correctly to avoid heap corruption.
	* cyglsa64.dll: Regenerate.
	* make-64bit-version-with-visual-c.bat: Accommodate newer Microsoft
	toolchains.  Add more comment.
	* mslsa.def: Export LsaApLogonUserEx instead of LsaApLogonUser.

2008-07-11  Corinna Vinschen  <corinna@vinschen.de>

	* cyglsa.c (LsaApLogonUserEx): Accommodate the fact that authinf->domain
	and authinf->username are now of type WCHAR.  Change sam_username and
	sam_u size to be deifned in terms of MAX_DOMAIN_NAME_LEN instead of
	INTERNET_MAX_HOST_NAME_LENGTH.

2008-07-10  Corinna Vinschen  <corinna@vinschen.de>

	* cyglsa.c: Revamp debugging output.
	(LsaApInitializePackage): Open debugging output file here.
	(LsaApLogonUserEx): Replace LsaApLogonUser.  Add debugging output.
	Create machine name for accounting.  Add (disabled) code to fetch
	a token from GetAuthDataForUser/ConvertAuthDataToToken.
	* cyglsa.din: Relace LsaApLogonUser with LsaApLogonUserEx.

2006-11-27  Corinna Vinschen  <corinna@vinschen.de>

	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.