summaryrefslogtreecommitdiff
path: root/lib/libc/inet/inet_network.c
Commit message (Collapse)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. 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. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-2/+1
| | | | Notes: svn path=/head/; revision=288038
* Fix issues which allow snooping on ptys. [08:01]Colin Percival2008-01-141-2/+2
| | | | | | | | | | Fix an off-by-one error in inet_network(3). [08:02] Security: FreeBSD-SA-08:01.pty Security: FreeBSD-SA-08:02.libc Notes: svn path=/head/; revision=175330
* Merge BIND 9.4.1 into main chunk.Hajimu UMEMOTO2007-06-031-1/+3
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=170244
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* - Merge our local changes.Hajimu UMEMOTO2006-03-211-6/+15
| | | | | | | - Exclude unnecessary functions for us. Notes: svn path=/head/; revision=156956
* Vendor import of BIND 9.3.2Hajimu UMEMOTO2006-03-211-0/+104
Notes: svn path=/vendor/resolver/dist/; revision=156952