wbemprox: Handle NULL operands in eval_strcmp.
[wine] / dlls / secur32 / dispatcher.c
2012-05-10  Hans Leidekkersecur32: Fix potential leaks of the NTLM session key.
2011-12-02  Francois Gougetsecur32: Fix the compilation on Solaris by including...
2011-12-01  Ken Thomasessecur32: Reap child process to avoid leaving a zombie.
2011-11-30  Ken Thomasessecur32: Eliminate a dead store.
2009-07-01  Alexandre Julliardsecur32: Avoid the close-on-exec race with pipe() on...
2008-12-22  Alexandre Julliardsecur32: Check for lack of fork() support.
2008-05-02  Kai Blinsecur32: Don't call waitpid() in dispatcher.
2008-02-04  Rob Shearmansecur32: Initialise more pointers in helper to NULL.
2007-08-27  Alexandre Julliardsecur32: Set the close on exec flag on the ntlm_auth...
2007-08-08  Rob Shearmansecur32: Split the NTLM credential and context handles...
2007-04-16  Kai Blinsecur32: Move NTLM debug output to a seperate "ntlm...
2006-11-29  Kai Blinsecur32: Improve version detection, move all the versio...
2006-11-08  Kai Blinsecur32: Delete session key and arc4 context when the...
2006-11-04  Kai Blinsecur32: Avoid double HeapFree() of password and sessio...
2006-10-16  Kai Blinsecur32: Stop leaking the session key memory.
2006-09-12  Alexandre Julliardsecur32: Use _exit instead of exit in child process...
2006-08-18  Kai Blinsecur32: Gracefully handle ntlm_auth versions that...
2006-08-14  Kai Blinsecur32: Fix heap error.
2006-08-14  Kai Blinsecur32: Implement simple MakeSignature.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-16  Kai Blinsecur32: Update ntlm_auth version detection to detect...
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-10-30  Kai BlinA dispatcher for running ntlm_auth.