~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_formadd.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: curl_formadd.3,v 1.13 2004/10/25 11:05:37 bagder Exp $
 
3
.\" $Id: curl_formadd.3,v 1.14 2005/06/20 22:32:45 bagder Exp $
4
4
.\"
5
5
.TH curl_formadd 3 "24 June 2002" "libcurl 7.9.8" "libcurl Manual"
6
6
.SH NAME
90
90
name in the file upload part, instead of the actual file name given to
91
91
\fICURLFORM_FILE\fP.
92
92
 
93
 
.IP BCURLFORM_BUFFER
 
93
.IP CURLFORM_BUFFER
94
94
followed by a string, tells libcurl that a buffer is to be used to upload data
95
95
instead of using a file. The given string is used as the value of the file
96
96
name field in the content header.