Rose
|
f151ec6c10
lib: fix some type mismatches and remove unneeded typecasts
|
2 years ago |
Daniel Stenberg
|
ca528d1de7
ldap: adapt to conn->port now being an 'int'
|
2 years ago |
Viktor Szakats
|
4c46c829f5
openssl: fix BoringSSL symbol conflicts with LDAP and Schannel
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Daniel Stenberg
|
6968fb9d54
lib: remove exclamation marks
|
2 years ago |
Daniel Stenberg
|
7d600ad1c3
urldata: remove conn->bits.user_passwd
|
2 years ago |
Daniel Stenberg
|
2610142139
lib: remove support for CURL_DOES_CONVERSIONS
|
2 years ago |
Daniel Stenberg
|
7edb0fcf3f
ldap: return CURLE_URL_MALFORMAT for bad URL
|
2 years ago |
Daniel Stenberg
|
21248e052d
checksrc: detect more kinds of NULL comparisons we avoid
|
2 years ago |
Patrick Monnerat
|
a40160aee8
openldap: implement STARTTLS
|
2 years ago |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Daniel Stenberg
|
0c55fbab45
conn: add 'attach' to protocol handler, make libssh2 use it
|
3 years ago |
Jay Satiro
|
1d5d0ae9e5
lib: fix some misuse of curlx_convert_UTF8_to_tchar
|
3 years ago |
Daniel Stenberg
|
063d3f3b96
tidy-up: make conditional checks more consistent
|
3 years ago |
Daniel Stenberg
|
95cbcec8f9
urldata: merge "struct DynamicStatic" into "struct UrlState"
|
3 years ago |
Daniel Gustafsson
|
24f850f4a4
ldap: use correct memory free function
|
3 years ago |
Patrick Monnerat
|
234638ea63
lib: remove conn->data uses
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Daniel Stenberg
|
a7591fbb73
ldap: remove Curl_ prefix from static functions
|
3 years ago |
Rikard Falkeborn
|
920f49a20b
infof/failf calls: fix format specifiers
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
6497ed45bd
ldap: reduce the amount of #ifdefs needed
|
4 years ago |
Daniel Stenberg
|
6434a73984
Curl_handler: add 'family' to each protocol
|
4 years ago |
Daniel Stenberg
|
31e53584db
escape: make the URL decode able to reject only %00 bytes
|
4 years ago |
Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 years ago |
Marcel Raad
|
a55c835e6b
curl_multibyte: add to curlx
|
5 years ago |
Jay Satiro
|
9c1806ae46
build: Disable Visual Studio warning "conditional expression is constant"
|
5 years ago |
Nicolas
|
8bb3a95ce1
ldap: fix OOM error on missing query string
|
5 years ago |
Jay Satiro
|
08f96982a9
ldap: Stop using wide char version of ldapp_err2string
|
5 years ago |
Marcel Raad
|
10db3ef21e
lib: reduce variable scopes
|
5 years ago |