- 16 Mar, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 22 Feb, 2010 1 commit
-
-
Alexandre Julliard authored
This enables it to be auto-updated by make_makefiles.
-
- 11 Jan, 2010 1 commit
-
-
Juan Lang authored
-
- 30 Dec, 2009 5 commits
-
-
Rob Shearman authored
secur32: Don't allocate context handle in wrapper InitializeSecurityContextA/W if it is the same as the handle passed into the function.
-
Rob Shearman authored
-
Rob Shearman authored
secur32: Simplify memory management by not allocating memory for the CredHandle and CtxtHandle pointers. Instead store the handles directly in the SspiData structure and pass the addresses of these into SSPI functions.
-
Rob Shearman authored
-
Kai Blin authored
We had to enable the Negotiate provider a while back so programs that expected that provider to be present would be happy. This broke programs that expect a Negotiate provider to actually do something if it is present. This fix works around that new issue by thunking all calls to Negotiate to NTLM.
-
- 21 Dec, 2009 1 commit
-
-
Hans Leidekker authored
Found by Valgrind.
-
- 17 Dec, 2009 1 commit
-
-
Lei Zhang authored
-
- 14 Dec, 2009 1 commit
-
-
Rob Shearman authored
-
- 19 Nov, 2009 1 commit
-
-
Hans Leidekker authored
-
- 09 Nov, 2009 2 commits
-
-
Rob Shearman authored
secur32: Output extra data in NTLM sign & seal test to diagnose failures seen on some Windows machines.
-
Kai Blin authored
-
- 15 Oct, 2009 3 commits
-
-
Henri Verbeet authored
Handles are initialized when they're allocated.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
- 06 Oct, 2009 2 commits
-
-
Ge van Geldorp authored
-
Hans Leidekker authored
-
- 02 Oct, 2009 1 commit
-
-
Paul Vriens authored
-
- 28 Sep, 2009 2 commits
-
-
Dylan Smith authored
The table is initialized on process attach, and should be freed on process detach (which is where SECUR32_deinitSchannelSP gets called).
-
Dylan Smith authored
Two identical calls are made with the same parameters, and there are no documented side effects of this function, so I removed one of them.
-
- 12 Aug, 2009 2 commits
-
-
Kai Blin authored
- 10 Aug, 2009 1 commit
-
-
Juan Lang authored
-
- 07 Aug, 2009 1 commit
-
-
Juan Lang authored
-
- 06 Aug, 2009 2 commits
- 01 Jul, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 03 Jun, 2009 1 commit
-
-
Kai Blin authored
-
- 25 May, 2009 1 commit
-
-
Henri Verbeet authored
This prevents schan_resize_current_buffer() from thinking there's a buffer.
-
- 20 May, 2009 1 commit
-
-
Kai Blin authored
If ntlm_auth actually uses the cred cache, it will not give a session key. As the Wine NTLM code depends on the session key to do transport crypto, don't attempt to use the winbind cred cache. This completely reverts my attempted fix 7788c8ed and also parts of Rob's 888a8e27 and 8a2125f9. It does not affect the code using wine's own credential cache.
-
- 11 May, 2009 1 commit
-
-
Austin English authored
-
- 14 Apr, 2009 3 commits
-
-
Ge van Geldorp authored
-
Ge van Geldorp authored
-
Kai Blin authored
Samba 3.0.28a (as shipped with Ubuntu 8.04) seems to break when using cached credentials backed by winbindd, returning a BH error in our test if we still need to provide a password. Handle this and report a more correct error.
-
- 09 Apr, 2009 1 commit
-
-
Paul Vriens authored
-
- 07 Apr, 2009 2 commits
-
-
Ge van Geldorp authored
-
Ge van Geldorp authored
-
- 23 Feb, 2009 1 commit
-
-
Francois Gouget authored
-