projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
wined3d: Correct a pixel shader version comparison.
[wine]
/
dlls
/
secur32
/
2006-08-14
Kai Blin
secur32: Cast helper to ULONG_PTR instead of DWORD.
tree
|
commitdiff
2006-08-14
Kai Blin
secur32: Implement simple VerifySignature.
tree
|
commitdiff
2006-08-14
Kai Blin
secur32: Implement simple MakeSignature.
tree
|
commitdiff
2006-08-14
Kai Blin
secur32: Make AcceptSecurityContext behaviour consisten...
tree
|
commitdiff
2006-08-11
Kai Blin
secur32: Implement CompleteAuthToken for NTLM.
tree
|
commitdiff
2006-08-09
Kai Blin
secur32: Make ntlm tests run on both WinXP and Win2k.
tree
|
commitdiff
2006-08-09
Kai Blin
secur32: Add tests for MakeSignature, VerifySignature...
tree
|
commitdiff
2006-08-09
Kai Blin
secur32: Move NTLM tests to ntlm.c to avoid cluttering...
tree
|
commitdiff
2006-08-07
Andrew Talbot
secur32/tests: Write-strings warnings fix.
tree
|
commitdiff
2006-07-28
Juan Lang
secur32: Improve schannel's AcquireCredentialsHandle...
tree
|
commitdiff
2006-07-19
Andrew Talbot
secur32: Write-strings warnings fix.
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore .ok files in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore testlist.c in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Ignore generated import libraries from the...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
Take advantage of the recursive nature of .gitignore...
tree
|
commitdiff
2006-06-23
Andrew Talbot
secur32: Write-strings warnings fix.
tree
|
commitdiff
2006-06-19
Thomas Weidenmueller
include: Fix definition of SECURITY_INTEGER.
tree
|
commitdiff
2006-06-19
Uwe Bonnes
secur32: Fix another GetProcessHeap vs GetProcessHeap().
tree
|
commitdiff
2006-06-19
Kai Blin
secur32: Remove unneeded function from the Negotiate...
tree
|
commitdiff
2006-06-16
Kai Blin
secur32: Implement QueryContextAttributes. Add tests.
tree
|
commitdiff
2006-06-03
Kai Blin
secur32: Don't fail on SECURITY_NETWORK_DREP, ntlm_auth...
tree
|
commitdiff
2006-06-02
Kai Blin
secur32: Add EncryptMessage and DecryptMessage stubs.
tree
|
commitdiff
2006-05-28
Kai Blin
secur32: Cleaning up the authentication tests.
tree
|
commitdiff
2006-05-27
Kai Blin
secur32: Fix wrong bit shift in the base64 encoder.
tree
|
commitdiff
2006-05-26
Mike McCormack
secur32: Avoid some code duplication.
tree
|
commitdiff
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
tree
|
commitdiff
2006-05-20
Mike McCormack
secur32: Cleanup InitializeSecurityContext (reduce...
tree
|
commitdiff
2006-05-20
Mike McCormack
secur32: Tidy up the initialization code a little.
tree
|
commitdiff
2006-05-10
Michael Stefaniuc
janitorial: Remove redundant NULL pointer checks before...
tree
|
commitdiff
2006-05-05
Michael Stefaniuc
secur32: Missing LeaveCriticalSection on error paths.
tree
|
commitdiff
2006-05-05
Dmitry Timoshkov
secur32: Add partial support for ISC_REQ_ALLOCATE_MEMOR...
tree
|
commitdiff
2006-05-05
Dmitry Timoshkov
secur32: Fix some wrong assumptions in the NTLM test...
tree
|
commitdiff
2006-03-16
Kai Blin
secur32: Update ntlm_auth version detection to detect...
tree
|
commitdiff
2006-02-14
Vijay Kiran Kamuju
secur32: Add InitializeSecurityContext stub for schannel.
tree
|
commitdiff
2006-02-10
Robert Shearman
secur32: Improve tracing.
tree
|
commitdiff
2006-02-06
Francois Gouget
Add trailing '\n's to ok() and trace() calls.
tree
|
commitdiff
2006-01-24
Dmitry Timoshkov
Make more arrays const.
tree
|
commitdiff
2006-01-23
Kai Blin
secur32: Added DeleteSecurityContext.
tree
|
commitdiff
2006-01-03
Kai Blin
secur32: Rewrote NTLM tests in a more flexible way.
tree
|
commitdiff
2005-12-19
Kai Blin
secur32: Adding AcceptSecurityContext to the NTLM secur...
tree
|
commitdiff
2005-12-09
Kai Blin
secur32: Fix conversion of password in NTLM AcquireCred...
tree
|
commitdiff
2005-12-07
Kai Blin
secur32: Implement InitializeSecurityContext(A|W) for...
tree
|
commitdiff
2005-12-06
Kai Blin
secur32: Implementing AcquireCredentialsHandle(A|W...
tree
|
commitdiff
2005-11-26
Alexandre Julliard
Renamed all .cvsignore files to .gitignore.
tree
|
commitdiff
2005-11-10
Francois Gouget
Assorted spelling and case fixes.
tree
|
commitdiff
2005-11-07
Stefan Huehner
Fix segfault when querying non-existent SecurityProvider.
tree
|
commitdiff
2005-10-30
Kai Blin
A dispatcher for running ntlm_auth.
tree
|
commitdiff
2005-10-26
Ivan Leo Puoti
Make secur32.dll tests load on nt 4.0.
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-26
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2005-09-21
Kai Blin
Added base64 codec for communication with ntlm_auth.
tree
|
commitdiff
2005-09-12
Marcus Meissner
The last argument to MultiByteToWideChar is wide charac...
tree
|
commitdiff
2005-08-30
Alexandre Julliard
Authors: James Hawkins <truiken@gmail.com>, Juan Lang...
tree
|
commitdiff
2005-08-27
Alexandre Julliard
Explicitly import kernel32 in tests that use it.
tree
|
commitdiff
2005-08-22
Kai Blin
Fixed a couple of bugs in InitializeSecurityContext...
tree
|
commitdiff
2005-08-17
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-08-17
Kai Blin
Add NTLM security provider dummy.
tree
|
commitdiff
2005-08-16
Francois Gouget
Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match...
tree
|
commitdiff
2005-08-16
Juan Lang
Fix uninitialized pointer in builtin providers. Report...
tree
|
commitdiff
2005-08-15
Kai Blin
Added Negotiate security provider dummy. Removed todos...
tree
|
commitdiff
2005-08-11
Kai Blin
Added more secur32.dll tests and fixed missing constants in
tree
|
commitdiff
2005-08-03
Kai Blin
Set up tests for secur32.
tree
|
commitdiff
2005-07-18
Hans Leidekker
Stub implementations for GetUserNameEx{A,W}, TranslateN...
tree
|
commitdiff
2005-05-13
Juan Lang
Begin stubs of built-in schannel provider.
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-03-24
Jakob Eriksson
Get rid of HeapAlloc casts.
tree
|
commitdiff
2004-07-12
Mike McCormack
Add stub implementation for GetComputerObjectName.
tree
|
commitdiff
2004-05-17
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2004-04-20
Francois Gouget
Make static Unicode strings const.
tree
|
commitdiff
2004-03-24
Alexandre Julliard
.spec.c files are no longer used for 32-bit dlls.
tree
|
commitdiff
2004-03-02
Juan Lang
Added a secur32.dll that loads other SSP DLLs and forwa...
tree
|
commitdiff