History log of /pciutils/lib/names-net.c (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v3.14.0, v3.13.0, v3.12.0, v3.11.1, v3.11.0
# 61829219 18-Jun-2023 Martin Mares <[email protected]>

Update license comments and added SPDX license identifiers

Previously, the only information about the specific version of GPL
was present in the README and individual source files mentioned only
GPL

Update license comments and added SPDX license identifiers

Previously, the only information about the specific version of GPL
was present in the README and individual source files mentioned only
GPL alone.

Let us update all copyright comments to explicitly say "GPL v2+"
and also include the machine readable SPDX license identifier.

show more ...


Revision tags: v3.10.0, v3.9.0, v3.8.0, v3.7.0, v3.6.4, v3.6.3
# 9d4ac076 21-Jan-2020 Martin Mares <[email protected]>

names-net: Avoid buffer overflow warnings by newer gcc


# 6842d620 13-Aug-2018 Andrew Stormont <[email protected]>

Fix solaris build


Revision tags: v3.6.2, v3.6.1, v3.6.0, v3.5.6, v3.5.5, v3.5.4, v3.5.3, v3.5.2, v3.5.1, v3.5.0, v3.4.1, v3.4.0, v3.3.1, v3.3.0
# db8e009c 01-Nov-2014 Martin Mares <[email protected]>

Do not forget to include <stdio.h>

Suggested by John Spencer.


Revision tags: v3.2.1, v3.2.0
# 31941cb7 01-Apr-2013 Martin Mares <[email protected]>

Squash an unused variable warning


Revision tags: v3.1.10, v3.1.9, v3.1.8, v3.1.7, v3.1.6, v3.1.5, v3.1.4, v3.1.3, v3.1.2, v3.1.1, v3.1.0, v3.1-alpha3, v3.1-alpha2, v3.1-alpha1, v3.0.3, v3.0.2, v3.0.1
# a8926d30 26-Aug-2008 Martin Mares <[email protected]>

Use h_errno instead of _res.h_errno.

The latter is apparently not available on BSD.

Suggested by Hasso Tepper.


Revision tags: v3.0.0
# 25cc4350 13-Feb-2008 Martin Mares <[email protected]>

Unify usage of u8 vs. byte.


# b14cda81 13-Feb-2008 Martin Mares <[email protected]>

ns_parserr() and friends are not portable, so implement our own trivial parser instead.

I looked to the glibc source for inspiration and checked everything with
the RFC, so it is hopefully correct.


# a14d7f99 13-Feb-2008 Martin Mares <[email protected]>

Call res_init() only once.

This avoids perpetual re-reading of /etc/resolv.conf.


# 98ccf6d6 12-Feb-2008 Martin Mares <[email protected]>

Settings of the resolving and caching mechanism are now passed as parameters.


# 94d1b5e0 11-Feb-2008 Martin Mares <[email protected]>

Use DNS on all architectures except AIX.


# 752d4d9a 11-Feb-2008 Martin Mares <[email protected]>

Split handling of the ID list to several files.