Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 10:09:28 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/ftp fetch.c
Message-ID:  <200206261709.g5QH9SOU007740@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/06/26 10:09:28 PDT

  Modified files:        (Branch: RELENG_4)
    usr.bin/ftp          fetch.c 
  Log:
  On behalf of my mentor, MFC an improved[*] version of revision 1.19 of
  fetch.c, which supports HTTP/1.1 name-based virtual hosts when a proxy
  is not being used, and uses asprintf(3) to unlimit URL strings constructed
  when preparing to perform the request.
  
  PR:     30054
  
  [*] - RELENG_4 doesn't have snprintf(3) checks like HEAD did, but I felt
  compelled to check for asprintf(3) failure where snprintf(3) was checked
  before revision 1.19.  Additionally, I check now for http_buffer being set
  to NULL, which revision 1.19 failed to do.
  
  Revision  Changes    Path
  1.12.2.4  +16 -7     src/usr.bin/ftp/fetch.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206261709.g5QH9SOU007740>