aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/dns_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* pkg(7): address minor nits (mostly clang-analyze complaints)Kyle Evans2021-02-121-2/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Plug a possible memory leak.Xin LI2015-08-271-1/+2
* Fix build with gccBaptiste Daroussin2013-10-231-6/+6
* Improve SRV records support for the pkg(8) bootstrap:Baptiste Daroussin2013-10-231-2/+88
* Fix a bad calloc(3) callBaptiste Daroussin2013-06-081-1/+1
* Directly uses calloc(3) instread of malloc(3) + memset(3)Baptiste Daroussin2013-01-141-2/+1
* if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andBaptiste Daroussin2012-12-051-0/+136