public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* host name length
@ 2004-03-12 20:16 Ulrich Drepper
  2004-12-04  0:05 ` Randy.Dunlap
  0 siblings, 1 reply; 10+ messages in thread
From: Ulrich Drepper @ 2004-03-12 20:16 UTC (permalink / raw)
  To: Linux Kernel

POSIX nowadays contains

  _POSIX_HOST_NAME_MAX
and
  HOST_NAME_MAX

for programs to use to learn about the maximum host name length which is
allowed.  _POSIX_HOST_NAME_MAX is the standard-required minimum maximum
and the value must be 256.

The problem is that HOST_NAME_MAX currently is defined as 64, as defined
by __NET_UTS_LEN in <linux/utsname.h>.  I.e., we have HOST_NAME_MAX as
smaller than the minimum maximum which is obviously not POSIX compliant.

Now, we can simply ignore the problem or do something about it and
introduce a third version of the utsname structure with sufficiently big
nodename field.

Many OSes used small values before but 256 was chosen as a minimum
maximum and some OSes were changed since host names longer than 64 chars
indeed do exist.  I wonder why this never has been brought to the
attention.  Or were people happy enough with truncated host names?


Anyway, is there interest in getting this changed?

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-12-09  0:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-12 20:16 host name length Ulrich Drepper
2004-12-04  0:05 ` Randy.Dunlap
2004-12-05 19:47   ` Ulrich Drepper
2004-12-06  8:35   ` Jan Engelhardt
2004-12-06 16:45     ` Randy.Dunlap
2004-12-06 17:31       ` Andreas Steinmetz
2004-12-06 19:25         ` Ulrich Drepper
2004-12-06 19:28           ` Andreas Steinmetz
2004-12-08 20:29             ` Randy.Dunlap
2004-12-09  0:35               ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox