~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to docs/libcurl/libcurl-errors.3

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" You can view this file with:
2
2
.\" nroff -man [file]
3
 
.\" $Id: libcurl-errors.3,v 1.17 2005/02/09 14:13:21 bagder Exp $
 
3
.\" $Id: libcurl-errors.3,v 1.18 2005/05/16 22:30:00 bagder Exp $
4
4
.\"
5
5
.TH libcurl-errors 3 "9 Feb 2005" "libcurl 7.13.1" "libcurl errors"
6
6
.SH NAME
196
196
The remote server denied curl to login (Added in 7.13.1)
197
197
.SH "CURLMcode"
198
198
This is the generic return code used by functions in the libcurl multi
199
 
interface. Also consider \fIcurl_multi_strerror(3)\fI.
200
 
 
 
199
interface. Also consider \fIcurl_multi_strerror(3)\fP.
201
200
.IP "CURLM_CALL_MULTI_PERFORM (-1)"
202
201
This is not really an error. It means you should call
203
202
\fIcurl_multi_perform(3)\fP again without doing select() or similar in between.
213
212
This can only be returned if libcurl bugs. Please report it to us!
214
213
.SH "CURLSHcode"
215
214
The "share" interface will return a CURLSHcode to indicate when an error has
216
 
occurred.  Also consider \fIcurl_share_strerror(3)\fI.
217
 
 
218
 
CURLSHcode is one of the following:
 
215
occurred.  Also consider \fIcurl_share_strerror(3)\fP.
219
216
.IP "CURLSHE_OK (0)"
220
217
All fine. Proceed as usual.
221
218
.IP "CURLSHE_BAD_OPTION (1)"