Yang Tse
f871de0064
build: make use of 76 lib/*.h renamed files
...
76 private header files renamed to use our standard naming scheme.
This change affects 322 files in libcurl's source tree.
2012-12-28 19:37:11 +01:00
Yang Tse
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
...
Inclusion of top two most included header files now done in setup_once.h
2012-12-14 17:38:18 +01:00
Yang Tse
6b75d2c2df
fix a bunch of MSVC compiler warnings
2011-09-03 16:07:09 +02:00
Dan Fandrich
ded3638d97
Fix NTLM winbind support to pass the torture tests
...
Calling sclose() both in the child and the parent fools the
socket leak detector into thinking it's been closed twice.
Calling close() in the child instead overcomes this problem. It's
not as portable as the sclose() macro, but this code is highly
POSIX-specific, anyway.
2011-09-02 13:22:20 -07:00
Yang Tse
05ef245170
NTLM: header inclusion cleanup
2011-08-28 07:15:46 +02:00
Yang Tse
135f694058
NTLM: move NTLM core specifics into curl_ntlm_core.[ch]
2011-08-28 01:19:08 +02:00
Yang Tse
260ee6b7bf
NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
2011-08-27 19:16:10 +02:00