| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
64ae2f78
|
| 24-Aug-2021 |
Gordon Tetlow <gordon@FreeBSD.org> |
Fix libfetch out of bounds read.
Approved by: so Security: SA-21:15.libfetch Security: CVE-2021-36159
|
| #
67350cb5
|
| 09-Dec-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340918 through r341763.
|
| #
8d9de5b1
|
| 27-Nov-2018 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Improve URL parsing. In particular, convert scheme and host to lowercase.
MFC after: 1 week
|
| #
b68815f0
|
| 27-Nov-2018 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Support proxying FTP over HTTPS, not just HTTP.
There is probably a PR for this, but I can't find this, or remember who submitted it. The patch got lost in the noise of another that wasn't ready to
Support proxying FTP over HTTPS, not just HTTP.
There is probably a PR for this, but I can't find this, or remember who submitted it. The patch got lost in the noise of another that wasn't ready to commit.
MFC after: 3 days
show more ...
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
64ae2f78
|
| 24-Aug-2021 |
Gordon Tetlow <gordon@FreeBSD.org> |
Fix libfetch out of bounds read.
Approved by: so Security: SA-21:15.libfetch Security: CVE-2021-36159
|
| #
67350cb5
|
| 09-Dec-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340918 through r341763.
|
| #
8d9de5b1
|
| 27-Nov-2018 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Improve URL parsing. In particular, convert scheme and host to lowercase.
MFC after: 1 week
|
| #
b68815f0
|
| 27-Nov-2018 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Support proxying FTP over HTTPS, not just HTTP.
There is probably a PR for this, but I can't find this, or remember who submitted it. The patch got lost in the noise of another that wasn't ready to
Support proxying FTP over HTTPS, not just HTTP.
There is probably a PR for this, but I can't find this, or remember who submitted it. The patch got lost in the noise of another that wasn't ready to commit.
MFC after: 3 days
show more ...
|
| #
5f04ebd4
|
| 29-May-2018 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Fix an inverted conditional in the netrc code, which would ignore the value of $HOME and always use the home directory from the passwd database, unless $HOME was unset, in which case it would use (nu
Fix an inverted conditional in the netrc code, which would ignore the value of $HOME and always use the home directory from the passwd database, unless $HOME was unset, in which case it would use (null).
While there, clean up handling of netrcfd and add debugging aids.
MFC after: 3 weeks
show more ...
|
| #
c5712d6d
|
| 29-May-2018 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Use __VA_ARGS__ to simplify the DEBUG macro.
MFC after: 3 weeks
|
| #
64de3fdd
|
| 30-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
SPDX: use the Beerware identifier.
|
| #
5e53a4f9
|
| 26-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
lib: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error pr
lib: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
show more ...
|
| #
0ed76ec8
|
| 24-Nov-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r308870 through r309105.
|
| #
792ef1ae
|
| 22-Nov-2016 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Refactor fetch_connect() and fetch_bind() to improve readability and avoid repeating the same DNS lookups.
MFC after: 3 weeks
|
| #
876d357f
|
| 11-Apr-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
| #
3cd7f429
|
| 09-Apr-2016 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
libfetch: replace 0 with NULL for pointers.
Found with devel/coccinelle.
Reviewed by: des
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
70d8f36a
|
| 27-Oct-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r226824
|
| #
27449604
|
| 01-Oct-2011 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
| #
9a46c769
|
| 19-Dec-2009 |
Attilio Rao <attilio@FreeBSD.org> |
MFC r199801: Fix a socket leak.
Sponsored by: Sandvine Incorporated
|
| #
5f04ebd4
|
| 29-May-2018 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Fix an inverted conditional in the netrc code, which would ignore the value of $HOME and always use the home directory from the passwd database, unless $HOME was unset, in which case it would use (nu
Fix an inverted conditional in the netrc code, which would ignore the value of $HOME and always use the home directory from the passwd database, unless $HOME was unset, in which case it would use (null).
While there, clean up handling of netrcfd and add debugging aids.
MFC after: 3 weeks
show more ...
|
| #
c5712d6d
|
| 29-May-2018 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Use __VA_ARGS__ to simplify the DEBUG macro.
MFC after: 3 weeks
|
| #
64de3fdd
|
| 30-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
SPDX: use the Beerware identifier.
|