History log of /curl/lib/socks_gssapi.c (Results 51 – 60 of 60)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3c9ff41a 26-May-2011 Yang Tse

compiler warning: fix

Fix compiler warning: conversion may lose significant bits


Revision tags: curl-7_21_6
# b903186f 20-Apr-2011 Daniel Stenberg

source cleanup: unify look, style and indent levels

By the use of a the new lib/checksrc.pl script that checks that our
basic source style rules are followed.


Revision tags: curl-7_21_5
# c22c2580 06-Apr-2011 Dan Fandrich

Changed some nonportable types


# e1146489 15-Mar-2011 Daniel Stenberg

scan-build warning

Value stored to 'len' is never read


Revision tags: curl-7_21_4
# adb49ad8 04-Jan-2011 Daniel Stenberg

Curl_timeleft: s/conn/data in first argument

As the function doesn't really use the connectdata struct but only the
SessionHanadle struct I modified what argument it wants.


Revision tags: curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


Revision tags: curl-7_20_0
# 0abd928d 23-Jan-2010 Yang Tse

add inclusion of curl_memory.h


Revision tags: curl-7_19_7, curl-7_19_6, curl-7_19_5
# 9770899a 21-Apr-2009 Yang Tse

Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respecti

Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respectively.

show more ...


Revision tags: curl-7_19_4
# 09f4a1c5 30-Jan-2009 Dan Fandrich

Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for reporting
the problem.


# de4610a5 28-Jan-2009 Daniel Stenberg

- Markus Moeller introduced two new options to libcurl:
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl
to do GSS-style authentication with SOCKS5 proxies. Th

- Markus Moeller introduced two new options to libcurl:
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl
to do GSS-style authentication with SOCKS5 proxies. The curl tool got the
options called --socks5-gssapi-service and --socks5-gssapi-nec to enable
these.

show more ...


123