summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add note about libcurl copying strings to CURLOPT_* manpagesFrank Gevaerts2017-01-131-0/+3
| | | | Closes #1169
* docs: Added clarification following commit 9d89a0387Steve Holme2016-04-081-1/+1
|
* ftp/imap/pop3/smtp: Allow the service name to be overriddenSteve Holme2016-04-081-6/+7
| | | | | Allow the service name to be overridden for DIGIST-MD5 and Kerberos 5 authentication in FTP, IMAP, POP3 and SMTP.
* opt-docs: fix heading macrosJay Satiro2016-03-081-1/+1
| | | | | | | ..SH should be .SH Bug: https://github.com/curl/curl/issues/705 Reported-by: Eric S. Raymond
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+46
* Add new options, CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME. * Add new curl options, --proxy-service-name and --service-name.