Module: wine Branch: master Commit: 3b8a8d31dc460e0dcff9c9dc918ee4b80c81734b URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b8a8d31dc460e0dcff9c9dc91...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Jun 12 15:08:30 2015 +0200
winhttp: Store credentials set with WinHttpSetCredentials separately from username and password set through options.
---
dlls/winhttp/request.c | 55 ++++++++++++++++++++----------- dlls/winhttp/session.c | 10 +++++- dlls/winhttp/tests/winhttp.c | 75 ++++++++++++++++++++++++++++++++++++++++-- dlls/winhttp/winhttp_private.h | 16 ++++++++- 4 files changed, 133 insertions(+), 23 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3b8a8d31dc460e0dcff9c9...